Metadata-Version: 1.2
Name: card-cli
Version: 1.1.10
Summary: card-cli is a command line utility for reading smartcards and magnetic stripe cards.
Home-page: https://github.com/WietseGielen/card-reader-cli
Author: Wietse Gielen
Author-email: giertz@inuits.eu
License: UNKNOWN
Description: ================================
        Card reader command-line utility
        ================================
        Configured Readers
        ------------------
        - ACS ACR122U (rfid)
        - pcProx RDR-7582AKU (rfid)
        
        Usage
        -----  
        **via command line:**
        ::  
        card-cli --device-vendor-id 0x03f0 --device-product-id 0x2724
        
        card-cli is a command line utility for reading smartcards and magnetic stripe cards. 
        
        --device-vendor-id (-dvid) and --device-product-id (-dpid) is only required to connect msr device.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
