Cement Framework
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 is flexible, and it's use cases span from the simplicity of a micro-framework to the complexity of a mega-framework. Whether it's a single file script, or a multi-tier application, Cement is the foundation you've been looking for.
The first commit to Git was on Dec 4, 2009. Since then, the framework has seen several iterations in design, and has continued to grow and improve since it's inception. Cement is the most stable, and complete framework for command line and backend application development.
Cement core features include (but are not limited to):
- Core pieces of the framework are customizable via handlers/interfaces
- Extension handler interface to easily extend framework functionality
- Config handler supports parsing multiple config files into one config
- Argument handler parses command line arguments and merges with config
- Log handler supports console and file logging
- Plugin handler provides an interface to easily extend your application
- Hook support adds a bit of magic to apps and also ties into framework
- Handler system connects implementation classes with Interfaces
- Output handler interface renders return dictionaries to console
- Cache handler interface adds caching support for improved performance
- Controller handler supports sub-commands, and nested controllers
- Zero external dependencies* (not including optional extensions)
- 100% test coverage using
noseandcoverage - 100% PEP8 and style compliant using
flake8 - Extensive Sphinx documentation
- Tested on Python 2.7, 3.3, 3.4, and 3.5
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.
More Information
- Developer & API Documentation
- Source Code / Issue Tracking
- Installation Packages on PyPi
- Website
- Travis Continuous Integration Testing
- Slack Channel
License
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.
Release files for cement 2.10.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cement-2.10.14.tar.gz | 198.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cement-2.10.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 543.6 kB
Release files / cement-2.10.14.tar.gz
| Download URL | cement-2.10.14.tar.gz |
|---|---|
| Size | 198.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
342e27db54a6616dd1892ed0bb3597a227cee33dc2d85560426df17fca907058
|
|
BLAKE2b-256 checksum How to use checksums |
49a994696dcf1483eac1c25f278d79d67c408a170414daa1f7522b96b8afd01d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.18
|
Release files / cement-2.10.14-py3-none-any.whl
| Download URL | cement-2.10.14-py3-none-any.whl |
|---|---|
| Size | 345.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e7b81ad80ccf7e131bc643d327b7a4ed0741d48a434c7bb8de41a66c8793b3e
|
|
BLAKE2b-256 checksum How to use checksums |
57847461da255641a072575d4041335595ccb2acadaab46f0badf9535dff12e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.18
|