uzver 0d7d881c70 Initial commit | 7 tahun lalu | |
---|---|---|
.. | ||
clap | 7 tahun lalu | |
docs | 7 tahun lalu | |
examples | 7 tahun lalu | |
manual | 7 tahun lalu | |
tests | 7 tahun lalu | |
.gitignore | 7 tahun lalu | |
Changelog.markdown | 7 tahun lalu | |
DESIGN.markdown | 7 tahun lalu | |
FIXME | 7 tahun lalu | |
LICENSE | 7 tahun lalu | |
Makefile | 7 tahun lalu | |
README.markdown | 7 tahun lalu | |
TODO.markdown | 7 tahun lalu | |
install.sh | 7 tahun lalu | |
setup.py | 7 tahun lalu | |
tox.ini | 7 tahun lalu |
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).