diff --git a/README.md b/README.md index eac9a62..7343757 100644 --- a/README.md +++ b/README.md @@ -279,18 +279,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [cement](http://builtoncement.com/) - CLI Application Framework for Python. * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. * [cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands. - * [Clime](http://clime.mosky.tw) – Converting any module into a multi-command CLI app without any configuration. * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line - * [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. * [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3. - * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects. + * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. * [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. * [httpie](https://github.com/jkbrzt/httpie) - A command line HTTP client, a user-friendly cURL replacement.