Metadata-Version: 2.0
Name: im-future
Version: 0.1.1
Summary: @future; distributed hierarchical futures for Google App Engine, Python standard environment
Home-page: https://github.com/emlynoregan/im_task
Author: Emlyn O'Regan
Author-email: emlynoregan@gmail.com
License: ../LICENSE.txt
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: im-task (>=0.1.1)
Requires-Dist: im-util (>=0.1.4)

# im-future
This is the implementation of Distributed Hierarchical Futures for Google App Engine, Python standard environment.

[![Build Status](https://travis-ci.org/emlynoregan/im_future.svg?branch=master)](https://travis-ci.org/emlynoregan/im_future)

## Install

Use the python package for this library. You can find the package online [here](https://pypi.org/project/im-future/).

Change to your Python App Engine project's root folder and do the following:

> pip install im-future --target lib

Or add it to your requirements.txt. You'll also need to set up vendoring, see [app engine vendoring instructions here](https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27).

## @future

TBD

More information about @future is available in this article on medium:

[Welcome to the Future!](https://medium.com/the-infinite-machine/welcome-to-the-future-3ca4fb5a4656)


