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}
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
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
buildoutpip-0.1dev.tar.gz
(1.9 kB
view details)
File details
Details for the file buildoutpip-0.1dev.tar.gz.
File metadata
- Download URL: buildoutpip-0.1dev.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eeb820ece4034097787f270c1b3c6ae0701a531031b3eea7586fc90903c9801
|
|
| MD5 |
94338010339842e535f3bb2fdf6fa18f
|
|
| BLAKE2b-256 |
33109370c6c1af2b1d68072dfb52215be05cfbccc957b5bd4361f288c102d3b0
|