pyetp 0.0.31__tar.gz → 0.0.32__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.
- {pyetp-0.0.31 → pyetp-0.0.32}/PKG-INFO +2 -2
- {pyetp-0.0.31 → pyetp-0.0.32}/pyproject.toml +2 -2
- {pyetp-0.0.31 → pyetp-0.0.32}/LICENSE.md +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/README.md +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/__init__.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/client.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/config.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/resqml_objects/__init__.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/resqml_objects/generated.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/types.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/uri.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/utils.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/utils_arrays.py +0 -0
- {pyetp-0.0.31 → pyetp-0.0.32}/pyetp/utils_xml.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pyetp
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.32
|
|
4
4
|
Summary: Interface with OSDU RDDMS using ETP protocol
|
|
5
5
|
Author: Adam Cheng
|
|
6
6
|
Author-email: 52572642+adamchengtkc@users.noreply.github.com
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Requires-Dist: async-lru (>=2.0.4,<3.0.0)
|
|
16
16
|
Requires-Dist: async-timeout (>=5.0,<6.0) ; python_version < "3.11"
|
|
17
|
-
Requires-Dist: etpproto (
|
|
17
|
+
Requires-Dist: etpproto (<1.0.7)
|
|
18
18
|
Requires-Dist: lxml (>=4.9.4,<6.0)
|
|
19
19
|
Requires-Dist: numpy (>=1.26.3,<2.0.0)
|
|
20
20
|
Requires-Dist: pyarrow (>=15.0.0,<16.0.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pyetp"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.32"
|
|
4
4
|
description = "Interface with OSDU RDDMS using ETP protocol"
|
|
5
5
|
authors = ["Adam Cheng <52572642+adamchengtkc@users.noreply.github.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -20,7 +20,7 @@ pydantic = "^1.10"
|
|
|
20
20
|
redis = "^5.0.1"
|
|
21
21
|
async-lru = "^2.0.4"
|
|
22
22
|
async-timeout = { version = "^5.0", python = "<3.11" }
|
|
23
|
-
etpproto = "
|
|
23
|
+
etpproto = "<1.0.7"
|
|
24
24
|
resqpy = ">4.16.0, <5.2"
|
|
25
25
|
|
|
26
26
|
pyarrow = "^15.0.0" # added to fix pandas deprecated warning in xtgeo
|
|
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
|