From 901c9704bcaf6b16822f6ab4d7a0bcad2808b40a Mon Sep 17 00:00:00 2001 From: Mischa Peters Date: Wed, 27 Aug 2014 08:59:52 +0200 Subject: [PATCH 1/2] Updated with virtualenv for Atom.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c38b9d6..47f0fc7 100644 --- a/README.md +++ b/README.md @@ -1015,6 +1015,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Atom * [Linter](https://github.com/AtomLinter/Linter) - A static code analysis tool for Atom. * [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`. + * [virtual](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management. # Resources From e08b5fb2ccff4b1d50b25ba4ea0aad3d6127310b Mon Sep 17 00:00:00 2001 From: Mischa Peters Date: Wed, 27 Aug 2014 09:28:01 +0200 Subject: [PATCH 2/2] Updated with virtualenv-api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47f0fc7..ad1b162 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments. * [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv. * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python. +* [virtualenv-api](https://github.com/sjkingo/virtualenv-api) - An API for virtualenv/pip. ## Package Management