Use simple python scripts as zc.buildout extensions
Project description
buildout.extensionscripts is a convenient way to shoot yourself in the foot and provides more than enough rope to hang yourself.
With that out of the way, we can look what it can be used for.
To use buildout.extensionscripts, you add it as an extension in a buildout like this:
[buildout] extensions = buildout.extensionscripts
After that you can add one or more lines like the following to the buildout section:
extension-scripts = ${buildout:directory}/somescript.py:callable_name
When you do that, you got an easy way to write a buildout extensions without the need of an egg. The callable_name in somescript.py will be called with one argument which is the dictionary like buildout config.
Now have fun shooting and or hanging yourself by changing that.
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
Hashes for buildout.extensionscripts-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8bad20cd272eb9a3a4c1f6857900da0f853fa9293774d69ef0876fa8866761 |
|
MD5 | 2fa09cd0577076ee6bfc5edc4bd1d757 |
|
BLAKE2b-256 | 7b8219dc70e5a7de32782786b0f186a6ef0e20dfd7548c48129d7c460b056caf |