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

InteractiveCommandLine的Python项目详细描述


不要使用这个库click库要好得多。 我不会修复库中的任何内容,我正在将自己的项目迁移到click

InteractiveCommandLine是一个Python(2.7+和3.3+)框架,用于git风格的命令行界面 (主程序、命令、子命令)类shell接口,带提示。

它是根据MIT license授权的。 在Python package index上有售, 它的documentation is hosted by Python 它的源代码在GitHub上。

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

快速启动

从pypi安装:

$ pip install InteractiveCommandLine

导入:

>>> from InteractiveCommandLine import *

@TODOC快速启动

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Admob不使用webview   Java Wicket表单:序列化对象类“myClassName”时出错   java googledriveapi更新文件与我的帐户管理员   java简单框架未知xml标记解析   java如何使用主类和用户获取Spark应用程序ID   java如何更改自定义属性的值?   java有没有办法在jMock中找到未使用的期望值?   gradle运行任务的java文档?   java通过使用数组来存储文本文件的行,通过覆盖来删除文本文件中的行   用于表达式语言注入的java利用负载   java IDEStyle程序运行   java在运行时启用/禁用Springws   爪哇芦苇。formatNumber NullPointException   java为什么我的代码无法检测两个动态实体之间的碰撞?