Added cement to command-line app development

http://builtoncement.org/
This commit is contained in:
Alex Kestner 2014-07-17 16:24:30 -04:00
parent 0b8420a23c
commit b820087c62

View File

@ -213,6 +213,7 @@ long, literate-programming-style documentation generator.
*Libraries for building command-line application.*
* Command-line Application Development
* [cement](http://builtoncement.org/) - Cement provides a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
* [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools.
* [cliff](https://cliff.readthedocs.org/) - A framework for creating command-line programs with multi-level commands.