Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
/ gae-helper Public archive

A simple starter repo and some helper utils to help ease the pain of dependencies in Python Google App Engine Apps.

License

Notifications You must be signed in to change notification settings

RealKinetic/gae-helper

Repository files navigation

GAE Helper

A Simple set of tools and patterns to ease the pain of App Engine application dependency management.

Prerequisites

This setup guide assumes you are on a somewhat sane posix environment.

Create your virtual environment

This assumes you're using virtualenvwrapper (and you really should):

mkvirtualenv your_project

Activate the virtual environment:

workon your_project

Getting started

All dependencies are handled automatically.

Firing up the dev server:

make run

Running the tests

There are python tests, run them both before committing:

make test

About

A simple starter repo and some helper utils to help ease the pain of dependencies in Python Google App Engine Apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages