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.21.14.24.27.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81051563041fa3e4cdd85379919832dda4946362ad748747ba2dab7961d1f3db |
|
MD5 | 74dd1d57b964f365573cb4806bcf2fc9 |
|
BLAKE2b-256 | c4846aef03eb666911d95ca090bfe34e4e6419bee039f6b025758c55a11d3b2f |
Close
Hashes for MeUtils-2024.8.21.14.24.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7faadaf623cde1faeda95369e3e365469f56681ce0a0fcaa8f8fcbc36ec5e1e |
|
MD5 | 761b6647dd64bbfc512abe122c9d34f8 |
|
BLAKE2b-256 | 0c416795c60f9a1d7a090f568018ded626d592d99c1e87242b64d41c1f01f375 |