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.27.11.27.22.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | df416e08f6d33355e0797b97443ffec58269ef4541c1a1e680aa688cb9c50814 |
|
MD5 | ccfdfa33a98fb63f164f0bc09902ea6b |
|
BLAKE2b-256 | 97f22ded54eb9fdd1e2c5b062b484260e0bd8c458c4b28edd7d5a7d3e68f0e9d |
Close
Hashes for MeUtils-2024.8.27.11.27.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38644fb93aa1b21d818574fb5c3fef6e058ba629f7be0841ee3e4238f11d0bb3 |
|
MD5 | c3a4e060be583f1ecc45737fa5126028 |
|
BLAKE2b-256 | da73d749aa78c9a9b57cbae9b2e5206db72541aa39f3c67c86b828fb93f58255 |