rod.recipe.appengine

ZC Buildout recipe for setting up a Google App Engine development environment
Download

rod.recipe.appengine Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Publisher Name:
  • Tobias Rodaebel
  • Publisher web site:
  • http://code.google.com/u/tobias.rodaebel/

rod.recipe.appengine Tags


rod.recipe.appengine Description

ZC Buildout recipe for setting up a Google App Engine development environment rod.recipe.appengine is a zc.buildout recipe to build, test and deploy projects for the Google App Engine. It makes it easy to use eggs and resolve their dependencies automatically.To be honest, this is a recipe for scrambled eggs. It produces a zip file containing all configured external packages in a traditional folder hierarchy.A brief documentationThis recipe takes a number of options:appengine-lib Path to an already installed appengine libraryeggs List of required eggsexclude A list of basenames and regular expressions to be excluded when setting up the application files, e.g. the whole 'tests' directory.packages A list of packages to be included into the zip archive, which will be uploaded to the appspot.patch Specifies a patch file for patching the SDK source-tree. This option is not allowed if appengine-lib is specified.patch-options List of patch options separated by blanks. (Default=-p1)server-script The name of the script to run the development server.src The directory which contains the project source files.url The url for fetching the google appengine distributionuse_setuptools_pkg_resources Flag whether the recipe shall copy setuptool's pkg_resources.py into the app directory rather than writing a dummy version. (Default=False)zip-name The name of the zip archive containing all external packages ready to deploy.zip-packages Flag whether external packages shall be zipped into a single zip file. (Default=True) Requirements: · Python What's New in This Release: · Adds support for regular expression excludes. · Minor refactoring and clean-up.


rod.recipe.appengine Related Software