Skip to content

Commit dd7b07a

Browse files
committed
refine
1 parent 09beb64 commit dd7b07a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

149149
* [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively.
150150
* [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).
153152

154153
## Files
155154

@@ -278,6 +277,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
278277
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
279278
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
280279
* [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.
281281
* Productivity Tools
282282
* [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.
283283
* [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
10281028

10291029
*Python programming on Microsoft Windows.*
10301030

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.
10341034
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
10351035
* [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).
10361036

0 commit comments

Comments
 (0)