python3-promise

Implementation of Promises in Python (Python3 version)
  https://github.com/syrusakbary/promise
  0
  no reviews



It is a super set of Promises/A+ designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises in Python. Its fully compatible with the Promises/A+ spec.

This package contains the Python 3 version of the library.