Metadata-Version: 2.1
Name: xh-dict-utils
Version: 0.0.0
Summary: A dictionary utility of self dev py library
Author-email: xethhung <pypi@xethh.dev>
Project-URL: Homepage, https://github.com/xh-dev/xh-dict-utils
Project-URL: Bug Tracker, https://github.com/xh-dev/xh-dict-utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

A dictionary utility of self dev py library

## Build
```shell
rm -fr dist
python -m build
python -m twine upload dist/*
```
