Metadata-Version: 2.1
Name: python-ndn
Version: 0.3.post2
Summary: An NDN client library with AsyncIO support in Python 3
Home-page: https://github.com/named-data/python-ndn
Download-URL: https://pypi.python.org/pypi/python-ndn
Author: Xinyu Ma
Author-email: ma.xinyu.26a@kyoto-u.jp
License: Apache License 2.0
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
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
License-File: COPYING
License-File: AUTHORS.rst
Requires-Dist: pycryptodomex (>=3.11.0)
Requires-Dist: pygtrie (>=2.4.2)
Requires-Dist: aenum (>=3.1.5)
Requires-Dist: lark (>=1.1.2)
Provides-Extra: dev
Requires-Dist: pytest (>=7.1.2) ; extra == 'dev'
Requires-Dist: pytest-cov (>=3.0.0) ; extra == 'dev'
Requires-Dist: flake8 (>=4.0.1) ; extra == 'dev'
Requires-Dist: build (>=0.8.0) ; extra == 'dev'
Provides-Extra: pyca
Requires-Dist: cryptography (>=37.0.2) ; extra == 'pyca'

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.9 and PyPy3.9 >=7.3.8.

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
