
promise 2.3
0
Promises/A+ implementation for Python
Contents
Promises/A+ implementation for Python
Stars: 367, Watchers: 367, Forks: 78, Open Issues: 39The syrusakbary/promise repo was created 9 years ago and the last code push was 1 years ago.
The project is popular with 367 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.
pythonfix