Package Python applications in a virtualenv for deployment
Project description
Eggsac: Package Python applications in a virtualenv for deployment.
Eggsac takes a Python application, installs it and all of its dependencies into a relocatable virtualenv, and wraps it all up in a ready-to-run tarball, zipfile, or Debian package, which can be deployed on other machines.
Motivation
Installing Python applications can be slow. Compiling Python modules into bytecode, compiling C extensions into shared libraries, building eggs, downloading a cascade of dependencies from the Python Package Index (assuming PyPI is available)—all of this can take several minutes for a large application. Even if you have an internal PyPI mirror and use binary eggs for the dependencies, it can still take a long time to roll the application out to a server farm.
Eggsac does all of this effort as part of your build process, leaving you with a single ready-to-run file to deploy to your servers.
Caveat: your build machine has to be running the same operating system as your application servers, but this is a common requirement.
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
File details
Details for the file Eggsac-0.1.0.tar.gz
.
File metadata
- Download URL: Eggsac-0.1.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d4bb4a614fa1092f7b12a76810bc9758417727ce68841fdf052f53b48eab3e1 |
|
MD5 | 618f8cfed2a06b524d5dc3b5485d4c1c |
|
BLAKE2b-256 | 176da4d0f687ef77f91aabbe2405a69ebec0d5e5abd2b6af7bf2c84aee31f735 |