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.3.tar.gz
(4.3 kB
view details)
File details
Details for the file venvstarter-0.3.tar.gz.
File metadata
- Download URL: venvstarter-0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa6e873c26a5aadfb02dd7ab20274aad323f198d2d716ad6833491341a681e69
|
|
| MD5 |
de89e18e50740744bf63515c5173866f
|
|
| BLAKE2b-256 |
e3f3994c6347c101f7b76274f1adb2340f32fe328ca041cbd71ce21059237ea0
|