METADATA 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Metadata-Version: 2.4
  2. Name: jaraco.functools
  3. Version: 4.4.0
  4. Summary: Functools like those found in stdlib
  5. Author-email: "Jason R. Coombs" <jaraco@jaraco.com>
  6. License-Expression: MIT
  7. Project-URL: Source, https://github.com/jaraco/jaraco.functools
  8. Classifier: Development Status :: 5 - Production/Stable
  9. Classifier: Intended Audience :: Developers
  10. Classifier: Programming Language :: Python :: 3
  11. Classifier: Programming Language :: Python :: 3 :: Only
  12. Requires-Python: >=3.9
  13. Description-Content-Type: text/x-rst
  14. License-File: LICENSE
  15. Requires-Dist: more_itertools
  16. Provides-Extra: test
  17. Requires-Dist: pytest!=8.1.*,>=6; extra == "test"
  18. Requires-Dist: jaraco.classes; extra == "test"
  19. Provides-Extra: doc
  20. Requires-Dist: sphinx>=3.5; extra == "doc"
  21. Requires-Dist: jaraco.packaging>=9.3; extra == "doc"
  22. Requires-Dist: rst.linker>=1.9; extra == "doc"
  23. Requires-Dist: furo; extra == "doc"
  24. Requires-Dist: sphinx-lint; extra == "doc"
  25. Requires-Dist: jaraco.tidelift>=1.4; extra == "doc"
  26. Provides-Extra: check
  27. Requires-Dist: pytest-checkdocs>=2.4; extra == "check"
  28. Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check"
  29. Provides-Extra: cover
  30. Requires-Dist: pytest-cov; extra == "cover"
  31. Provides-Extra: enabler
  32. Requires-Dist: pytest-enabler>=3.4; extra == "enabler"
  33. Provides-Extra: type
  34. Requires-Dist: pytest-mypy>=1.0.1; extra == "type"
  35. Requires-Dist: mypy<1.19; platform_python_implementation == "PyPy" and extra == "type"
  36. Dynamic: license-file
  37. .. image:: https://img.shields.io/pypi/v/jaraco.functools.svg
  38. :target: https://pypi.org/project/jaraco.functools
  39. .. image:: https://img.shields.io/pypi/pyversions/jaraco.functools.svg
  40. .. image:: https://github.com/jaraco/jaraco.functools/actions/workflows/main.yml/badge.svg
  41. :target: https://github.com/jaraco/jaraco.functools/actions?query=workflow%3A%22tests%22
  42. :alt: tests
  43. .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
  44. :target: https://github.com/astral-sh/ruff
  45. :alt: Ruff
  46. .. image:: https://readthedocs.org/projects/jaracofunctools/badge/?version=latest
  47. :target: https://jaracofunctools.readthedocs.io/en/latest/?badge=latest
  48. .. image:: https://img.shields.io/badge/skeleton-2025-informational
  49. :target: https://blog.jaraco.com/skeleton
  50. .. image:: https://tidelift.com/badges/package/pypi/jaraco.functools
  51. :target: https://tidelift.com/subscription/pkg/pypi-jaraco.functools?utm_source=pypi-jaraco.functools&utm_medium=readme
  52. Additional functools in the spirit of stdlib's functools.
  53. For Enterprise
  54. ==============
  55. Available as part of the Tidelift Subscription.
  56. This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
  57. `Learn more <https://tidelift.com/subscription/pkg/pypi-jaraco.functools?utm_source=pypi-jaraco.functools&utm_medium=referral&utm_campaign=github>`_.