labfreed 1.0.0b26__tar.gz → 1.0.0b27__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-1.0.0b26 → labfreed-1.0.0b27}/PKG-INFO +1 -1
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/__init__.py +1 -1
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/api_data_models/request.py +7 -3
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/py_attributes.py +6 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/tst_attr.py +15 -14
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/.github/workflows/pypi-publish.yml +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/.github/workflows/run-tests.yml +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/CHANGELOG.md +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/LICENSE +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/README.md +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/app/app_infrastructure.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/app/formatted_print.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/app/pac_info/pac_info.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/app_factory.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/lib/attribute.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/lib/bp_landing_page.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/lib/utils.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cancel.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DC.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DM.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DP.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DR.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DS.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MC.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MD.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MS.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MX.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/external-link.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/logo.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/menu.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/search.svg +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/styles.css +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/styles_brand.css +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/styles_pac_info.css +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/flash_error_messages.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/footer.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/main.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/navbar.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_info/base-components.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_info/card-components.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_info/card.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_info/pac_info.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_issuer_error.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/templates/pac_issuer_landing_page.jinja.html +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_infrastructure.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/api_data_models/response.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/api_data_models/server_capabilities_response.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/client/client.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/client/client_attribute_group.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/attribute_server_factory.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/excel_attribute_data_source.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/py_dict_data_source.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/attribute_data_sources.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/server.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/translation_data_sources.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/well_knonw_attribute_keys.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_cat/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_cat/category_base.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_cat/pac_cat.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_cat/predefined_categories.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/extension.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/id_segment.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/pac_id.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/url_parser.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id/url_serializer.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/cit_v1.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/resolver.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/resolver_config.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/resolver_config_common.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_id_resolver/services.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/qr/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/qr/generate_qr.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/pythonic/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/pythonic/data_table.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/pythonic/pyTREX.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/pythonic/quantity.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/table_segment.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/trex.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/trex_base_models.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/trex/value_segments.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/utilities/base36.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/utilities/ensure_utc_time.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/utilities/translations.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/default_extension_interpreters.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/display_name_extension.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/text_base36_extension.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/trex_extension.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/gs1/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/gs1/gs1_ai_enum_sorted.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/labfreed/well_known_keys.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/unece/UneceUnits.json +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/unece/__init__.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/unece/unece_units.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed_experimental/pac_disco/ble_central.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed_experimental/pac_disco/ble_peripheral.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed_experimental/pac_disco/ble_uuid.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed_experimental/pac_disco/pac_disco_demo.py +0 -0
- {labfreed-1.0.0b26 → labfreed-1.0.0b27}/pyproject.toml +0 -0
|
@@ -33,8 +33,12 @@ class AttributeRequestData(LabFREED_BaseModel):
|
|
|
33
33
|
if restrict_to_attribute_groups:
|
|
34
34
|
restrict_to_attribute_groups = restrict_to_attribute_groups.split(',')
|
|
35
35
|
|
|
36
|
-
fwd_lkp = params.get(ATTR_GROUPS_FWD_LKP,
|
|
37
|
-
|
|
36
|
+
fwd_lkp = params.get(ATTR_GROUPS_FWD_LKP, True)
|
|
37
|
+
if fwd_lkp is True:
|
|
38
|
+
do_forward_lookup = True
|
|
39
|
+
else:
|
|
40
|
+
do_fwd_lookup = fwd_lkp.lower() not in ['false', 'no', '0', 'n', 'off']
|
|
41
|
+
|
|
38
42
|
lang_hdr = headers.get('Accept-Language')
|
|
39
43
|
language_preferences: LanguageAccept = parse_accept_header(lang_hdr, LanguageAccept)
|
|
40
44
|
out = cls(pac_id=pac_id,
|
|
@@ -91,7 +95,7 @@ class AttributeRequestData(LabFREED_BaseModel):
|
|
|
91
95
|
def language_preference_http_header(self) -> dict[str, str]:
|
|
92
96
|
if not self.language_preferences:
|
|
93
97
|
return {}
|
|
94
|
-
headers={'Accept-Language': LanguageAccept(
|
|
98
|
+
headers={'Accept-Language': LanguageAccept(self.language_preferences).to_header()}
|
|
95
99
|
return headers
|
|
96
100
|
|
|
97
101
|
def request_params(self) -> dict[str, Any]:
|
|
@@ -5,6 +5,7 @@ import logging
|
|
|
5
5
|
from typing import Literal
|
|
6
6
|
from enum import Enum
|
|
7
7
|
import warnings
|
|
8
|
+
from deprecated import deprecated
|
|
8
9
|
from pydantic import RootModel, field_validator, model_validator
|
|
9
10
|
|
|
10
11
|
from labfreed.labfreed_infrastructure import LabFREED_BaseModel
|
|
@@ -44,6 +45,11 @@ class pyAttribute(LabFREED_BaseModel):
|
|
|
44
45
|
'''helper function to more conveniently iterate over value elements, even if it's scalar'''
|
|
45
46
|
return self.values if isinstance(self.values, list) else [self.values]
|
|
46
47
|
|
|
48
|
+
@property
|
|
49
|
+
@deprecated
|
|
50
|
+
def value(self):
|
|
51
|
+
return self.values
|
|
52
|
+
|
|
47
53
|
@model_validator(mode='before')
|
|
48
54
|
def value_to_values(cls, d:dict):
|
|
49
55
|
value =d.pop('value', None)
|
|
@@ -17,32 +17,33 @@ import threading
|
|
|
17
17
|
from werkzeug.serving import make_server
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
MfgDate = "https://labfreed.org/terms/example/MfgDate"
|
|
21
|
+
MaxWeight = "https://labfreed.org/terms/example/MaxWeight"
|
|
22
|
+
CalWeight = "https://labfreed.org/terms/example/CalWeight"
|
|
23
|
+
NominalWeight = "https://labfreed.org/terms/example/NominalWeight"
|
|
22
24
|
|
|
23
25
|
data_source = pyDict_DataSource(attribute_group_key='ProductionData',
|
|
24
26
|
data = {
|
|
25
27
|
"HTTPS://PAC.METTORIUS.COM/-MD/BAL500/12340": pyAttributes([
|
|
26
|
-
pyAttribute(key=
|
|
27
|
-
pyAttribute(key=
|
|
28
|
-
pyAttribute(key=
|
|
29
|
-
pyAttribute(key="multitext", values=["foo", "bar"])
|
|
28
|
+
pyAttribute(key=MfgDate, value=datetime(year=2015, month=10, day=1, hour=10, minute=12)),
|
|
29
|
+
pyAttribute(key=MaxWeight, values=Quantity(value=100.00, unit='g', log_least_significant_digit=-2)),
|
|
30
|
+
pyAttribute(key=CalWeight, values=pyReference('HTTPS://PAC.METTORIUS.COM/-MD/CALWEIGH/A00002'))
|
|
30
31
|
]),
|
|
31
32
|
"HTTPS://PAC.METTORIUS.COM/-MD/BAL500/000001": pyAttributes([
|
|
32
|
-
pyAttribute(key=
|
|
33
|
-
pyAttribute(key=
|
|
34
|
-
pyAttribute(key=
|
|
33
|
+
pyAttribute(key=MfgDate, value=datetime(year=2015, month=10, day=1, hour=10, minute=12)),
|
|
34
|
+
pyAttribute(key=MaxWeight, values=Quantity(value=100.00, unit='g', log_least_significant_digit=-2)),
|
|
35
|
+
pyAttribute(key=CalWeight, values=pyReference('HTTPS://PAC.METTORIUS.COM/-MD/CALWEIGH/A00002'))
|
|
35
36
|
]),
|
|
36
37
|
"HTTPS://PAC.METTORIUS.COM/-MD/BAL500/12341": pyAttributes([
|
|
37
|
-
pyAttribute(key=
|
|
38
|
-
pyAttribute(key=
|
|
38
|
+
pyAttribute(key=MfgDate, values=datetime(year=2015, month=10, day=1, hour=10, minute=12)),
|
|
39
|
+
pyAttribute(key=MaxWeight, values=Quantity(value=111.00, unit='g', log_least_significant_digit=2))
|
|
39
40
|
]),
|
|
40
41
|
"HTTPS://PAC.METTORIUS.COM/-MD/BAL500/12342": pyAttributes([
|
|
41
|
-
pyAttribute(key=
|
|
42
|
-
pyAttribute(key=
|
|
42
|
+
pyAttribute(key=MfgDate, values=datetime(year=2015, month=10, day=1, hour=10, minute=12)),
|
|
43
|
+
pyAttribute(key=MaxWeight, values=Quantity(value=100.00, unit='g'))
|
|
43
44
|
]),
|
|
44
45
|
"HTTPS://PAC.METTORIUS.COM/-MD/CALWEIGH/A00002": pyAttributes([
|
|
45
|
-
pyAttribute(key=
|
|
46
|
+
pyAttribute(key=NominalWeight, values=Quantity(value=50.00, unit='g'))
|
|
46
47
|
])
|
|
47
48
|
}
|
|
48
49
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/app/app_infrastructure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/app_factory.py
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/lib/attribute.py
RENAMED
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/lib/utils.py
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cancel.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DC.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DM.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DP.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DR.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-DS.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MC.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MD.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MS.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/cat-MX.svg
RENAMED
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/logo.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/menu.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/search.svg
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/labfreed_extended/pac_issuer_lib/static/styles.css
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
|
|
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-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/client/client_attribute_group.py
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/attribute_server_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/pythonic/py_dict_data_source.py
RENAMED
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/attribute_data_sources.py
RENAMED
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/server/translation_data_sources.py
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/pac_attributes/well_knonw_attribute_keys.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
|
|
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-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/display_name_extension.py
RENAMED
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_extensions/text_base36_extension.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{labfreed-1.0.0b26 → labfreed-1.0.0b27}/labfreed/well_known_keys/labfreed/well_known_keys.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
|