跳转到主要内容

交互式和命令行程序框架。

项目描述

不要使用此库:与click库相比,此库远非最佳选择。我不会修复此库中的任何问题,并将我的项目迁移到click

交互式命令行是一个Python(2.7+和3.3+)框架,用于git风格的命令行界面(主程序、命令、子命令)以及类似于shell的界面,具有提示。

它遵循MIT许可证。它可在Python包索引上找到,其文档由Python托管此处,源代码在GitHub上。

https://img.shields.io/travis/jacquev6/InteractiveCommandLine/master.svg https://img.shields.io/coveralls/jacquev6/InteractiveCommandLine/master.svg https://img.shields.io/codeclimate/github/jacquev6/InteractiveCommandLine.svg https://img.shields.io/scrutinizer/g/jacquev6/InteractiveCommandLine.svg https://img.shields.io/pypi/dm/InteractiveCommandLine.svg https://img.shields.io/pypi/l/InteractiveCommandLine.svg https://img.shields.io/pypi/v/InteractiveCommandLine.svg https://img.shields.io/pypi/pyversions/InteractiveCommandLine.svg https://img.shields.io/pypi/status/InteractiveCommandLine.svg https://img.shields.io/github/issues/jacquev6/InteractiveCommandLine.svg https://badge.waffle.io/jacquev6/InteractiveCommandLine.png?label=ready&title=ready https://img.shields.io/github/forks/jacquev6/InteractiveCommandLine.svg https://img.shields.io/github/stars/jacquev6/InteractiveCommandLine.svg

快速入门

从PyPI安装

$ pip install InteractiveCommandLine

导入

>>> from InteractiveCommandLine import *

@todoc 快速入门

项目详情


下载文件

下载适用于您平台的应用程序。如果您不确定选择哪个,请学习有关安装包的更多信息。

源代码分发

InteractiveCommandLine-0.3.4.tar.gz (8.2 kB 查看哈希值)

上传时间

由以下机构支持