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.1.tar.gz
(4.2 kB
view details)
File details
Details for the file venvstarter-0.1.tar.gz.
File metadata
- Download URL: venvstarter-0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94c5e4708e20fb635cf49c12cc6ec5806dd6fb613f079ee50df36c5a1cfebc49
|
|
| MD5 |
287ff00f7934c572cb91e656f7a75c1d
|
|
| BLAKE2b-256 |
95d5d1234c347fbb951edbb0614b7fe363a07a5323fc500b776eabead36db24b
|