Metadata-Version: 2.1
Name: ndn-storage
Version: 0.2.0
Summary: An NDN Storage Library for Applications in Python 3
Home-page: https://github.com/justincpresley/ndn-python-storage
Author: Justin C Presley
Author-email: justincpresley@gmail.com
Maintainer: Justin C Presley
Maintainer-email: justincpresley@gmail.com
License: Apache License 2.0
Download-URL: https://pypi.python.org/pypi/ndn-storage
Project-URL: Bug Tracker, https://github.com/justincpresley/ndn-python-storage/issues
Project-URL: Source Code, https://github.com/justincpresley/ndn-python-storage
Keywords: NDN STORAGE DISK MEMORY CACHE
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.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<3.10.*
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst

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

This python library provides **different storage APIs** for **Named Data Networking (NDN) applications**. At first,
it was thought that only ndn-python-repo_ would need such API; but with the ever-growing NDN applications such
as variations of NDN repositories (repo, nr-archway, hydra, etc), NDN sync protocols (svs, psync, etc), and more; it is imperative that
an API is provided.

The Named Data Networking Storage Library is implemented using and simply adds to python-ndn_, nicknamed
``ndn-python-storage``

The implementation is on our github-repo_.

There is no documentation at this moment. However, as more storage solutions are added, a documentation will be formed.

To install, please use the pip library ndn-storage_. To import, use ndn.storage like you would with ndn.encoding.

.. _ndn-python-repo: https://github.com/UCLA-IRL/ndn-python-repo
.. _python-ndn: https://github.com/named-data/python-ndn
.. _github-repo: https://github.com/justincpresley/ndn-python-storage
.. _ndn-storage: https://pypi.org/project/ndn-storage

