Fix cement URL

This commit is contained in:
Michael van Bracht 2014-12-30 00:32:13 +01:00
parent c99269cd05
commit 3524dba003
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*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.
* [cement](http://builtoncement.com/) - 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.