VirtualEnvOnDemand.VirtualEnvInfo = class VirtualEnvInfo(__builtin__.object)
     Methods defined here:
__getitem__(self, name)
__init__(self, virtualenvDirectory='', sitePackagesDirectory='', requirementsTxt='', deferredBuildIn='')
virtualenvDirectory <str> - Path to the root of the virtualenv
sitePackagesDirectory <str> - Path to the site packages directory (goes into PYTHONPATH)
requirementsTxt <str> - The generated requirements.txt for initial setup. May go away, not very useful.
deferredBuildIn <str> - If set for the global env, the creation of the virtualenv is deferred until needed. This is then the path of the parent directory wherein the venv will be created.
__setitem__(self, name, value)

Data descriptors defined here:
deferredBuildIn
requirementsTxt
sitePackagesDirectory
virtualenvDirectory