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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
148
148
149
149
*[IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively.
150
150
*[bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter.
151
-
*[python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
152
-
*[ptpython](https://github.com/jonathanslenders/ptpython) - advanced Python REPL built on top of the prompt_toolkit library
151
+
*[ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).
153
152
154
153
## Files
155
154
@@ -278,6 +277,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*[pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
280
279
*[Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
280
+
*[python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
281
281
* Productivity Tools
282
282
*[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.
283
283
*[httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
@@ -1028,9 +1028,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
1028
1028
1029
1029
*Python programming on Microsoft Windows.*
1030
1030
1031
-
*[PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
1032
-
*[PythonNet](https://github.com/pythonnet/pythonnet) - Python Intergration with the .NET Common Language Runtime (CLR)
1033
-
*[pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows(32/64-bit) binaries for Python extension packages
1031
+
*[PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows.
1032
+
*[PythonNet](https://github.com/pythonnet/pythonnet) - Python Intergration with the .NET Common Language Runtime (CLR).
1033
+
*[pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages.
1034
1034
*[Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
1035
1035
*[spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda).
0 commit comments