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.2.tar.gz
(4.2 kB
view details)
File details
Details for the file venvstarter-0.2.tar.gz.
File metadata
- Download URL: venvstarter-0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c0d9053ef1d5d7b3570c1c815b600bc62dea78de50b401c2e3293d56b5d00e1
|
|
| MD5 |
4c2ba509b6de7ae196cc1303f632c982
|
|
| BLAKE2b-256 |
0d336f0f727551fa18d724f20d1bb0a81745ad897dda6c8c3354a79245ec4aa3
|