Metadata-Version: 2.1
Name: kkpyutil
Version: 0.114.0
Summary: zero-dependency utility functions and classes
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
Small utility frequently used by myself for daily Python work.
- No dependency on third-party Python modules, so it alwyas run
- Some functions use system builtin executable or essential programs, so runs will fail if those are not installed separately

## INSTALL

```shell
pip3 install kkpyutil
```

