taskpromises

A distributed implementation of Promises for Google Appengine Tasks


Keywords
promises, tasks, appengine, gae
License
Apache-2.0
Install
pip install taskpromises==0.1.0a1

Documentation

#Placeholder for readme file

##How to package for python & upload:

  • python setup.py sdist

  • twine upload dist/* -p

##How to install in an appengine project using pip

Change directory to where you want the taskpromises folder to go, then type

  • pip install --target=. taskpromises==0.1.0a1

This installs the alpha package.