pyetp 0.0.45__tar.gz → 0.0.47__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.45/src/pyetp.egg-info → pyetp-0.0.47}/PKG-INFO +8 -3
- {pyetp-0.0.45 → pyetp-0.0.47}/README.md +6 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/pyproject.toml +1 -2
- pyetp-0.0.47/src/energistics/__init__.py +0 -0
- pyetp-0.0.47/src/energistics/etp/__init__.py +0 -0
- pyetp-0.0.47/src/energistics/etp/v12/__init__.py +0 -0
- pyetp-0.0.47/src/energistics/etp/v12/datatypes/__init__.py +25 -0
- pyetp-0.0.47/src/energistics/etp/v12/datatypes/data_array_types/__init__.py +27 -0
- pyetp-0.0.47/src/energistics/etp/v12/datatypes/object/__init__.py +22 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/__init__.py +0 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/core/__init__.py +19 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/data_array/__init__.py +51 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/dataspace/__init__.py +23 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/discovery/__init__.py +21 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/store/__init__.py +27 -0
- pyetp-0.0.47/src/energistics/etp/v12/protocol/transaction/__init__.py +27 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/__init__.py +1 -2
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/_version.py +3 -3
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/client.py +426 -306
- pyetp-0.0.47/src/pyetp/errors.py +39 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/uri.py +3 -1
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/utils_arrays.py +1 -7
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/utils_xml.py +1 -6
- {pyetp-0.0.45 → pyetp-0.0.47/src/pyetp.egg-info}/PKG-INFO +8 -3
- pyetp-0.0.47/src/pyetp.egg-info/SOURCES.txt +45 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp.egg-info/top_level.txt +2 -0
- pyetp-0.0.47/src/rddms_io/__init__.py +0 -0
- pyetp-0.0.47/src/rddms_io/client.py +1234 -0
- pyetp-0.0.47/src/rddms_io/data_types.py +11 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/resqml_objects/epc_readers.py +3 -7
- pyetp-0.0.47/src/resqml_objects/parsers.py +25 -0
- pyetp-0.0.47/src/resqml_objects/serializers.py +33 -0
- pyetp-0.0.47/src/resqml_objects/surface_helpers.py +295 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/resqml_objects/v201/generated.py +582 -19
- {pyetp-0.0.45 → pyetp-0.0.47}/src/resqml_objects/v201/utils.py +38 -0
- pyetp-0.0.45/src/pyetp.egg-info/SOURCES.txt +0 -27
- pyetp-0.0.45/src/resqml_objects/parsers.py +0 -12
- pyetp-0.0.45/src/resqml_objects/serializers.py +0 -10
- {pyetp-0.0.45 → pyetp-0.0.47}/CONTRIBUTING.md +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/LICENSE.md +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/MANIFEST.in +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/SECURITY.md +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/setup.cfg +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/config.py +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/resqml_objects.py +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp/types.py +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp.egg-info/dependency_links.txt +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/pyetp.egg-info/requires.txt +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/resqml_objects/__init__.py +0 -0
- {pyetp-0.0.45 → pyetp-0.0.47}/src/resqml_objects/v201/__init__.py +0 -0
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyetp
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.47
|
|
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
9
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.11
|
|
14
13
|
Description-Content-Type: text/markdown
|
|
15
14
|
License-File: LICENSE.md
|
|
16
15
|
Requires-Dist: numpy>=1.26.0
|
|
@@ -29,6 +28,12 @@ Dynamic: license-file
|
|
|
29
28
|
[](https://badge.fury.io/py/pyetp)
|
|
30
29
|

|
|
31
30
|
|
|
31
|
+
Pyetp is a library implementing an ETP v1.2 client with utilities and support
|
|
32
|
+
for working with RESQML v2.0.1 models.
|
|
33
|
+
|
|
34
|
+
> The following Energistics (c) products were used in the creation of this work:
|
|
35
|
+
> Energistics Transfer Protocol (ETP) v1.2 and RESQML v2.0.1
|
|
36
|
+
|
|
32
37
|
# Installing the library
|
|
33
38
|
This package is published to PyPI, and can be installed via:
|
|
34
39
|
```bash
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
[](https://badge.fury.io/py/pyetp)
|
|
5
5
|

|
|
6
6
|
|
|
7
|
+
Pyetp is a library implementing an ETP v1.2 client with utilities and support
|
|
8
|
+
for working with RESQML v2.0.1 models.
|
|
9
|
+
|
|
10
|
+
> The following Energistics (c) products were used in the creation of this work:
|
|
11
|
+
> Energistics Transfer Protocol (ETP) v1.2 and RESQML v2.0.1
|
|
12
|
+
|
|
7
13
|
# Installing the library
|
|
8
14
|
This package is published to PyPI, and can be installed via:
|
|
9
15
|
```bash
|
|
@@ -9,12 +9,11 @@ description = "Interface with OSDU RDDMS using ETP protocol"
|
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Adam Cheng", email = "52572642+adamchengtkc@users.noreply.github.com"}
|
|
11
11
|
]
|
|
12
|
-
requires-python = ">=3.
|
|
12
|
+
requires-python = ">=3.11"
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
license = "Apache-2.0"
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Development Status :: 3 - Alpha",
|
|
17
|
-
"Programming Language :: Python :: 3.10",
|
|
18
17
|
"Programming Language :: Python :: 3.11",
|
|
19
18
|
"Programming Language :: Python :: 3.12",
|
|
20
19
|
"Programming Language :: Python :: 3.13",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.datatypes.any_array_type import AnyArrayType
|
|
2
|
+
from etptypes.energistics.etp.v12.datatypes.any_logical_array_type import (
|
|
3
|
+
AnyLogicalArrayType,
|
|
4
|
+
)
|
|
5
|
+
from etptypes.energistics.etp.v12.datatypes.array_of_string import ArrayOfString
|
|
6
|
+
from etptypes.energistics.etp.v12.datatypes.data_value import DataValue
|
|
7
|
+
from etptypes.energistics.etp.v12.datatypes.error_info import ErrorInfo
|
|
8
|
+
from etptypes.energistics.etp.v12.datatypes.supported_data_object import (
|
|
9
|
+
SupportedDataObject,
|
|
10
|
+
)
|
|
11
|
+
from etptypes.energistics.etp.v12.datatypes.supported_protocol import SupportedProtocol
|
|
12
|
+
from etptypes.energistics.etp.v12.datatypes.uuid import Uuid
|
|
13
|
+
from etptypes.energistics.etp.v12.datatypes.version import Version
|
|
14
|
+
|
|
15
|
+
__all__ = [
|
|
16
|
+
"Version",
|
|
17
|
+
"Uuid",
|
|
18
|
+
"DataValue",
|
|
19
|
+
"ArrayOfString",
|
|
20
|
+
"AnyArrayType",
|
|
21
|
+
"AnyLogicalArrayType",
|
|
22
|
+
"ErrorInfo",
|
|
23
|
+
"SupportedDataObject",
|
|
24
|
+
"SupportedProtocol",
|
|
25
|
+
]
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.data_array_identifier import (
|
|
2
|
+
DataArrayIdentifier,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.data_array_metadata import (
|
|
5
|
+
DataArrayMetadata,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.get_data_subarrays_type import (
|
|
8
|
+
GetDataSubarraysType,
|
|
9
|
+
)
|
|
10
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.put_data_arrays_type import (
|
|
11
|
+
PutDataArraysType,
|
|
12
|
+
)
|
|
13
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.put_data_subarrays_type import (
|
|
14
|
+
PutDataSubarraysType,
|
|
15
|
+
)
|
|
16
|
+
from etptypes.energistics.etp.v12.datatypes.data_array_types.put_uninitialized_data_array_type import (
|
|
17
|
+
PutUninitializedDataArrayType,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
"DataArrayIdentifier",
|
|
22
|
+
"DataArrayMetadata",
|
|
23
|
+
"GetDataSubarraysType",
|
|
24
|
+
"PutDataArraysType",
|
|
25
|
+
"PutDataSubarraysType",
|
|
26
|
+
"PutUninitializedDataArrayType",
|
|
27
|
+
]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.datatypes.object.context_info import ContextInfo
|
|
2
|
+
from etptypes.energistics.etp.v12.datatypes.object.context_scope_kind import (
|
|
3
|
+
ContextScopeKind,
|
|
4
|
+
)
|
|
5
|
+
from etptypes.energistics.etp.v12.datatypes.object.data_object import DataObject
|
|
6
|
+
from etptypes.energistics.etp.v12.datatypes.object.dataspace import Dataspace
|
|
7
|
+
from etptypes.energistics.etp.v12.datatypes.object.edge import Edge
|
|
8
|
+
from etptypes.energistics.etp.v12.datatypes.object.relationship_kind import (
|
|
9
|
+
RelationshipKind,
|
|
10
|
+
)
|
|
11
|
+
from etptypes.energistics.etp.v12.datatypes.object.resource import Resource
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
"DataObject",
|
|
15
|
+
"Resource",
|
|
16
|
+
"Dataspace",
|
|
17
|
+
"ContextInfo",
|
|
18
|
+
"ContextScopeKind",
|
|
19
|
+
"RelationshipKind",
|
|
20
|
+
"Resource",
|
|
21
|
+
"Edge",
|
|
22
|
+
]
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.core.authorize import Authorize
|
|
2
|
+
from etptypes.energistics.etp.v12.protocol.core.authorize_response import (
|
|
3
|
+
AuthorizeResponse,
|
|
4
|
+
)
|
|
5
|
+
from etptypes.energistics.etp.v12.protocol.core.close_session import CloseSession
|
|
6
|
+
from etptypes.energistics.etp.v12.protocol.core.open_session import OpenSession
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.core.protocol_exception import (
|
|
8
|
+
ProtocolException,
|
|
9
|
+
)
|
|
10
|
+
from etptypes.energistics.etp.v12.protocol.core.request_session import RequestSession
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
"Authorize",
|
|
14
|
+
"AuthorizeResponse",
|
|
15
|
+
"CloseSession",
|
|
16
|
+
"OpenSession",
|
|
17
|
+
"ProtocolException",
|
|
18
|
+
"RequestSession",
|
|
19
|
+
]
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_array_metadata import (
|
|
2
|
+
GetDataArrayMetadata,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_array_metadata_response import (
|
|
5
|
+
GetDataArrayMetadataResponse,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_arrays import (
|
|
8
|
+
GetDataArrays,
|
|
9
|
+
)
|
|
10
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_arrays_response import (
|
|
11
|
+
GetDataArraysResponse,
|
|
12
|
+
)
|
|
13
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_subarrays import (
|
|
14
|
+
GetDataSubarrays,
|
|
15
|
+
)
|
|
16
|
+
from etptypes.energistics.etp.v12.protocol.data_array.get_data_subarrays_response import (
|
|
17
|
+
GetDataSubarraysResponse,
|
|
18
|
+
)
|
|
19
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_data_arrays import (
|
|
20
|
+
PutDataArrays,
|
|
21
|
+
)
|
|
22
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_data_arrays_response import (
|
|
23
|
+
PutDataArraysResponse,
|
|
24
|
+
)
|
|
25
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_data_subarrays import (
|
|
26
|
+
PutDataSubarrays,
|
|
27
|
+
)
|
|
28
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_data_subarrays_response import (
|
|
29
|
+
PutDataSubarraysResponse,
|
|
30
|
+
)
|
|
31
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_uninitialized_data_arrays import (
|
|
32
|
+
PutUninitializedDataArrays,
|
|
33
|
+
)
|
|
34
|
+
from etptypes.energistics.etp.v12.protocol.data_array.put_uninitialized_data_arrays_response import (
|
|
35
|
+
PutUninitializedDataArraysResponse,
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
__all__ = [
|
|
39
|
+
"GetDataArrayMetadata",
|
|
40
|
+
"GetDataArrayMetadataResponse",
|
|
41
|
+
"GetDataArrays",
|
|
42
|
+
"GetDataArraysResponse",
|
|
43
|
+
"GetDataSubarrays",
|
|
44
|
+
"GetDataSubarraysResponse",
|
|
45
|
+
"PutDataArrays",
|
|
46
|
+
"PutDataArraysResponse",
|
|
47
|
+
"PutDataSubarrays",
|
|
48
|
+
"PutDataSubarraysResponse",
|
|
49
|
+
"PutUninitializedDataArrays",
|
|
50
|
+
"PutUninitializedDataArraysResponse",
|
|
51
|
+
]
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.delete_dataspaces import (
|
|
2
|
+
DeleteDataspaces,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.delete_dataspaces_response import (
|
|
5
|
+
DeleteDataspacesResponse,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.get_dataspaces import GetDataspaces
|
|
8
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.get_dataspaces_response import (
|
|
9
|
+
GetDataspacesResponse,
|
|
10
|
+
)
|
|
11
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.put_dataspaces import PutDataspaces
|
|
12
|
+
from etptypes.energistics.etp.v12.protocol.dataspace.put_dataspaces_response import (
|
|
13
|
+
PutDataspacesResponse,
|
|
14
|
+
)
|
|
15
|
+
|
|
16
|
+
__all__ = [
|
|
17
|
+
"DeleteDataspaces",
|
|
18
|
+
"DeleteDataspacesResponse",
|
|
19
|
+
"GetDataspaces",
|
|
20
|
+
"GetDataspacesResponse",
|
|
21
|
+
"PutDataspaces",
|
|
22
|
+
"PutDataspacesResponse",
|
|
23
|
+
]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.discovery.get_deleted_resources import (
|
|
2
|
+
GetDeletedResources,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.protocol.discovery.get_deleted_resources_response import (
|
|
5
|
+
GetDeletedResourcesResponse,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.discovery.get_resources import GetResources
|
|
8
|
+
from etptypes.energistics.etp.v12.protocol.discovery.get_resources_edges_response import (
|
|
9
|
+
GetResourcesEdgesResponse,
|
|
10
|
+
)
|
|
11
|
+
from etptypes.energistics.etp.v12.protocol.discovery.get_resources_response import (
|
|
12
|
+
GetResourcesResponse,
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
__all__ = [
|
|
16
|
+
"GetResources",
|
|
17
|
+
"GetResourcesResponse",
|
|
18
|
+
"GetResourcesEdgesResponse",
|
|
19
|
+
"GetDeletedResources",
|
|
20
|
+
"GetDeletedResourcesResponse",
|
|
21
|
+
]
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.store.chunk import (
|
|
2
|
+
Chunk,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.protocol.store.delete_data_objects import (
|
|
5
|
+
DeleteDataObjects,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.store.delete_data_objects_response import (
|
|
8
|
+
DeleteDataObjectsResponse,
|
|
9
|
+
)
|
|
10
|
+
from etptypes.energistics.etp.v12.protocol.store.get_data_objects import GetDataObjects
|
|
11
|
+
from etptypes.energistics.etp.v12.protocol.store.get_data_objects_response import (
|
|
12
|
+
GetDataObjectsResponse,
|
|
13
|
+
)
|
|
14
|
+
from etptypes.energistics.etp.v12.protocol.store.put_data_objects import PutDataObjects
|
|
15
|
+
from etptypes.energistics.etp.v12.protocol.store.put_data_objects_response import (
|
|
16
|
+
PutDataObjectsResponse,
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
"PutDataObjects",
|
|
21
|
+
"PutDataObjectsResponse",
|
|
22
|
+
"GetDataObjectsResponse",
|
|
23
|
+
"GetDataObjects",
|
|
24
|
+
"DeleteDataObjectsResponse",
|
|
25
|
+
"DeleteDataObjects",
|
|
26
|
+
"Chunk",
|
|
27
|
+
]
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
from etptypes.energistics.etp.v12.protocol.transaction.commit_transaction import (
|
|
2
|
+
CommitTransaction,
|
|
3
|
+
)
|
|
4
|
+
from etptypes.energistics.etp.v12.protocol.transaction.commit_transaction_response import (
|
|
5
|
+
CommitTransactionResponse,
|
|
6
|
+
)
|
|
7
|
+
from etptypes.energistics.etp.v12.protocol.transaction.rollback_transaction import (
|
|
8
|
+
RollbackTransaction,
|
|
9
|
+
)
|
|
10
|
+
from etptypes.energistics.etp.v12.protocol.transaction.rollback_transaction_response import (
|
|
11
|
+
RollbackTransactionResponse,
|
|
12
|
+
)
|
|
13
|
+
from etptypes.energistics.etp.v12.protocol.transaction.start_transaction import (
|
|
14
|
+
StartTransaction,
|
|
15
|
+
)
|
|
16
|
+
from etptypes.energistics.etp.v12.protocol.transaction.start_transaction_response import (
|
|
17
|
+
StartTransactionResponse,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
"StartTransaction",
|
|
22
|
+
"StartTransactionResponse",
|
|
23
|
+
"CommitTransaction",
|
|
24
|
+
"CommitTransactionResponse",
|
|
25
|
+
"RollbackTransaction",
|
|
26
|
+
"RollbackTransactionResponse",
|
|
27
|
+
]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from ._version import __version__
|
|
2
|
-
from .client import ETPClient, ETPError, connect, etp_connect
|
|
2
|
+
from .client import ETPClient, ETPError, connect, etp_connect
|
|
3
3
|
from .uri import DataObjectURI, DataspaceURI
|
|
4
4
|
|
|
5
5
|
__all__ = [
|
|
@@ -8,7 +8,6 @@ __all__ = [
|
|
|
8
8
|
"ETPError",
|
|
9
9
|
"connect",
|
|
10
10
|
"etp_connect",
|
|
11
|
-
"etp_persistent_connect",
|
|
12
11
|
"DataObjectURI",
|
|
13
12
|
"DataspaceURI",
|
|
14
13
|
]
|
|
@@ -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.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.47'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 47)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gdb9b9883f'
|