Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A Nice Template For A Unix CLI
- Host: GitHub
- URL: https://github.com/venam/unix-python-cli-template
- Owner: venam
- License: other
- Created: 2015-10-03T12:53:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T05:53:36.000Z (about 9 years ago)
- Last Synced: 2023-03-25T13:00:49.113Z (almost 2 years ago)
- Topics: cli, example, template, unix, unix-cli
- Language: Python
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)