Un-official `pip install`-able AppEngine SDK.


Keywords
google, appengine, gae, sdk
License
MIT
Install
pip install appengine-sdk==0.0.1

Documentation

Un-official pip install-able AppEngine SDK

PyPI Package latest release

It provides working bins for appcfg, dev_appserver and remote_api_shell. And they work on Windows!

Usage:

pip install appengine-sdk

You can always waste your time manually copying files if you don't like this un-official package.


Packager instructions

Note

You need to git clone git@github.com:ionelmc/python-appengine-sdk.git to do these.

To rebuild this package (in case I'm too slow or you want to build it yourself):

tox -e build

If something is broken and a rebuild is required, to make a new post release:

tox -e build -- 1
The default post release number is 0.

To upload it to PyPI:

tox -e upload -- dist/appengine_sdk-<VERSION>-py2-none-any.whl