Personal fork of https://github.com/datafolklabs/cement
|
před 11 roky | |
---|---|---|
cement | před 11 roky | |
doc | před 11 roky | |
scripts | před 12 roky | |
tests | před 12 roky | |
.gitignore | před 12 roky | |
.pylintrc | před 12 roky | |
.travis.yml | před 12 roky | |
CONTRIBUTORS | před 12 roky | |
ChangeLog | před 12 roky | |
LICENSE | před 12 roky | |
README.md | před 12 roky | |
requirements-dev.txt | před 12 roky | |
requirements.txt | před 12 roky | |
setup.cfg | před 12 roky | |
setup.py | před 12 roky |
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.