labfreed 0.2.6a4__tar.gz → 0.2.6a5__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.
Potentially problematic release.
This version of labfreed might be problematic. Click here for more details.
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/PKG-INFO +1 -1
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/__init__.py +1 -1
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/cit_v1.py +3 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/cit_v2.py +2 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/.github/workflows/pypi-publish.yml +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/.github/workflows/run-tests.yml +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/CHANGELOG.md +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/LICENSE +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/README.md +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/labfreed_infrastructure.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_cat/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_cat/category_base.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_cat/pac_cat.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_cat/predefined_categories.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/extension.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/id_segment.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/pac_id.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/url_parser.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id/url_serializer.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/cit_common.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/resolver.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/pac_id_resolver/services.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/qr/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/qr/generate_qr.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/python_convenience/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/python_convenience/data_table.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/python_convenience/pyTREX.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/python_convenience/quantity.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/table_segment.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/trex.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/trex_base_models.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/trex/value_segments.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/utilities/base36.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_extensions/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_extensions/default_extension_interpreters.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_extensions/display_name_extension.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_extensions/trex_extension.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/gs1/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/gs1/gs1.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/gs1/gs1_ai_enum_sorted.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/labfreed/well_known_keys.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/unece/UneceUnits.json +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/unece/__init__.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_keys/unece/unece_units.py +0 -0
- {labfreed-0.2.6a4 → labfreed-0.2.6a5}/pyproject.toml +0 -0
|
@@ -153,6 +153,9 @@ class CIT_v1(LabFREED_BaseModel):
|
|
|
153
153
|
raise ValueError('CIT v1 does only handle PAC-IDs. PAC-CAT it does not know what to do')
|
|
154
154
|
cit_evaluated = ServiceGroup(origin=self.origin)
|
|
155
155
|
for e in self.entries:
|
|
156
|
+
if e.errors():
|
|
157
|
+
continue #make this stable against errors in the cit
|
|
158
|
+
|
|
156
159
|
conditions = e.applicable_if.split(';')
|
|
157
160
|
conditions_evaluated = list()
|
|
158
161
|
for c in conditions:
|
|
@@ -145,6 +145,8 @@ class CIT_v2(LabFREED_BaseModel):
|
|
|
145
145
|
continue
|
|
146
146
|
|
|
147
147
|
for e in block.entries:
|
|
148
|
+
if e.errors():
|
|
149
|
+
continue #make this stable against errors in the cit
|
|
148
150
|
url = self._eval_url_template(pac_id_json, e.template_url)
|
|
149
151
|
cit_evaluated.services.append(Service(
|
|
150
152
|
service_name=e.service_name,
|
|
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
|
|
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
|
{labfreed-0.2.6a4 → labfreed-0.2.6a5}/labfreed/well_known_extensions/display_name_extension.py
RENAMED
|
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
|