buildoutpip 0.1dev
Buildout extension to install from pip requirements files
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}
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| buildoutpip-0.1dev.tar.gz (md5) | Source | 2009-11-05 | 1KB | 480 | |
- Author: Taras Mankovski
- Home Page: http://github.com/taras/buildoutpip
- Keywords: buildout extension pip
- License: BSD License
- Package Index Owner: tarasm
- DOAP record: buildoutpip-0.1dev.xml
