Metadata-Version: 2.1
Name: ndn-bootstrap
Version: 0.1.post1
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
Provides-Extra: dev
License-File: COPYING

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
