Tool to create virtualenvs, manage versions of packages in it and use it start a particular program
Project description
Venvstarter
===========
Program to bootstrap a virtualenv for your program!
Full documentation at http://venvstarter.readthedocs.io
Installation
------------
Just use pip!::
$ pip install venvstarter
Why
---
I used to manage this kind of bootstrap script with bash, similar to how I
manage the virtualenv for the documentation for this project.
The problem with that approach is it becomes difficult to enforce particular
versions of python and, in particular, multiple dependencies in a way that
doesn't involve some pretty horrible code. So I made this :)
Api
---
.. automodule:: venvstarter
.. autoclass:: venvstarter.Starter
.. autofunction:: venvstarter.ignite
===========
Program to bootstrap a virtualenv for your program!
Full documentation at http://venvstarter.readthedocs.io
Installation
------------
Just use pip!::
$ pip install venvstarter
Why
---
I used to manage this kind of bootstrap script with bash, similar to how I
manage the virtualenv for the documentation for this project.
The problem with that approach is it becomes difficult to enforce particular
versions of python and, in particular, multiple dependencies in a way that
doesn't involve some pretty horrible code. So I made this :)
Api
---
.. automodule:: venvstarter
.. autoclass:: venvstarter.Starter
.. autofunction:: venvstarter.ignite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
venvstarter-0.6.tar.gz
(4.4 kB
view hashes)