Metadata-Version: 2.1
Name: ndeftool
Version: 0.1.1
Summary: Create or inspect NFC Data Exchange Format messages.
Home-page: https://github.com/nfcpy/ndeftool/
Author: Stephen Tiedemann
Author-email: stephen.tiedemann@gmail.com
Maintainer: Stephen Tiedemann
Maintainer-email: stephen.tiedemann@gmail.com
License: ISC
Keywords: ndef,nfc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ndeflib
Requires-Dist: click
Requires-Dist: python-magic

=====================================
Create, modify and print NDEF Records
=====================================

.. image:: https://badge.fury.io/py/ndeftool.svg
   :target: https://pypi.python.org/pypi/ndeftool
   :alt: Python Package

.. image:: https://readthedocs.org/projects/ndeftool/badge/?version=latest
   :target: http://ndeftool.readthedocs.io/en/latest/?badge=latest
   :alt: Latest Documentation

.. image:: https://travis-ci.org/nfcpy/ndeftool.svg?branch=master
   :target: https://travis-ci.org/nfcpy/ndeftool
   :alt: Build Status

.. image:: https://codecov.io/gh/nfcpy/ndeftool/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/nfcpy/ndeftool
   :alt: Code Coverage

The ``ndeftool`` is a command line utility to create or inspect NFC
Data Exchange Format (NDEF) records and messages, released under the
`ISC <http://choosealicense.com/licenses/isc/>`_ license.

.. code-block:: shell

   $ ndeftool text "Hello World" id "r1" uri "http://nfcpy.org" save -k "message.ndef" print
   Saving 2 records to message.ndef.
   NDEF Text Record ID 'r1' Text 'Hello World' Language 'en' Encoding 'UTF-8'
   NDEF Uri Record ID '' Resource 'http://nfcpy.org'

The ``ndeftool`` documentation can be found on `Read the Docs
<https://ndeftool.readthedocs.io/>`_ and the code on `GitHub
<https://github.com/nfcpy/ndeftool>`_.


