Skip to main content

Google App Engine project bootstrap

Project description

Google App Engine is excellent technology but there is a gap.

If you are missing

  • use of pip with Google App Engine,

  • cooperation of appengine and virtualenv,

  • possibility to add any module to your python path,

then this barebone could be at least an inspiration for you.

How to use (fill) the gap?

  • Install Google Appengine SDK

  • Create a virtualenv for you project (not necessary but recommended)

  • pip install gap

  • Go to directory of your new GAE project.

  • gap start-project

  • Add your dependencies to requirements.gip (format of pip requirements file)

  • Install any packages using bin/gip same way as you are used to do it with pip.

  • To create a new module in your application run gap start-app

  • Keep your code inside src/app.

  • You can use any lib you have installed using gip in your project (in dev_server, shell as well as on appengine server).

See Gap wiki page for more informations.

Any ideas, thoughts, fixes (specially corrections of my English :) are welcome!

Disclaimer

Of course … This code is published in hope that someone will find it useful but it is provided as-is and I can take no responsibility for improper as well as proper use.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gap-0.4.3.tar.gz (21.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page