An open API service indexing awesome lists of open source software.

https://github.com/tejasbubane/google-appengine-gui-for-linux


https://github.com/tejasbubane/google-appengine-gui-for-linux

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Google App Engine wxLauncher
http://code.google.com/p/google-appengine-wx-launcher
http://code.google.com/appengine

This project contains source code for the launcher, a wxWidgets based
developer tool for creating, running, and deploying Google App Engine
applications. This launcher is included in the Windows installer for
the App Engine SDK starting with version 1.2.5. This launcher also
works on Linux and Mac but is not distributed in the App Engine SDK
for those platforms. The launcher delivered with the App Engine Mac
SDK, GoogleAppEngineLauncher.app, is also open source:
http://code.google.com/p/google-appengine-mac-launcher

See the google-appengine-wx-launcher project site for details on
prerequisites for running the launcher on various platforms
(e.g. wxPython).

For development we use the script coverage.py to run unit tests. (A
nicer test runner is currently out for review). Until that lands you
may need to edit coverage.py to work in your environment. This
coverage.py script uses PyMox and the excellent code coverage script
found here: http://code.google.com/p/pymox/
http://nedbatchelder.com/code/modules/coverage.html