This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,52 @@
Copyright (c) 2015-2016 Ask Solem & contributors. All rights reserved.
Vine is licensed under The BSD License (3 Clause, also known as
the new BSD license). The license is an OSI approved Open Source
license and is GPL-compatible(1).
The license text can also be found here:
http://www.opensource.org/licenses/BSD-3-Clause
License
=======
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Ask Solem, nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Ask Solem OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Documentation License
=====================
The documentation portion of Vine (the rendered contents of the
"docs" directory of a software distribution or checkout) is supplied
under the "Creative Commons Attribution-ShareAlike 4.0
International" (CC BY-SA 4.0) License as described by
http://creativecommons.org/licenses/by-sa/4.0/
Footnotes
=========
(1) A GPL-compatible license makes it possible to
combine Vine with other software that is released
under the GPL, it does not mean that we're distributing
Vine under the GPL license. The BSD license, unlike the GPL,
let you distribute a modified version without making your
changes open source.

View File

@@ -0,0 +1,73 @@
Metadata-Version: 2.1
Name: vine
Version: 5.1.0
Summary: Python promises.
Home-page: https://github.com/celery/vine
Author: Ask Solem
Author-email: auvipy@gmail.com
License: BSD
Keywords: promise promises lazy future futures
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
=====================================================================
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: 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/

View File

@@ -0,0 +1,18 @@
vine-5.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
vine-5.1.0.dist-info/LICENSE,sha256=F39i9TUrkyH4As6tDCJHZj03iVME-cQ0aYRGvpDFqvg,2461
vine-5.1.0.dist-info/METADATA,sha256=pr5OI0qy_iAxZ9uZctlXZulFacbLIRnM5_wuTr3JQQ8,2657
vine-5.1.0.dist-info/RECORD,,
vine-5.1.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
vine-5.1.0.dist-info/top_level.txt,sha256=v1YdTPh_DwKnd4QlKG6dLJ1oiFOHoRPYbm_JobFQhwg,5
vine/__init__.py,sha256=Or_Gy_gX7vGVGApz6icTYZVOrGxSLXGUxlxCLvIL5s4,1041
vine/__pycache__/__init__.cpython-312.pyc,,
vine/__pycache__/abstract.cpython-312.pyc,,
vine/__pycache__/funtools.cpython-312.pyc,,
vine/__pycache__/promises.cpython-312.pyc,,
vine/__pycache__/synchronization.cpython-312.pyc,,
vine/__pycache__/utils.cpython-312.pyc,,
vine/abstract.py,sha256=Z__X_AxuDZb-F7w6ndNbmxqJoj5uXF5QCWlxMdOM01E,1620
vine/funtools.py,sha256=N5xqArP89eVDXNcEYyYSBB8rhHP9mXGSMyn0FcwrqEI,2862
vine/promises.py,sha256=3Ukl_KCQ6XuvPSf6-iGW36voB5ohukiTTGcd7kFtXj8,7681
vine/synchronization.py,sha256=6ErRce_8ozlmBy5cAKB913Mfq0mMiD3Yavs_nqD8yVg,2960
vine/utils.py,sha256=bYLrwOTjQBC0yMG_2CeV3eBBMVWFX5oKuhw3Vf1D-UA,853

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1 @@
vine