description


Keywords
utils
License
MIT
Install
pip install MeUtils==2024.6.21.18.1.11

Documentation

Downloads

🚀 常用工具类 👊

Install

pip install -U meutils

Tools

from meutils.pipe import *

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

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

Notice

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


刷题 git规范