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
- Host: GitHub
- URL: https://github.com/venam/unix-python-cli-template
- Owner: venam
- License: other
- Created: 2015-10-03T12:53:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T05:53:36.000Z (about 10 years ago)
- Last Synced: 2025-02-05T23:42:35.371Z (12 months ago)
- Topics: cli, example, template, unix, unix-cli
- Language: Python
- Size: 129 KB
- Stars: 2
- Watchers: 3
- 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)