Reply to comment
Cement CLI Application Framework Version 0.6 Released!
drks — Wed, 2010-02-03 10:42
I've just finished releasing Cement-0.6 to PyPi. I'm really proud of how the project has turned out, and how much time it currently saves me every time I start a new project. I really hope the community starts to work with it and that it provides a solid development platform from which to base their applications.
This version has a lot of enhancements, and provides the following features:
* Multiple Configuration file parsing (default: /etc, ~/)
* Command line argument and option parsing
* Dual Console/File Logging Support
* Full Internal and External (3rd Party) Plugin support
* Basic "hook" support
* Full MVC support for advanced application design
* Text output rendering with Genshi templates
* Json output rendering allows other programs to access your CLI-API
One of the major enhancements is pretty thorough documentation:
* http://builtoncement.org/stable/0.6/doc/
In the near future I will be working to get Cement into Fedora and eventually Fedora EPEL making portability of applications that much easier. Anyone interested in working on Debian/Ubuntu builds please let me know.
RSS Feed