Metadata-Version: 2.4
Name: pycmd2
Version: 0.5.2
Summary: Command tools build with python.
Project-URL: Documentation, https://pycmd2.readthedocs.io/zh-cn/stable/
Project-URL: Issues, https://gitee.com/gooker_young/pycmd2/issues
Project-URL: Repository, https://gitee.com/gooker_young/pycmd2
Author-email: gooker_young <gooker_young@qq.com>
Maintainer-email: gooker_young <gooker_young@qq.com>
License: MIT license
License-File: AUTHORS.rst
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: paramiko>=3.5.1
Requires-Dist: rich>=13.9.4
Requires-Dist: tomli-w>=1.0.0; python_full_version < '3.11'
Requires-Dist: tomli>=2.2.1; python_full_version < '3.11'
Requires-Dist: typer>=0.15.1
Provides-Extra: all
Requires-Dist: numpy>=1.24.4; extra == 'all'
Requires-Dist: pillow>=10; extra == 'all'
Requires-Dist: pypdf>=5.9.0; extra == 'all'
Requires-Dist: pyside2>=5.15.2.1; extra == 'all'
Requires-Dist: pywin32>=311; (platform_system == 'Windows') and extra == 'all'
Requires-Dist: qdarkstyle>=3.2.3; extra == 'all'
Provides-Extra: gui
Requires-Dist: pyside2>=5.15.2.1; extra == 'gui'
Requires-Dist: qdarkstyle>=3.2.3; extra == 'gui'
Provides-Extra: office
Requires-Dist: numpy>=1.24.4; extra == 'office'
Requires-Dist: pillow>=10; extra == 'office'
Requires-Dist: pypdf>=5.9.0; extra == 'office'
Requires-Dist: pywin32>=311; (platform_system == 'Windows') and extra == 'office'
Description-Content-Type: text/x-rst

pycmd2
=================================

简介
------

Command tools built with python.

主要特性:

TODO:

-  xxx:
-  xxx:
-  xxx:

快速开始
----------

在项目中使用 ``pycmd2`` ::

    import pycmd2

TODO:
