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.22.21.46.45.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7d54c7b7e44359961bb221f2d0741751f02ca9e7f05cc198af40759eaac60db |
|
MD5 | 572d2c1954629c664997716ced69d292 |
|
BLAKE2b-256 | d9dfdc0fcf345a3ae5936597dc7fd69bad601f72154794de4fb9ee154c5e15fe |
Close
Hashes for MeUtils-2024.8.22.21.46.45-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b0954ff1deb40e1f6a927268a1d9a0ae9af99c04747bb176b50dae8f5b61dec |
|
MD5 | 3a23439fb2b2f3f9970882ae21c21981 |
|
BLAKE2b-256 | 7fd1084b265b08573ee662846dac8bfa8c1973395e772dd919f478b755b323ae |