Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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+nfcpy

The **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`_.