nidx-protos 6.4.0.post4127__py3-none-any.whl → 6.4.0.post4132__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.
- nidx_protos/nidx_pb2.py +6 -6
- nidx_protos/nidx_pb2_grpc.py +0 -43
- nidx_protos/nodereader_pb2.py +17 -37
- nidx_protos/nodereader_pb2.pyi +0 -156
- nidx_protos/noderesources_pb2.py +55 -71
- nidx_protos/noderesources_pb2.pyi +0 -80
- nidx_protos/nodewriter_pb2.py +15 -25
- nidx_protos/nodewriter_pb2.pyi +0 -62
- {nidx_protos-6.4.0.post4127.dist-info → nidx_protos-6.4.0.post4132.dist-info}/METADATA +1 -1
- nidx_protos-6.4.0.post4132.dist-info/RECORD +15 -0
- nidx_protos/nodereader_pb2_grpc.py +0 -579
- nidx_protos/nodewriter_pb2_grpc.py +0 -571
- nidx_protos-6.4.0.post4127.dist-info/RECORD +0 -17
- {nidx_protos-6.4.0.post4127.dist-info → nidx_protos-6.4.0.post4132.dist-info}/WHEEL +0 -0
- {nidx_protos-6.4.0.post4127.dist-info → nidx_protos-6.4.0.post4132.dist-info}/entry_points.txt +0 -0
@@ -255,16 +255,6 @@ class Shard(google.protobuf.message.Message):
|
|
255
255
|
|
256
256
|
global___Shard = Shard
|
257
257
|
|
258
|
-
@typing.final
|
259
|
-
class EmptyResponse(google.protobuf.message.Message):
|
260
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
261
|
-
|
262
|
-
def __init__(
|
263
|
-
self,
|
264
|
-
) -> None: ...
|
265
|
-
|
266
|
-
global___EmptyResponse = EmptyResponse
|
267
|
-
|
268
258
|
@typing.final
|
269
259
|
class EmptyQuery(google.protobuf.message.Message):
|
270
260
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
@@ -863,76 +853,6 @@ class ShardMetadata(google.protobuf.message.Message):
|
|
863
853
|
|
864
854
|
global___ShardMetadata = ShardMetadata
|
865
855
|
|
866
|
-
@typing.final
|
867
|
-
class NodeMetadata(google.protobuf.message.Message):
|
868
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
869
|
-
|
870
|
-
@typing.final
|
871
|
-
class ShardMetadata(google.protobuf.message.Message):
|
872
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
873
|
-
|
874
|
-
KBID_FIELD_NUMBER: builtins.int
|
875
|
-
LOAD_SCORE_FIELD_NUMBER: builtins.int
|
876
|
-
kbid: builtins.str
|
877
|
-
load_score: builtins.float
|
878
|
-
def __init__(
|
879
|
-
self,
|
880
|
-
*,
|
881
|
-
kbid: builtins.str = ...,
|
882
|
-
load_score: builtins.float = ...,
|
883
|
-
) -> None: ...
|
884
|
-
def ClearField(self, field_name: typing.Literal["kbid", b"kbid", "load_score", b"load_score"]) -> None: ...
|
885
|
-
|
886
|
-
@typing.final
|
887
|
-
class ShardsEntry(google.protobuf.message.Message):
|
888
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
889
|
-
|
890
|
-
KEY_FIELD_NUMBER: builtins.int
|
891
|
-
VALUE_FIELD_NUMBER: builtins.int
|
892
|
-
key: builtins.str
|
893
|
-
@property
|
894
|
-
def value(self) -> global___NodeMetadata.ShardMetadata: ...
|
895
|
-
def __init__(
|
896
|
-
self,
|
897
|
-
*,
|
898
|
-
key: builtins.str = ...,
|
899
|
-
value: global___NodeMetadata.ShardMetadata | None = ...,
|
900
|
-
) -> None: ...
|
901
|
-
def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
|
902
|
-
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
903
|
-
|
904
|
-
LOAD_SCORE_FIELD_NUMBER: builtins.int
|
905
|
-
SHARD_COUNT_FIELD_NUMBER: builtins.int
|
906
|
-
SHARDS_FIELD_NUMBER: builtins.int
|
907
|
-
NODE_ID_FIELD_NUMBER: builtins.int
|
908
|
-
PRIMARY_NODE_ID_FIELD_NUMBER: builtins.int
|
909
|
-
AVAILABLE_DISK_FIELD_NUMBER: builtins.int
|
910
|
-
TOTAL_DISK_FIELD_NUMBER: builtins.int
|
911
|
-
load_score: builtins.float
|
912
|
-
shard_count: builtins.int
|
913
|
-
node_id: builtins.str
|
914
|
-
primary_node_id: builtins.str
|
915
|
-
available_disk: builtins.int
|
916
|
-
total_disk: builtins.int
|
917
|
-
@property
|
918
|
-
def shards(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___NodeMetadata.ShardMetadata]: ...
|
919
|
-
def __init__(
|
920
|
-
self,
|
921
|
-
*,
|
922
|
-
load_score: builtins.float = ...,
|
923
|
-
shard_count: builtins.int = ...,
|
924
|
-
shards: collections.abc.Mapping[builtins.str, global___NodeMetadata.ShardMetadata] | None = ...,
|
925
|
-
node_id: builtins.str = ...,
|
926
|
-
primary_node_id: builtins.str | None = ...,
|
927
|
-
available_disk: builtins.int = ...,
|
928
|
-
total_disk: builtins.int = ...,
|
929
|
-
) -> None: ...
|
930
|
-
def HasField(self, field_name: typing.Literal["_primary_node_id", b"_primary_node_id", "primary_node_id", b"primary_node_id"]) -> builtins.bool: ...
|
931
|
-
def ClearField(self, field_name: typing.Literal["_primary_node_id", b"_primary_node_id", "available_disk", b"available_disk", "load_score", b"load_score", "node_id", b"node_id", "primary_node_id", b"primary_node_id", "shard_count", b"shard_count", "shards", b"shards", "total_disk", b"total_disk"]) -> None: ...
|
932
|
-
def WhichOneof(self, oneof_group: typing.Literal["_primary_node_id", b"_primary_node_id"]) -> typing.Literal["primary_node_id"] | None: ...
|
933
|
-
|
934
|
-
global___NodeMetadata = NodeMetadata
|
935
|
-
|
936
856
|
@typing.final
|
937
857
|
class StringList(google.protobuf.message.Message):
|
938
858
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
nidx_protos/nodewriter_pb2.py
CHANGED
@@ -30,7 +30,7 @@ except AttributeError:
|
|
30
30
|
|
31
31
|
from nidx_protos.noderesources_pb2 import *
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cnidx_protos/nodewriter.proto\x12\nnodewriter\x1a\x1fnidx_protos/noderesources.proto\"\xd9\x01\n\x08OpStatus\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.nodewriter.OpStatus.Status\x12\x0e\n\x06\x64\x65tail\x18\x02 \x01(\t\x12\x17\n\x0b\x66ield_count\x18\x03 \x01(\x04\x42\x02\x18\x01\x12\x1b\n\x0fparagraph_count\x18\x05 \x01(\x04\x42\x02\x18\x01\x12\x1a\n\x0esentence_count\x18\x06 \x01(\x04\x42\x02\x18\x01\x12\x14\n\x08shard_id\x18\x04 \x01(\tB\x02\x18\x01\"(\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0b\n\x07WARNING\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"\x86\x02\n\x0cIndexMessage\x12\x0c\n\x04node\x18\x01 \x01(\t\x12\r\n\x05shard\x18\x02 \x01(\t\x12\x0c\n\x04txid\x18\x03 \x01(\x04\x12\x10\n\x08resource\x18\x04 \x01(\t\x12,\n\x0btypemessage\x18\x05 \x01(\x0e\x32\x17.nodewriter.TypeMessage\x12\x12\n\nreindex_id\x18\x06 \x01(\t\x12\x16\n\tpartition\x18\x07 \x01(\tH\x00\x88\x01\x01\x12\x13\n\x0bstorage_key\x18\x08 \x01(\t\x12\x0c\n\x04kbid\x18\t \x01(\t\x12.\n\x06source\x18\n \x01(\x0e\x32\x1e.nodewriter.IndexMessageSourceB\x0c\n\n_partition\"
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cnidx_protos/nodewriter.proto\x12\nnodewriter\x1a\x1fnidx_protos/noderesources.proto\"\xd9\x01\n\x08OpStatus\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.nodewriter.OpStatus.Status\x12\x0e\n\x06\x64\x65tail\x18\x02 \x01(\t\x12\x17\n\x0b\x66ield_count\x18\x03 \x01(\x04\x42\x02\x18\x01\x12\x1b\n\x0fparagraph_count\x18\x05 \x01(\x04\x42\x02\x18\x01\x12\x1a\n\x0esentence_count\x18\x06 \x01(\x04\x42\x02\x18\x01\x12\x14\n\x08shard_id\x18\x04 \x01(\tB\x02\x18\x01\"(\n\x06Status\x12\x06\n\x02OK\x10\x00\x12\x0b\n\x07WARNING\x10\x01\x12\t\n\x05\x45RROR\x10\x02\"\x86\x02\n\x0cIndexMessage\x12\x0c\n\x04node\x18\x01 \x01(\t\x12\r\n\x05shard\x18\x02 \x01(\t\x12\x0c\n\x04txid\x18\x03 \x01(\x04\x12\x10\n\x08resource\x18\x04 \x01(\t\x12,\n\x0btypemessage\x18\x05 \x01(\x0e\x32\x17.nodewriter.TypeMessage\x12\x12\n\nreindex_id\x18\x06 \x01(\t\x12\x16\n\tpartition\x18\x07 \x01(\tH\x00\x88\x01\x01\x12\x13\n\x0bstorage_key\x18\x08 \x01(\t\x12\x0c\n\x04kbid\x18\t \x01(\t\x12.\n\x06source\x18\n \x01(\x0e\x32\x1e.nodewriter.IndexMessageSourceB\x0c\n\n_partition\"\xbc\x01\n\x11VectorIndexConfig\x12+\n\nsimilarity\x18\x01 \x01(\x0e\x32\x17.utils.VectorSimilarity\x12\x19\n\x11normalize_vectors\x18\x02 \x01(\x08\x12+\n\x0bvector_type\x18\x03 \x01(\x0e\x32\x16.nodewriter.VectorType\x12\x1d\n\x10vector_dimension\x18\x04 \x01(\rH\x00\x88\x01\x01\x42\x13\n\x11_vector_dimension\"\xfb\x02\n\x0fNewShardRequest\x12/\n\nsimilarity\x18\x01 \x01(\x0e\x32\x17.utils.VectorSimilarityB\x02\x18\x01\x12\x0c\n\x04kbid\x18\x02 \x01(\t\x12.\n\x0frelease_channel\x18\x03 \x01(\x0e\x32\x15.utils.ReleaseChannel\x12\x1d\n\x11normalize_vectors\x18\x04 \x01(\x08\x42\x02\x18\x01\x12\x31\n\x06\x63onfig\x18\x05 \x01(\x0b\x32\x1d.nodewriter.VectorIndexConfigB\x02\x18\x01\x12N\n\x12vectorsets_configs\x18\x06 \x03(\x0b\x32\x32.nodewriter.NewShardRequest.VectorsetsConfigsEntry\x1aW\n\x16VectorsetsConfigsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.nodewriter.VectorIndexConfig:\x02\x38\x01\"\xbc\x01\n\x13NewVectorSetRequest\x12&\n\x02id\x18\x01 \x01(\x0b\x32\x1a.noderesources.VectorSetID\x12/\n\nsimilarity\x18\x02 \x01(\x0e\x32\x17.utils.VectorSimilarityB\x02\x18\x01\x12\x1d\n\x11normalize_vectors\x18\x03 \x01(\x08\x42\x02\x18\x01\x12-\n\x06\x63onfig\x18\x04 \x01(\x0b\x32\x1d.nodewriter.VectorIndexConfig*)\n\x0bTypeMessage\x12\x0c\n\x08\x43REATION\x10\x00\x12\x0c\n\x08\x44\x45LETION\x10\x01*/\n\x12IndexMessageSource\x12\r\n\tPROCESSOR\x10\x00\x12\n\n\x06WRITER\x10\x01*\x1b\n\nVectorType\x12\r\n\tDENSE_F32\x10\x00P\x00\x62\x06proto3')
|
34
34
|
|
35
35
|
_globals = globals()
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -57,34 +57,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
57
57
|
_globals['_NEWVECTORSETREQUEST'].fields_by_name['similarity']._serialized_options = b'\030\001'
|
58
58
|
_globals['_NEWVECTORSETREQUEST'].fields_by_name['normalize_vectors']._loaded_options = None
|
59
59
|
_globals['_NEWVECTORSETREQUEST'].fields_by_name['normalize_vectors']._serialized_options = b'\030\001'
|
60
|
-
_globals['_TYPEMESSAGE']._serialized_start=
|
61
|
-
_globals['_TYPEMESSAGE']._serialized_end=
|
62
|
-
_globals['_INDEXMESSAGESOURCE']._serialized_start=
|
63
|
-
_globals['_INDEXMESSAGESOURCE']._serialized_end=
|
64
|
-
_globals['_VECTORTYPE']._serialized_start=
|
65
|
-
_globals['_VECTORTYPE']._serialized_end=
|
60
|
+
_globals['_TYPEMESSAGE']._serialized_start=1326
|
61
|
+
_globals['_TYPEMESSAGE']._serialized_end=1367
|
62
|
+
_globals['_INDEXMESSAGESOURCE']._serialized_start=1369
|
63
|
+
_globals['_INDEXMESSAGESOURCE']._serialized_end=1416
|
64
|
+
_globals['_VECTORTYPE']._serialized_start=1418
|
65
|
+
_globals['_VECTORTYPE']._serialized_end=1445
|
66
66
|
_globals['_OPSTATUS']._serialized_start=78
|
67
67
|
_globals['_OPSTATUS']._serialized_end=295
|
68
68
|
_globals['_OPSTATUS_STATUS']._serialized_start=255
|
69
69
|
_globals['_OPSTATUS_STATUS']._serialized_end=295
|
70
70
|
_globals['_INDEXMESSAGE']._serialized_start=298
|
71
71
|
_globals['_INDEXMESSAGE']._serialized_end=560
|
72
|
-
_globals['
|
73
|
-
_globals['
|
74
|
-
_globals['
|
75
|
-
_globals['
|
76
|
-
_globals['
|
77
|
-
_globals['
|
78
|
-
_globals['
|
79
|
-
_globals['
|
80
|
-
_globals['_NEWSHARDREQUEST_VECTORSETSCONFIGSENTRY']._serialized_start=1168
|
81
|
-
_globals['_NEWSHARDREQUEST_VECTORSETSCONFIGSENTRY']._serialized_end=1255
|
82
|
-
_globals['_NEWVECTORSETREQUEST']._serialized_start=1258
|
83
|
-
_globals['_NEWVECTORSETREQUEST']._serialized_end=1446
|
84
|
-
_globals['_MERGERESPONSE']._serialized_start=1449
|
85
|
-
_globals['_MERGERESPONSE']._serialized_end=1595
|
86
|
-
_globals['_MERGERESPONSE_MERGESTATUS']._serialized_start=1574
|
87
|
-
_globals['_MERGERESPONSE_MERGESTATUS']._serialized_end=1595
|
88
|
-
_globals['_NODEWRITER']._serialized_start=1719
|
89
|
-
_globals['_NODEWRITER']._serialized_end=2568
|
72
|
+
_globals['_VECTORINDEXCONFIG']._serialized_start=563
|
73
|
+
_globals['_VECTORINDEXCONFIG']._serialized_end=751
|
74
|
+
_globals['_NEWSHARDREQUEST']._serialized_start=754
|
75
|
+
_globals['_NEWSHARDREQUEST']._serialized_end=1133
|
76
|
+
_globals['_NEWSHARDREQUEST_VECTORSETSCONFIGSENTRY']._serialized_start=1046
|
77
|
+
_globals['_NEWSHARDREQUEST_VECTORSETSCONFIGSENTRY']._serialized_end=1133
|
78
|
+
_globals['_NEWVECTORSETREQUEST']._serialized_start=1136
|
79
|
+
_globals['_NEWVECTORSETREQUEST']._serialized_end=1324
|
90
80
|
# @@protoc_insertion_point(module_scope)
|
nidx_protos/nodewriter_pb2.pyi
CHANGED
@@ -20,13 +20,11 @@ else:
|
|
20
20
|
import typing_extensions
|
21
21
|
from nidx_protos.noderesources_pb2 import (
|
22
22
|
EmptyQuery as EmptyQuery,
|
23
|
-
EmptyResponse as EmptyResponse,
|
24
23
|
IndexMetadata as IndexMetadata,
|
25
24
|
IndexParagraph as IndexParagraph,
|
26
25
|
IndexParagraphs as IndexParagraphs,
|
27
26
|
IndexRelation as IndexRelation,
|
28
27
|
IndexRelations as IndexRelations,
|
29
|
-
NodeMetadata as NodeMetadata,
|
30
28
|
ParagraphMetadata as ParagraphMetadata,
|
31
29
|
Position as Position,
|
32
30
|
Representation as Representation,
|
@@ -182,34 +180,6 @@ class IndexMessage(google.protobuf.message.Message):
|
|
182
180
|
|
183
181
|
global___IndexMessage = IndexMessage
|
184
182
|
|
185
|
-
@typing.final
|
186
|
-
class GarbageCollectorResponse(google.protobuf.message.Message):
|
187
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
188
|
-
|
189
|
-
class _Status:
|
190
|
-
ValueType = typing.NewType("ValueType", builtins.int)
|
191
|
-
V: typing_extensions.TypeAlias = ValueType
|
192
|
-
|
193
|
-
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[GarbageCollectorResponse._Status.ValueType], builtins.type):
|
194
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
195
|
-
OK: GarbageCollectorResponse._Status.ValueType # 0
|
196
|
-
TRY_LATER: GarbageCollectorResponse._Status.ValueType # 1
|
197
|
-
|
198
|
-
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
199
|
-
OK: GarbageCollectorResponse.Status.ValueType # 0
|
200
|
-
TRY_LATER: GarbageCollectorResponse.Status.ValueType # 1
|
201
|
-
|
202
|
-
STATUS_FIELD_NUMBER: builtins.int
|
203
|
-
status: global___GarbageCollectorResponse.Status.ValueType
|
204
|
-
def __init__(
|
205
|
-
self,
|
206
|
-
*,
|
207
|
-
status: global___GarbageCollectorResponse.Status.ValueType = ...,
|
208
|
-
) -> None: ...
|
209
|
-
def ClearField(self, field_name: typing.Literal["status", b"status"]) -> None: ...
|
210
|
-
|
211
|
-
global___GarbageCollectorResponse = GarbageCollectorResponse
|
212
|
-
|
213
183
|
@typing.final
|
214
184
|
class VectorIndexConfig(google.protobuf.message.Message):
|
215
185
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
@@ -314,35 +284,3 @@ class NewVectorSetRequest(google.protobuf.message.Message):
|
|
314
284
|
def ClearField(self, field_name: typing.Literal["config", b"config", "id", b"id", "normalize_vectors", b"normalize_vectors", "similarity", b"similarity"]) -> None: ...
|
315
285
|
|
316
286
|
global___NewVectorSetRequest = NewVectorSetRequest
|
317
|
-
|
318
|
-
@typing.final
|
319
|
-
class MergeResponse(google.protobuf.message.Message):
|
320
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
321
|
-
|
322
|
-
class _MergeStatus:
|
323
|
-
ValueType = typing.NewType("ValueType", builtins.int)
|
324
|
-
V: typing_extensions.TypeAlias = ValueType
|
325
|
-
|
326
|
-
class _MergeStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MergeResponse._MergeStatus.ValueType], builtins.type):
|
327
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
328
|
-
OK: MergeResponse._MergeStatus.ValueType # 0
|
329
|
-
|
330
|
-
class MergeStatus(_MergeStatus, metaclass=_MergeStatusEnumTypeWrapper): ...
|
331
|
-
OK: MergeResponse.MergeStatus.ValueType # 0
|
332
|
-
|
333
|
-
STATUS_FIELD_NUMBER: builtins.int
|
334
|
-
MERGED_SEGMENTS_FIELD_NUMBER: builtins.int
|
335
|
-
REMAINING_SEGMENTS_FIELD_NUMBER: builtins.int
|
336
|
-
status: global___MergeResponse.MergeStatus.ValueType
|
337
|
-
merged_segments: builtins.int
|
338
|
-
remaining_segments: builtins.int
|
339
|
-
def __init__(
|
340
|
-
self,
|
341
|
-
*,
|
342
|
-
status: global___MergeResponse.MergeStatus.ValueType = ...,
|
343
|
-
merged_segments: builtins.int = ...,
|
344
|
-
remaining_segments: builtins.int = ...,
|
345
|
-
) -> None: ...
|
346
|
-
def ClearField(self, field_name: typing.Literal["merged_segments", b"merged_segments", "remaining_segments", b"remaining_segments", "status", b"status"]) -> None: ...
|
347
|
-
|
348
|
-
global___MergeResponse = MergeResponse
|
@@ -0,0 +1,15 @@
|
|
1
|
+
.gitignore,sha256=zbyuFRBda3geYggTx5x-hodA1OnMU85vX8u8Ejh630s,2
|
2
|
+
nidx_protos-6.4.0.post4132.dist-info/METADATA,sha256=dOKTeE7KaVX5AGDuVhgZ6UD7WVEjCYyGXql4aTOFtRU,716
|
3
|
+
nidx_protos-6.4.0.post4132.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
4
|
+
nidx_protos-6.4.0.post4132.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
5
|
+
nidx_protos/nidx_pb2.py,sha256=lE2FjO_kfv423SdMM_trdMENvHwJp2aNjpLqtsbuudI,4663
|
6
|
+
nidx_protos/nidx_pb2.pyi,sha256=HwlwYPK99kq4OlTLD7yrqwfIeKEzMk7Qnml6hVpVCqk,1981
|
7
|
+
nidx_protos/nidx_pb2_grpc.py,sha256=TSGgLLbejorhnhtM4XIUVaCUeeh5nZ-qL8B7NM0aOR8,26510
|
8
|
+
nidx_protos/nodereader_pb2.py,sha256=uHrT6CtQ9nIuPbF-QzYHV9eNrXkiwmRlZGGl9fqkAOY,21044
|
9
|
+
nidx_protos/nodereader_pb2.pyi,sha256=8hjL-cwxdaTnVZjosijHNde_BlmQqoDe6sp1ZezthfM,61502
|
10
|
+
nidx_protos/noderesources_pb2.py,sha256=Ckxv6d2GvIZi-X01KdaXPvpWz_ISeirE9rG76y0dzsg,14951
|
11
|
+
nidx_protos/noderesources_pb2.pyi,sha256=FTNXlS_P9RNSb5ayNs7VZl1CKboK0o8tPA6wsYin6MQ,37796
|
12
|
+
nidx_protos/nodewriter_pb2.py,sha256=5fXQgS4n4Euf8WgwcmwSkQcovtyew3Ak9xmLDu79muQ,6848
|
13
|
+
nidx_protos/nodewriter_pb2.pyi,sha256=YHxHMA0qGa0suRKpSRpsKA5bb9QdOy-bGqY220hNyv4,12026
|
14
|
+
nidx_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
nidx_protos-6.4.0.post4132.dist-info/RECORD,,
|