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