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.
- Host: GitHub
- URL: https://github.com/ionelmc/python-appengine-sdk
- Owner: ionelmc
- Created: 2015-03-12T17:55:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T07:37:00.000Z (over 5 years ago)
- Last Synced: 2025-04-08T18:07:48.524Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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-sdkIt 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