slownie 1.2.3__zip → 1.2.4__zip
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.
- {slownie-1.2.3 → slownie-1.2.4}/.readthedocs.yml +1 -1
- {slownie-1.2.3 → slownie-1.2.4}/CHANGES.rst +5 -0
- {slownie-1.2.3 → slownie-1.2.4}/MANIFEST.in +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/PKG-INFO +18 -12
- {slownie-1.2.3 → slownie-1.2.4}/pyproject.toml +34 -34
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie/__about__.py +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie/__init__.py +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie/_slownie.py +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie.egg-info/PKG-INFO +18 -12
- slownie-1.2.4/src/slownie.egg-info/requires.txt +16 -0
- {slownie-1.2.3 → slownie-1.2.4}/tests/__init__.py +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/tests/__main__.py +1 -2
- {slownie-1.2.3 → slownie-1.2.4}/tests/test_main.py +1 -2
- slownie-1.2.3/src/slownie.egg-info/requires.txt +0 -16
- {slownie-1.2.3 → slownie-1.2.4}/LICENSE +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/README.rst +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/CHANGES.rst +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/README.rst +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/_static/.keep +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/_templates/.keep +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/conf.py +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/docs/index.rst +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/setup.cfg +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie.egg-info/SOURCES.txt +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie.egg-info/dependency_links.txt +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie.egg-info/top_level.txt +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/src/slownie.egg-info/zip-safe +0 -0
- {slownie-1.2.3 → slownie-1.2.4}/tests/data/.keep +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: slownie
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Polish spelled-out numbers and amounts.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -26,27 +26,28 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
30
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
31
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
32
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
33
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.8.
|
|
34
|
+
Requires-Python: <4.0.0,>=3.8.10
|
|
34
35
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
36
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.1.
|
|
37
|
+
Requires-Dist: setuptools>=72.2.0
|
|
38
|
+
Requires-Dist: pkg-about>=1.1.8
|
|
38
39
|
Provides-Extra: doc
|
|
39
40
|
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
41
|
+
Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
45
|
+
Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
|
|
45
46
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
47
|
+
Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
|
|
47
48
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.7.
|
|
49
|
+
Requires-Dist: deepdiff>=7.0.1; extra == "test"
|
|
50
|
+
Requires-Dist: rich>=13.7.1; extra == "test"
|
|
50
51
|
|
|
51
52
|
slownie
|
|
52
53
|
=======
|
|
@@ -153,6 +154,11 @@ Authors
|
|
|
153
154
|
Changelog
|
|
154
155
|
=========
|
|
155
156
|
|
|
157
|
+
1.2.4 (2024-08-13)
|
|
158
|
+
------------------
|
|
159
|
+
- Add support for Python 3.13
|
|
160
|
+
- Setup (dependencies) update.
|
|
161
|
+
|
|
156
162
|
1.2.3 (2024-01-26)
|
|
157
163
|
------------------
|
|
158
164
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
# Copyright (c) 2016 Adam Karpierz
|
|
2
|
-
#
|
|
3
|
-
# https://opensource.org/license/zlib
|
|
2
|
+
# SPDX-License-Identifier: Zlib
|
|
4
3
|
|
|
5
4
|
[build-system]
|
|
6
5
|
build-backend = 'setuptools.build_meta'
|
|
7
|
-
requires = ['setuptools>=
|
|
6
|
+
requires = ['setuptools>=72.2.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.18.0']
|
|
8
7
|
|
|
9
8
|
[project]
|
|
10
9
|
name = 'slownie'
|
|
11
|
-
version = '1.2.
|
|
10
|
+
version = '1.2.4'
|
|
12
11
|
description = 'Polish spelled-out numbers and amounts.'
|
|
13
12
|
urls.Homepage = 'https://pypi.org/project/slownie/'
|
|
14
13
|
urls.Documentation = 'https://slownie.readthedocs.io/'
|
|
@@ -38,33 +37,34 @@ classifiers = [
|
|
|
38
37
|
'Programming Language :: Python :: 3.10',
|
|
39
38
|
'Programming Language :: Python :: 3.11',
|
|
40
39
|
'Programming Language :: Python :: 3.12',
|
|
40
|
+
'Programming Language :: Python :: 3.13',
|
|
41
41
|
'Programming Language :: Python :: 3 :: Only',
|
|
42
42
|
'Programming Language :: Python :: Implementation :: CPython',
|
|
43
43
|
'Programming Language :: Python :: Implementation :: PyPy',
|
|
44
44
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
45
45
|
]
|
|
46
|
-
requires-python = '>=3.8.
|
|
46
|
+
requires-python = '>=3.8.10,<4.0.0'
|
|
47
47
|
dependencies = [
|
|
48
48
|
# mandatory
|
|
49
|
-
'setuptools>=
|
|
50
|
-
'pkg-about>=1.1.
|
|
49
|
+
'setuptools>=72.2.0',
|
|
50
|
+
'pkg-about>=1.1.8',
|
|
51
51
|
# others
|
|
52
52
|
]
|
|
53
53
|
dynamic = ['readme']
|
|
54
54
|
[project.optional-dependencies]
|
|
55
55
|
doc = [
|
|
56
56
|
'Sphinx>=7.1.2',
|
|
57
|
-
'sphinx-toolbox>=3.
|
|
58
|
-
'sphinx-tabs>=3.4.
|
|
59
|
-
'sphinx-copybutton>=0.5.
|
|
60
|
-
'sphinxcontrib-spelling>=
|
|
61
|
-
'sphinx-lint>=0.
|
|
57
|
+
'sphinx-toolbox>=3.7.0',
|
|
58
|
+
'sphinx-tabs>=3.4.5',
|
|
59
|
+
'sphinx-copybutton>=0.5.2',
|
|
60
|
+
'sphinxcontrib-spelling>=8.0.0',
|
|
61
|
+
'sphinx-lint>=0.9.1',
|
|
62
62
|
'restructuredtext-lint>=1.4.0',
|
|
63
|
-
'nbsphinx>=0.
|
|
63
|
+
'nbsphinx>=0.9.4',
|
|
64
64
|
]
|
|
65
65
|
test = [
|
|
66
|
-
'deepdiff>=
|
|
67
|
-
'rich>=13.7.
|
|
66
|
+
'deepdiff>=7.0.1',
|
|
67
|
+
'rich>=13.7.1',
|
|
68
68
|
]
|
|
69
69
|
|
|
70
70
|
[project.scripts]
|
|
@@ -158,29 +158,29 @@ count = true
|
|
|
158
158
|
[tool.tox]
|
|
159
159
|
legacy_tox_ini = """
|
|
160
160
|
[tox]
|
|
161
|
-
envlist = py{38,39,310,311,312}, pypy{39,310}, docs
|
|
161
|
+
envlist = py{38,39,310,311,312,313}, pypy{39,310}, docs
|
|
162
162
|
labels =
|
|
163
|
-
py = py{38,39,310,311,312}, pypy{39,310}
|
|
163
|
+
py = py{38,39,310,311,312,313}, pypy{39,310}
|
|
164
164
|
prepare = prepare
|
|
165
165
|
coverage = coverage
|
|
166
166
|
lint = lint
|
|
167
167
|
docs = docs
|
|
168
|
-
build = py{38,39,310,311,312}, pypy{39,310}, docs, build
|
|
169
|
-
deploy = py{38,39,310,311,312}, pypy{39,310}, docs, build, publish
|
|
170
|
-
minversion = 4.
|
|
168
|
+
build = py{38,39,310,311,312,313}, pypy{39,310}, docs, build
|
|
169
|
+
deploy = py{38,39,310,311,312,313}, pypy{39,310}, docs, build, publish
|
|
170
|
+
minversion = 4.18.0
|
|
171
171
|
skip_missing_interpreters = true
|
|
172
172
|
requires =
|
|
173
173
|
{[base]deps}
|
|
174
|
-
virtualenv>=20.
|
|
175
|
-
tox-backtick>=0.4.
|
|
174
|
+
virtualenv>=20.26.3
|
|
175
|
+
tox-backtick>=0.4.6
|
|
176
176
|
tox-tags>=0.2.0
|
|
177
177
|
|
|
178
178
|
[base]
|
|
179
|
-
basepython = python3.
|
|
179
|
+
basepython = python3.12
|
|
180
180
|
deps =
|
|
181
|
-
pip>=
|
|
182
|
-
setuptools>=
|
|
183
|
-
wheel>=0.
|
|
181
|
+
pip>=24.2.0
|
|
182
|
+
setuptools>=72.2.0
|
|
183
|
+
wheel>=0.44.0
|
|
184
184
|
packagesubdir = slownie
|
|
185
185
|
|
|
186
186
|
[testenv]
|
|
@@ -212,9 +212,9 @@ commands =
|
|
|
212
212
|
{envpython} -m coverage html
|
|
213
213
|
deps =
|
|
214
214
|
{[testenv]deps}
|
|
215
|
-
coverage>=7.
|
|
215
|
+
coverage>=7.6.1
|
|
216
216
|
covdefaults>=2.3.0
|
|
217
|
-
diff-cover>=
|
|
217
|
+
diff-cover>=9.1.1
|
|
218
218
|
|
|
219
219
|
[testenv:docs]
|
|
220
220
|
basepython = {[base]basepython}
|
|
@@ -228,7 +228,7 @@ extras = doc
|
|
|
228
228
|
deps =
|
|
229
229
|
|
|
230
230
|
[testenv:build]
|
|
231
|
-
depends = py{38,39,310,311,312}, pypy{39,310}, docs
|
|
231
|
+
depends = py{38,39,310,311,312,313}, pypy{39,310}, docs
|
|
232
232
|
basepython = {[base]basepython}
|
|
233
233
|
setenv =
|
|
234
234
|
{[testenv]setenv}
|
|
@@ -242,7 +242,7 @@ commands =
|
|
|
242
242
|
{envpython} -m twine check dist/*
|
|
243
243
|
deps =
|
|
244
244
|
{[testenv]deps}
|
|
245
|
-
twine>=
|
|
245
|
+
twine>=5.1.1
|
|
246
246
|
|
|
247
247
|
[testenv:publish]
|
|
248
248
|
depends = build
|
|
@@ -253,7 +253,7 @@ commands =
|
|
|
253
253
|
{envpython} -m twine upload dist/*
|
|
254
254
|
extras =
|
|
255
255
|
deps =
|
|
256
|
-
twine>=
|
|
256
|
+
twine>=5.1.1
|
|
257
257
|
|
|
258
258
|
[testenv:lint]
|
|
259
259
|
basepython = {[base]basepython}
|
|
@@ -262,10 +262,10 @@ commands =
|
|
|
262
262
|
extras =
|
|
263
263
|
deps =
|
|
264
264
|
{[testenv]deps}
|
|
265
|
-
flake8>=7.
|
|
265
|
+
flake8>=7.1.1
|
|
266
266
|
flake8-pyproject>=1.2.3
|
|
267
267
|
flake8-docstrings>=1.7.0
|
|
268
|
-
pep8-naming>=0.
|
|
269
|
-
flake8-builtins>=2.
|
|
268
|
+
pep8-naming>=0.14.1
|
|
269
|
+
flake8-builtins>=2.5.0
|
|
270
270
|
flake8-deprecated>=2.2.1
|
|
271
271
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: slownie
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Polish spelled-out numbers and amounts.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -26,27 +26,28 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
30
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
31
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
32
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
33
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.8.
|
|
34
|
+
Requires-Python: <4.0.0,>=3.8.10
|
|
34
35
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
36
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.1.
|
|
37
|
+
Requires-Dist: setuptools>=72.2.0
|
|
38
|
+
Requires-Dist: pkg-about>=1.1.8
|
|
38
39
|
Provides-Extra: doc
|
|
39
40
|
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
41
|
+
Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
45
|
+
Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
|
|
45
46
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
47
|
+
Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
|
|
47
48
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.7.
|
|
49
|
+
Requires-Dist: deepdiff>=7.0.1; extra == "test"
|
|
50
|
+
Requires-Dist: rich>=13.7.1; extra == "test"
|
|
50
51
|
|
|
51
52
|
slownie
|
|
52
53
|
=======
|
|
@@ -153,6 +154,11 @@ Authors
|
|
|
153
154
|
Changelog
|
|
154
155
|
=========
|
|
155
156
|
|
|
157
|
+
1.2.4 (2024-08-13)
|
|
158
|
+
------------------
|
|
159
|
+
- Add support for Python 3.13
|
|
160
|
+
- Setup (dependencies) update.
|
|
161
|
+
|
|
156
162
|
1.2.3 (2024-01-26)
|
|
157
163
|
------------------
|
|
158
164
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
setuptools>=72.2.0
|
|
2
|
+
pkg-about>=1.1.8
|
|
3
|
+
|
|
4
|
+
[doc]
|
|
5
|
+
Sphinx>=7.1.2
|
|
6
|
+
sphinx-toolbox>=3.7.0
|
|
7
|
+
sphinx-tabs>=3.4.5
|
|
8
|
+
sphinx-copybutton>=0.5.2
|
|
9
|
+
sphinxcontrib-spelling>=8.0.0
|
|
10
|
+
sphinx-lint>=0.9.1
|
|
11
|
+
restructuredtext-lint>=1.4.0
|
|
12
|
+
nbsphinx>=0.9.4
|
|
13
|
+
|
|
14
|
+
[test]
|
|
15
|
+
deepdiff>=7.0.1
|
|
16
|
+
rich>=13.7.1
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
setuptools>=68.2.2
|
|
2
|
-
pkg-about>=1.1.5
|
|
3
|
-
|
|
4
|
-
[doc]
|
|
5
|
-
Sphinx>=7.1.2
|
|
6
|
-
sphinx-toolbox>=3.5.0
|
|
7
|
-
sphinx-tabs>=3.4.1
|
|
8
|
-
sphinx-copybutton>=0.5.1
|
|
9
|
-
sphinxcontrib-spelling>=7.7.0
|
|
10
|
-
sphinx-lint>=0.6.7
|
|
11
|
-
restructuredtext-lint>=1.4.0
|
|
12
|
-
nbsphinx>=0.8.10
|
|
13
|
-
|
|
14
|
-
[test]
|
|
15
|
-
deepdiff>=6.7.1
|
|
16
|
-
rich>=13.7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|