.coveragerc
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
codecov.yml
requirements-dev.txt
requirements-pypi.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/extending.rst
docs/index.rst
docs/license.rst
docs/ndef.rst
docs/records.rst
docs/images/ndeflib.ico
docs/images/ndeflib.png
docs/records/bluetooth.rst
docs/records/deviceinfo.rst
docs/records/handover.rst
docs/records/signature.rst
docs/records/smartposter.rst
docs/records/text.rst
docs/records/uri.rst
docs/records/wifi.rst
src/ndef/__init__.py
src/ndef/bluetooth.py
src/ndef/deviceinfo.py
src/ndef/handover.py
src/ndef/message.py
src/ndef/record.py
src/ndef/signature.py
src/ndef/smartposter.py
src/ndef/text.py
src/ndef/uri.py
src/ndef/wifi.py
src/ndeflib.egg-info/PKG-INFO
src/ndeflib.egg-info/SOURCES.txt
src/ndeflib.egg-info/dependency_links.txt
src/ndeflib.egg-info/not-zip-safe
src/ndeflib.egg-info/top_level.txt
tests/_test_record_base.py
tests/test_bluetooth.py
tests/test_deviceinfo.py
tests/test_handover.py
tests/test_message.py
tests/test_record.py
tests/test_signature.py
tests/test_smartposter.py
tests/test_text.py
tests/test_uri.py
tests/test_wifi.py