Metadata-Version: 2.4
Name: nfcpy
Version: 1.0.4
Summary: Python module for Near Field Communication.
Home-page: https://github.com/nfcpy/nfcpy
Author: Stephen Tiedemann
Author-email: stephen.tiedemann@gmail.com
Maintainer: Stephen Tiedemann
Maintainer-email: stephen.tiedemann@gmail.com
License: EUPL
Keywords: contactless,nfc,llcp,p2p,snep
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)
Requires-Python: >=2.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: libusb1
Requires-Dist: pyserial
Requires-Dist: ndeflib
Requires-Dist: pydes
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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