dsw-models 4.20.0__tar.gz → 4.21.0__tar.gz
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.
- {dsw_models-4.20.0/dsw_models.egg-info → dsw_models-4.21.0}/PKG-INFO +3 -3
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/build_info.py +4 -4
- {dsw_models-4.20.0 → dsw_models-4.21.0/dsw_models.egg-info}/PKG-INFO +3 -3
- {dsw_models-4.20.0 → dsw_models-4.21.0}/pyproject.toml +3 -3
- {dsw_models-4.20.0 → dsw_models-4.21.0}/LICENSE +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/README.md +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/__init__.py +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/io.py +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/km/__init__.py +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/km/events.py +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw/models/km/package.py +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw_models.egg-info/SOURCES.txt +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw_models.egg-info/dependency_links.txt +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw_models.egg-info/not-zip-safe +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/dsw_models.egg-info/top_level.txt +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/setup.cfg +0 -0
- {dsw_models-4.20.0 → dsw_models-4.21.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-models
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.21.0
|
|
4
4
|
Summary: Library with DSW models and basic IO operations
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -11,11 +11,11 @@ Keywords: dsw,config,yaml,parser
|
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Classifier: Topic :: Text Processing
|
|
17
17
|
Classifier: Topic :: Utilities
|
|
18
|
-
Requires-Python: <4,>=3.
|
|
18
|
+
Requires-Python: <4,>=3.12
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Dynamic: license-file
|
|
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
BUILD_INFO = BuildInfo(
|
|
12
|
-
version='v4.
|
|
13
|
-
built_at='2025-
|
|
14
|
-
sha='
|
|
12
|
+
version='v4.21.0~12713f1',
|
|
13
|
+
built_at='2025-08-05 09:22:04Z',
|
|
14
|
+
sha='12713f1988c2a33d5c40dd2cb899cdac7be35668',
|
|
15
15
|
branch='HEAD',
|
|
16
|
-
tag='v4.
|
|
16
|
+
tag='v4.21.0',
|
|
17
17
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-models
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.21.0
|
|
4
4
|
Summary: Library with DSW models and basic IO operations
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -11,11 +11,11 @@ Keywords: dsw,config,yaml,parser
|
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Classifier: Topic :: Text Processing
|
|
17
17
|
Classifier: Topic :: Utilities
|
|
18
|
-
Requires-Python: <4,>=3.
|
|
18
|
+
Requires-Python: <4,>=3.12
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Dynamic: license-file
|
|
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'dsw-models'
|
|
7
|
-
version = "4.
|
|
7
|
+
version = "4.21.0"
|
|
8
8
|
description = 'Library with DSW models and basic IO operations'
|
|
9
9
|
readme = 'README.md'
|
|
10
10
|
keywords = ['dsw', 'config', 'yaml', 'parser']
|
|
@@ -16,12 +16,12 @@ classifiers = [
|
|
|
16
16
|
'Development Status :: 4 - Beta',
|
|
17
17
|
'License :: OSI Approved :: Apache Software License',
|
|
18
18
|
'Programming Language :: Python',
|
|
19
|
-
'Programming Language :: Python :: 3.11',
|
|
20
19
|
'Programming Language :: Python :: 3.12',
|
|
20
|
+
'Programming Language :: Python :: 3.13',
|
|
21
21
|
'Topic :: Text Processing',
|
|
22
22
|
'Topic :: Utilities',
|
|
23
23
|
]
|
|
24
|
-
requires-python = '>=3.
|
|
24
|
+
requires-python = '>=3.12, <4'
|
|
25
25
|
dependencies = [
|
|
26
26
|
]
|
|
27
27
|
|
|
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
|