Metadata-Version: 2.1
Name: ztools
Version: 2.1.13
Summary: ToolBox for Python, Easy to Use.
Home-page: https://github.com/zoumingzhe/ztools
Author: Zou Mingzhe
Author-email: zoumingzhe@qq.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: matplotlib
Requires-Dist: pymysql
Requires-Dist: xlrd
Requires-Dist: xlwt

==================================================
                    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/

