Skip to main content

Buildout extension to install from pip requirements files

Project description

This is a buildout extension that allows to buildout from a pip requirements file.

This was created very quickly to show my friend that it could be done. I don't need this right now,
but I can see this being very useful for Pinax users.

TODO:
* allow to open local requirements
* implement -e and -f requirements options
* write tests

Here is an example of a buildout file.

[buildout]
extensions = buildoutpip
requirements =
http://github.com/pinax/pinax/raw/master/requirements/0.7/release.txt
parts = pip
eggs =

[pip]
recipe=zc.recipe.egg
eggs = ${buildout:eggs}

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

buildoutpip-0.1dev.tar.gz (1.9 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