==================================================
ztools
==================================================
ToolBox for Python, Easy to Use.
概述
====
ztools模块封装了使用Python语言编写的工具。
- 工程主页: https://github.com/zoumingzhe/ztools
- 下载地址: https://pypi.python.org/pypi/ztools
- 法律许可: MIT license_ , (C) 2018-2020 ZouMingzhe_ <zoumingzhe@qq.com>
安装
====
通过pip命令安装ztools模块:
``pip install ztools``
如果已经安装ztools模块,可以通过pip命令更新:
``pip install --upgrade ztools``
更多安装信息请查阅 安装文档_ 。
工具
====
- timeout: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/tool/timeout.py
超时,提供超时判断。
- progressbar: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/tool/progressbar.py
进度条,提供进度条显示。
- plot: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/GUI/plot.py
绘图,提供基于matplotlib的绘图功能。
- filebase: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/file/filebase.py
文件,提供文件访问与相关操作。
- xls: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/file/xls.py
Excle,提供对.xls文件访问与相关操作。
- MySQL: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/db/MySQL.py
MySQL数据库,提供基于pymysql的MySQL数据库访问。
文档
====
API(应用程序接口)文档、用法和例程可查阅 documentation_ 目录下的文档。
- .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx_ 转换成HTML或PDF格式
例程
====
例程存放在工程文件的 examples_ 目录下。
测试
====
单元测试存放在工程文件的 test_ 目录下。
支持
====
本项目由 ZouMingzhe_ <zoumingzhe@qq.com> 创建并维护。
为了完善ztools模块的功能,欢迎您贡献代码至: https://github.com/zoumingzhe/ztools
语言
====
简体中文_
English_
.. _ZouMingzhe: https://zoumingzhe.github.io
.. _简体中文: https://github.com/zoumingzhe/ztools/blob/master/README.rst
.. _English: https://github.com/zoumingzhe/ztools/blob/master/documentation/en/README.rst
.. _license: https://github.com/zoumingzhe/ztools/blob/master/LICENSE.txt
.. _安装文档: https://github.com/zoumingzhe/ztools/tree/master/documentation/ztools.rst#installation
.. _documentation: https://github.com/zoumingzhe/ztools/tree/master/documentation
.. _examples: https://github.com/zoumingzhe/ztools/tree/master/examples
.. _test: https://github.com/zoumingzhe/ztools/tree/master/test
.. _Python: http://python.org/
.. _Sphinx: http://sphinx-doc.org/
Raw data
{
"_id": null,
"home_page": "https://github.com/zoumingzhe/ztools",
"name": "ztools",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "ztools",
"author": "Zou Mingzhe",
"author_email": "zoumingzhe@qq.com",
"download_url": "https://files.pythonhosted.org/packages/26/ad/397db3d4932f814fe18cf74ac3424793d6fa9ef44915813773b58f88d0dd/ztools-2.4.7.tar.gz",
"platform": "any",
"description": "==================================================\n ztools\n==================================================\n ToolBox for Python, Easy to Use.\n\n\n\u6982\u8ff0\n====\nztools\u6a21\u5757\u5c01\u88c5\u4e86\u4f7f\u7528Python\u8bed\u8a00\u7f16\u5199\u7684\u5de5\u5177\u3002\n\n- \u5de5\u7a0b\u4e3b\u9875: https://github.com/zoumingzhe/ztools\n- \u4e0b\u8f7d\u5730\u5740: https://pypi.python.org/pypi/ztools\n- \u6cd5\u5f8b\u8bb8\u53ef: MIT license_ , (C) 2018-2020 ZouMingzhe_ <zoumingzhe@qq.com>\n\n\u5b89\u88c5\n====\n\u901a\u8fc7pip\u547d\u4ee4\u5b89\u88c5ztools\u6a21\u5757\uff1a\n\n``pip install ztools``\n\n\u5982\u679c\u5df2\u7ecf\u5b89\u88c5ztools\u6a21\u5757\uff0c\u53ef\u4ee5\u901a\u8fc7pip\u547d\u4ee4\u66f4\u65b0\uff1a\n\n``pip install --upgrade ztools``\n\n\u66f4\u591a\u5b89\u88c5\u4fe1\u606f\u8bf7\u67e5\u9605 \u5b89\u88c5\u6587\u6863_ \u3002\n\n\u5de5\u5177\n====\n- timeout: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/tool/timeout.py\n \u8d85\u65f6\uff0c\u63d0\u4f9b\u8d85\u65f6\u5224\u65ad\u3002\n\n- progressbar: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/tool/progressbar.py\n \u8fdb\u5ea6\u6761\uff0c\u63d0\u4f9b\u8fdb\u5ea6\u6761\u663e\u793a\u3002\n\n- plot: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/GUI/plot.py\n \u7ed8\u56fe\uff0c\u63d0\u4f9b\u57fa\u4e8ematplotlib\u7684\u7ed8\u56fe\u529f\u80fd\u3002\n\n- filebase: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/file/filebase.py\n \u6587\u4ef6\uff0c\u63d0\u4f9b\u6587\u4ef6\u8bbf\u95ee\u4e0e\u76f8\u5173\u64cd\u4f5c\u3002\n\n- xls: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/file/xls.py\n Excle\uff0c\u63d0\u4f9b\u5bf9.xls\u6587\u4ef6\u8bbf\u95ee\u4e0e\u76f8\u5173\u64cd\u4f5c\u3002\n\n- MySQL: https://github.com/zoumingzhe/ztools/blob/master/ztools/ztools/db/MySQL.py\n MySQL\u6570\u636e\u5e93\uff0c\u63d0\u4f9b\u57fa\u4e8epymysql\u7684MySQL\u6570\u636e\u5e93\u8bbf\u95ee\u3002\n\n\u6587\u6863\n====\nAPI\uff08\u5e94\u7528\u7a0b\u5e8f\u63a5\u53e3\uff09\u6587\u6863\u3001\u7528\u6cd5\u548c\u4f8b\u7a0b\u53ef\u67e5\u9605 documentation_ \u76ee\u5f55\u4e0b\u7684\u6587\u6863\u3002\n\n- .rst\u540e\u7f00\u6587\u4ef6\u53ef\u4ee5\u5728\u4efb\u4f55\u6587\u672c\u7f16\u8f91\u5668\u4e2d\u67e5\u770b\u6216\u8005\u4f7f\u7528 Sphinx_ \u8f6c\u6362\u6210HTML\u6216PDF\u683c\u5f0f\n\n\u4f8b\u7a0b\n====\n\u4f8b\u7a0b\u5b58\u653e\u5728\u5de5\u7a0b\u6587\u4ef6\u7684 examples_ \u76ee\u5f55\u4e0b\u3002\n\n\u6d4b\u8bd5\n====\n\u5355\u5143\u6d4b\u8bd5\u5b58\u653e\u5728\u5de5\u7a0b\u6587\u4ef6\u7684 test_ \u76ee\u5f55\u4e0b\u3002\n\n\u652f\u6301\n====\n\u672c\u9879\u76ee\u7531 ZouMingzhe_ <zoumingzhe@qq.com> \u521b\u5efa\u5e76\u7ef4\u62a4\u3002\n\n\u4e3a\u4e86\u5b8c\u5584ztools\u6a21\u5757\u7684\u529f\u80fd\uff0c\u6b22\u8fce\u60a8\u8d21\u732e\u4ee3\u7801\u81f3: https://github.com/zoumingzhe/ztools\n\n\u8bed\u8a00\n====\n\u7b80\u4f53\u4e2d\u6587_\n\nEnglish_\n\n\n.. _ZouMingzhe: https://zoumingzhe.github.io\n.. _\u7b80\u4f53\u4e2d\u6587: https://github.com/zoumingzhe/ztools/blob/master/README.rst\n.. _English: https://github.com/zoumingzhe/ztools/blob/master/documentation/en/README.rst\n.. _license: https://github.com/zoumingzhe/ztools/blob/master/LICENSE.txt\n.. _\u5b89\u88c5\u6587\u6863: https://github.com/zoumingzhe/ztools/tree/master/documentation/ztools.rst#installation\n.. _documentation: https://github.com/zoumingzhe/ztools/tree/master/documentation\n.. _examples: https://github.com/zoumingzhe/ztools/tree/master/examples\n.. _test: https://github.com/zoumingzhe/ztools/tree/master/test\n.. _Python: http://python.org/\n.. _Sphinx: http://sphinx-doc.org/\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ToolBox for Python, Easy to Use.",
"version": "2.4.7",
"split_keywords": [
"ztools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "edf3ad5d1c4fb462b7b7e3b43ed524d396a777fc14df0a84d38de1fb2a42b24b",
"md5": "6cef0631b49fbe001664bf80a60dc9e3",
"sha256": "57f25dd236a9eae3aaf5df4d5b74045252f9e26e405715611c1f47d93b39b824"
},
"downloads": -1,
"filename": "ztools-2.4.7-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6cef0631b49fbe001664bf80a60dc9e3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 24925,
"upload_time": "2023-03-15T17:54:16",
"upload_time_iso_8601": "2023-03-15T17:54:16.077340Z",
"url": "https://files.pythonhosted.org/packages/ed/f3/ad5d1c4fb462b7b7e3b43ed524d396a777fc14df0a84d38de1fb2a42b24b/ztools-2.4.7-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26ad397db3d4932f814fe18cf74ac3424793d6fa9ef44915813773b58f88d0dd",
"md5": "4da27489bc7bc99e9b93c9d7e5853005",
"sha256": "ffd5e287b9792175ce2375351fc6c6aa69f8fda0c11d675a7dc7c5e0ffe00cc5"
},
"downloads": -1,
"filename": "ztools-2.4.7.tar.gz",
"has_sig": false,
"md5_digest": "4da27489bc7bc99e9b93c9d7e5853005",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 19173,
"upload_time": "2023-03-15T17:54:18",
"upload_time_iso_8601": "2023-03-15T17:54:18.593324Z",
"url": "https://files.pythonhosted.org/packages/26/ad/397db3d4932f814fe18cf74ac3424793d6fa9ef44915813773b58f88d0dd/ztools-2.4.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-15 17:54:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "zoumingzhe",
"github_project": "ztools",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "ztools"
}