Metadata-Version: 2.4
Name: swh.digestmap
Version: 0.1.5
Author-email: Software Heritage developers <swh-devel@inria.fr>
License-Expression: GPL-3.0
Project-URL: Homepage, https://softwareheritage.org/
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-digestmap/
Project-URL: Repository, https://gitlab.softwareheritage.org/swh/devel/swh-digestmap
Classifier: Programming Language :: Rust
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: swh.model>=8.0.0
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Dynamic: license-file

Digestmap's Python bindings
===========================

A digestmap is an efficient mapping of content hashes (from SWHID to SHA1).
Designed after a `hash conversion service idea <https://docs.softwareheritage.org/devel/swh-digestmap/index.html>`_.

The Python package documented below contains bindings with the Rust crate
`swh-digestmap <https://crates.io/crates/swh-digestmap>`__.
Use the crate to create a digestmap.
