Metadata-Version: 2.1
Name: my-happy-python-utils
Version: 0.0.45
Summary: Python Utils is based on Python3.7.
Home-page: https://github.com/ggservice007/my-happy-python-utils
Author: ggservice007
Author-email: ggservice007@126.com
License: Apache 2
Platform: UNKNOWN
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
Requires-Dist: ujson (>=3.0.0)
Requires-Dist: uvloop (>=0.14.0)
Requires-Dist: aiofiles (>=0.5.0)
Requires-Dist: numpy (>=1.19.1)

# my-happy-python-utils



## install
```shell
python3.7 -m pip install -U my-happy-python-utils

or

python3.7 -m pip install -i https://pypi.org/simple/ -U my-happy-python-utils

```

## uninstall
```shell
python3.7 -m pip uninstall my-happy-python-utils
```


## how to use
See the examples directory in the project.


