https://github.com/joedborg/vampire
Vampire is a tool for deploying Python builds
https://github.com/joedborg/vampire
Last synced: about 1 year ago
JSON representation
Vampire is a tool for deploying Python builds
- Host: GitHub
- URL: https://github.com/joedborg/vampire
- Owner: joedborg
- License: gpl-2.0
- Created: 2014-10-28T18:54:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:19:38.000Z (over 3 years ago)
- Last Synced: 2025-04-01T02:53:48.353Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 233 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vampire
=======
Vampire is a tool for deploying Python builds.
Proposed usage:
```
$ vmp --version 279 --packages django==1.7.1 --target /home/joe/MyPython
```
To install:
```
pip install vampire
```