Promises library in Python


License
BSD-3-Clause
Install
pip install pact==1.12.0

Documentation

Overview

Build Status Build Status
Supported Versions Supported Versions
Latest Version Latest Version
Test Coverage Coverage Status

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 to get started.

Licence

BSD3