Metadata-Version: 2.1
Name: pynetester
Version: 0.0.1
Summary: network tester for python
Home-page: https://github.com/zoumingzhe/pynetester
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

==================================================
                    pynetester
==================================================
            network tester for python

概述
====
pynetester模块是使用Python编写纠删码支持模块。

- 工程主页: https://github.com/zoumingzhe/pynetester
- 下载地址: https://pypi.python.org/pypi/pynetester
- 法律许可: MIT license_ , (C) 2021 ZouMingzhe_ <zoumingzhe@qq.com>

安装
====
通过pip命令安装pynetester模块：

``pip install pynetester``

如果已经安装pynetester模块，可以通过pip命令更新：

``pip install --upgrade pynetester``

更多安装信息请查阅 安装文档_ 。

文档
====
API（应用程序接口）文档、用法和例程可查阅 documentation_ 目录下的文档。

- .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx_ 转换成HTML或PDF格式

例程
====
例程存放在工程文件的 examples_ 目录下。

测试
====
单元测试存放在工程文件的 test_ 目录下。

支持
====
本项目由 ZouMingzhe_ <zoumingzhe@qq.com> 创建并维护。

为了完善pynetester模块的功能，欢迎您贡献代码至: https://github.com/zoumingzhe/pynetester

语言
====
简体中文_

English_


.. _ZouMingzhe: https://zoumingzhe.github.io
.. _简体中文: https://github.com/zoumingzhe/pynetester/blob/master/README.rst
.. _English: https://github.com/zoumingzhe/pynetester/blob/master/documentation/en/README.rst
.. _license: https://github.com/zoumingzhe/pynetester/blob/master/LICENSE.txt
.. _安装文档: https://github.com/zoumingzhe/pynetester/tree/master/documentation/pynetester.rst#installation
.. _documentation: https://github.com/zoumingzhe/pynetester/tree/master/documentation
.. _examples: https://github.com/zoumingzhe/pynetester/tree/master/examples
.. _test: https://github.com/zoumingzhe/pynetester/tree/master/test
.. _Python: http://python.org/
.. _Sphinx: http://sphinx-doc.org/

