Skip to content

kuharan/opts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to opts

opts is a simple python library which allows you to easiely parse command line arguments.

Features

  • Supports so called commands e.g. hg clone.

  • Supports abbreviations of commands and options e.g. hg cl instead of hg clone or hg --he instead of hg --help.

  • Shows possible alternatives if you pass a command or an option does not exist

  • Declarative syntax for commands and parser.

Installation

  • git clone https://github.com/DasIch/opts.git
  • cd opts
  • python2 setup.py install --user

Links

About

Python option parsing library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%