python_rfid
Description
This library implements an interface to communicate with RFID cards through an MFRC522 device. In spite of other MFRC522 libraries, this project does not depend on particular GPIO libraries written for any particular board, but instead builds upon the Linux kernel's gpio device implementation. In the same spirit, it also avoids dependance on any particular SPI implementation but uses the spidev package, which in turn depends on the Linux SPI userspace API.
Contributions
Most of the code in this project is based on on the arduino library for the MFRC522 by miguelbalboa, although it has been very heavily restructured to make better use of object oriented design. The original code and unlicense can be found at [https://github.com/miguelbalboa/rfid].
Release files for python-rfid 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_rfid-0.0.2.tar.gz | 25.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_rfid-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 53.8 kB
Release files / python_rfid-0.0.2.tar.gz
| Download URL | python_rfid-0.0.2.tar.gz |
|---|---|
| Size | 25.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e3d9254412ac8ac1d58016b644036887e9d4e5f24405d3eed8d1703e4b000327
|
|
BLAKE2b-256 checksum How to use checksums |
6deb2028e64b5bd2bf100bc0cfd8b055b5a6ab3dfef8e5579d5b3549616abe6a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.2
|
Release files / python_rfid-0.0.2-py3-none-any.whl
| Download URL | python_rfid-0.0.2-py3-none-any.whl |
|---|---|
| Size | 28.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af3012d4f7ef8028657ce3b07a764040a33d023a01fe0698604c64f30dbbf195
|
|
BLAKE2b-256 checksum How to use checksums |
31938845a9a32f16a5c9e4a3e7b3a6a12c474d62b078f771e1ac4297c5b3c8e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.2
|