Metadata-Version: 2.1
Name: ndn-hydra-repo
Version: 1.0.0
Summary: ndn-hydra: An NDN distributed repository with resiliency coded in python.
Home-page: https://github.com/tntech-ngin/ndn-hydra
Download-URL: https://pypi.python.org/pypi/ndn-hydra
Author: See GitHub
Author-email: sshannigrahi@tntech.edu
Maintainer: see GitHub
Maintainer-email: sshannigrahi@tntech.edu
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/tntech-ngin/ndn-hydra/issues
Project-URL: Source Code, https://github.com/tntech-ngin/ndn-hydra
Keywords: NDN HYDRA
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst
Requires-Dist: python-ndn>=0.3
Requires-Dist: ndn-storage>=0.2.3
Requires-Dist: ndn-svs>=0.3.17
Requires-Dist: sphinx-autodoc-typehints>=1.17.0
Requires-Dist: sphinx-rtd-theme>=1.0.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: pytest>=7.1.1
Requires-Dist: tqdm>=4.66.2

ndn-hydra: an NDN distributed repo
==================================

A Named Data Networking (NDN) Distributed Repo implementation using python-ndn_ nicknamed ``ndn-hydra``.

Hydra uses ndn-python-svs_ (StateVectorSync) to communicate in a distributed environment and
ndn-python-storage_ for its storage options.

The implementation is on our github-repo_.

Please see our documentation_.

.. _python-ndn: https://github.com/named-data/python-ndn
.. _ndn-python-svs: https://github.com/tntech-ngin/ndn-python-svs
.. _ndn-python-storage: https://github.com/tntech-ngin/ndn-python-storage
.. _documentation: https://ndn-hydra.readthedocs.io
.. _github-repo: https://github.com/tntech-ngin/ndn-hydra/
