Metadata-Version: 1.1
Name: invewrapper
Version: 0.1.5
Summary: tools to manage multiple virtualenvs written in pure python, a virtualenvwrapper rewrite
Home-page: https://github.com/berdario/invewrapper
Author: Dario Bertini
Author-email: berdario+pypi@gmail.com
License: MIT License
Description: Invewrapper is a set of tools to manage multiple virtual environments. The tools can create, delete and copy your environments, using a single command to switch to them wherever you are, while keeping them in a single (configurable) location.
        
        Invewrapper makes it easier to work on more than one project at a time without introducing conflicts in their dependencies. It is written in pure python and leverages inve: the idea/alternative implementation of a better activate script.
        
        The advantage is that invewrapper doesn't hook into a shell, but is only a set of commands that is thus completely shell-agnostic:
        
        It works on bash, zsh, fish, powershell, etc.
        
        For the documentation, you might want to read here:
        https://github.com/berdario/invewrapper#usage
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
