METADATA 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Metadata-Version: 2.0
  2. Name: vine
  3. Version: 1.1.4
  4. Summary: Promises, promises, promises.
  5. Home-page: http://github.com/celery/vine
  6. Author: Ask Solem
  7. Author-email: ask@celeryproject.org
  8. License: BSD
  9. Keywords: promise promises lazy future futures
  10. Platform: any
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Programming Language :: Python
  13. Classifier: Programming Language :: Python :: 2
  14. Classifier: Programming Language :: Python :: 2.7
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.4
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: Implementation :: CPython
  20. Classifier: Programming Language :: Python :: Implementation :: PyPy
  21. Classifier: License :: OSI Approved :: BSD License
  22. Classifier: Intended Audience :: Developers
  23. Classifier: Operating System :: OS Independent
  24. =====================================================================
  25. vine - Python Promises
  26. =====================================================================
  27. |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
  28. :Version: 1.1.4
  29. :Web: https://vine.readthedocs.io/
  30. :Download: http://pypi.python.org/pypi/vine/
  31. :Source: http://github.com/celery/vine/
  32. :Keywords: promise, async, future
  33. About
  34. =====
  35. .. |build-status| image:: https://secure.travis-ci.org/celery/vine.png?branch=master
  36. :alt: Build status
  37. :target: https://travis-ci.org/celery/vine
  38. .. |coverage| image:: https://codecov.io/github/celery/vine/coverage.svg?branch=master
  39. :target: https://codecov.io/github/celery/vine?branch=master
  40. .. |license| image:: https://img.shields.io/pypi/l/vine.svg
  41. :alt: BSD License
  42. :target: https://opensource.org/licenses/BSD-3-Clause
  43. .. |wheel| image:: https://img.shields.io/pypi/wheel/vine.svg
  44. :alt: Vine can be installed via wheel
  45. :target: http://pypi.python.org/pypi/vine/
  46. .. |pyversion| image:: https://img.shields.io/pypi/pyversions/vine.svg
  47. :alt: Supported Python versions.
  48. :target: http://pypi.python.org/pypi/vine/
  49. .. |pyimp| image:: https://img.shields.io/pypi/implementation/vine.svg
  50. :alt: Support Python implementations.
  51. :target: http://pypi.python.org/pypi/vine/