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.21.15.25.34.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 696e6fc224d2599ed1ff09d000d2e8ec4a2603adb07cbffdb2eb46b07b1ff457 |
|
MD5 | d80a402fa58d5bc066d96d8eb8b0f984 |
|
BLAKE2b-256 | 3a36e6bfa3775970730019d0dcec6ed6e9c64f72f330a460b3c31e6e5ff6a26a |
Close
Hashes for MeUtils-2024.8.21.15.25.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1eff1e6ca19dbc8cc225b746e6581b5f9e53746923d0ca2ba15b501cbc03311 |
|
MD5 | 820a2fb0626228bba0ee98703ab9a74c |
|
BLAKE2b-256 | 6ad4d6b4ce65348ed7d80493414b7a7a867e1ba0aac0007e2bf5ab839982c757 |