description
Project description
:rocket: 常用工具类 :facepunch:
Install
pip install -U meutils
Docs
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for MeUtils-2024.8.20.9.9.51-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f91c4882980336d433b2c54d72e2eb5f23d08161b79f53b777e054c702c989c0 |
|
MD5 | 7ece2923452a41850a19d32856f469f3 |
|
BLAKE2b-256 | 7e874f5d4448eaa600ab974cfd4849ba2cea1b197130fc0ae07af5a5e998ff23 |