Metadata-Version: 2.1
Name: python-ndn
Version: 0.3a1.post3
Summary: An NDN client library with AsyncIO support in Python 3
Home-page: https://github.com/named-data/python-ndn
Author: Xinyu Ma
Author-email: ma.xinyu.26a@kyoto-u.jp
License: Apache License 2.0
Download-URL: https://pypi.python.org/pypi/python-ndn
Project-URL: Bug Tracker, https://github.com/named-data/python-ndn/issues
Project-URL: Documentation, https://python-ndn.readthedocs.io/
Project-URL: Source Code, https://github.com/named-data/python-ndn
Keywords: NDN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: pycryptodomex (>=3.10.1)
Requires-Dist: pygtrie (>=2.4.2)
Requires-Dist: aenum (>=3.0.0)
Provides-Extra: dev
Requires-Dist: pytest (>=5.3.5) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.8.1) ; extra == 'dev'
Requires-Dist: flake8 (>=3.7.9) ; extra == 'dev'

UNKNOWN


