https://github.com/realkinetic/gae-utils
Google AppEngine Python utilities
https://github.com/realkinetic/gae-utils
Last synced: about 1 year ago
JSON representation
Google AppEngine Python utilities
- Host: GitHub
- URL: https://github.com/realkinetic/gae-utils
- Owner: RealKinetic
- License: apache-2.0
- Created: 2017-11-05T13:49:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T18:35:41.000Z (over 7 years ago)
- Last Synced: 2025-03-08T18:03:53.303Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Google App Engine Utiltites
===========================
This package is meant to be a set of utilities and scripts to help with the
development environment of developing Google App Engine standard (and flex)
applications.
gae-link-libs
-------------
AppEngine Standard has a very restrictive sandbox and the typical virtual env
does not usally work well with it. This library symlinks distributions listed
in your ``Pipfile.lock`` (via pipenv) or standard ``requirements.txt``. This
allows the pacakges installed in your virtual environment to be deployed to
AppEngine with minimal fuss and effort.
### Usage:
gae-link-libs --help