Skip to content

Commit e11f157

Browse files
committed
move dh-virtualenv to Distribution section
1 parent b4f187a commit e11f157

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
8686
* [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management.
8787
* [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
8888
* [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv
89-
* [pew](https://pypi.python.org/pypi/pew/) - Python Env Wrapper (also called Invewrapper) is a set of tools to manage multiple virtual environments.
89+
* [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments.
9090
* [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv.
9191
* [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python.
92-
* [dh-virtualenv](http://dh-virtualenv.readthedocs.org/en/latest/) - Build and distribute a virtualenv as a Debian package.
9392

9493
## Package Management
9594

@@ -108,6 +107,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
108107
* [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows)
109108
* [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
110109
* [PyInstaller](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
110+
* [dh-virtualenv](http://dh-virtualenv.readthedocs.org/en/latest/) - Build and distribute a virtualenv as a Debian package.
111111

112112
## Build Tools
113113

@@ -197,8 +197,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
197197
* [Sphinx](http://sphinx-doc.org/) - Python Documentation generator.
198198
* [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils.
199199
* [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator.
200-
* [Pycco](http://fitzgen.github.io/pycco/) - The original quick-and-dirty, hundred-line-
201-
long, literate-programming-style documentation generator.
200+
* [Pycco](http://fitzgen.github.io/pycco/) - The original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
202201

203202
## Configuration
204203

0 commit comments

Comments
 (0)