Metadata-Version: 1.1
Name: im_futuretest
Version: 0.1.2
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
Description: # 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
        
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
