Personal fork of https://github.com/datafolklabs/cement
|
11 years ago | |
---|---|---|
cement | 11 years ago | |
doc | 11 years ago | |
scripts | 12 years ago | |
tests | 12 years ago | |
.gitignore | 12 years ago | |
.pylintrc | 12 years ago | |
.travis.yml | 12 years ago | |
CONTRIBUTORS | 12 years ago | |
ChangeLog | 12 years ago | |
LICENSE | 12 years ago | |
README.md | 12 years ago | |
requirements-dev.txt | 12 years ago | |
requirements.txt | 12 years ago | |
setup.cfg | 12 years ago | |
setup.py | 12 years ago |
Cement is an advanced CLI Application Framework for Python. Its goal is to introduce a standard, and feature-full platform for both simple and complex command line applications as well as support rapid development needs without sacrificing quality.
Cement core features include (but are not limited to):
Note that argparse is required as an external dependency for Python < 2.7 and < 3.2.
The Cement CLI Application Framework is Open Source and is distributed under the BSD License (three clause). Please see the LICENSE file included with this software.