Metadata-Version: 2.1
Name: xh-cpu-usage-simulator
Version: 0.0.11
Summary: Tools simulating the cpu usage
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
# automate by following `-u {user} -p {token / password}`
# api automate by following `-u __token__ -p {token / password}`
python -m twine upload dist/*
```
