Metadata-Version: 2.1
Name: MeUtils
Version: 2021.5.6.15.11.19
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
Description: [![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
        - 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)
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
