Metadata-Version: 2.1
Name: EasyUtils-SPeak
Version: 0.0.4
Summary: a easy utils set
Home-page: https://github.com/Sunrisepeak/EasyUtils
Author: SPeak
Author-email: speakshen@163.com
Project-URL: Bug Tracker, https://github.com/Sunrisepeak/EasyUtils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# EasyUtils
a easy utils set .....

## 1.Basic Feature/Tools

- ETaskManager: a simple task manager
- ELog: a log tools

## 2.Install

> use pip or clone source code directly

```
pip install EasyUtils-SPeak
```

or

```
git clone git@github.com:Sunrisepeak/EasyUtils.git
```

## 3. Example

### ELog

```python

from eutils import getLogger

getLogger("EUtils", logLevel=4).info("Hello ELog")


```

### ETaskManager

```python
#...

```

>
> More Detils: [test code](https://github.com/Sunrisepeak/EasyUtils/tree/main/tests/) , [demo](https://github.com/Sunrisepeak/EasyUtils/tree/main/demo)
>


## Other

[HomePage](https://github.com/Sunrisepeak/EasyUtils)

[PyPi](https://pypi.org/project/EasyUtils-SPeak/)
