Metadata-Version: 1.2
Name: nfcpy
Version: 0.13.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
Description: 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=stable
           :target: http://nfcpy.readthedocs.io/en/stable/?badge=stable
           :alt: Documentation
        
        .. image:: http://readthedocs.org/projects/nfcpy/badge/?version=latest
           :target: http://nfcpy.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation
        
        .. image:: https://travis-ci.org/nfcpy/nfcpy.svg?branch=master
           :target: https://travis-ci.org/nfcpy/nfcpy
           :alt: Build 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`_.
        
Keywords: contactless,nfc,llcp,p2p,snep
Platform: UNKNOWN
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: 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, <3
