Metadata-Version: 2.1
Name: python-dicttools
Version: 0.0.5
Summary: Python dictionary tools.
Home-page: https://github.com/ChenyangGao/python-modules/tree/main/python-dicttools
License: MIT
Keywords: dicttools
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: python-undefined (>=0.0.3)
Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/python-dicttools
Description-Content-Type: text/markdown

# Python dictionary tools.

## Installation

You can install from [pypi](https://pypi.org/project/python-dicttools/)

```console
pip install -U python-dicttools
```

## Usage

```python
import dicttools
```

