Skip to main content

Recipe base for writing fabric-buildout recipe.

Project description

Introduction

from fabric.buildout_recipe import BuildoutRecipe

import fabric.api

class Recipe(BuildoutRecipe):

“””zc.buildout recipe”””

def execute(self):

“””override this.”””

fabric.api.run(“uname -a”)

Contributors

Imagawa Yakata, Author

Changelog

0.1-dev (unreleased)

  • Package created using templer [Imagawa Yakata]

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

fabric.buildout_recipe-0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

fabric.buildout_recipe-0.3-py2.7.egg (4.3 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