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.29.16.31.58.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3a85bfc8e979c022b2dee59bf3defe9572109d958075b0f52174756abeff8f7 |
|
MD5 | 1d434c2e586ec783e149e9936ded1b80 |
|
BLAKE2b-256 | 676ad9ff5a936b52b56311180d668c22ccda4cfb2096731d4ff41a3f2bf54744 |
Close
Hashes for MeUtils-2024.8.29.16.31.58-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80f6f111a67b969828a9e0283d3234ebb04bb1f708a8defca6109c3e37493035 |
|
MD5 | 3f6dafcdc02906b6c64089f35d223c58 |
|
BLAKE2b-256 | b29488db8e762063db3dba8464d194dc978f02a72f7ba36abb82b292dd947c7c |