Metadata-Version: 2.1
Name: adaendra_immutable_dict
Version: 0.1.0
Summary: An immutable dict
Home-page: https://github.com/Adaendra/immutable_dict
Author: Maxime G.
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Adaendra/immutable_dict/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Immutable Dict
An immutable dict for Python.

---

## Credits 
This project is based on Marco Sulla's project: [frozen-dict](https://github.com/Marco-Sulla/python-frozendict).


