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.13.16.52.50.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94eecb3dec827a0bdc547d84f6caac18cf0d3a1e3c65b66207191d2e69d8693c |
|
MD5 | c707fd68566df5278df5a8c2192d77fc |
|
BLAKE2b-256 | fa0a84cdf9b0cdca203eacd2be11ea4a4e8cd9f58f021115327134c1554fc8ec |
Close
Hashes for MeUtils-2024.8.13.16.52.50-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 475a7900ecb18447c47f8c2ebbccb05bb855718b679e846415dd25efc4cf0474 |
|
MD5 | eae9578249c34274979bd87f284d6af9 |
|
BLAKE2b-256 | 24948b01cadb4c5c12b9a60c43316435f98976e034ca32cdb86b5a21b84b8974 |