Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa42ba1

Browse files
committed
refine
1 parent 251632c commit aa42ba1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,18 +279,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
279279
* [cement](http://builtoncement.com/) - CLI Application Framework for Python.
280280
* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
281281
* [cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
282-
* [Clime](http://clime.mosky.tw) – Converting any module into a multi-command CLI app without any configuration.
283282
* [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools.
284283
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
285284
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
286285
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
287-
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
288286
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
289287
* Productivity Tools
290288
* [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services.
291289
* [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
292290
* [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3.
293-
* [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.
291+
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
294292
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
295293
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
296294
* [httpie](https://github.com/jkbrzt/httpie) - A command line HTTP client, a user-friendly cURL replacement.

0 commit comments

Comments
 (0)