--- id: vine version: "5.1.0" license: BSD license_treatment: permissive maintenance: active --- # vine — Python promises. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install vine uv add vine poetry add vine ## Description ===================================================================== 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, 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. .. |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:... ## AI interpretation — verify before relying Vine implements Python promises for deferred computation and lazy evaluation, allowing callbacks, filters, and error handlers to themselves be promises for composable async workflows. Verdict: Vine is a stable, well-maintained promise library with no dependencies, permissive licensing, and no known vulnerabilities. Its active repository (last commit 2026-08-12) and Production/Stable classifier signal production-ready stewardship. Suitable for async workflows where composable deferred computation is needed. [View on SkillFed](https://skillfed.io/packages/vine) · [View on PyPI](https://pypi.org/project/vine/)