Metadata-Version: 2.4
Name: yzm_util
Version: 0.0.2
Summary: Tool class
Project-URL: github, https://github.com/YuZhengM/yzm_util
Author-email: Zheng-Min Yu <yuzmbio@163.com>
License-File: LICENSE
Keywords: tool,util
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: selenium>=4.10.0
Requires-Dist: yzm-log>=0.0.2
Description-Content-Type: text/markdown

# yzm_util

> **`File read and write operations`**

This is a simple log package. You can see
[Github-yzm_util](https://github.com/YuZhengM/yzm_util)
[PyPI-yzm_util](https://pypi.org/project/yzm_util/)

## Use

> install

```shell
pip install yzm_util
```

> import

```shell
import yzm_util as yu
```

