renumerate 1.2.11__py3-none-any.whl → 1.3.1__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.2.11.dist-info → renumerate-1.3.1.dist-info}/METADATA +23 -12
- renumerate-1.3.1.dist-info/RECORD +9 -0
- {renumerate-1.2.11.dist-info → renumerate-1.3.1.dist-info}/WHEEL +1 -1
- renumerate-1.2.11.dist-info/RECORD +0 -9
- {renumerate-1.2.11.dist-info → renumerate-1.3.1.dist-info}/licenses/LICENSE +0 -0
- {renumerate-1.2.11.dist-info → renumerate-1.3.1.dist-info}/top_level.txt +0 -0
- {renumerate-1.2.11.dist-info → renumerate-1.3.1.dist-info}/zip-safe +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
7
7
|
Maintainer: Adam Karpierz
|
|
8
8
|
Maintainer-email: adam@karpierz.net
|
|
9
|
-
License:
|
|
9
|
+
License-Expression: Zlib
|
|
10
10
|
Project-URL: Homepage, https://pypi.org/project/renumerate/
|
|
11
11
|
Project-URL: Documentation, https://renumerate.readthedocs.io/
|
|
12
12
|
Project-URL: Download, https://pypi.org/project/renumerate/
|
|
@@ -16,38 +16,37 @@ Keywords: renumerate,enumerate
|
|
|
16
16
|
Platform: any
|
|
17
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
|
19
|
-
Classifier: License :: OSI Approved :: zlib/libpng License
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Classifier: Natural Language :: Polish
|
|
22
21
|
Classifier: Programming Language :: Python
|
|
23
22
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
26
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
27
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
29
28
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
29
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
30
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
31
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.
|
|
32
|
+
Requires-Python: <4.0.0,>=3.10.0
|
|
34
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
34
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.
|
|
35
|
+
Requires-Dist: setuptools>=80.3.1
|
|
36
|
+
Requires-Dist: pkg-about>=1.3.3
|
|
38
37
|
Provides-Extra: doc
|
|
39
|
-
Requires-Dist: Sphinx>=
|
|
40
|
-
Requires-Dist: sphinx-autodoc-typehints>=
|
|
38
|
+
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
|
|
41
40
|
Requires-Dist: sphinx-toolbox>=3.9.0; extra == "doc"
|
|
42
41
|
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
42
|
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
|
-
Requires-Dist: sphinxcontrib-spelling>=8.0.
|
|
43
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
|
|
45
44
|
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
46
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
46
|
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
|
|
48
47
|
Provides-Extra: test
|
|
49
48
|
Requires-Dist: deepdiff>=8.4.2; extra == "test"
|
|
50
|
-
Requires-Dist: rich>=
|
|
49
|
+
Requires-Dist: rich>=14.0.0; extra == "test"
|
|
51
50
|
Dynamic: license-file
|
|
52
51
|
|
|
53
52
|
renumerate
|
|
@@ -107,7 +106,7 @@ Installation
|
|
|
107
106
|
|
|
108
107
|
Prerequisites:
|
|
109
108
|
|
|
110
|
-
+ Python 3.
|
|
109
|
+
+ Python 3.10 or higher
|
|
111
110
|
|
|
112
111
|
* https://www.python.org/
|
|
113
112
|
|
|
@@ -178,6 +177,18 @@ Authors
|
|
|
178
177
|
Changelog
|
|
179
178
|
=========
|
|
180
179
|
|
|
180
|
+
1.3.1 (2025-05-04)
|
|
181
|
+
------------------
|
|
182
|
+
- Setup (dependencies) update.
|
|
183
|
+
|
|
184
|
+
1.3.0 (2025-04-28)
|
|
185
|
+
------------------
|
|
186
|
+
- Add support for Python 3.14
|
|
187
|
+
- Drop support for Python 3.9 (due to compatibility issues).
|
|
188
|
+
- Update readthedocs's python to version 3.13
|
|
189
|
+
- Update tox's base_python to version 3.13
|
|
190
|
+
- Setup (dependencies) update.
|
|
191
|
+
|
|
181
192
|
1.2.11 (2025-03-20)
|
|
182
193
|
-------------------
|
|
183
194
|
- Add support for PyPy 3.11
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
renumerate/__about__.py,sha256=LUuaWYl_ylQT_d6A55rewRwEAd83eAQUJ6mcYBx5ORY,100
|
|
2
|
+
renumerate/__init__.py,sha256=9NVK5aAbq5A7IizTdBF1sJ3m8KQxP7GeH_sfw6ijpFk,171
|
|
3
|
+
renumerate/_renumerate.py,sha256=i6t7dI6guFH68yj_NN5_yH-spkHMKFuCMiqWtw3v96M,1264
|
|
4
|
+
renumerate-1.3.1.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
|
|
5
|
+
renumerate-1.3.1.dist-info/METADATA,sha256=W-vctExoVj5FReCwDYSMNoJl1CEhGSMby0IP3CPKlmg,8997
|
|
6
|
+
renumerate-1.3.1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
7
|
+
renumerate-1.3.1.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
+
renumerate-1.3.1.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
+
renumerate-1.3.1.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
renumerate/__about__.py,sha256=LUuaWYl_ylQT_d6A55rewRwEAd83eAQUJ6mcYBx5ORY,100
|
|
2
|
-
renumerate/__init__.py,sha256=9NVK5aAbq5A7IizTdBF1sJ3m8KQxP7GeH_sfw6ijpFk,171
|
|
3
|
-
renumerate/_renumerate.py,sha256=i6t7dI6guFH68yj_NN5_yH-spkHMKFuCMiqWtw3v96M,1264
|
|
4
|
-
renumerate-1.2.11.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
|
|
5
|
-
renumerate-1.2.11.dist-info/METADATA,sha256=6PhFtmUqJ49WjBpd3WWct2N8ULmfOnz7sEUfudkImXk,8766
|
|
6
|
-
renumerate-1.2.11.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
|
7
|
-
renumerate-1.2.11.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
-
renumerate-1.2.11.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
-
renumerate-1.2.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|