[](http://pepy.tech/project/meutils)
<h1 align = "center">:rocket: 常用工具类 :facepunch:</h1>
## Install
```bash
pip install -U meutils
```
## [Docs](https://jie-yuan.github.io/MeUtils/)
### Tools
```python
from meutils.pipe import *
for i in range(5) | xtqdm:
logger.info("这是一个进度条")
with timer('LOG'):
logger.info("打印一条log所花费的时间")
```
<details markdown="1">
<summary><b>A</b></summary>
```python
ABtest
```
</details>
### Notice
```python
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
---


Raw data
{
"_id": null,
"home_page": "https://github.com/yuanjie-ai/MeUtils",
"name": "MeUtils",
"maintainer": "yuanjie",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "313303303@qq.com",
"keywords": "utils",
"author": "yuanjie",
"author_email": "313303303@qq.com",
"download_url": "https://files.pythonhosted.org/packages/88/28/7bcf5dd98a4be4e2b4fc8f2a4d0a99004517797953337fc2e2239125b874/meutils-2025.4.9.10.39.6.tar.gz",
"platform": "all",
"description": "[](http://pepy.tech/project/meutils)\n\n<h1 align = \"center\">:rocket: \u5e38\u7528\u5de5\u5177\u7c7b :facepunch:</h1>\n\n## Install\n```bash\npip install -U meutils\n```\n\n## [Docs](https://jie-yuan.github.io/MeUtils/)\n\n### Tools\n```python\nfrom meutils.pipe import *\n\nfor i in range(5) | xtqdm:\n logger.info(\"\u8fd9\u662f\u4e00\u4e2a\u8fdb\u5ea6\u6761\")\n\nwith timer('LOG'):\n logger.info(\"\u6253\u5370\u4e00\u6761log\u6240\u82b1\u8d39\u7684\u65f6\u95f4\")\n```\n\n<details markdown=\"1\">\n <summary><b>A</b></summary>\n\n```python\nABtest\n```\n\n</details>\n\n### Notice\n```python\nfrom meutils.pipe import *\nfrom meutils.log_utils import logger4wecom\nfrom meutils.decorators.catch import wecom_catch, wecom_hook\n\n@wecom_catch()\ndef wecom_catch_test():\n 1/0\n\n@wecom_hook('wecom_hook_test', 'Sleeping 3s')\ndef wecom_hook_test():\n time.sleep(3)\n\n```\n\n\n\n---\n## TODO\n\npyspark https://wiki.n.miui.com/pages/viewpage.action?pageId=477643956\n\n---\n\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "description",
"version": "2025.4.9.10.39.6",
"project_urls": {
"Homepage": "https://github.com/yuanjie-ai/MeUtils"
},
"split_keywords": [
"utils"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c01a983144d904123d1ea925b634717f42760764adeb7a7be63b4656155a8292",
"md5": "43d487cbcdf0d931e61d3f87e3cd4331",
"sha256": "3ef62d0a03d8600918d94999f324cbfc58e52344dc2ddf8c4a5a5751f09c85c6"
},
"downloads": -1,
"filename": "MeUtils-2025.4.9.10.39.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "43d487cbcdf0d931e61d3f87e3cd4331",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6701545,
"upload_time": "2025-04-09T02:39:23",
"upload_time_iso_8601": "2025-04-09T02:39:23.977155Z",
"url": "https://files.pythonhosted.org/packages/c0/1a/983144d904123d1ea925b634717f42760764adeb7a7be63b4656155a8292/MeUtils-2025.4.9.10.39.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88287bcf5dd98a4be4e2b4fc8f2a4d0a99004517797953337fc2e2239125b874",
"md5": "61c0128fa4c890481da7bb7e2c1b67b6",
"sha256": "d3435a712f12c3ef900a7d2c37caf415a7e2a6b939aff5b34a97f750eec3ef46"
},
"downloads": -1,
"filename": "meutils-2025.4.9.10.39.6.tar.gz",
"has_sig": false,
"md5_digest": "61c0128fa4c890481da7bb7e2c1b67b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6195364,
"upload_time": "2025-04-09T02:39:36",
"upload_time_iso_8601": "2025-04-09T02:39:36.619959Z",
"url": "https://files.pythonhosted.org/packages/88/28/7bcf5dd98a4be4e2b4fc8f2a4d0a99004517797953337fc2e2239125b874/meutils-2025.4.9.10.39.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-09 02:39:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yuanjie-ai",
"github_project": "MeUtils",
"github_not_found": true,
"lcname": "meutils"
}