let3 1.0.25__zip → 1.1.0__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.
- {let3-1.0.25 → let3-1.1.0}/CHANGES.rst +5 -0
- {let3-1.0.25 → let3-1.1.0}/PKG-INFO +18 -13
- {let3-1.0.25 → let3-1.1.0}/README.rst +3 -2
- {let3-1.0.25 → let3-1.1.0}/docs/conf.py +1 -1
- {let3-1.0.25 → let3-1.1.0}/pyproject.toml +21 -22
- {let3-1.0.25 → let3-1.1.0}/src/let/__about__.py +0 -1
- {let3-1.0.25 → let3-1.1.0}/src/let3.egg-info/PKG-INFO +18 -13
- let3-1.1.0/src/let3.egg-info/requires.txt +16 -0
- let3-1.0.25/src/let3.egg-info/requires.txt +0 -16
- {let3-1.0.25 → let3-1.1.0}/.readthedocs.yml +0 -0
- {let3-1.0.25 → let3-1.1.0}/LICENSE +0 -0
- {let3-1.0.25 → let3-1.1.0}/MANIFEST.in +0 -0
- {let3-1.0.25 → let3-1.1.0}/docs/CHANGES.rst +0 -0
- {let3-1.0.25 → let3-1.1.0}/docs/README.rst +0 -0
- {let3-1.0.25 → let3-1.1.0}/docs/_static/.keep +0 -0
- {let3-1.0.25 → let3-1.1.0}/docs/_templates/.keep +0 -0
- {let3-1.0.25 → let3-1.1.0}/docs/index.rst +0 -0
- {let3-1.0.25 → let3-1.1.0}/setup.cfg +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let/__init__.py +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let/_let.py +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let3.egg-info/SOURCES.txt +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let3.egg-info/dependency_links.txt +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let3.egg-info/top_level.txt +0 -0
- {let3-1.0.25 → let3-1.1.0}/src/let3.egg-info/zip-safe +0 -0
- {let3-1.0.25 → let3-1.1.0}/tests/__init__.py +0 -0
- {let3-1.0.25 → let3-1.1.0}/tests/__main__.py +0 -0
- {let3-1.0.25 → let3-1.1.0}/tests/data/.keep +0 -0
- {let3-1.0.25 → let3-1.1.0}/tests/test_main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -21,7 +21,6 @@ Classifier: Operating System :: OS Independent
|
|
|
21
21
|
Classifier: Natural Language :: Polish
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -31,23 +30,23 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
31
30
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
32
31
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
33
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
34
|
-
Requires-Python: <4.0.0,>=3.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.9.0
|
|
35
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
36
35
|
License-File: LICENSE
|
|
37
|
-
Requires-Dist: setuptools>=
|
|
38
|
-
Requires-Dist: pkg-about>=1.
|
|
36
|
+
Requires-Dist: setuptools>=75.1.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.2.0
|
|
39
38
|
Provides-Extra: doc
|
|
40
|
-
Requires-Dist: Sphinx>=7.
|
|
41
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
39
|
+
Requires-Dist: Sphinx>=7.4.7; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.8.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
43
|
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
45
|
-
Requires-Dist: sphinx-lint>=0.
|
|
44
|
+
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
46
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
|
-
Requires-Dist: nbsphinx>=0.9.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
|
|
48
47
|
Provides-Extra: test
|
|
49
|
-
Requires-Dist: deepdiff>=
|
|
50
|
-
Requires-Dist: rich>=13.
|
|
48
|
+
Requires-Dist: deepdiff>=8.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.8.1; extra == "test"
|
|
51
50
|
|
|
52
51
|
let3
|
|
53
52
|
====
|
|
@@ -124,7 +123,7 @@ Installation
|
|
|
124
123
|
|
|
125
124
|
Prerequisites:
|
|
126
125
|
|
|
127
|
-
+ Python 3.
|
|
126
|
+
+ Python 3.9 or higher
|
|
128
127
|
|
|
129
128
|
* https://www.python.org/
|
|
130
129
|
|
|
@@ -173,8 +172,8 @@ or on development mode:
|
|
|
173
172
|
License
|
|
174
173
|
=======
|
|
175
174
|
|
|
175
|
+
| |copyright|
|
|
176
176
|
| Copyright (c) 2016 Taylor Marks
|
|
177
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
178
177
|
| Licensed under the MIT License
|
|
179
178
|
| https://opensource.org/license/mit
|
|
180
179
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -187,6 +186,7 @@ Authors
|
|
|
187
186
|
|
|
188
187
|
.. |package| replace:: let3
|
|
189
188
|
.. |package_bold| replace:: **let3**
|
|
189
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
190
190
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
191
191
|
.. _Development page: https://github.com/karpierz/let3
|
|
192
192
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -196,6 +196,11 @@ Authors
|
|
|
196
196
|
Changelog
|
|
197
197
|
=========
|
|
198
198
|
|
|
199
|
+
1.1.0 (2024-09-30)
|
|
200
|
+
------------------
|
|
201
|
+
- Drop support for Python 3.8
|
|
202
|
+
- Setup (dependencies) update.
|
|
203
|
+
|
|
199
204
|
1.0.25 (2024-08-13)
|
|
200
205
|
-------------------
|
|
201
206
|
- Add support for Python 3.13
|
|
@@ -73,7 +73,7 @@ Installation
|
|
|
73
73
|
|
|
74
74
|
Prerequisites:
|
|
75
75
|
|
|
76
|
-
+ Python 3.
|
|
76
|
+
+ Python 3.9 or higher
|
|
77
77
|
|
|
78
78
|
* https://www.python.org/
|
|
79
79
|
|
|
@@ -122,8 +122,8 @@ or on development mode:
|
|
|
122
122
|
License
|
|
123
123
|
=======
|
|
124
124
|
|
|
125
|
+
| |copyright|
|
|
125
126
|
| Copyright (c) 2016 Taylor Marks
|
|
126
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
127
127
|
| Licensed under the MIT License
|
|
128
128
|
| https://opensource.org/license/mit
|
|
129
129
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -136,6 +136,7 @@ Authors
|
|
|
136
136
|
|
|
137
137
|
.. |package| replace:: let3
|
|
138
138
|
.. |package_bold| replace:: **let3**
|
|
139
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
139
140
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
140
141
|
.. _Development page: https://github.com/karpierz/let3
|
|
141
142
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -34,7 +34,7 @@ release = about.__version__
|
|
|
34
34
|
|
|
35
35
|
# If your documentation needs a minimal Sphinx version, state it here.
|
|
36
36
|
#
|
|
37
|
-
needs_sphinx = '
|
|
37
|
+
needs_sphinx = '7.4.7'
|
|
38
38
|
|
|
39
39
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
40
40
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
[build-system]
|
|
5
5
|
build-backend = 'setuptools.build_meta'
|
|
6
|
-
requires = ['setuptools>=
|
|
6
|
+
requires = ['setuptools>=75.1.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.20.0']
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = 'let3'
|
|
10
|
-
version = '1.0
|
|
10
|
+
version = '1.1.0'
|
|
11
11
|
description = 'Assign variables wherever, whenever you want.'
|
|
12
12
|
urls.Homepage = 'https://pypi.org/project/let3/'
|
|
13
13
|
urls.Documentation = 'https://let3.readthedocs.io/'
|
|
@@ -33,7 +33,6 @@ classifiers = [
|
|
|
33
33
|
'Natural Language :: Polish',
|
|
34
34
|
'Programming Language :: Python',
|
|
35
35
|
'Programming Language :: Python :: 3',
|
|
36
|
-
'Programming Language :: Python :: 3.8',
|
|
37
36
|
'Programming Language :: Python :: 3.9',
|
|
38
37
|
'Programming Language :: Python :: 3.10',
|
|
39
38
|
'Programming Language :: Python :: 3.11',
|
|
@@ -44,28 +43,28 @@ classifiers = [
|
|
|
44
43
|
'Programming Language :: Python :: Implementation :: PyPy',
|
|
45
44
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
46
45
|
]
|
|
47
|
-
requires-python = '>=3.
|
|
46
|
+
requires-python = '>=3.9.0,<4.0.0'
|
|
48
47
|
dependencies = [
|
|
49
48
|
# mandatory
|
|
50
|
-
'setuptools>=
|
|
51
|
-
'pkg-about>=1.
|
|
49
|
+
'setuptools>=75.1.0',
|
|
50
|
+
'pkg-about>=1.2.0',
|
|
52
51
|
# others
|
|
53
52
|
]
|
|
54
53
|
dynamic = ['readme']
|
|
55
54
|
[project.optional-dependencies]
|
|
56
55
|
doc = [
|
|
57
|
-
'Sphinx>=7.
|
|
58
|
-
'sphinx-toolbox>=3.
|
|
56
|
+
'Sphinx>=7.4.7',
|
|
57
|
+
'sphinx-toolbox>=3.8.0',
|
|
59
58
|
'sphinx-tabs>=3.4.5',
|
|
60
59
|
'sphinx-copybutton>=0.5.2',
|
|
61
60
|
'sphinxcontrib-spelling>=8.0.0',
|
|
62
|
-
'sphinx-lint>=0.
|
|
61
|
+
'sphinx-lint>=1.0.0',
|
|
63
62
|
'restructuredtext-lint>=1.4.0',
|
|
64
|
-
'nbsphinx>=0.9.
|
|
63
|
+
'nbsphinx>=0.9.5',
|
|
65
64
|
]
|
|
66
65
|
test = [
|
|
67
|
-
'deepdiff>=
|
|
68
|
-
'rich>=13.
|
|
66
|
+
'deepdiff>=8.0.1',
|
|
67
|
+
'rich>=13.8.1',
|
|
69
68
|
]
|
|
70
69
|
|
|
71
70
|
[project.scripts]
|
|
@@ -159,28 +158,28 @@ count = true
|
|
|
159
158
|
[tool.tox]
|
|
160
159
|
legacy_tox_ini = """
|
|
161
160
|
[tox]
|
|
162
|
-
envlist = py{
|
|
161
|
+
envlist = py{39,310,311,312,313}, pypy{39,310}, docs
|
|
163
162
|
labels =
|
|
164
|
-
py = py{
|
|
163
|
+
py = py{39,310,311,312,313}, pypy{39,310}
|
|
165
164
|
prepare = prepare
|
|
166
165
|
coverage = coverage
|
|
167
166
|
lint = lint
|
|
168
167
|
docs = docs
|
|
169
|
-
build = py{
|
|
170
|
-
deploy = py{
|
|
171
|
-
minversion = 4.
|
|
168
|
+
build = py{39,310,311,312,313}, pypy{39,310}, docs, build
|
|
169
|
+
deploy = py{39,310,311,312,313}, pypy{39,310}, docs, build, publish
|
|
170
|
+
minversion = 4.20.0
|
|
172
171
|
skip_missing_interpreters = true
|
|
173
172
|
requires =
|
|
174
173
|
{[base]deps}
|
|
175
|
-
virtualenv>=20.26.
|
|
176
|
-
tox-backtick>=0.
|
|
174
|
+
virtualenv>=20.26.6
|
|
175
|
+
tox-backtick>=0.5.0
|
|
177
176
|
tox-tags>=0.2.0
|
|
178
177
|
|
|
179
178
|
[base]
|
|
180
179
|
basepython = python3.12
|
|
181
180
|
deps =
|
|
182
181
|
pip>=24.2.0
|
|
183
|
-
setuptools>=
|
|
182
|
+
setuptools>=75.1.0
|
|
184
183
|
wheel>=0.44.0
|
|
185
184
|
packagesubdir = let
|
|
186
185
|
|
|
@@ -215,7 +214,7 @@ deps =
|
|
|
215
214
|
{[testenv]deps}
|
|
216
215
|
coverage>=7.6.1
|
|
217
216
|
covdefaults>=2.3.0
|
|
218
|
-
diff-cover>=9.
|
|
217
|
+
diff-cover>=9.2.0
|
|
219
218
|
|
|
220
219
|
[testenv:docs]
|
|
221
220
|
basepython = {[base]basepython}
|
|
@@ -229,7 +228,7 @@ extras = doc
|
|
|
229
228
|
deps =
|
|
230
229
|
|
|
231
230
|
[testenv:build]
|
|
232
|
-
depends = py{
|
|
231
|
+
depends = py{39,310,311,312,313}, pypy{39,310}, docs
|
|
233
232
|
basepython = {[base]basepython}
|
|
234
233
|
setenv =
|
|
235
234
|
{[testenv]setenv}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -21,7 +21,6 @@ Classifier: Operating System :: OS Independent
|
|
|
21
21
|
Classifier: Natural Language :: Polish
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.9
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -31,23 +30,23 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
31
30
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
32
31
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
33
32
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
34
|
-
Requires-Python: <4.0.0,>=3.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.9.0
|
|
35
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
36
35
|
License-File: LICENSE
|
|
37
|
-
Requires-Dist: setuptools>=
|
|
38
|
-
Requires-Dist: pkg-about>=1.
|
|
36
|
+
Requires-Dist: setuptools>=75.1.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.2.0
|
|
39
38
|
Provides-Extra: doc
|
|
40
|
-
Requires-Dist: Sphinx>=7.
|
|
41
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
39
|
+
Requires-Dist: Sphinx>=7.4.7; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.8.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
43
|
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
45
|
-
Requires-Dist: sphinx-lint>=0.
|
|
44
|
+
Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
46
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
|
-
Requires-Dist: nbsphinx>=0.9.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
|
|
48
47
|
Provides-Extra: test
|
|
49
|
-
Requires-Dist: deepdiff>=
|
|
50
|
-
Requires-Dist: rich>=13.
|
|
48
|
+
Requires-Dist: deepdiff>=8.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.8.1; extra == "test"
|
|
51
50
|
|
|
52
51
|
let3
|
|
53
52
|
====
|
|
@@ -124,7 +123,7 @@ Installation
|
|
|
124
123
|
|
|
125
124
|
Prerequisites:
|
|
126
125
|
|
|
127
|
-
+ Python 3.
|
|
126
|
+
+ Python 3.9 or higher
|
|
128
127
|
|
|
129
128
|
* https://www.python.org/
|
|
130
129
|
|
|
@@ -173,8 +172,8 @@ or on development mode:
|
|
|
173
172
|
License
|
|
174
173
|
=======
|
|
175
174
|
|
|
175
|
+
| |copyright|
|
|
176
176
|
| Copyright (c) 2016 Taylor Marks
|
|
177
|
-
| Copyright (c) 2016-2024 Adam Karpierz
|
|
178
177
|
| Licensed under the MIT License
|
|
179
178
|
| https://opensource.org/license/mit
|
|
180
179
|
| Please refer to the accompanying LICENSE file.
|
|
@@ -187,6 +186,7 @@ Authors
|
|
|
187
186
|
|
|
188
187
|
.. |package| replace:: let3
|
|
189
188
|
.. |package_bold| replace:: **let3**
|
|
189
|
+
.. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
|
|
190
190
|
.. |respository| replace:: https://github.com/karpierz/let3.git
|
|
191
191
|
.. _Development page: https://github.com/karpierz/let3
|
|
192
192
|
.. _PyPI record: https://pypi.org/project/let3/
|
|
@@ -196,6 +196,11 @@ Authors
|
|
|
196
196
|
Changelog
|
|
197
197
|
=========
|
|
198
198
|
|
|
199
|
+
1.1.0 (2024-09-30)
|
|
200
|
+
------------------
|
|
201
|
+
- Drop support for Python 3.8
|
|
202
|
+
- Setup (dependencies) update.
|
|
203
|
+
|
|
199
204
|
1.0.25 (2024-08-13)
|
|
200
205
|
-------------------
|
|
201
206
|
- Add support for Python 3.13
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
setuptools>=75.1.0
|
|
2
|
+
pkg-about>=1.2.0
|
|
3
|
+
|
|
4
|
+
[doc]
|
|
5
|
+
Sphinx>=7.4.7
|
|
6
|
+
sphinx-toolbox>=3.8.0
|
|
7
|
+
sphinx-tabs>=3.4.5
|
|
8
|
+
sphinx-copybutton>=0.5.2
|
|
9
|
+
sphinxcontrib-spelling>=8.0.0
|
|
10
|
+
sphinx-lint>=1.0.0
|
|
11
|
+
restructuredtext-lint>=1.4.0
|
|
12
|
+
nbsphinx>=0.9.5
|
|
13
|
+
|
|
14
|
+
[test]
|
|
15
|
+
deepdiff>=8.0.1
|
|
16
|
+
rich>=13.8.1
|
|
@@ -1,16 +0,0 @@
|
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|