A very simple egg fetcher
Project description
What is it ?
EggsPacker allows you to put in a single directory a python egg and all its dependencies as long as it is able to find them in a python index.
It is almost equivalent as running “easy_install -zmaxd basket somepackage”, with 2 important differences :
The python version and target platform can be changed from the system ones. This allow to prepare all the necessary eggs for a py2.5 win32 distribution on a py2.7 linux (for example).
EggsPacker will only work with eggs, no sources. So it requires an index that have all the dependencies available as eggs for the correct target platform / python version.
Disclaimer
The implementation rely as much as possible on pkg_resources to resolve the requirements and read the metadata, so there should be no wrong version packed although I of course give no warranty of any kind.
Reading the package index on the other hand was tested only on a an index builded by http://pypi.python.org/pypi/basketweaver/, so expect issues if hitting directly the pypi index.
Usage
Usage: packeggs [options] pkgname [pkgname [pkgname...]] Options: -h, --help show this help message and exit -i INDEX, --index=INDEX A Pypi compatible index URL. Default to pypi -t TARGETDIR, --targetdir=TARGETDIR Target directory. Default: "basket". --python-version=PYTHON_VERSION Target python version. --platform=PLATFORM Target platform --unzip=UNZIP Unzip the asked egg if present in the dependencies. The special value "auto" will guess what to do with with not-zip-safe flag, and "all" will force unzipping of all the eggs. Can be specified several times.
Example
The following command will get into the ‘basket’ directory the ANicePackage-0.1-py2.5 egg and all its dependencies for the win32 platform, while unzipping the eggs not marked as zip-safe plus forcely unzipping ANicePackage:
packeggs -i http://yourserver/your/package/index --python-version 2.5 --platform win32 --targetdir basket ANicePackage==0.1 --unzip auto --unzip ANicePackage
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
Built Distribution
File details
Details for the file EggsPacker-0.1.tar.gz
.
File metadata
- Download URL: EggsPacker-0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9257ef04b0ba9a749665475e690977a3828263584bf488fd2658c5a68aea3b51 |
|
MD5 | 7117a6a9bb01d4c48e75ffc8991d2edb |
|
BLAKE2b-256 | a3533a73ff109116fb5779707899487fb8e0fcde8109e03245fa68f196c530a3 |
File details
Details for the file EggsPacker-0.1-py2.7.egg
.
File metadata
- Download URL: EggsPacker-0.1-py2.7.egg
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4dadaf56aaff981c7d01439608cdd75439717aa69002b6a44233358d387fec0 |
|
MD5 | 528a63536fe30fb0b5d7237170a4dd63 |
|
BLAKE2b-256 | dfa06cda7e78816cb7670974c544ee6da44266a8f3e98cd8afb3612a4708b3d7 |