Python script launcher for Google App Engine (using remote API call)
Project description
tk0.gaerunner
tk0.gaerunner is python script launcher for Google App Engine. tk0.gaerunner is wrapping some APIs using remote API calls, So launched scripts are able to manupilate resources on appengine environment.
% gaerunner my_app_id scripts/data_import.py
Source code and issue tracker can be found at https://bitbucket.org/tk0miya/tk0.gaerunner.
Setting up AppEngine
Before executing tk0.gaerunner, you must set up development environments.
AppEngine SDK (google_appengine_1.x.x.zip)
Accept remote_api calls on your application
Setup AppEngine SDK
Install AppEngine SDK. Use appfy.recipe.gae.
Accept remote_api_calls on your application
you must set up your application to accept remote_api calls. Add remote_api handler to your app.xml and deploy it to Appengine.
Example
handlers: - url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py login: admin
Setting up tk0.gaerunner using buildout
If you use buildout for setting up development environments, add above parts to buildout.cfg.
[gaerunner] recipe = zc.recipe.egg eggs = tk0.gaerunner extra-paths = parts/google_appengine app/lib app/distlib.zip app
License
Apache License 2.0
History
0.1.1 (2010-04-23)
Specify license version; Apache License 2.0
0.1.0 (2010-12-12)
first release
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
File details
Details for the file tk0.gaerunner-0.1.1.tar.gz
.
File metadata
- Download URL: tk0.gaerunner-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64095ea53b7285bc40cef00f5c00dbfb2913dbd2f0106b255af81d30259ea9b5 |
|
MD5 | 72a5ecf6fe929095233bae05307ad7fc |
|
BLAKE2b-256 | aeb40b13ca2c40a8e507ee57633bf5b5fe48596d31f59fd189501058bb218fb1 |