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

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: 10 months 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)