Metadata-Version: 2.1
Name: kkpyutil
Version: 0.92.0
Summary: Personal utility functions and classes frequently used by myself for daily Python work.
Home-page: https://github.com/kakyoism/kkpyutil/
License: MIT
Keywords: utility,logging,i/o,oop
Author: Beinan Li
Author-email: li.beinan@gmail.com
Maintainer: Beinan Li
Maintainer-email: li.beinan@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://github.com/kakyoism/kkpyutil/README.md
Project-URL: Repository, https://github.com/kakyoism/kkpyutil/
Project-URL: issues, https://github.com/kakyoism/kkpyutil/issues
Description-Content-Type: text/markdown

# kkpyutil
Personal utility functions and classes frequently used by myself for daily Python work.

It does not necessarily benefit everybody, but I hope it 
may occasionally shed light on some issues you may have in your own work.

## INSTALL

```shell
pip3 install kkpyutil
```

