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

https://github.com/ionelmc/python-appengine-sdk

Un-official `pip install`-able AppEngine SDK.
https://github.com/ionelmc/python-appengine-sdk

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

| |version|

.. |version| image:: http://img.shields.io/pypi/v/appengine-sdk.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/appengine-sdk

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--py2-none-any.whl