rgs1 / xcmd

xcmd: an augmented version of cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcmd

Build Status

Coverage Status

PyPI version

Requirements Status

Python Versions

Code Climate

Table of Contents

tl;dr

XCmd provides convenient parameters parsing on top of cmd.Cmd

Installing

From PyPI:

$ pip install xcmd

Or running from the source:

$ cd xcmd
$ export FROM_SOURCE=1; bin/xcmd-shell

Usage

(more to come: porting zk-shell over to xcmd)

Dependencies

  • Python 2.7, 3.3, 3.4, 3.5 or 3.6

Testing and Development

Please see CONTRIBUTING.rst.

About

xcmd: an augmented version of cmd

License:Apache License 2.0


Languages

Language:Python 100.0%