th2-grpc-lw-data-provider 2.5.0rc1__tar.gz → 2.5.1.dev18307805346__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 th2-grpc-lw-data-provider might be problematic. Click here for more details.
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/PKG-INFO +6 -3
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/README.md +4 -1
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/package_info.json +1 -1
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/setup.py +2 -17
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/lw_data_provider_pb2.py +22 -12
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/lw_data_provider_pb2.pyi +116 -88
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/lw_data_provider_pb2_grpc.py +133 -32
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/queue_data_provider_pb2.py +14 -4
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/queue_data_provider_pb2.pyi +36 -40
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/queue_data_provider_pb2_grpc.py +49 -8
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider.egg-info/PKG-INFO +6 -3
- th2_grpc_lw_data_provider-2.5.1.dev18307805346/th2_grpc_lw_data_provider.egg-info/requires.txt +1 -0
- th2_grpc_lw_data_provider-2.5.0rc1/th2_grpc_lw_data_provider.egg-info/requires.txt +0 -2
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/setup.cfg +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/__init__.py +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/lw_data_provider.proto +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/py.typed +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider/queue_data_provider.proto +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider.egg-info/SOURCES.txt +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider.egg-info/dependency_links.txt +0 -0
- {th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/th2_grpc_lw_data_provider.egg-info/top_level.txt +0 -0
{th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/PKG-INFO
RENAMED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: th2_grpc_lw_data_provider
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.1.dev18307805346
|
|
4
4
|
Summary: th2_grpc_lw_data_provider
|
|
5
|
-
Home-page: https://github.com/th2-net/th2-
|
|
5
|
+
Home-page: https://github.com/th2-net/th2-lw-data-provider/grpc
|
|
6
6
|
Author: TH2-devs
|
|
7
7
|
Author-email: th2-devs@exactprosystems.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Requires-Python: >=3.7
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
|
-
# gRPC for lw-data-provider (2.5.
|
|
12
|
+
# gRPC for lw-data-provider (2.5.1)
|
|
13
13
|
|
|
14
14
|
## Release notes:
|
|
15
15
|
|
|
16
|
+
### 2.5.1
|
|
17
|
+
+ th2 grpc common `4.7.2`
|
|
18
|
+
|
|
16
19
|
### 2.5.0
|
|
17
20
|
|
|
18
21
|
+ th2 gradle plugin `0.3.7`
|
{th2_grpc_lw_data_provider-2.5.0rc1 → th2_grpc_lw_data_provider-2.5.1.dev18307805346}/setup.py
RENAMED
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
# Copyright 2022 Exactpro (Exactpro Systems Limited)
|
|
2
|
-
#
|
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
# you may not use this file except in compliance with the License.
|
|
5
|
-
# You may obtain a copy of the License at
|
|
6
|
-
#
|
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
#
|
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
# See the License for the specific language governing permissions and
|
|
13
|
-
# limitations under the License.
|
|
14
|
-
|
|
15
1
|
import json
|
|
16
2
|
import os
|
|
17
3
|
from distutils.cmd import Command
|
|
@@ -116,12 +102,11 @@ setup(
|
|
|
116
102
|
long_description_content_type='text/markdown',
|
|
117
103
|
author='TH2-devs',
|
|
118
104
|
author_email='th2-devs@exactprosystems.com',
|
|
119
|
-
url='https://github.com/th2-net/th2-
|
|
105
|
+
url='https://github.com/th2-net/th2-lw-data-provider/grpc',
|
|
120
106
|
license='Apache License 2.0',
|
|
121
107
|
python_requires='>=3.7',
|
|
122
108
|
install_requires=[
|
|
123
|
-
'th2-grpc-common
|
|
124
|
-
'mypy-protobuf==3.4'
|
|
109
|
+
'th2-grpc-common>=4.7.2,<5'
|
|
125
110
|
],
|
|
126
111
|
packages=packages,
|
|
127
112
|
package_data=package_data,
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
3
4
|
# source: th2_grpc_lw_data_provider/lw_data_provider.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
4
6
|
"""Generated protocol buffer code."""
|
|
5
7
|
from google.protobuf import descriptor as _descriptor
|
|
6
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
7
10
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
11
|
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'th2_grpc_lw_data_provider/lw_data_provider.proto'
|
|
19
|
+
)
|
|
9
20
|
# @@protoc_insertion_point(imports)
|
|
10
21
|
|
|
11
22
|
_sym_db = _symbol_database.Default()
|
|
@@ -22,18 +33,17 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0th2_grpc_lw_data_
|
|
|
22
33
|
_globals = globals()
|
|
23
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
24
35
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'th2_grpc_lw_data_provider.lw_data_provider_pb2', _globals)
|
|
25
|
-
if _descriptor._USE_C_DESCRIPTORS
|
|
26
|
-
|
|
27
|
-
DESCRIPTOR.
|
|
28
|
-
|
|
29
|
-
_MESSAGEGROUPSSEARCHREQUEST.fields_by_name['sort'].
|
|
30
|
-
_MESSAGEGROUPSSEARCHREQUEST.fields_by_name['
|
|
31
|
-
_MESSAGEGROUPSSEARCHREQUEST.fields_by_name['raw_only'].
|
|
32
|
-
|
|
33
|
-
_MESSAGEGROUPRESPONSE_MESSAGEPROPERTIESENTRY.
|
|
34
|
-
|
|
35
|
-
_MESSAGEGROUPRESPONSE.fields_by_name['timestamp'].
|
|
36
|
-
_MESSAGEGROUPRESPONSE.fields_by_name['timestamp']._serialized_options = b'\030\001'
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n%com.exactpro.th2.dataprovider.lw.grpcP\001Z/github.com/th2-net/th2-grpc-lw-data-provider-go'
|
|
39
|
+
_globals['_MESSAGEGROUPSSEARCHREQUEST'].fields_by_name['sort']._loaded_options = None
|
|
40
|
+
_globals['_MESSAGEGROUPSSEARCHREQUEST'].fields_by_name['sort']._serialized_options = b'\030\001'
|
|
41
|
+
_globals['_MESSAGEGROUPSSEARCHREQUEST'].fields_by_name['raw_only']._loaded_options = None
|
|
42
|
+
_globals['_MESSAGEGROUPSSEARCHREQUEST'].fields_by_name['raw_only']._serialized_options = b'\030\001'
|
|
43
|
+
_globals['_MESSAGEGROUPRESPONSE_MESSAGEPROPERTIESENTRY']._loaded_options = None
|
|
44
|
+
_globals['_MESSAGEGROUPRESPONSE_MESSAGEPROPERTIESENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_MESSAGEGROUPRESPONSE'].fields_by_name['timestamp']._loaded_options = None
|
|
46
|
+
_globals['_MESSAGEGROUPRESPONSE'].fields_by_name['timestamp']._serialized_options = b'\030\001'
|
|
37
47
|
_globals['_TIMERELATION']._serialized_start=4040
|
|
38
48
|
_globals['_TIMERELATION']._serialized_end=4078
|
|
39
49
|
_globals['_EVENTSCOPE']._serialized_start=196
|