Metadata-Version: 2.1
Name: MeUtils
Version: 2020.12.3.15.25.11
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
Description: <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
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
