Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfcpy/nfcpy
A Python module to read/write NFC tags or communicate with another NFC device.
https://github.com/nfcpy/nfcpy
nfc nfc-library python python-library
Last synced: 3 months ago
JSON representation
A Python module to read/write NFC tags or communicate with another NFC device.
- Host: GitHub
- URL: https://github.com/nfcpy/nfcpy
- Owner: nfcpy
- License: eupl-1.1
- Created: 2016-04-22T10:18:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:32:33.000Z (6 months ago)
- Last Synced: 2024-07-30T19:02:27.259Z (4 months ago)
- Topics: nfc, nfc-library, python, python-library
- Language: Python
- Size: 6.44 MB
- Stars: 572
- Watchers: 29
- Forks: 145
- Open Issues: 70
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
Python module for near field communication
==========================================.. image:: https://badge.fury.io/py/nfcpy.svg
:target: https://pypi.python.org/pypi/nfcpy
:alt: Python Package.. image:: http://readthedocs.org/projects/nfcpy/badge/?version=latest
:target: http://nfcpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation.. image:: https://github.com/nfcpy/nfcpy/workflows/CI/badge.svg?branch=master
:target: https://github.com/nfcpy/nfcpy/actions?workflow=CI
:alt: CI Status.. image:: https://codecov.io/gh/nfcpy/nfcpy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/nfcpy/nfcpy
:alt: Code Coverage.. _Python: https://www.python.org
.. _EUPL: https://joinup.ec.europa.eu/software/page/eupl
.. _GitHub: https://github.com/nfcpy/nfcpy
.. _issues: https://github.com/nfcpy/nfcpy/issues
.. _NFC Forum: http://nfc-forum.org/
.. _PyPI: https://pypi.python.org/pypi/nfcpy
.. _Read the Docs: https://nfcpy.readthedocs.org/
.. _Launchpad: https://launchpad.net/nfcpy
.. _answers: https://answers.launchpad.net/nfcpy
.. _stackoverflow: http://stackoverflow.com/search?q=%5Bnfc%5D+is%3Aquestion+nfcpyThe **nfcpy** module implements `NFC Forum`_ specifications for
wireless short-range data exchange with NFC devices and tags. It is
written in `Python`_ and aims to provide an easy-to-use yet powerful
framework for applications integrating NFC. The source code is
licensed under the `EUPL`_ and hosted on `GitHub`_. Release versions
are published on `PyPI`_ for ``pip install -U nfcpy``. Documentation
for latest development and active release versions can be found on
`Read the Docs`_. The GitHub `issues`_ tracker is the place for bug
reports or related questions. Other questions may have been or get
answered on the project's Launchpad `answers`_ page or
`stackoverflow`_.