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 details)
File details
Details for the file venvstarter-0.6.tar.gz.
File metadata
- Download URL: venvstarter-0.6.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af5f3bf539affd8a6ef41ce3ffda11a0ba4f6cdd34748a23b6d570e0e9a28465
|
|
| MD5 |
2a6c8b8a9e955effdddf47ce43365636
|
|
| BLAKE2b-256 |
8825ace129a0e331b7e2b17819bba184801e0866a51e0ff4a156a46374226b18
|