Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaralis/gap-sandbox
gap-sandbox
https://github.com/xaralis/gap-sandbox
Last synced: about 2 months ago
JSON representation
gap-sandbox
- Host: GitHub
- URL: https://github.com/xaralis/gap-sandbox
- Owner: xaralis
- License: apache-2.0
- Created: 2013-09-25T17:11:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T17:13:06.000Z (over 11 years ago)
- Last Synced: 2024-04-29T00:09:40.644Z (9 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GAP
==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,
* single python way to add a path to sys.paths,then this barebone could be at least an inspiration for you.
How to use it.
--* Clone or download the project somewhere
* Pip install appengine or download and install Appengine SDK from
https://developers.google.com/appengine/downloads
* Create a virtualenv for you project
* Add your dependencies to requirements.pip
* Instal requirements using bin/gip same way as you are used to do it with pip (./bin/gip install -r requirements.gip)
* Start building your application under package src/app
* You can use any lib you have installed using gip in you code (dev_server,
shell as well as after uploading to server).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 usefull but it is
provided as-is and I can take no responsibilty for improper as well as proper
use.