Metadata-Version: 2.1
Name: ykenan-log
Version: 0.0.1
Summary: Print and save a simple log to a file
Author-email: Yu Zhengmin <3236170161@qq.com>
Project-URL: Github, https://github.com/YuZhengM/ykenan_log
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ykenan_log

> **`Print and save a simple log to a file`**

```shell
pip install --upgrade build -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install --upgrade twine -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
```


```shell
py -m build
py -m twine upload --repository testpypi dist/*
```


