mat3ra-esse 2025.7.1.post0__py3-none-any.whl → 2025.7.15.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/schemas.py +1 -1
- mat3ra/esse/models/job/__init__.py +8 -0
- mat3ra/esse/models/software/flavor.py +4 -0
- mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py +16 -0
- mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py +4 -0
- mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py +4 -0
- mat3ra/esse/models/software_directory/ml/unit/execution/score.py +4 -0
- mat3ra/esse/models/software_directory/ml/unit/execution/train.py +4 -0
- mat3ra/esse/models/software_directory/modeling/unit/execution.py +4 -0
- mat3ra/esse/models/software_directory/scripting/unit/execution.py +4 -0
- mat3ra/esse/models/workflow/__init__.py +8 -0
- mat3ra/esse/models/workflow/subworkflow/__init__.py +4 -0
- mat3ra/esse/models/workflow/subworkflow/unit.py +4 -0
- mat3ra/esse/models/workflow/unit/__init__.py +4 -0
- mat3ra/esse/models/workflow/unit/execution.py +4 -0
- {mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/METADATA +5 -5
- {mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/RECORD +20 -20
- {mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/WHEEL +0 -0
- {mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/licenses/LICENSE.md +0 -0
- {mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/top_level.txt +0 -0
|
@@ -649,6 +649,10 @@ class FlavorSchema(BaseModel):
|
|
|
649
649
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
650
650
|
None, title="execution unit input schema"
|
|
651
651
|
)
|
|
652
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
653
|
+
"""
|
|
654
|
+
list of application versions this flavor supports
|
|
655
|
+
"""
|
|
652
656
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
653
657
|
"""
|
|
654
658
|
entity identity
|
|
@@ -1664,6 +1668,10 @@ class FlavorSchema11(BaseModel):
|
|
|
1664
1668
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
1665
1669
|
None, title="execution unit input schema"
|
|
1666
1670
|
)
|
|
1671
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
1672
|
+
"""
|
|
1673
|
+
list of application versions this flavor supports
|
|
1674
|
+
"""
|
|
1667
1675
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
1668
1676
|
"""
|
|
1669
1677
|
entity identity
|
|
@@ -44,6 +44,10 @@ class FlavorSchema(BaseModel):
|
|
|
44
44
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
45
45
|
None, title="execution unit input schema"
|
|
46
46
|
)
|
|
47
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
48
|
+
"""
|
|
49
|
+
list of application versions this flavor supports
|
|
50
|
+
"""
|
|
47
51
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
48
52
|
"""
|
|
49
53
|
entity identity
|
|
@@ -155,6 +155,10 @@ class FlavorSchema(BaseModel):
|
|
|
155
155
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
156
156
|
None, title="execution unit input schema"
|
|
157
157
|
)
|
|
158
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
159
|
+
"""
|
|
160
|
+
list of application versions this flavor supports
|
|
161
|
+
"""
|
|
158
162
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
159
163
|
"""
|
|
160
164
|
entity identity
|
|
@@ -364,6 +368,10 @@ class FlavorSchema5(BaseModel):
|
|
|
364
368
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
365
369
|
None, title="execution unit input schema"
|
|
366
370
|
)
|
|
371
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
372
|
+
"""
|
|
373
|
+
list of application versions this flavor supports
|
|
374
|
+
"""
|
|
367
375
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
368
376
|
"""
|
|
369
377
|
entity identity
|
|
@@ -548,6 +556,10 @@ class FlavorSchema6(BaseModel):
|
|
|
548
556
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
549
557
|
None, title="execution unit input schema"
|
|
550
558
|
)
|
|
559
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
560
|
+
"""
|
|
561
|
+
list of application versions this flavor supports
|
|
562
|
+
"""
|
|
551
563
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
552
564
|
"""
|
|
553
565
|
entity identity
|
|
@@ -739,6 +751,10 @@ class FlavorSchema7(BaseModel):
|
|
|
739
751
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
740
752
|
None, title="execution unit input schema"
|
|
741
753
|
)
|
|
754
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
755
|
+
"""
|
|
756
|
+
list of application versions this flavor supports
|
|
757
|
+
"""
|
|
742
758
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
743
759
|
"""
|
|
744
760
|
entity identity
|
|
@@ -155,6 +155,10 @@ class FlavorSchema(BaseModel):
|
|
|
155
155
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
156
156
|
None, title="execution unit input schema"
|
|
157
157
|
)
|
|
158
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
159
|
+
"""
|
|
160
|
+
list of application versions this flavor supports
|
|
161
|
+
"""
|
|
158
162
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
159
163
|
"""
|
|
160
164
|
entity identity
|
|
@@ -155,6 +155,10 @@ class FlavorSchema(BaseModel):
|
|
|
155
155
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
156
156
|
None, title="execution unit input schema"
|
|
157
157
|
)
|
|
158
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
159
|
+
"""
|
|
160
|
+
list of application versions this flavor supports
|
|
161
|
+
"""
|
|
158
162
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
159
163
|
"""
|
|
160
164
|
entity identity
|
|
@@ -148,6 +148,10 @@ class FlavorSchema(BaseModel):
|
|
|
148
148
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
149
149
|
None, title="execution unit input schema"
|
|
150
150
|
)
|
|
151
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
152
|
+
"""
|
|
153
|
+
list of application versions this flavor supports
|
|
154
|
+
"""
|
|
151
155
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
152
156
|
"""
|
|
153
157
|
entity identity
|
|
@@ -159,6 +159,10 @@ class FlavorSchema(BaseModel):
|
|
|
159
159
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
160
160
|
None, title="execution unit input schema"
|
|
161
161
|
)
|
|
162
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
163
|
+
"""
|
|
164
|
+
list of application versions this flavor supports
|
|
165
|
+
"""
|
|
162
166
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
163
167
|
"""
|
|
164
168
|
entity identity
|
|
@@ -148,6 +148,10 @@ class FlavorSchema(BaseModel):
|
|
|
148
148
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
149
149
|
None, title="execution unit input schema"
|
|
150
150
|
)
|
|
151
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
152
|
+
"""
|
|
153
|
+
list of application versions this flavor supports
|
|
154
|
+
"""
|
|
151
155
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
152
156
|
"""
|
|
153
157
|
entity identity
|
|
@@ -148,6 +148,10 @@ class FlavorSchema(BaseModel):
|
|
|
148
148
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
149
149
|
None, title="execution unit input schema"
|
|
150
150
|
)
|
|
151
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
152
|
+
"""
|
|
153
|
+
list of application versions this flavor supports
|
|
154
|
+
"""
|
|
151
155
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
152
156
|
"""
|
|
153
157
|
entity identity
|
|
@@ -649,6 +649,10 @@ class FlavorSchema(BaseModel):
|
|
|
649
649
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
650
650
|
None, title="execution unit input schema"
|
|
651
651
|
)
|
|
652
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
653
|
+
"""
|
|
654
|
+
list of application versions this flavor supports
|
|
655
|
+
"""
|
|
652
656
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
653
657
|
"""
|
|
654
658
|
entity identity
|
|
@@ -1664,6 +1668,10 @@ class FlavorSchema18(BaseModel):
|
|
|
1664
1668
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
1665
1669
|
None, title="execution unit input schema"
|
|
1666
1670
|
)
|
|
1671
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
1672
|
+
"""
|
|
1673
|
+
list of application versions this flavor supports
|
|
1674
|
+
"""
|
|
1667
1675
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
1668
1676
|
"""
|
|
1669
1677
|
entity identity
|
|
@@ -649,6 +649,10 @@ class FlavorSchema(BaseModel):
|
|
|
649
649
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
650
650
|
None, title="execution unit input schema"
|
|
651
651
|
)
|
|
652
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
653
|
+
"""
|
|
654
|
+
list of application versions this flavor supports
|
|
655
|
+
"""
|
|
652
656
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
653
657
|
"""
|
|
654
658
|
entity identity
|
|
@@ -649,6 +649,10 @@ class FlavorSchema(BaseModel):
|
|
|
649
649
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
650
650
|
None, title="execution unit input schema"
|
|
651
651
|
)
|
|
652
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
653
|
+
"""
|
|
654
|
+
list of application versions this flavor supports
|
|
655
|
+
"""
|
|
652
656
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
653
657
|
"""
|
|
654
658
|
entity identity
|
|
@@ -649,6 +649,10 @@ class FlavorSchema(BaseModel):
|
|
|
649
649
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
650
650
|
None, title="execution unit input schema"
|
|
651
651
|
)
|
|
652
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
653
|
+
"""
|
|
654
|
+
list of application versions this flavor supports
|
|
655
|
+
"""
|
|
652
656
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
653
657
|
"""
|
|
654
658
|
entity identity
|
|
@@ -148,6 +148,10 @@ class FlavorSchema(BaseModel):
|
|
|
148
148
|
input: Optional[List[ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines]] = Field(
|
|
149
149
|
None, title="execution unit input schema"
|
|
150
150
|
)
|
|
151
|
+
supportedApplicationVersions: Optional[List[str]] = None
|
|
152
|
+
"""
|
|
153
|
+
list of application versions this flavor supports
|
|
154
|
+
"""
|
|
151
155
|
field_id: Optional[str] = Field(None, alias="_id")
|
|
152
156
|
"""
|
|
153
157
|
entity identity
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mat3ra-esse
|
|
3
|
-
Version: 2025.7.
|
|
3
|
+
Version: 2025.7.15.post0
|
|
4
4
|
Summary: Excellent Source of Schemas and Examples.
|
|
5
5
|
Author-email: "Exabyte Inc." <info@mat3ra.com>
|
|
6
6
|
License: # LICENSE
|
|
@@ -156,9 +156,9 @@ When developing in python the following should be taken into account:
|
|
|
156
156
|
1. The modules containing the schemas and examples are generated using the [build-schemas.py](./build_schemas.py) script. There is a setup for it to be run automatically on every commit, but it is recommended to run it manually before committing to make sure that the changes are reflected in the modules. This can be done with `pre-commit run --all-files`. The pre-commit package can be installed with `pip install pre-commit`. To rebuild schemas manually, run (note `-e` in install):
|
|
157
157
|
|
|
158
158
|
```bash
|
|
159
|
-
|
|
159
|
+
python -m venv .venv
|
|
160
160
|
source .venv/bin/activate
|
|
161
|
-
pip install -e .
|
|
161
|
+
pip install -e ".[tests]"
|
|
162
162
|
pip install pre-commit
|
|
163
163
|
pre-commit --install
|
|
164
164
|
git config --unset-all core.hooksPath
|
|
@@ -168,9 +168,9 @@ When developing in python the following should be taken into account:
|
|
|
168
168
|
2. Tests can be run using the following commands:
|
|
169
169
|
|
|
170
170
|
```bash
|
|
171
|
-
|
|
171
|
+
python -m venv .venv
|
|
172
172
|
source .venv/bin/activate
|
|
173
|
-
pip install .
|
|
173
|
+
pip install ".[tests]"
|
|
174
174
|
python -m unittest discover --verbose --catch --start-directory tests/py/esse/
|
|
175
175
|
```
|
|
176
176
|
|
|
@@ -4,7 +4,7 @@ mat3ra/esse/utils.py,sha256=-FexdtkOYGEWmwJUwWDuJferibc7M1YzUH738Bffuxo,1727
|
|
|
4
4
|
mat3ra/esse/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
mat3ra/esse/data/examples.py,sha256=0mxPYRoZ-5_JANeC77Xg67OON8sHTnPi-I0WRS4YA7s,60952
|
|
6
6
|
mat3ra/esse/data/properties.py,sha256=geWFIVIJbdn2Q_JG3Mz36oQ_dXeZZwnmlS_NgszvHUY,6099
|
|
7
|
-
mat3ra/esse/data/schemas.py,sha256=
|
|
7
|
+
mat3ra/esse/data/schemas.py,sha256=yv6F4N0YLgfOtAKD1-jQblqbD868ZDKdaSjNMd7uoGo,1927750
|
|
8
8
|
mat3ra/esse/models/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
9
9
|
mat3ra/esse/models/element.py,sha256=n_06XRiBOS9Tq_z08YGu5_nZDuqLnkxsfAe9mqYON2s,2944
|
|
10
10
|
mat3ra/esse/models/project.py,sha256=fqUckRBLyCzVc_77-EtQUg_zFDV_zTYfnLmOoE77zPE,1148
|
|
@@ -111,7 +111,7 @@ mat3ra/esse/models/in_memory_entity/named.py,sha256=WtheTd6YeAfv_MA-hMu42B2Y0ev3
|
|
|
111
111
|
mat3ra/esse/models/in_memory_entity/named_defaultable.py,sha256=bgydOU25QtBQvM28z6t30rBptbhWYu7vW0EISwxvRkc,758
|
|
112
112
|
mat3ra/esse/models/in_memory_entity/named_defaultable_has_metadata.py,sha256=UUTNYPI9rhlxZvqz0vkpf7Tq_dvt5dl0qi4DEHr0Ljw,839
|
|
113
113
|
mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py,sha256=g7MEuIogvwz7m1PxZO3Ded7QLkBaseXcVOYaO0aga48,1447
|
|
114
|
-
mat3ra/esse/models/job/__init__.py,sha256=
|
|
114
|
+
mat3ra/esse/models/job/__init__.py,sha256=B-DqAodIR7lA0ETj6CqwKgHr342FdZfV-8n_sMnyUpI,65077
|
|
115
115
|
mat3ra/esse/models/job/base.py,sha256=QZzYedxsoGbqQvIgLhBsCQDWvTlTgXM64-Jcy-Z4umc,8088
|
|
116
116
|
mat3ra/esse/models/job/compute.py,sha256=strKlGY8VnnnFij3KxxZr2Hozf2_zhujhTb4cQxP5KU,5501
|
|
117
117
|
mat3ra/esse/models/material/__init__.py,sha256=XoCMo_vYulZhkJv_V7n4jaw8Ee3ZmVgjD71P6L0DOcw,11673
|
|
@@ -424,17 +424,17 @@ mat3ra/esse/models/property/source/The_source_of_a_property/field_This_could_be_
|
|
|
424
424
|
mat3ra/esse/models/software/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
425
425
|
mat3ra/esse/models/software/application.py,sha256=_GYziemq6s_Cqvra7qT-ZdT_ib168hlqA7GxRS-KLk8,1359
|
|
426
426
|
mat3ra/esse/models/software/executable.py,sha256=pLG2bpGO1baoOLNY1zK1AeNueSvSnJWqEVGRHejfex8,1630
|
|
427
|
-
mat3ra/esse/models/software/flavor.py,sha256=
|
|
427
|
+
mat3ra/esse/models/software/flavor.py,sha256=jfuIS4FACisUbagX3zvdRD16TpRnQ9eui-mLVWg1nno,2333
|
|
428
428
|
mat3ra/esse/models/software/template.py,sha256=Vx1ZSRDGsZpICjfwwLuqZbIiUSVv6ziHmA0KVKg-wvg,1037
|
|
429
429
|
mat3ra/esse/models/software_directory/ml/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
430
430
|
mat3ra/esse/models/software_directory/ml/exabyteml.py,sha256=EZsHS_b2XShzzSP6DSW1L7v2THz6FlcN2Jj2kUYWiEA,582
|
|
431
431
|
mat3ra/esse/models/software_directory/ml/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
432
|
-
mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py,sha256=
|
|
433
|
-
mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py,sha256=
|
|
434
|
-
mat3ra/esse/models/software_directory/ml/unit/execution/score.py,sha256=
|
|
435
|
-
mat3ra/esse/models/software_directory/ml/unit/execution/train.py,sha256=
|
|
432
|
+
mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py,sha256=7gGQWOs79aGAL91vi8qn5ZI6vDKctecOlGnI9TaO9V8,24111
|
|
433
|
+
mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py,sha256=VJNDfUsCYrlJwlPE9O0-wRsTvMEivYaeOiijo2Xbqz8,7651
|
|
434
|
+
mat3ra/esse/models/software_directory/ml/unit/execution/score.py,sha256=lwfGvIzfWPpiMpawLr4US-bBU-D1ek7FOdV42_ZhD-U,7455
|
|
435
|
+
mat3ra/esse/models/software_directory/ml/unit/execution/train.py,sha256=PfSycM-GIuYM1-9TkD3eYqdDR52Li5d78uRq5txuMPw,7665
|
|
436
436
|
mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
437
|
-
mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py,sha256=
|
|
437
|
+
mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py,sha256=26GSLhnlyaDWbh0buTTt-FdyXinLLVIil9_pQirw82I,7630
|
|
438
438
|
mat3ra/esse/models/software_directory/ml/unit/processing/__init__.py,sha256=fLXqMvnLHQZNvphe8wn_w4sS1iXAmTnH7k0ctO4li68,6749
|
|
439
439
|
mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/__init__.py,sha256=SmlsA0yfb4pla5gigrK_Yo03jgkTzwojTSxg3-gPhBs,3901
|
|
440
440
|
mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/manipulation.py,sha256=ibzP1_EAN8-NN8sib5xpzJTNX9CWZB2yZYZd5XvHw48,3478
|
|
@@ -448,13 +448,13 @@ mat3ra/esse/models/software_directory/modeling/vasp.py,sha256=nAutKdGw4rnzzPVE5u
|
|
|
448
448
|
mat3ra/esse/models/software_directory/modeling/espresso/__init__.py,sha256=buLYtcBmCwYAD0fUC05bRtfoeK2HAQsK04msdpDy6AI,808
|
|
449
449
|
mat3ra/esse/models/software_directory/modeling/espresso/arguments.py,sha256=MVMYJEb_qQ8IkQjj3vuMBe2z0iF1BKxPzdGNRUyNIhg,2028
|
|
450
450
|
mat3ra/esse/models/software_directory/modeling/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
451
|
-
mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=
|
|
451
|
+
mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=DkoCOBPBEyyauofdpVsJgBzkWUYmv--WpQmoxUEafso,8002
|
|
452
452
|
mat3ra/esse/models/software_directory/scripting/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
453
453
|
mat3ra/esse/models/software_directory/scripting/jupyter_lab.py,sha256=SP5FwLVFrP4ah3u1ilvGfjhJaQSUjea187qvHiSGUi4,1734
|
|
454
454
|
mat3ra/esse/models/software_directory/scripting/python.py,sha256=_HxVAX-VE8FqkOFOz6rPdtgnpyiiGrwykim5sFBmRSM,2139
|
|
455
455
|
mat3ra/esse/models/software_directory/scripting/shell.py,sha256=SID-msgkNSCsCVm6Ln5Zw0xMRkieOM2s0JUEOLeQak8,2051
|
|
456
456
|
mat3ra/esse/models/software_directory/scripting/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
457
|
-
mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=
|
|
457
|
+
mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=3k22_sx10lUghUujL_U2m3VdvEVos5wOp0PRYNMnIic,7971
|
|
458
458
|
mat3ra/esse/models/system/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
459
459
|
mat3ra/esse/models/system/_material.py,sha256=LHmGZ_o56EHi9BfVRwRpDNzDZQOYywWl_eb4vIEZzPc,522
|
|
460
460
|
mat3ra/esse/models/system/_parent_job.py,sha256=14FFwVJCaWy4EOMmRzN-qSHOpJpQYx6NbeKl7tMGzOs,510
|
|
@@ -490,18 +490,18 @@ mat3ra/esse/models/system/status.py,sha256=q1j3BgkOZtTBEVf5-S-4xMteCfpZj23OeXTvk
|
|
|
490
490
|
mat3ra/esse/models/system/tags.py,sha256=47rtLMx0uXWXt7SgC1oo_ULTFjAKNy6e-z5dRjA6BbE,297
|
|
491
491
|
mat3ra/esse/models/system/timestampable.py,sha256=K_OjETeZlGTis8AHWbUDsWfElwdUVOmgb6rd3V01B90,515
|
|
492
492
|
mat3ra/esse/models/system/use_values.py,sha256=NUupiTBXAV4o0ChySaGAgxIyMvMEoqnb3MUGN1MgSo8,264
|
|
493
|
-
mat3ra/esse/models/workflow/__init__.py,sha256=
|
|
493
|
+
mat3ra/esse/models/workflow/__init__.py,sha256=i2HF_FSGThbk7er8nnQqu0K_gfVAyjKb2SeRH1RiWRs,59874
|
|
494
494
|
mat3ra/esse/models/workflow/base.py,sha256=7dDTOLX9JmBJlimUj8UlCrmKHWNuaOMiQpHGEuS0-IY,1252
|
|
495
495
|
mat3ra/esse/models/workflow/base_flow.py,sha256=cvAa8lNFHyOyVsqs1dqE6vieRcnET_7Hn-du93BnHKA,5987
|
|
496
496
|
mat3ra/esse/models/workflow/scope.py,sha256=d_JktEhzg7Ls9LN01cT9kr-Lyv0i9OKZFm6grADKQN4,319
|
|
497
|
-
mat3ra/esse/models/workflow/subworkflow/__init__.py,sha256=
|
|
498
|
-
mat3ra/esse/models/workflow/subworkflow/unit.py,sha256=
|
|
499
|
-
mat3ra/esse/models/workflow/unit/__init__.py,sha256=
|
|
497
|
+
mat3ra/esse/models/workflow/subworkflow/__init__.py,sha256=hdC0W5i-zvfIiUpq5aXxeEY8oPrjIB3mSnEKCyoagMk,32059
|
|
498
|
+
mat3ra/esse/models/workflow/subworkflow/unit.py,sha256=2-oB__x61YIyZVwgzRfnYpwyFl75L9GKMSP6-DYwiAU,25140
|
|
499
|
+
mat3ra/esse/models/workflow/unit/__init__.py,sha256=64FEV2guDapaFsXK6vxHi3rYAF3akMrza995l1IPoa4,30179
|
|
500
500
|
mat3ra/esse/models/workflow/unit/assertion.py,sha256=xcHjoNLKKIVThQC0E_uLX8xgcFlRocEYmJm4sXpI-kU,2808
|
|
501
501
|
mat3ra/esse/models/workflow/unit/assignment.py,sha256=iq24Xmh2vNqU2iKQRkhGhckNfT_W0CQU1e_AdFbenj8,3347
|
|
502
502
|
mat3ra/esse/models/workflow/unit/base.py,sha256=FRFFm07xLOwsxmD8ycG_Lc2kMHNMVnmy5oPtvUG6j_o,2589
|
|
503
503
|
mat3ra/esse/models/workflow/unit/condition.py,sha256=aJw8CUp8Z172Nu0PqKy1sQrsJzmyg5CJY6HswLacxCQ,3461
|
|
504
|
-
mat3ra/esse/models/workflow/unit/execution.py,sha256=
|
|
504
|
+
mat3ra/esse/models/workflow/unit/execution.py,sha256=IGb6NkKQsCfjYvMfyHckAxXjBiX484B5X74m9PdYHcY,7443
|
|
505
505
|
mat3ra/esse/models/workflow/unit/map.py,sha256=-BEEGsm8CsJ8jXRUVguWrqRb0VVYL77VHqEjvNgSGSg,3455
|
|
506
506
|
mat3ra/esse/models/workflow/unit/processing.py,sha256=DyJe3LQ6k1CWmezkc0Vg5aB3_W53sDQPNh7kWqAb2io,2933
|
|
507
507
|
mat3ra/esse/models/workflow/unit/reduce.py,sha256=nSu3YZOuruqwdzWxoTL8m8R5d5NIx9D3i27TqHvisW4,2992
|
|
@@ -523,8 +523,8 @@ mat3ra/esse/models/workflow/unit/runtime/_runtime_item_name_object.py,sha256=CIb
|
|
|
523
523
|
mat3ra/esse/models/workflow/unit/runtime/_runtime_item_string.py,sha256=VouM6ETdIKTiktSTeEpP2pdHZuYHwHrir4W5TLoO_sE,354
|
|
524
524
|
mat3ra/esse/models/workflow/unit/runtime/runtime_item.py,sha256=PujG7jcL8RDok9RSJiEKEB85-uGLoimVnK2k7gqyf2I,471
|
|
525
525
|
mat3ra/esse/models/workflow/unit/runtime/runtime_items.py,sha256=Yi53LFKBWqx8oGA1Po38ulfSy-QaBP38VwWk45Q7ZJQ,943
|
|
526
|
-
mat3ra_esse-2025.7.
|
|
527
|
-
mat3ra_esse-2025.7.
|
|
528
|
-
mat3ra_esse-2025.7.
|
|
529
|
-
mat3ra_esse-2025.7.
|
|
530
|
-
mat3ra_esse-2025.7.
|
|
526
|
+
mat3ra_esse-2025.7.15.post0.dist-info/licenses/LICENSE.md,sha256=CBGo1CDw-8EWCk7x9HOiF-OShdnHY6j__TjFyZPpQME,563
|
|
527
|
+
mat3ra_esse-2025.7.15.post0.dist-info/METADATA,sha256=Qprz0_hMjw-P7CyVk3S7Ox06OKdOGH6k93GX5SvexAg,9013
|
|
528
|
+
mat3ra_esse-2025.7.15.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
529
|
+
mat3ra_esse-2025.7.15.post0.dist-info/top_level.txt,sha256=GizAtvIqqIcCWShlThl_mgig_bZs_LFyqVah6wrGHIs,7
|
|
530
|
+
mat3ra_esse-2025.7.15.post0.dist-info/RECORD,,
|
|
File without changes
|
{mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
{mat3ra_esse-2025.7.1.post0.dist-info → mat3ra_esse-2025.7.15.post0.dist-info}/top_level.txt
RENAMED
|
File without changes
|