Metadata-Version: 2.0
Name: im-futuretest
Version: 0.1.12
Summary: This package provides a pre-packaged UI for running tests based on @futures, in Google App Engine, Python standard environment projects.
Home-page: https://github.com/emlynoregan/im_futuretest
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-util (>=0.1.4)
Requires-Dist: im-future (>=0.1.1)
Requires-Dist: im-debouncedtask

# im_futuretest
This package provides a pre-packaged UI for running tests based on @futures, in Google App Engine, Python standard environment projects.

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

## Install 

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

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

> pip install im_futuretest --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).

## How to use

tbd. But don't use this package directly, instead grab im_futuretest_flask or im_futuretest_webapp2


