Metadata-Version: 2.1
Name: pact
Version: 1.12.0
Summary: Promises library in Python
Home-page: https://github.com/getslash/pact
Author: Rotem Yaari
Author-email: vmalloc@gmail.com
License: BSD3
Description: Overview
        ========
        
        |                       |                                                                                    |
        |-----------------------|------------------------------------------------------------------------------------|
        | Build Status          | ![Build Status](https://secure.travis-ci.org/getslash/pact.png?branch=master,dev) |
        | Supported Versions    | ![Supported Versions](https://img.shields.io/pypi/pyversions/pact.svg)    |
        | Latest Version        | ![Latest Version](https://img.shields.io/pypi/v/pact.svg)                  |
        | Test Coverage         | ![Coverage Status](https://coveralls.io/repos/getslash/pact/badge.svg?branch=master&service=github)   |
        
        
        *pact* is a library implementing a general concept of promises/deferreds. It less strictly follows known standards such as A+, but rather aims to be practical for library or framework implementations.
        
        Check out the [user's guide](http://pact.readthedocs.org/en/latest/user_guide.html ) to get started.
        
        
        Licence
        =======
        
        BSD3
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: doc
Provides-Extra: testing
