From 25d2a96a62133d344a774bb9e37a25befffa7aca Mon Sep 17 00:00:00 2001 From: TinkerBotFoo Date: Tue, 1 Jul 2014 07:46:11 -0700 Subject: [PATCH] Added python Cement CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index beb375ade..1e8defbff 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. +* [cement](http://builtoncement.org) - A Framework, for the CLI Ninja. ## Documentation