From b820087c6227e4d9c81a21341491624197d5f764 Mon Sep 17 00:00:00 2001 From: Alex Kestner Date: Thu, 17 Jul 2014 16:24:30 -0400 Subject: [PATCH] Added cement to command-line app development http://builtoncement.org/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c64abec..96ba278f 100644 --- a/README.md +++ b/README.md @@ -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.