# nfcpy **Repository Path**: mbed/nfcpy ## Basic Information - **Project Name**: nfcpy - **Description**: A Python module to read/write NFC tags or communicate with another NFC device. - **Primary Language**: Python - **License**: EUPL-1.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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=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`_.