PKG-INFO 2.6 KB

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