You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,19 +275,19 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
275
275
*Libraries for building command-line application.*
276
276
277
277
* Command-line Application Development
278
-
*[cement](http://builtoncement.com/) - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
278
+
*[cement](http://builtoncement.com/) - CLI Application Framework for Python.
279
279
*[click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
280
280
*[cliff](http://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
281
-
*[Clime](http://clime.mosky.tw) – Clime lets you convert any module into a multi-command CLI program without any configuration.
281
+
*[Clime](http://clime.mosky.tw) – Converting any module into a multi-command CLI app without any configuration.
*[docopt](http://docopt.org/) - Pythonic command line arguments parser.
285
285
*[Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
286
286
*[pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
287
287
*[python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
288
288
* Productivity Tools
289
-
*[aws-cli](https://github.com/aws/aws-cli) - Universal command-line interface for Amazon Web Services.
290
-
*[bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI.
289
+
*[aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services.
290
+
*[bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
291
291
*[caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3.
292
292
*[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.
293
293
*[doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
@@ -905,16 +905,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
905
905
*[pudb](https://pypi.python.org/pypi/pudb) – A full-screen, console-based Python debugger.
906
906
*[pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
907
907
*[wdb](https://github.com/Kozea/wdb) - An improbable web debugger through WebSockets.
908
-
*[winpdb](http://winpdb.org/) - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.
909
-
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
908
+
*[winpdb](http://winpdb.org/) - A Python Debugger with GUI, capable of remote debugging based on `rpdb2`.
909
+
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information for Django.
910
910
*[django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
911
911
*[flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
0 commit comments