METADATA 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Metadata-Version: 2.1
  2. Name: jaraco.functools
  3. Version: 2.0
  4. Summary: Functools like those found in stdlib
  5. Home-page: https://github.com/jaraco/jaraco.functools
  6. Author: Jason R. Coombs
  7. Author-email: jaraco@jaraco.com
  8. License: UNKNOWN
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python :: 2.7
  14. Classifier: Programming Language :: Python :: 3
  15. Requires-Python: >=2.7
  16. Requires-Dist: more-itertools
  17. Requires-Dist: backports.functools-lru-cache (>=1.0.3) ; python_version == "2.7"
  18. Provides-Extra: docs
  19. Requires-Dist: sphinx ; extra == 'docs'
  20. Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
  21. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  22. Provides-Extra: testing
  23. Requires-Dist: pytest (!=3.7.3,>=3.5) ; extra == 'testing'
  24. Requires-Dist: pytest-checkdocs ; extra == 'testing'
  25. Requires-Dist: pytest-flake8 ; extra == 'testing'
  26. Requires-Dist: six ; extra == 'testing'
  27. Requires-Dist: backports.unittest-mock ; extra == 'testing'
  28. Requires-Dist: jaraco.classes ; extra == 'testing'
  29. .. image:: https://img.shields.io/pypi/v/jaraco.functools.svg
  30. :target: https://pypi.org/project/jaraco.functools
  31. .. image:: https://img.shields.io/pypi/pyversions/jaraco.functools.svg
  32. .. image:: https://img.shields.io/travis/jaraco/jaraco.functools/master.svg
  33. :target: https://travis-ci.org/jaraco/jaraco.functools
  34. .. .. image:: https://img.shields.io/appveyor/ci/jaraco/jaraco-functools/master.svg
  35. .. :target: https://ci.appveyor.com/project/jaraco-functools/skeleton/branch/master
  36. .. image:: https://readthedocs.org/projects/jaracofunctools/badge/?version=latest
  37. :target: https://jaracofunctools.readthedocs.io/en/latest/?badge=latest
  38. Additional functools in the spirit of stdlib's functools.