Personal fork of https://github.com/datafolklabs/cement
|
10 years ago | |
---|---|---|
cement | 10 years ago | |
doc | 10 years ago | |
scripts | 11 years ago | |
tests | 11 years ago | |
.coveragerc | 11 years ago | |
.gitignore | 12 years ago | |
.pylintrc | 12 years ago | |
.travis.yml | 11 years ago | |
CONTRIBUTORS | 12 years ago | |
ChangeLog | 10 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
requirements-dev-py3.txt | 11 years ago | |
requirements-dev.txt | 10 years ago | |
requirements.txt | 12 years ago | |
setup.cfg | 11 years ago | |
setup.py | 11 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):
pep8
and autopep8
tools*Note that argparse is required as an external dependency for Python < 2.7 and < 3.2. Additionally, some optional extensions that are shipped with the mainline Cement sources do require external dependencies. It is the responsibility of the application developer to include these dependencies along with their application, as Cement explicitly does not include them.*
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.