Metadata-Version: 2.1
Name: okutils
Version: 1.0.0
Summary: a python utils
Author-email: skiloop <skiloop@gmail.com>
License: MIT License
Project-URL: homepage, https://github.com/skiloop/okutils
Project-URL: repository, https://github.com/skiloop/okutils
Keywords: utils
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown

[![CICD](https://github.com/skiloop/okutils/actions/workflows/code.yml/badge.svg)](https://github.com/sharkdp/fd/actions/workflows/CICD.yml)
okutils
===== 
a python utils

# Document

## mp_append_log

append log to file, multiple process supported

```python
from okutils.tools import mp_append_log

mp_append_log("debug.log", "welcome")
```
