Metadata-Version: 2.1
Name: MeUtils
Version: 2021.9.4.15.21.25
Summary: description
Home-page: https://github.com/Jie-Yuan/MeUtils
Author: yuanjie
Author-email: 313303303@qq.com
Maintainer: yuanjie
Maintainer-email: 313303303@qq.com
License: MIT License
Keywords: 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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: ann
Provides-Extra: plus
Provides-Extra: plot
Provides-Extra: ai
Provides-Extra: app
Provides-Extra: db
Provides-Extra: pd
Provides-Extra: all
License-File: LICENSE

[![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所花费的时间")
```
### CLI
```bash
mecli pkg
```

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

pyspark https://wiki.n.miui.com/pages/viewpage.action?pageId=477643956

---
![刷题](https://tva1.sinaimg.cn/large/008eGmZEly1gopa6fzuwwj30xj0u0ado.jpg)
![git规范](https://tva1.sinaimg.cn/large/008eGmZEly1gn22tnx04dj312t0qpq6k.jpg)

