Skip to content

venam/Unix-Python-CLI-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Template To Help Writing Unix Python CLI

Inspired by this thread.

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

Releases

No releases published

Packages

No packages published

Languages