Metadata-Version: 2.1
Name: swh.graph
Version: 0.0.2
Summary: Software Heritage graph service
Home-page: https://forge.softwareheritage.org/diffusion/DGRPH
Author: Software Heritage developers
Author-email: swh-devel@inria.fr
License: UNKNOWN
Project-URL: Source, https://forge.softwareheritage.org/source/swh-graph
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: vcversioner
Requires-Dist: swh.core[http] (>=0.0.63)
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

swh-graph --- Software Heritage graph service
=============================================

Service providing fast access to the graph representation of the Software
Heritage archive.

The service is in-memory, based on a compressed representation of the Software
Heritage Merkle DAG.


