Skip to content

Access control with RaspberryPi and NFC card reader

License

Notifications You must be signed in to change notification settings

scls19fr/py-my-key

 
 

Repository files navigation

Py-My-Key

https://requires.io/github/RaspberryPi-Samples/py-my-key/requirements.svg?branch=master https://landscape.io/github/RaspberryPi-Samples/py-my-key/master/landscape.svg?style=flat https://www.codacy.com/project/badge/9e7db4d910c24cebb9caed6571acd08b Documentation Status

Access control with RaspberryPi and NFC card reader

Features

  • TODO

Install

$ pip install py-my-key

Usage

In [1]: from py_my_key import py_my_key

Development

You can help to develop this library.

Issues

You can submit issues using https://github.com/RaspberryPi-Samples/py-my-key/issues

Clone

You can clone repository to try to fix issues yourself using:

$ git clone https://github.com/RaspberryPi-Samples/py-my-key.git

Run unit tests

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

Install development version

$ python setup.py install

or

$ sudo pip install git+https://github.com/RaspberryPi-Samples/py-my-key.git

Collaborating

  • Fork repository
  • Create a branch which fix a given issue
  • Submit pull requests

https://help.github.com/categories/collaborating/

Examples

see samples directory

Credits

This package was created with Cookiecutter and the lwalter86/cookiecutter-pypackage project template.

About

Access control with RaspberryPi and NFC card reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • HTML 0.3%