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.9.30.16.38.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c53d5e344a9cb05af567f4b2484bb36705d0c3e46e6e7d82e79a438479f8d8 |
|
MD5 | 05c1080d3b156dc9f033bc432dd9f09d |
|
BLAKE2b-256 | 4f55e38603f592bbdbf22c739318484dfbaa99174a51eab58e269adc28847404 |
Close
Hashes for MeUtils-2024.9.30.16.38.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9f259834c12b13fbfa2ae2b5c2c964669a9c758964dab6ae96b5b72d7271db6 |
|
MD5 | 58e5b388977bb7d489f313e43bf11c32 |
|
BLAKE2b-256 | 6e4aa85016f164a7492705dd2d336475222228f9f4db039458b2465302136b6a |