|
hace 7 años | |
---|---|---|
.. | ||
clap | hace 7 años | |
docs | hace 7 años | |
examples | hace 7 años | |
manual | hace 7 años | |
tests | hace 7 años | |
.gitignore | hace 7 años | |
Changelog.markdown | hace 7 años | |
DESIGN.markdown | hace 7 años | |
FIXME | hace 7 años | |
LICENSE | hace 7 años | |
Makefile | hace 7 años | |
README.markdown | hace 7 años | |
TODO.markdown | hace 7 años | |
install.sh | hace 7 años | |
setup.py | hace 7 años | |
tox.ini | hace 7 años |
CLAP aims at being powerful and advanced command line interface library for Python 3 language. Having built-in support for modes, optional and obligatory options, options with arguments (with type-checking with arbitrary types) it enables programmers to create rich command line interfaces for Python 3 programs.
ls -lhR
),--log=./file.log
and --log ./file.log
areboth correct),str
, int
, float
built-in and other arbitrary types via callbacks),--point 0 0
),--quiet
must not come with option --verbose
),--key
requires --value
),--which
wants --this
or --that
or both),There is a manual which you may be interested in located in manual/
directory.
RedCLAP is published under GNU GPL v3 or GNU LGPL v3 (or any later version of one of this licenses).