Metadata-Version: 2.1
Name: hoshmap
Version: 0.220808.0
Summary: Hosh-based cacheable lazy dict with deterministic predictable universally unique identifiers
License: GPLv3
Author: davips
Author-email: dpsabc@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: cache
Requires-Dist: hosh (>=1.211228.2,<2.0.0)
Requires-Dist: shelchemy (>=0.220726.6,<0.220727.0); extra == "cache"
Description-Content-Type: text/markdown

![test](https://github.com/hoshmap/hoshmap/workflows/test/badge.svg)
[![codecov](https://codecov.io/gh/hoshmap/hoshmap/branch/main/graph/badge.svg)](https://codecov.io/gh/hoshmap/hoshmap)
<a href="https://pypi.org/project/hoshmap">
<img src="https://img.shields.io/github/v/release/hoshmap/hoshmap?display_name=tag&sort=semver&color=blue" alt="github">
</a>
![Python version](https://img.shields.io/badge/python-3.10-blue.svg)
[![license: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

<!--- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5501845.svg)](https://doi.org/10.5281/zenodo.5501845) --->
[![arXiv](https://img.shields.io/badge/arXiv-2109.06028-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/2109.06028)
[![API documentation](https://img.shields.io/badge/doc-API%20%28auto%29-a0a0a0.svg)](https://hoshmap.github.io/hoshmap)

# hoshmap
A cacheable lazy dict with universally unique deterministic identifiers and transparent agnostic persistence.

## This library is the successor of the package [idict](https://pypi.org/project/idict)
Most of the _idict_ documentation still applies to _hoshmap_'s _idict_.

