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.7.31.14.46.14.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48c54500d3b26dd08bcb0d44557e5f9ac6b41688477615602d0ae455cf75ae5a |
|
MD5 | 4519bcc705853ccd2e55ffdfa62b0ec9 |
|
BLAKE2b-256 | 265f317593c0bf7d99c2210fbc619b4f528db541705b3354053a286d669b0ca7 |
Close
Hashes for MeUtils-2024.7.31.14.46.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0b612d9a96d471b55ce994433187098b889c7cd4b41b3c365b9b5743d13326f |
|
MD5 | ba90fca8241826b617c2b3e950cedc30 |
|
BLAKE2b-256 | 39dc0f3fef5d17431982a3dede1087a0000347ae333e3dd6960391ad2da8a3da |