promise 2.3
0
Promises/A+ implementation for Python
Contents
Promises/A+ implementation for Python
Stars: 363, Watchers: 363, Forks: 76, Open Issues: 36The syrusakbary/promise
repo was created 8 years ago and the last code push was 3 months ago.
The project is popular with 363 github stars!
How to Install promise
You can install promise using pip
pip install promise
or add it to a project with poetry
poetry add promise
Package Details
- Author
- Syrus Akbary
- License
- MIT
- Homepage
- https://github.com/syrusakbary/promise
- PyPi:
- https://pypi.org/project/promise/
- GitHub Repo:
- https://github.com/syrusakbary/promise
Classifiers
- Software Development/Libraries
Related Packages
Errors
A list of common promise errors.
Code Examples
Here are some promise
code examples and snippets.
GitHub Issues
The promise package has 36 open issues on GitHub
- fix: Async.invoke_later
- Fix tests for pytest 7.0 compatibility