Skip to main content

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

Project details


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.5.tar.gz (4.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page