renumerate 1.5.0__py3-none-any.whl → 2.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of renumerate might be problematic. Click here for more details.
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/METADATA +10 -3
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/RECORD +6 -6
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/WHEEL +0 -0
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/licenses/LICENSE +0 -0
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/top_level.txt +0 -0
- {renumerate-1.5.0.dist-info → renumerate-2.0.0.dist-info}/zip-safe +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -29,11 +29,13 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
29
29
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
30
30
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
31
31
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
32
|
+
Classifier: Typing :: Typed
|
|
32
33
|
Requires-Python: <4.0.0,>=3.10.0
|
|
33
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
35
|
License-File: LICENSE
|
|
35
36
|
Requires-Dist: setuptools>=80.9.0
|
|
36
|
-
Requires-Dist:
|
|
37
|
+
Requires-Dist: typing_extensions>=4.15.0
|
|
38
|
+
Requires-Dist: pkg-about>=2.0.0
|
|
37
39
|
Provides-Extra: doc
|
|
38
40
|
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
|
|
39
41
|
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
|
|
@@ -45,7 +47,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
|
45
47
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
48
|
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
|
|
47
49
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=8.6.
|
|
50
|
+
Requires-Dist: deepdiff>=8.6.1; extra == "test"
|
|
49
51
|
Requires-Dist: rich>=14.1.0; extra == "test"
|
|
50
52
|
Dynamic: license-file
|
|
51
53
|
|
|
@@ -177,6 +179,11 @@ Authors
|
|
|
177
179
|
Changelog
|
|
178
180
|
=========
|
|
179
181
|
|
|
182
|
+
2.0.0 (2025-09-08)
|
|
183
|
+
------------------
|
|
184
|
+
- Mark the package as typed.
|
|
185
|
+
- Setup (dependencies) update.
|
|
186
|
+
|
|
180
187
|
1.5.0 (2025-09-01)
|
|
181
188
|
------------------
|
|
182
189
|
- Making the package typed.
|
|
@@ -2,9 +2,9 @@ renumerate/__about__.py,sha256=LUuaWYl_ylQT_d6A55rewRwEAd83eAQUJ6mcYBx5ORY,100
|
|
|
2
2
|
renumerate/__init__.py,sha256=T4n-eTkOyces9l-zifj386NIla9tumbt0GaGl_kiVw0,231
|
|
3
3
|
renumerate/_renumerate.py,sha256=c4H2aoPTGd_IDzbpIPfhrRVvR1hPEkUQYuWeF4c_AJU,1441
|
|
4
4
|
renumerate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
renumerate-
|
|
6
|
-
renumerate-
|
|
7
|
-
renumerate-
|
|
8
|
-
renumerate-
|
|
9
|
-
renumerate-
|
|
10
|
-
renumerate-
|
|
5
|
+
renumerate-2.0.0.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
|
|
6
|
+
renumerate-2.0.0.dist-info/METADATA,sha256=UKd3D_fm7VLoxANxSMjD5AqY1VBqL5jYqz3y9MGepLs,9614
|
|
7
|
+
renumerate-2.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
renumerate-2.0.0.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
9
|
+
renumerate-2.0.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
10
|
+
renumerate-2.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|