Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celery/vine
Python promises
https://github.com/celery/vine
promise promise-api promise-library promises python python3
Last synced: about 1 hour ago
JSON representation
Python promises
- Host: GitHub
- URL: https://github.com/celery/vine
- Owner: celery
- License: other
- Created: 2016-03-02T21:08:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:06:56.000Z (3 months ago)
- Last Synced: 2024-10-30T00:00:25.509Z (3 months ago)
- Topics: promise, promise-api, promise-library, promises, python, python3
- Language: Python
- Homepage:
- Size: 253 KB
- Stars: 124
- Watchers: 17
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog
- License: LICENSE
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
=====================================================================
vine - Python Promises
=====================================================================|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
:Version: 5.1.0
:Web: https://vine.readthedocs.io/
:Download: https://pypi.org/project/vine/
:Source: https://github.com/celery/vine/
:Keywords: promise, async, futureAbout
=====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... |build-status| image:: https://secure.travis-ci.org/celery/vine.png?branch=master
:alt: Build status
:target: https://travis-ci.org/celery/vine.. |coverage| image:: https://codecov.io/github/celery/vine/coverage.svg?branch=master
:target: https://codecov.io/github/celery/vine?branch=master.. |license| image:: https://img.shields.io/pypi/l/vine.svg
:alt: BSD License
:target: https://opensource.org/licenses/BSD-3-Clause.. |wheel| image:: https://img.shields.io/pypi/wheel/vine.svg
:alt: Vine can be installed via wheel
:target: https://pypi.org/project/vine/.. |pyversion| image:: https://img.shields.io/pypi/pyversions/vine.svg
:alt: Supported Python versions.
:target: https://pypi.org/project/vine/.. |pyimp| image:: https://img.shields.io/pypi/implementation/vine.svg
:alt: Support Python implementations.
:target: https://pypi.org/project/vine/