Metadata-Version: 2.1
Name: python-ndn
Version: 0.3a1.post4
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: Tracker, https://github.com/named-data/python-ndn/issues
Project-URL: Documentation, https://python-ndn.readthedocs.io
Project-URL: Source, https://github.com/named-data/python-ndn
Project-URL: Changelog, https://python-ndn.readthedocs.io/en/latest/src/changelog.html
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
License-File: COPYING
License-File: AUTHORS.rst
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'
Requires-Dist: build (>=0.5.1) ; extra == 'dev'

python-ndn
==========

|Test Badge|
|Code Size|
|Release Badge|
|Doc Badge|

A Named Data Networking client library with AsyncIO support in Python 3.

It supports Python >=3.7 and PyPy3 >=7.1.1.

Please see our documentation_ if you have any issues.

.. |Test Badge| image:: https://github.com/named-data/python-ndn/workflows/test/badge.svg
    :target: https://github.com/named-data/python-ndn
    :alt: Test Status

.. |Code Size| image:: https://img.shields.io/github/languages/code-size/named-data/python-ndn
    :target: https://github.com/named-data/python-ndn
    :alt: Code Size

.. |Release Badge| image:: https://img.shields.io/pypi/v/python-ndn?label=release
    :target: https://pypi.org/project/python-ndn/
    :alt: Release Ver

.. |Doc Badge| image:: https://readthedocs.org/projects/python-ndn/badge/?version=latest
    :target: https://python-ndn.readthedocs.io/en/latest/?badge=latest
    :alt: Doc Status

.. _documentation: https://python-ndn.readthedocs.io/en/latest


