Metadata-Version: 2.0
Name: py532lib
Version: 2018.6.14.dev1
Summary: Python wrapper around C library for RFID 532 reader
Home-page: UNKNOWN
Author: DanyO
Author-email: me@danyo.ca
License: BSD 2 Clause license
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7
Description-Content-Type: text/markdown


py532lib
========

This package contains the useful stuff to communicate with a PN532 NFC chip in Python.

@author:  DanyO <me@danyo.ca>
@license: The source code within this file is licensed under the BSD 2 Clause license.
          See LICENSE file for more information.

Built for Python3, using Quick2Wire's Python APIs for the RaspberryPI.

Losely inspired from Adafruit's PN532 I2C library.

Pull requests are welcomed.

