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.16.14.15.20.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 373768a0a748db6a7c3e53252cf3d87de1a4d42d685e971b1538b477d40589a8 |
|
MD5 | be39d4aa3880553016ca04f117c892b8 |
|
BLAKE2b-256 | 827ae8cd49b55dc733a184f7e2e6be5a4cf118516ac05d53dcd6067320e4804f |
Close
Hashes for MeUtils-2024.8.16.14.15.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c373e3e79359057bfa0c92be5d6eeb4528b0d2e34ef157eec2ef638801d00e7c |
|
MD5 | 0337b0902df2f15468bbf7441ab27c18 |
|
BLAKE2b-256 | 848815856011508b0354077d3c0080619e1165cc57d95a850b45b79a3850b3a2 |