Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install tk0.gaerunner

How to install tk0.gaerunner

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install tk0.gaerunner
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.1 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.1.1 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.1.1 Available View build log
0.1.0 Available View build log
Linux (32-bit)
0.1.1 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.1.1 Available View build log
0.1.0 Available View build log
 
License
ASL
Dependencies
Imports
Lastest release
version 0.1.1 on Apr 24th, 2011

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

Subscribe to package updates

Last updated Apr 24th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.