labfreed 0.3.1a2__py3-none-any.whl → 0.3.1a3__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 labfreed might be problematic. Click here for more details.

labfreed/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
  Python implementation of LabFREED building blocks
3
3
  '''
4
4
 
5
- __version__ = "0.3.1a2"
5
+ __version__ = "0.3.1a3"
6
6
 
7
7
  from labfreed.pac_id import * # noqa: F403
8
8
  from labfreed.pac_cat import * # noqa: F403
@@ -1,5 +1,5 @@
1
1
  from enum import Enum
2
- from typing import Any, Callable, Protocol
2
+ from typing import Any, Protocol
3
3
 
4
4
  from flask import Blueprint
5
5
  from labfreed.pac_attributes.server.server import AttributeGroupDataSource, AttributeServerRequestHandler, InvalidRequestError, TranslationDataSource
@@ -64,7 +64,7 @@ class AttributeFlaskApp(Flask):
64
64
  @staticmethod
65
65
  def create_attribute_blueprint(
66
66
  request_handler: AttributeServerRequestHandler,
67
- authenticator: Authenticator | None = None
67
+ authenticator: Authenticator | None = None,
68
68
  ) -> Blueprint:
69
69
  bp = Blueprint("attribute", __name__)
70
70
 
@@ -5,8 +5,9 @@ from urllib.parse import urlparse
5
5
  from cachetools import TTLCache, cached
6
6
 
7
7
  from labfreed.pac_attributes.api_data_models.response import AttributeGroup
8
- from labfreed_extended.pac_attributes.py_attributes import pyAttribute, pyAttributes
9
8
  from labfreed.pac_attributes.server.server import AttributeGroupDataSource
9
+ from labfreed.labfreed_extended.pac_attributes.py_attributes import pyAttribute, pyAttributes
10
+
10
11
 
11
12
  try:
12
13
  from openpyxl import load_workbook
@@ -0,0 +1,3 @@
1
+ from labfreed.pac_attributes.server.server import AttributeServerRequestHandler
2
+ from labfreed.pac_attributes.server.attribute_data_sources import Dict_DataSource
3
+ from labfreed.pac_attributes.server.translation_data_sources import DictTranslationDataSource
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: labfreed
3
- Version: 0.3.1a2
3
+ Version: 0.3.1a3
4
4
  Summary: Python implementation of LabFREED building blocks
5
5
  Author-email: Reto Thürer <thuerer.r@buchi.com>
6
6
  Requires-Python: >=3.11
@@ -24,6 +24,7 @@ Requires-Dist: PyYAML>=6.0.2
24
24
  Requires-Dist: jsonpath-ng>=1.7.0
25
25
  Requires-Dist: requests>=2.32.3
26
26
  Requires-Dist: requests_cache>=1.2.1
27
+ Requires-Dist: cache_tools>=6.1.0
27
28
  Requires-Dist: pytest>=8.3.5 ; extra == "dev"
28
29
  Requires-Dist: pdoc>=15.0.1 ; extra == "dev"
29
30
  Requires-Dist: flit>=3.12.0 ; extra == "dev"
@@ -1,10 +1,10 @@
1
- labfreed/__init__.py,sha256=ijV_T-Bt-jyuzFzmeBnTOSFOE2Id5gKNwKvlbAq1Ym0,338
1
+ labfreed/__init__.py,sha256=82v7Cc5xLEU_wkFMWmJdvDpcYHfXkGJiN3sS6n2flaE,338
2
2
  labfreed/labfreed_infrastructure.py,sha256=YZmU-kgopyB1tvpTR_k_uIt1Q2ezexMrWvu-HaP65IE,10104
3
3
  labfreed/labfreed_extended/app/app_infrastructure.py,sha256=fy6eEp1PkHuZoVPT4E3JRziJwoslvl7NC9K6WQRn1Fs,4383
4
4
  labfreed/labfreed_extended/app/pac_info.py,sha256=WbjV4oY7aAxLRF__jijmsLoM-SW-mv9x_rR9gS6n4_Y,2598
5
5
  labfreed/labfreed_extended/pac_attributes/py_attributes.py,sha256=5VA1NUTJA1L9Su6Rj7dhkAZaW0ZcUR8sI50qbHfY4fc,5138
6
- labfreed/labfreed_extended/pac_attributes/server/attribute_server_factory.py,sha256=88cV80Yyt459YUkDffnOiuPXQCjKK982YQA6uvc-TaU,3853
7
- labfreed/labfreed_extended/pac_attributes/server/excel_attribute_data_source.py,sha256=EN9fgzu4hP_1GxhShFet8FYFY-bXgVYG2_r63-HJpME,4317
6
+ labfreed/labfreed_extended/pac_attributes/server/attribute_server_factory.py,sha256=1rRsZG-7Rm-kbxxj3vYMCfnagPw-uNxjylPKhYXf0ZA,3844
7
+ labfreed/labfreed_extended/pac_attributes/server/excel_attribute_data_source.py,sha256=PM-C97bp2zZPDgtZtp0CNRXlOwyiWyLpvMVZPnsOo7U,4328
8
8
  labfreed/labfreed_extended/utilities/formatted_print.py,sha256=DcwWP0ix1e_wYNIdceIp6cETkJdG2DqpU8Gs3aZAL40,1930
9
9
  labfreed/pac_attributes/well_knonw_attribute_keys.py,sha256=ruHawnr1AffuhdKz1j1Nx67QphvcpmWsObgZhkuwkH0,318
10
10
  labfreed/pac_attributes/api_data_models/request.py,sha256=x-GuFYhCIpqAKa1AHs968OfD8O2cJKg14YUw2hTKVg4,1871
@@ -13,6 +13,7 @@ labfreed/pac_attributes/api_data_models/server_capabilities_response.py,sha256=y
13
13
  labfreed/pac_attributes/client/__init__.py,sha256=li-kVhzIH-Udpmp68e6YXrLXd2pByIbJLmzwwWtmwtE,38
14
14
  labfreed/pac_attributes/client/attribute_cache.py,sha256=eWFy7h-T6gd25ENj9pLvSadNFRrzzIineqBoov2cGyw,2688
15
15
  labfreed/pac_attributes/client/client.py,sha256=EdGWxi22DBx67-t_ICvm3YJGy0wwU1sMn4efwXtkvWg,6231
16
+ labfreed/pac_attributes/server/__init__.py,sha256=YMu7EnSW_GbZ5mmjr0FVM1WgEDCBVXbw9VpVNvooTE0,257
16
17
  labfreed/pac_attributes/server/attribute_data_sources.py,sha256=6TRSpfqXJbArnKu2gQ5llWzciAkXorO89eaZtvgKWNk,2215
17
18
  labfreed/pac_attributes/server/server.py,sha256=P2lqbUH9El2L4VDr2xXql0aVsJw3La7u6lhfR8EZSFs,10773
18
19
  labfreed/pac_attributes/server/translation_data_sources.py,sha256=axALOqfP840sOSdVCRYtrens97mm-hpfONMUyuVlCrY,2145
@@ -56,7 +57,7 @@ labfreed/well_known_keys/labfreed/well_known_keys.py,sha256=p-hXwEEIs7p2SKn9DQeL
56
57
  labfreed/well_known_keys/unece/UneceUnits.json,sha256=kwfQSp_nTuWbADfBBgqTWrvPl6XtM5SedEVLbMJrM7M,898953
57
58
  labfreed/well_known_keys/unece/__init__.py,sha256=MSP9lmjg9_D9iqG9Yq2_ajYfQSNS9wIT7FXA1c--59M,122
58
59
  labfreed/well_known_keys/unece/unece_units.py,sha256=J20d64H69qKDE3XlGdJoXIIh0G-d0jKoiIDsg9an5pk,1655
59
- labfreed-0.3.1a2.dist-info/licenses/LICENSE,sha256=gHFOv9FRKHxO8cInP3YXyPoJnuNeqrvcHjaE_wPSsQ8,1100
60
- labfreed-0.3.1a2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
61
- labfreed-0.3.1a2.dist-info/METADATA,sha256=HG6pCo8f5X0uEkdD9gCMH7b2IAkfQsOGtCGK9gUUQVk,19707
62
- labfreed-0.3.1a2.dist-info/RECORD,,
60
+ labfreed-0.3.1a3.dist-info/licenses/LICENSE,sha256=gHFOv9FRKHxO8cInP3YXyPoJnuNeqrvcHjaE_wPSsQ8,1100
61
+ labfreed-0.3.1a3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
62
+ labfreed-0.3.1a3.dist-info/METADATA,sha256=awrmo2W8OO9kLAcQoU5ZFq8hluzbm15UBJXy4ufeSl8,19741
63
+ labfreed-0.3.1a3.dist-info/RECORD,,