8000 make a world a better place · orbzsh/awesome-python@fe002fe · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit fe002fe

Browse files
committed
make a world a better place
1 parent ff1a508 commit fe002fe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
145145

146146
* [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively.
147147
* [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter.
148+
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
148149

149150
## Files
150151

@@ -270,14 +271,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
270271
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
271272
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
272273
* [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-
275274
* Productivity Tools
276275
* [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.
277276
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
278277
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
279278
* [RainbowStream](http://www.rainbowstream.org/) - Smart and nice Twitter client on terminal.
280-
281279

282280
## Downloader
283281

@@ -847,7 +845,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
847845
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
848846
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response.
849847
* [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 django debug toolbar to flask.
848+
* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
851849

852850
## Science and Data Analysis
853851

@@ -908,7 +906,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
908906
* [PyBrain](https://github.com/pybrain/pybrain) - Another Python Machine Learning Library.
909907
* [Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine.
910908
* [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/).
912910

913911
## 3C76 MapReduce
914912

0 commit comments

Comments
 (0)
0