Metadata-Version: 2.1
Name: hcs-storage
Version: 1.4
Summary: a storage class wrapping a dict.
Home-page: https://pypi.org/project/hcs-storage/
License: ISCL
Author: Christer Sjöholm
Author-email: 1357-hcs@users.noreply.gitlab.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://gitlab.com/hcs/hcs-storage
Description-Content-Type: text/x-rst

About
=====

a storage class wrapping a dict.


Feedback and getting involved
-----------------------------

Send feedback and bug reports by email to hcs at furuvik dot net.

- Code Repository: https://gitlab.com/hcs/hcs-storage

News
====

1.4
---
*Release date: 2024-09-03*

* Misc non code updates
* ruff auto formatting
* Fixed errors and warnings reported by ruff and mypy

1.3
---
*Release date: 2020-12-16*

* Removed support for Python 2.x
* Switched from setup.py to poetry

1.2
---
*Release date: 2016-08-26*

* Removed a double normalization

1.1
---
*Release date: 2014-07-01*

* added items() == iteritems() to storage for Py3 style compat.

1.0.2
-----

* More doctests, almost full coverage.
* Fixed bug relating to normalization
* get_doc now returns a denormalized copy of the internal dict

1.0.1
-----

*Release date: 2014-06-18*

* include the code in the package...

1.0
---

*Release date: 2014-06-18*

 storage was previusly a part of hcs_utils (hcs_utils.storage)


