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
*[pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
272
273
*[Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
273
-
**[prompt_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines in Python. It ships with a nice interactive Python shell (called ptpython) built on top of the library.
274
-
275
274
* Productivity Tools
276
275
*[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.
277
276
*[httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
278
277
*[percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
279
278
*[RainbowStream](http://www.rainbowstream.org/) - Smart and nice Twitter client on terminal.
280
-
281
279
282
280
## Downloader
283
281
@@ -847,7 +845,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
847
845
*[profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
848
846
*[django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
849
847
*[django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.
850
-
*[flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the djangodebugtoolbar to flask.
848
+
*[flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
851
849
852
850
## Science and Data Analysis
853
851
@@ -908,7 +906,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
908
906
*[PyBrain](https://github.com/pybrain/pybrain) - Another Python Machine Learning Library.
909
907
*[Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine.
910
908
*[python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System.
911
-
*[vowpal_porpoise](https://github.com/salilnavgire/awesome-python) - A lightweight Python wrapper for Vowpal Wabbit
909
+
*[vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
0 commit comments