platypush/platypush/backend/scard/manifest.yaml

18 lines
410 B
YAML
Raw Normal View History

manifest:
events:
platypush.message.event.scard.SmartCardDetectedEvent: when a smart card is detected
platypush.message.event.scard.SmartCardRemovedEvent: when a smart card is removed
install:
apk:
- py3-pyscard
apt:
- python3-pyscard
2023-09-21 23:20:06 +02:00
dnf:
- python-pyscard
pacman:
- python-pyscard
pip:
- pyscard
package: platypush.backend.scard
type: backend