pyetp 0.0.44__py3-none-any.whl → 0.0.45__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.
pyetp/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.44'
32
- __version_tuple__ = version_tuple = (0, 0, 44)
31
+ __version__ = version = '0.0.45'
32
+ __version_tuple__ = version_tuple = (0, 0, 45)
33
33
 
34
34
  __commit_id__ = commit_id = None
pyetp/client.py CHANGED
@@ -1506,16 +1506,9 @@ async def etp_persistent_connect(
1506
1506
  max_size=max_message_size,
1507
1507
  additional_headers=additional_headers,
1508
1508
  ):
1509
- try:
1510
- async with ETPClient(
1511
- ws=ws,
1512
- etp_timeout=etp_timeout,
1513
- max_message_size=max_message_size,
1514
- ) as etp_client:
1515
- yield etp_client
1516
- except websockets.ConnectionClosed as e:
1517
- logger.info(
1518
- f"Websockets connection closed with message '{e}'. Starting new "
1519
- "connection"
1520
- )
1521
- continue
1509
+ async with ETPClient(
1510
+ ws=ws,
1511
+ etp_timeout=etp_timeout,
1512
+ max_message_size=max_message_size,
1513
+ ) as etp_client:
1514
+ yield etp_client
@@ -1,15 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyetp
3
- Version: 0.0.44
3
+ Version: 0.0.45
4
4
  Summary: Interface with OSDU RDDMS using ETP protocol
5
5
  Author-email: Adam Cheng <52572642+adamchengtkc@users.noreply.github.com>
6
6
  License-Expression: Apache-2.0
7
7
  Project-URL: homepage, https://github.com/equinor/pyetp
8
8
  Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
9
13
  Requires-Python: >=3.10
10
14
  Description-Content-Type: text/markdown
11
15
  License-File: LICENSE.md
12
- Requires-Dist: numpy>=2.0
16
+ Requires-Dist: numpy>=1.26.0
13
17
  Requires-Dist: websockets>=15.0
14
18
  Requires-Dist: lxml>=4.9.4
15
19
  Requires-Dist: pydantic>=1.10
@@ -1,13 +1,13 @@
1
1
  pyetp/__init__.py,sha256=_mJRvg6XJgzHeRWd_AsBNonvWUBD3jroZ9MLehPRHP4,337
2
- pyetp/_version.py,sha256=Zrt00MLeXbWP2ZsKSWktjZjWuHHC_-KLVmAWLgE0o-g,706
3
- pyetp/client.py,sha256=BF-_sm9j_SbJsQZ7tK8kp5Ekl7FsNtMHAZFJAwHuTMQ,54475
2
+ pyetp/_version.py,sha256=ZyfWnYPDH177nyt27Ffy71kE1qNlQLtAEIFxyT_Cx5c,706
3
+ pyetp/client.py,sha256=6bc9aiOEnNkkf34c6VtgJmug9h_S6epeDhwKU4H_LuM,54218
4
4
  pyetp/config.py,sha256=uGEx6n-YF7Rtgwckf0ovRKNOKgCUsiQx4IA0Tyiqafk,870
5
5
  pyetp/resqml_objects.py,sha256=j00e8scSh-yYv4Lpp9WjzLiaKqJWd5Cs7ROcJcxxFVw,50721
6
6
  pyetp/types.py,sha256=zOfUzEQcgBvveWJyM6dD7U3xJ4SCkWElewNL0Ml-PPY,6761
7
7
  pyetp/uri.py,sha256=Y05vuTO-XOurgDavBeoPGOidALoCKjCBIb7YHmfbAco,3115
8
8
  pyetp/utils_arrays.py,sha256=BJMiwx0mnSUjAOARCfCvWr_rz6N38e7kSWi24I1bCLA,13447
9
9
  pyetp/utils_xml.py,sha256=i11Zv2PuxW-ejEXxfGPYHvuJv7EHPYXwvgoe1U8fOUM,6826
10
- pyetp-0.0.44.dist-info/licenses/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
+ pyetp-0.0.45.dist-info/licenses/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
11
11
  resqml_objects/__init__.py,sha256=ilimTrQScFryxHrfZwZURVpW0li19bVnayUcHR7S_Fs,183
12
12
  resqml_objects/epc_readers.py,sha256=InYMlwjiZZRG9poQlWKFEOUNJmowGahXoNu_GniOaBw,3458
13
13
  resqml_objects/parsers.py,sha256=UZdBi3QmBq4ejwKI9Dse_lMqL5Bx2s3QNTs8TKS4fO0,427
@@ -15,7 +15,7 @@ resqml_objects/serializers.py,sha256=JqRO6D6ExT5DrVyiNwBgNW28108f6spvxiVqJU0D9mc
15
15
  resqml_objects/v201/__init__.py,sha256=yL3jWgkyGAzr-wt_WJDV_eARE75NoA6SPEKBrKM4Crk,51630
16
16
  resqml_objects/v201/generated.py,sha256=Se0eePS6w25sfmnp2UBSkgzDGJ9c9Y2QqJgDRUTt_-Q,769527
17
17
  resqml_objects/v201/utils.py,sha256=WiywauiJRBWhdjUvbKhpltRjoBX3qWd7qQ0_FAmIzUc,1442
18
- pyetp-0.0.44.dist-info/METADATA,sha256=51q_BHQ-1OSNjt021B3R8zveiDViTHWapaaSrgYVy6U,2679
19
- pyetp-0.0.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- pyetp-0.0.44.dist-info/top_level.txt,sha256=NrdXbidkT5QR4NjH6nv2Frixknqse3jZq7bnqNdVb5k,21
21
- pyetp-0.0.44.dist-info/RECORD,,
18
+ pyetp-0.0.45.dist-info/METADATA,sha256=dlJlGUroCW-nNPB4QAFoWCmpS78BsHHK_oCtb65WaE4,2886
19
+ pyetp-0.0.45.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ pyetp-0.0.45.dist-info/top_level.txt,sha256=NrdXbidkT5QR4NjH6nv2Frixknqse3jZq7bnqNdVb5k,21
21
+ pyetp-0.0.45.dist-info/RECORD,,
File without changes