Google App Engine (GAE/py) の開発環境をつくる¶ appfy.recipe.gae のサンプル¶ buildout.cfg: [buildout] parts = app_lib gae_sdk gae_tools [app_lib] # Sets the library dependencies for the app. recipe = appfy.recipe.gae:app_lib lib-directory = app/distlib use-zipimport = false # Define the libraries. eggs = tipfy # Don't copy files that match these glob patterns. ignore-globs = *.c *.pyc *.pyo */test */tests */test