Access control with RaspberryPi and NFC card reader
- Documentation: https://py-my-key.readthedocs.org.
- TODO
$ pip install py-my-key
In [1]: from py_my_key import py_my_key
You can help to develop this library.
You can submit issues using https://github.com/RaspberryPi-Samples/py-my-key/issues
You can clone repository to try to fix issues yourself using:
$ git clone https://github.com/RaspberryPi-Samples/py-my-key.git
Run all unit tests
$ nosetests -s -v --with-doctest
Run a given test
$ nosetests tests/test_rasp_access.py:Rasp_access.test_000_something -s -v
$ python setup.py install
or
$ sudo pip install git+https://github.com/RaspberryPi-Samples/py-my-key.git
- Fork repository
- Create a branch which fix a given issue
- Submit pull requests
https://help.github.com/categories/collaborating/
see samples directory
This package was created with Cookiecutter and the lwalter86/cookiecutter-pypackage project template.