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
- Host: GitHub
- URL: https://github.com/tejasbubane/google-appengine-gui-for-linux
- Owner: tejasbubane
- License: apache-2.0
- Created: 2012-05-28T20:18:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-28T20:20:48.000Z (about 14 years ago)
- Last Synced: 2025-11-29T13:47:23.007Z (7 months ago)
- Language: Python
- Size: 520 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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