Skip to content
/ pact Public

A Python library implementing a generic promises facility

License

Notifications You must be signed in to change notification settings

getslash/pact

Repository files navigation

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

Overview

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