Python promises.
Project Links
Meta
Author: Ask Solem
Requires Python: >=3.6
Classifiers
Development Status
- 5 - Production/Stable
Programming Language
- Python
- Python :: 3
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3 :: Only
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
License
- OSI Approved :: BSD License
Intended Audience
- Developers
Operating System
- OS Independent
- Version:
5.1.0
- Web:
- Download:
- Source:
- Keywords:
promise, async, future
About
This is a special implementation of promises in that it can be used both for promise of a value and lazy evaluation. The biggest upside for this is that everything in a promise can also be a promise, e.g. filters, callbacks and errbacks can all be promises.
Nov 05, 2023
5.1.0
Sep 06, 2020
5.0.0
Apr 01, 2019
5.0.0a1
Mar 19, 2019
1.3.0
Jan 06, 2019
1.2.0
Jul 16, 2017
1.1.4
Oct 14, 2016
1.1.3
Sep 07, 2016
1.1.2
Jun 30, 2016
1.1.1
Apr 21, 2016
1.1.0
Apr 12, 2016
1.0.2
Apr 11, 2016
1.0.1
Apr 08, 2016
1.0.0
Mar 18, 2016
0.9.1
Mar 02, 2016
0.9.0
Wheel compatibility matrix
Files in release
No dependencies