Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venam/unix-python-cli-template

A Nice Template For A Unix CLI
https://github.com/venam/unix-python-cli-template

cli example template unix unix-cli

Last synced: about 1 month ago
JSON representation

A Nice Template For A Unix CLI

Awesome Lists containing this project

README

        

A Template To Help Writing Unix Python CLI
--------------------------------------

Inspired by [this thread](http://nixers.net/showthread.php?tid=542).

Read the files for more information

#What's Included

* command line argument parsing
* colors
* tab completion
* interpreter mode
* zsh completion example

#Dependencies:

* docopt for command line arguments

```
pip install docopt==0.6.1
```
Documentation [here](https://github.com/docopt/docopt)