1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
Name: jaraco.collections
3
- Version: 5.1.0
3
+ Version: 5.2.1
4
4
Summary: Collection objects similar to those in stdlib by jaraco
5
5
Author-email: "Jason R. Coombs" <jaraco@jaraco.com>
6
+ License-Expression: MIT
6
7
Project-URL: Source, https://github.com/jaraco/jaraco.collections
7
8
Classifier: Development Status :: 5 - Production/Stable
8
9
Classifier: Intended Audience :: Developers
9
- Classifier: License :: OSI Approved :: MIT License
10
10
Classifier: Programming Language :: Python :: 3
11
11
Classifier: Programming Language :: Python :: 3 :: Only
12
- Requires-Python: >=3.8
12
+ Requires-Python: >=3.9
13
13
Description-Content-Type: text/x-rst
14
14
License-File: LICENSE
15
15
Requires-Dist: jaraco.text
16
+ Provides-Extra: test
17
+ Requires-Dist: pytest!=8.1.*,>=6; extra == "test"
18
+ Provides-Extra: doc
19
+ Requires-Dist: sphinx>=3.5; extra == "doc"
20
+ Requires-Dist: jaraco.packaging>=9.3; extra == "doc"
21
+ Requires-Dist: rst.linker>=1.9; extra == "doc"
22
+ Requires-Dist: furo; extra == "doc"
23
+ Requires-Dist: sphinx-lint; extra == "doc"
24
+ Requires-Dist: jaraco.tidelift>=1.4; extra == "doc"
16
25
Provides-Extra: check
17
- Requires-Dist: pytest-checkdocs >=2.4 ; extra == ' check'
18
- Requires-Dist: pytest-ruff >=0.2.1 ; ( sys_platform != "cygwin") and extra == ' check'
26
+ Requires-Dist: pytest-checkdocs>=2.4; extra == " check"
27
+ Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == " check"
19
28
Provides-Extra: cover
20
- Requires-Dist: pytest-cov ; extra == 'cover'
21
- Provides-Extra: doc
22
- Requires-Dist: sphinx >=3.5 ; extra == 'doc'
23
- Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc'
24
- Requires-Dist: rst.linker >=1.9 ; extra == 'doc'
25
- Requires-Dist: furo ; extra == 'doc'
26
- Requires-Dist: sphinx-lint ; extra == 'doc'
27
- Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc'
29
+ Requires-Dist: pytest-cov; extra == "cover"
28
30
Provides-Extra: enabler
29
- Requires-Dist: pytest-enabler >=2.2 ; extra == 'enabler'
30
- Provides-Extra: test
31
- Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test'
31
+ Requires-Dist: pytest-enabler>=2.2; extra == "enabler"
32
32
Provides-Extra: type
33
- Requires-Dist: pytest-mypy ; extra == 'type'
33
+ Requires-Dist: pytest-mypy; extra == "type"
34
+ Dynamic: license-file
34
35
35
36
.. image:: https://img.shields.io/pypi/v/jaraco.collections.svg
36
37
:target: https://pypi.org/project/jaraco.collections
@@ -41,14 +42,14 @@ Requires-Dist: pytest-mypy ; extra == 'type'
41
42
:target: https://github.com/jaraco/jaraco.collections/actions?query=workflow%3A%22tests%22
42
43
:alt: tests
43
44
44
- .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh /ruff/main/assets/badge/v2.json
45
+ .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh /ruff/main/assets/badge/v2.json
45
46
:target: https://github.com/astral-sh/ruff
46
47
:alt: Ruff
47
48
48
49
.. image:: https://readthedocs.org/projects/jaracocollections/badge/?version=latest
49
50
:target: https://jaracocollections.readthedocs.io/en/latest/?badge=latest
50
51
51
- .. image:: https://img.shields.io/badge/skeleton-2024 -informational
52
+ .. image:: https://img.shields.io/badge/skeleton-2025 -informational
52
53
:target: https://blog.jaraco.com/skeleton
53
54
54
55
.. image:: https://tidelift.com/badges/package/pypi/jaraco.collections
0 commit comments