Skip to content

lukmdo/googleappengine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google App Engine SDK

$ 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:

Alternatives

Found issues or got ideas ?

Please contact me or use github issues system