Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
Metadata-Version: 1.1
Name: vine
Version: 1.1.3
Summary: Promises, promises, promises.
Home-page: http://github.com/celery/vine
Author: Ask Solem
Author-email: ask@celeryproject.org
License: BSD
Description: =====================================================================
         vine - Python Promises
        =====================================================================
        
        |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
        
        :Version: 1.1.3
        :Web: https://vine.readthedocs.io/
        :Download: http://pypi.python.org/pypi/vine/
        :Source: http://github.com/celery/vine/
        :Keywords: promise, async, future
        
        About
        =====
        
        
        .. |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: http://pypi.python.org/pypi/vine/
        
        .. |pyversion| image:: https://img.shields.io/pypi/pyversions/vine.svg
            :alt: Supported Python versions.
            :target: http://pypi.python.org/pypi/vine/
        
        .. |pyimp| image:: https://img.shields.io/pypi/implementation/vine.svg
            :alt: Support Python implementations.
            :target: http://pypi.python.org/pypi/vine/
        
        
Keywords: promise promises lazy future futures
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent