Metadata-Version: 1.1
Name: pcprox_reader
Version: 0.4.0
Summary: Library for reading cards via usb RFIDeas pc prox readers
Home-page: https://github.com/kellerjustin/pcprox_reader
Author: Justin Keller
Author-email: kellerjustin@protonmail.com
License: MIT license
Description: =============
        pcProx Reader
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/pcprox_reader.svg
                :target: https://pypi.python.org/pypi/pcprox_reader
        
        .. image:: https://img.shields.io/travis/kellerjustin/pcprox_reader.svg
                :target: https://travis-ci.org/kellerjustin/pcprox_reader
        
        .. image:: https://readthedocs.org/projects/pcprox-reader/badge/?version=latest
                :target: https://pcprox-reader.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Library for reading cards via usb RFIDeas pc prox readers
        
        
        * Free software: MIT license
        * Documentation: https://pcprox-reader.readthedocs.io.
        
        
        Features
        --------
        
        This application allows a pcProx Reader to read the code from an
        HID card.
        
        Permissions issues on most Linux systems may be resolved by running:
        `sudo python -m pcprox_reader.udev_rule`
        
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-06-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: pcprox_reader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
