Metadata-Version: 2.1
Name: ndn-bootstrap
Version: 0.1.post2
Summary: NDN security bootstrapping tools in Python, built upon NDNCERT v0.3
Home-page: https://github.com/tianyuan129/ndn-bootstrap
Author: Tianyuan Yu
Author-email: tianyuan@cs.ucla.edu
License: Apache License 2.0
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.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
License-File: COPYING
Requires-Dist: plyvel (>=1.4.0)
Requires-Dist: PyYAML (>=5.1.2)
Requires-Dist: cryptography (>=36.0.2)
Requires-Dist: ecdsa (>=0.17.0)
Requires-Dist: python-ndn (>=0.3.post2)
Requires-Dist: pyopenssl (>=23.0.0)
Requires-Dist: pem (>=21.2.0)
Provides-Extra: dev
Requires-Dist: pytest (>=6.2.5) ; extra == 'dev'
Requires-Dist: pytest-cov (>=3.0.0) ; extra == 'dev'
Requires-Dist: flake8 (>=4.0.1) ; extra == 'dev'
Requires-Dist: build (>=0.7.0) ; extra == 'dev'

ndn-bootstrap
=============

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

A Bootstrapping Tool for Named Data Networking, based on python-ndn_

It supports Python >=3.10.

Please see our documentation_ if you have any issues.

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

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

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

.. _python-ndn: https://github.com/named-data/python-ndn

.. _documentation: https://ndn-bootstrap.readthedocs.io/en/latest/index.html
