master branch is a git mirror (with tags) of the official repo
$ git diff 1.6.2 1.6.3 # simple as it should
pip branch makes it pip installable
Zero modifications/patching only by adding setup.py
+ MANIFEST.in
$ mkvirtualenv --no-site-packages -p `which python2.5`
$ cat requirements.txt
pep8
-e git://github.com/lukmdo/googleappengine-python.git@pip#egg=googleappengine-python
$ pip install --install-option="install" -r ./requirements.txt
$ pip freeze
googleappengine-python==1.6.3
pep8==0.6.1
wsgiref==0.1.2
It provides two scripts:
- appcfg.py
- dev_appserver_main.py (yeap _main) ...more info
- SDK ≥ 1.6.1 + gae.pth with list of libs in virtualenvs site-packages like found on stackoverflow
- mkappenginevenv.sh
- ... or a bit more manual way by schettino72 blog
Please contact me or use github issues system