Virtualenv Application Manager
Project description
Install Python applications into their own virtual environments automatically.
Have you ever tried to install two applications from PyPI which have conflicting requirements? The usual answer to this is using virtualenvs which provide a sandboxed environment to install the packages into. However, virtualenvs are not really designed for installing applications into, they are designed for installing libraries into against which you write your application.
vam provides a way to install as many Python applications as you wish alongside each other without them interfering with in any way.
For example, running:
vam install pss
vam install pytest
will install each of these into their own virtualenvs so that any dependencies they have will not interfere. A launcher script will be installed into ~/.local/bin/ to start any applications they may have installed.
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
File details
Details for the file vam-0.1.9.tar.gz
.
File metadata
- Download URL: vam-0.1.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13b35fa5b152e63c2c3e37e0ba42d1af2d73d72d32ccd3d90ef0f09fa8e37d8d |
|
MD5 | 9989f44ee994d5319f01f9d6b829226b |
|
BLAKE2b-256 | 56025fcbb50cdcf086aeb2479fbbe9c5bb0edd223a089c8b168cf0b664f8a0a7 |