Metadata-Version: 2.1
Name: MeUtils
Version: 2022.5.16.14.23.40
Summary: description
Home-page: https://github.com/yuanjie-ai/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.7
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
```

## [Docs](https://jie-yuan.github.io/MeUtils/)

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

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

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

<details>
  <summary><b>A</b></summary>
  ab
</details>
  
### Notice
```python
from meutils.pipe import *
from meutils.log_utils import logger4wecom
from meutils.decorators.catch import wecom_catch, wecom_hook

@wecom_catch()
def wecom_catch_test():
    1/0

@wecom_hook('wecom_hook_test', 'Sleeping 3s')
def wecom_hook_test():
    time.sleep(3)

```

---
## TODO

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)


