Metadata-Version: 2.4
Name: paramdict
Version: 1.0.3
Summary: A lightweight wrapper around Python dictionary.
Author-email: zhangjp19 <asamatteroffact@yeah.net>
License-Expression: MIT
Project-URL: Documentation, https://paramdict-docs.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/zhangjp19/paramdict
Project-URL: Issues, https://github.com/zhangjp19/paramdict/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Paramdict

Paramdict is a lightweight Python library designed for better management of parameters and configurations in your projects. It provides an ease-to-use wrapper around dictionaries, defines a clear structure for parameter handling, and supports features like validation, serialization, and more.

Detailed documentation: [ReadtheDocs](https://paramdict-docs.readthedocs.io/en/latest/)
