Skip to main content

zc buildout recipe to reuse eggs from python site-packages.

Project description

This buildout recipe allows you to reuse system wide eggs in your buildout. If SysEggs finds the requested eggs in you pythons site-packages directory (or PYTHONPATH) it will create a .egg-link to it. Other packages that require these eggs will not fetch them.

Example

If you have an application that depends on the python image library (PIL) and you want to use the library that is already installed (e.g. with apt-get on Debian), you can use a buildout.cfg like this:

[buildout]

parts =
    syseggs
    otherpart

[syseggs]
recipe = osc.recipe.syseggs
eggs = PIL

[otherpart]
recipe = zs.recipe.egg
egg = egg_that_depends_on_PIL

You should list sysegg before all other parts.

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

osc.recipe.sysegg-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page