mat3ra-esse 2024.12.19.post0__py3-none-any.whl → 2025.1.27.post0__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 mat3ra-esse might be problematic. Click here for more details.
- mat3ra/esse/data/examples.py +1 -1
- mat3ra/esse/data/properties.py +2 -2
- mat3ra/esse/data/schemas.py +1 -1
- mat3ra/esse/models/core/reference/__init__.py +1 -1
- mat3ra/esse/models/core/reference/modeling/__init__.py +1 -1
- mat3ra/esse/models/core/reference/modeling/exabyte.py +1 -1
- mat3ra/esse/models/element.py +4 -4
- mat3ra/esse/models/in_memory_entity/base.py +1 -34
- mat3ra/esse/models/in_memory_entity/defaultable.py +1 -34
- mat3ra/esse/models/in_memory_entity/has_consistency_check_has_metadata_named_defaultable.py +61 -0
- mat3ra/esse/models/in_memory_entity/named.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable_has_metadata.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py +0 -33
- mat3ra/esse/models/job/__init__.py +3 -617
- mat3ra/esse/models/job/base.py +1 -33
- mat3ra/esse/models/material/__init__.py +14 -14
- mat3ra/esse/models/material/consistency_check.py +40 -0
- mat3ra/esse/models/project.py +0 -33
- mat3ra/esse/models/properties_directory/derived_properties.py +6 -6
- mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +26 -26
- mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
- mat3ra/esse/models/property/base/__init__.py +0 -32
- mat3ra/esse/models/property/meta/__init__.py +0 -32
- mat3ra/esse/models/property/raw/__init__.py +0 -32
- mat3ra/esse/models/software/application.py +1 -34
- mat3ra/esse/models/software/executable.py +0 -33
- mat3ra/esse/models/software/flavor.py +0 -33
- mat3ra/esse/models/software/template.py +0 -33
- mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py +3 -488
- mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/score.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/train.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/processing/__init__.py +0 -52
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/__init__.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/manipulation.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/scale_and_reduce.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/__init__.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/filter_based.py +0 -32
- mat3ra/esse/models/software_directory/modeling/deepmd.py +1 -33
- mat3ra/esse/models/software_directory/modeling/nwchem.py +1 -33
- mat3ra/esse/models/software_directory/modeling/unit/execution.py +0 -92
- mat3ra/esse/models/software_directory/modeling/vasp.py +1 -33
- mat3ra/esse/models/software_directory/scripting/jupyter_lab.py +1 -33
- mat3ra/esse/models/software_directory/scripting/python.py +0 -32
- mat3ra/esse/models/software_directory/scripting/shell.py +1 -33
- mat3ra/esse/models/software_directory/scripting/unit/execution.py +0 -92
- mat3ra/esse/models/system/_material.py +1 -1
- mat3ra/esse/models/system/_parent_job.py +1 -1
- mat3ra/esse/models/system/_project.py +1 -1
- mat3ra/esse/models/system/consistency_check.py +1 -7
- mat3ra/esse/models/system/creator.py +1 -1
- mat3ra/esse/models/system/creator_account.py +1 -1
- mat3ra/esse/models/system/description.py +1 -1
- mat3ra/esse/models/system/entity_reference.py +1 -1
- mat3ra/esse/models/system/has_consistency_check.py +39 -0
- mat3ra/esse/models/system/in_set.py +1 -1
- mat3ra/esse/models/system/job_extended.py +1 -1
- mat3ra/esse/models/system/owner.py +1 -1
- mat3ra/esse/models/workflow/__init__.py +2 -596
- mat3ra/esse/models/workflow/base.py +0 -33
- mat3ra/esse/models/workflow/subworkflow/__init__.py +1 -284
- mat3ra/esse/models/workflow/subworkflow/unit.py +0 -212
- mat3ra/esse/models/workflow/unit/__init__.py +0 -252
- mat3ra/esse/models/workflow/unit/assertion.py +0 -32
- mat3ra/esse/models/workflow/unit/assignment.py +0 -32
- mat3ra/esse/models/workflow/unit/base.py +0 -32
- mat3ra/esse/models/workflow/unit/condition.py +0 -32
- mat3ra/esse/models/workflow/unit/execution.py +0 -92
- mat3ra/esse/models/workflow/unit/io/__init__.py +0 -32
- mat3ra/esse/models/workflow/unit/map.py +0 -32
- mat3ra/esse/models/workflow/unit/processing.py +0 -32
- mat3ra/esse/models/workflow/unit/reduce.py +0 -32
- mat3ra/esse/models/workflow/unit/subworkflow.py +0 -32
- {mat3ra_esse-2024.12.19.post0.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/METADATA +9 -9
- {mat3ra_esse-2024.12.19.post0.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/RECORD +80 -77
- {mat3ra_esse-2024.12.19.post0.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/WHEEL +1 -1
- {mat3ra_esse-2024.12.19.post0.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/LICENSE.md +0 -0
- {mat3ra_esse-2024.12.19.post0.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/top_level.txt +0 -0
|
@@ -14,37 +14,6 @@ class Type(Enum):
|
|
|
14
14
|
execution = "execution"
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class Name(Enum):
|
|
18
|
-
default = "default"
|
|
19
|
-
atomsTooClose = "atomsTooClose"
|
|
20
|
-
atomsOverlap = "atomsOverlap"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
class Severity(Enum):
|
|
24
|
-
info = "info"
|
|
25
|
-
warning = "warning"
|
|
26
|
-
error = "error"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
class ConsistencyCheck(BaseModel):
|
|
30
|
-
key: str
|
|
31
|
-
"""
|
|
32
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
33
|
-
"""
|
|
34
|
-
name: Name
|
|
35
|
-
"""
|
|
36
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
37
|
-
"""
|
|
38
|
-
severity: Severity
|
|
39
|
-
"""
|
|
40
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
41
|
-
"""
|
|
42
|
-
message: str
|
|
43
|
-
"""
|
|
44
|
-
Message generated by the consistency check describing the problem.
|
|
45
|
-
"""
|
|
46
|
-
|
|
47
|
-
|
|
48
17
|
class ApplicationSchemaBase(BaseModel):
|
|
49
18
|
model_config = ConfigDict(
|
|
50
19
|
extra="allow",
|
|
@@ -82,7 +51,6 @@ class ApplicationSchemaBase(BaseModel):
|
|
|
82
51
|
entity slug
|
|
83
52
|
"""
|
|
84
53
|
systemName: Optional[str] = None
|
|
85
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
86
54
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
87
55
|
"""
|
|
88
56
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -97,25 +65,6 @@ class ApplicationSchemaBase(BaseModel):
|
|
|
97
65
|
"""
|
|
98
66
|
|
|
99
67
|
|
|
100
|
-
class ConsistencyCheck19(BaseModel):
|
|
101
|
-
key: str
|
|
102
|
-
"""
|
|
103
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
104
|
-
"""
|
|
105
|
-
name: Name
|
|
106
|
-
"""
|
|
107
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
108
|
-
"""
|
|
109
|
-
severity: Severity
|
|
110
|
-
"""
|
|
111
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
112
|
-
"""
|
|
113
|
-
message: str
|
|
114
|
-
"""
|
|
115
|
-
Message generated by the consistency check describing the problem.
|
|
116
|
-
"""
|
|
117
|
-
|
|
118
|
-
|
|
119
68
|
class NameResultSchema(BaseModel):
|
|
120
69
|
name: str
|
|
121
70
|
"""
|
|
@@ -145,7 +94,6 @@ class ExecutableSchema(BaseModel):
|
|
|
145
94
|
entity slug
|
|
146
95
|
"""
|
|
147
96
|
systemName: Optional[str] = None
|
|
148
|
-
consistencyChecks: Optional[List[ConsistencyCheck19]] = None
|
|
149
97
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
150
98
|
"""
|
|
151
99
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -184,25 +132,6 @@ class ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
|
|
|
184
132
|
"""
|
|
185
133
|
|
|
186
134
|
|
|
187
|
-
class ConsistencyCheck20(BaseModel):
|
|
188
|
-
key: str
|
|
189
|
-
"""
|
|
190
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
191
|
-
"""
|
|
192
|
-
name: Name
|
|
193
|
-
"""
|
|
194
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
195
|
-
"""
|
|
196
|
-
severity: Severity
|
|
197
|
-
"""
|
|
198
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
199
|
-
"""
|
|
200
|
-
message: str
|
|
201
|
-
"""
|
|
202
|
-
Message generated by the consistency check describing the problem.
|
|
203
|
-
"""
|
|
204
|
-
|
|
205
|
-
|
|
206
135
|
class FlavorSchema(BaseModel):
|
|
207
136
|
executableId: Optional[str] = None
|
|
208
137
|
"""
|
|
@@ -228,7 +157,6 @@ class FlavorSchema(BaseModel):
|
|
|
228
157
|
entity slug
|
|
229
158
|
"""
|
|
230
159
|
systemName: Optional[str] = None
|
|
231
|
-
consistencyChecks: Optional[List[ConsistencyCheck20]] = None
|
|
232
160
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
233
161
|
"""
|
|
234
162
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -267,25 +195,6 @@ class Status(Enum):
|
|
|
267
195
|
finished = "finished"
|
|
268
196
|
|
|
269
197
|
|
|
270
|
-
class ConsistencyCheck21(BaseModel):
|
|
271
|
-
key: str
|
|
272
|
-
"""
|
|
273
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
274
|
-
"""
|
|
275
|
-
name: Name
|
|
276
|
-
"""
|
|
277
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
278
|
-
"""
|
|
279
|
-
severity: Severity
|
|
280
|
-
"""
|
|
281
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
282
|
-
"""
|
|
283
|
-
message: str
|
|
284
|
-
"""
|
|
285
|
-
Message generated by the consistency check describing the problem.
|
|
286
|
-
"""
|
|
287
|
-
|
|
288
|
-
|
|
289
198
|
class StatusTrackItem(BaseModel):
|
|
290
199
|
trackedAt: float
|
|
291
200
|
status: str
|
|
@@ -342,7 +251,6 @@ class ExecutionUnitSchemaBase(BaseModel):
|
|
|
342
251
|
entity slug
|
|
343
252
|
"""
|
|
344
253
|
systemName: Optional[str] = None
|
|
345
|
-
consistencyChecks: Optional[List[ConsistencyCheck21]] = None
|
|
346
254
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
347
255
|
"""
|
|
348
256
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -126,37 +126,6 @@ class Status(Enum):
|
|
|
126
126
|
finished = "finished"
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
class Name(Enum):
|
|
130
|
-
default = "default"
|
|
131
|
-
atomsTooClose = "atomsTooClose"
|
|
132
|
-
atomsOverlap = "atomsOverlap"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
class Severity(Enum):
|
|
136
|
-
info = "info"
|
|
137
|
-
warning = "warning"
|
|
138
|
-
error = "error"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
class ConsistencyCheck(BaseModel):
|
|
142
|
-
key: str
|
|
143
|
-
"""
|
|
144
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
145
|
-
"""
|
|
146
|
-
name: Name
|
|
147
|
-
"""
|
|
148
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
149
|
-
"""
|
|
150
|
-
severity: Severity
|
|
151
|
-
"""
|
|
152
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
153
|
-
"""
|
|
154
|
-
message: str
|
|
155
|
-
"""
|
|
156
|
-
Message generated by the consistency check describing the problem.
|
|
157
|
-
"""
|
|
158
|
-
|
|
159
|
-
|
|
160
129
|
class NameResultSchema(BaseModel):
|
|
161
130
|
name: str
|
|
162
131
|
"""
|
|
@@ -222,7 +191,6 @@ class DataIOUnitSchema(BaseModel):
|
|
|
222
191
|
entity slug
|
|
223
192
|
"""
|
|
224
193
|
systemName: Optional[str] = None
|
|
225
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
226
194
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
227
195
|
"""
|
|
228
196
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -42,37 +42,6 @@ class Status(Enum):
|
|
|
42
42
|
finished = "finished"
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
class Name(Enum):
|
|
46
|
-
default = "default"
|
|
47
|
-
atomsTooClose = "atomsTooClose"
|
|
48
|
-
atomsOverlap = "atomsOverlap"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
class Severity(Enum):
|
|
52
|
-
info = "info"
|
|
53
|
-
warning = "warning"
|
|
54
|
-
error = "error"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
class ConsistencyCheck(BaseModel):
|
|
58
|
-
key: str
|
|
59
|
-
"""
|
|
60
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
61
|
-
"""
|
|
62
|
-
name: Name
|
|
63
|
-
"""
|
|
64
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
65
|
-
"""
|
|
66
|
-
severity: Severity
|
|
67
|
-
"""
|
|
68
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
69
|
-
"""
|
|
70
|
-
message: str
|
|
71
|
-
"""
|
|
72
|
-
Message generated by the consistency check describing the problem.
|
|
73
|
-
"""
|
|
74
|
-
|
|
75
|
-
|
|
76
45
|
class NameResultSchema(BaseModel):
|
|
77
46
|
name: str
|
|
78
47
|
"""
|
|
@@ -137,7 +106,6 @@ class MapUnitSchema(BaseModel):
|
|
|
137
106
|
entity slug
|
|
138
107
|
"""
|
|
139
108
|
systemName: Optional[str] = None
|
|
140
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
141
109
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
142
110
|
"""
|
|
143
111
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -22,37 +22,6 @@ class Status(Enum):
|
|
|
22
22
|
finished = "finished"
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
class Name(Enum):
|
|
26
|
-
default = "default"
|
|
27
|
-
atomsTooClose = "atomsTooClose"
|
|
28
|
-
atomsOverlap = "atomsOverlap"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class Severity(Enum):
|
|
32
|
-
info = "info"
|
|
33
|
-
warning = "warning"
|
|
34
|
-
error = "error"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
class ConsistencyCheck(BaseModel):
|
|
38
|
-
key: str
|
|
39
|
-
"""
|
|
40
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
41
|
-
"""
|
|
42
|
-
name: Name
|
|
43
|
-
"""
|
|
44
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
45
|
-
"""
|
|
46
|
-
severity: Severity
|
|
47
|
-
"""
|
|
48
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
49
|
-
"""
|
|
50
|
-
message: str
|
|
51
|
-
"""
|
|
52
|
-
Message generated by the consistency check describing the problem.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
|
|
56
25
|
class NameResultSchema(BaseModel):
|
|
57
26
|
name: str
|
|
58
27
|
"""
|
|
@@ -121,7 +90,6 @@ class ProcessingUnitSchema(BaseModel):
|
|
|
121
90
|
entity slug
|
|
122
91
|
"""
|
|
123
92
|
systemName: Optional[str] = None
|
|
124
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
125
93
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
126
94
|
"""
|
|
127
95
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -33,37 +33,6 @@ class Status(Enum):
|
|
|
33
33
|
finished = "finished"
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
class Name(Enum):
|
|
37
|
-
default = "default"
|
|
38
|
-
atomsTooClose = "atomsTooClose"
|
|
39
|
-
atomsOverlap = "atomsOverlap"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
class Severity(Enum):
|
|
43
|
-
info = "info"
|
|
44
|
-
warning = "warning"
|
|
45
|
-
error = "error"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class ConsistencyCheck(BaseModel):
|
|
49
|
-
key: str
|
|
50
|
-
"""
|
|
51
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
52
|
-
"""
|
|
53
|
-
name: Name
|
|
54
|
-
"""
|
|
55
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
56
|
-
"""
|
|
57
|
-
severity: Severity
|
|
58
|
-
"""
|
|
59
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
60
|
-
"""
|
|
61
|
-
message: str
|
|
62
|
-
"""
|
|
63
|
-
Message generated by the consistency check describing the problem.
|
|
64
|
-
"""
|
|
65
|
-
|
|
66
|
-
|
|
67
36
|
class NameResultSchema(BaseModel):
|
|
68
37
|
name: str
|
|
69
38
|
"""
|
|
@@ -128,7 +97,6 @@ class ReduceUnitSchema(BaseModel):
|
|
|
128
97
|
entity slug
|
|
129
98
|
"""
|
|
130
99
|
systemName: Optional[str] = None
|
|
131
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
132
100
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
133
101
|
"""
|
|
134
102
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -22,37 +22,6 @@ class Status(Enum):
|
|
|
22
22
|
finished = "finished"
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
class Name(Enum):
|
|
26
|
-
default = "default"
|
|
27
|
-
atomsTooClose = "atomsTooClose"
|
|
28
|
-
atomsOverlap = "atomsOverlap"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class Severity(Enum):
|
|
32
|
-
info = "info"
|
|
33
|
-
warning = "warning"
|
|
34
|
-
error = "error"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
class ConsistencyCheck(BaseModel):
|
|
38
|
-
key: str
|
|
39
|
-
"""
|
|
40
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
41
|
-
"""
|
|
42
|
-
name: Name
|
|
43
|
-
"""
|
|
44
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
45
|
-
"""
|
|
46
|
-
severity: Severity
|
|
47
|
-
"""
|
|
48
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
49
|
-
"""
|
|
50
|
-
message: str
|
|
51
|
-
"""
|
|
52
|
-
Message generated by the consistency check describing the problem.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
|
|
56
25
|
class NameResultSchema(BaseModel):
|
|
57
26
|
name: str
|
|
58
27
|
"""
|
|
@@ -109,7 +78,6 @@ class SubworkflowUnitSchema(BaseModel):
|
|
|
109
78
|
entity slug
|
|
110
79
|
"""
|
|
111
80
|
systemName: Optional[str] = None
|
|
112
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
113
81
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
114
82
|
"""
|
|
115
83
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: mat3ra-esse
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2025.1.27.post0
|
|
4
4
|
Summary: Excellent Source of Schemas and Examples.
|
|
5
5
|
Author-email: "Exabyte Inc." <info@mat3ra.com>
|
|
6
6
|
License: # LICENSE
|
|
@@ -26,15 +26,15 @@ Classifier: Topic :: Software Development
|
|
|
26
26
|
Requires-Python: >=3.8
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
License-File: LICENSE.md
|
|
29
|
-
Requires-Dist: exabyte-json-include
|
|
30
|
-
Requires-Dist: jsonschema
|
|
31
|
-
Provides-Extra: all
|
|
32
|
-
Requires-Dist: mat3ra-esse[dev,tests] ; extra == 'all'
|
|
29
|
+
Requires-Dist: exabyte-json-include>=2023.12.23.post0
|
|
30
|
+
Requires-Dist: jsonschema>=2.6.0
|
|
33
31
|
Provides-Extra: dev
|
|
34
|
-
Requires-Dist: datamodel-code-generator
|
|
32
|
+
Requires-Dist: datamodel-code-generator>=0.25.5; extra == "dev"
|
|
35
33
|
Provides-Extra: tests
|
|
36
|
-
Requires-Dist: coverage[toml]
|
|
37
|
-
Requires-Dist: parameterized
|
|
34
|
+
Requires-Dist: coverage[toml]>=5.3; extra == "tests"
|
|
35
|
+
Requires-Dist: parameterized>=0.9.0; extra == "tests"
|
|
36
|
+
Provides-Extra: all
|
|
37
|
+
Requires-Dist: mat3ra-esse[dev,tests]; extra == "all"
|
|
38
38
|
|
|
39
39
|
[](https://badge.fury.io/py/mat3ra-esse)
|
|
40
40
|
[](https://badge.fury.io/js/@mat3ra%2Fesse)
|