This project contains Python code snippets for Google App Engine projects.
Supported services:
- firebase
- cloud messaging
- firestore
- authorization
- slack
- github
- contentful
- toggl
- Add this package as git submodule:
git submodule add [email protected]:stanwood/Stanwood_Python_Utils.git lib/stanwood_python_utils
- Add package to
appengine_config.py
file:
import os
from google.appengine.ext import vendor
vendor.add(os.path.join(os.path.dirname(__file__), 'stanwood'))