Metadata-Version: 2.1
Name: MeUtils
Version: 2020.12.3.18.23.3
Summary: description
Home-page: https://github.com/Jie-Yuan/MeUtils
Author: YuanJie
Author-email: 313303303@qq.com
Maintainer: JieYuan
Maintainer-email: 313303303@qq.com
License: Apache
Keywords: tool wheel,yuanjie,utils
Platform: all
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Description-Content-Type: text/markdown
Requires-Dist: iteration-utilities
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: loguru
Requires-Dist: fire
Requires-Dist: kazoo
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: pydantic

[![Downloads](http://pepy.tech/badge/meutils)](http://pepy.tech/project/meutils)

<h1 align = "center">:rocket: 常用工具类 :facepunch:</h1>

---

## Install
```bash
pip install -U meutils
```

## Usage
```python
from meutils.pipe import *

for i in range(5) | xtqdm:
    logger.info("这是一个进度条")

with timer('LOG'):
    logger.info("打印一条log所花费的时间")
```

---
## TODO
- add hook
- add zk/es/mongo/hdfs logger

