Announcing virtualenvwrapper.project 1.0

Doug Hellmann doug.hellmann at gmail.com
Sun Apr 18 17:05:37 CEST 2010


What is virtualenvwrapper.project
=================================

virtualenvwrapper.project_ is a plugin for virtualenvwrapper_ to
extend its project-management features.  Where virtualenvwrapper is
for managing virtualenv_ environments, project manages your
development source directories.

Features
========

1. Manages your development project work directories along with your
    virtualenv environments.
2. Defines an API for creating templates to quickly create new
    environments consistently.
3. Use ``workon`` command from virtualenvwrapper to switch between
    projects.
4. User-configurable hooks for customizing new projects.

Refer to http://www.doughellmann.com/docs/virtualenvwrapper.project/
for installation and setup details.

.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/

.. _virtualenvwrapper.project: http://www.doughellmann.com/projects/virtualenvwrapper.project/



More information about the Python-announce-list mailing list