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.5.10.15.47.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d38ad2b35f43d895fef8a72b0786f94baa4eaf75030c45ba2d816c724a54191d |
|
MD5 | 81eca2f53fe3eb739d94d8eb7af2b7d1 |
|
BLAKE2b-256 | 8846c423ed6bc9f6cd847c4dd4071f180d94943ef75bdec4ff495e548a13029f |
Close
Hashes for MeUtils-2024.8.5.10.15.47-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8540634b81396540bd0014a9eae5d58db94d251c92a3f78431bf515e3391c074 |
|
MD5 | 80b20a48925ca2c733f84ee2921fd036 |
|
BLAKE2b-256 | b0afdc0424e5233caff2aa880fa9d1896f67ca3ab0480be3320c09f9c99ba3c8 |