nucliadb-dataset 6.9.5.post5427__py3-none-any.whl → 6.9.5.post5434__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.
- nucliadb_dataset/tests/fixtures.py +2 -2
- {nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/METADATA +4 -4
- {nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/RECORD +6 -6
- {nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/WHEEL +0 -0
- {nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/entry_points.txt +0 -0
- {nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/top_level.txt +0 -0
|
@@ -226,7 +226,7 @@ def temp_folder():
|
|
|
226
226
|
async def ingest_stub(nucliadb) -> AsyncIterator["WriterAsyncStub"]:
|
|
227
227
|
channel = aio.insecure_channel(f"{nucliadb.host}:{nucliadb.grpc}")
|
|
228
228
|
stub = WriterStub(channel)
|
|
229
|
-
yield stub
|
|
229
|
+
yield stub # type: ignore
|
|
230
230
|
await channel.close(grace=True)
|
|
231
231
|
|
|
232
232
|
|
|
@@ -234,5 +234,5 @@ async def ingest_stub(nucliadb) -> AsyncIterator["WriterAsyncStub"]:
|
|
|
234
234
|
def ingest_stub_sync(nucliadb) -> Iterator[WriterStub]:
|
|
235
235
|
channel = grpc.insecure_channel(f"{nucliadb.host}:{nucliadb.grpc}")
|
|
236
236
|
stub = WriterStub(channel)
|
|
237
|
-
yield stub
|
|
237
|
+
yield stub # type: ignore
|
|
238
238
|
channel.close()
|
{nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nucliadb_dataset
|
|
3
|
-
Version: 6.9.5.
|
|
3
|
+
Version: 6.9.5.post5434
|
|
4
4
|
Summary: NucliaDB Train Python client
|
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -24,9 +24,9 @@ Requires-Dist: aiohttp
|
|
|
24
24
|
Requires-Dist: argdantic
|
|
25
25
|
Requires-Dist: pydantic-settings>=2.2
|
|
26
26
|
Requires-Dist: pyarrow
|
|
27
|
-
Requires-Dist: nucliadb-protos>=6.9.5.
|
|
28
|
-
Requires-Dist: nucliadb-sdk>=6.9.5.
|
|
29
|
-
Requires-Dist: nucliadb-models>=6.9.5.
|
|
27
|
+
Requires-Dist: nucliadb-protos>=6.9.5.post5434
|
|
28
|
+
Requires-Dist: nucliadb-sdk>=6.9.5.post5434
|
|
29
|
+
Requires-Dist: nucliadb-models>=6.9.5.post5434
|
|
30
30
|
|
|
31
31
|
# NUCLIADB TRAIN CLIENT
|
|
32
32
|
|
{nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/RECORD
RENAMED
|
@@ -10,9 +10,9 @@ nucliadb_dataset/settings.py,sha256=9NYeJVgIHbLqCenUFRwj6Iz9S7klOROXQfzaUiBUEl0,
|
|
|
10
10
|
nucliadb_dataset/streamer.py,sha256=aBzYWNQQVWM5qA14f8p0YQdshzC4KpOQFt3J0TYe1uk,3060
|
|
11
11
|
nucliadb_dataset/tasks.py,sha256=198o37vDlzS7OdXrHYhtwI8kz2WHWJnxpholh-rtTPQ,6227
|
|
12
12
|
nucliadb_dataset/tests/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
|
|
13
|
-
nucliadb_dataset/tests/fixtures.py,sha256=
|
|
14
|
-
nucliadb_dataset-6.9.5.
|
|
15
|
-
nucliadb_dataset-6.9.5.
|
|
16
|
-
nucliadb_dataset-6.9.5.
|
|
17
|
-
nucliadb_dataset-6.9.5.
|
|
18
|
-
nucliadb_dataset-6.9.5.
|
|
13
|
+
nucliadb_dataset/tests/fixtures.py,sha256=5Ac20TKYmGe61d74yRT6hj0ENdLr3jT2Gbj2fiSX9LM,7510
|
|
14
|
+
nucliadb_dataset-6.9.5.post5434.dist-info/METADATA,sha256=Ttu-FLCS5yrbh9oM6IbpV9K1J52dqt7a8zgb5q9485w,1214
|
|
15
|
+
nucliadb_dataset-6.9.5.post5434.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
nucliadb_dataset-6.9.5.post5434.dist-info/entry_points.txt,sha256=ORrWnn6AUFfHGY1fWPRPTz99KV_pXXwttZAopyT8qvQ,60
|
|
17
|
+
nucliadb_dataset-6.9.5.post5434.dist-info/top_level.txt,sha256=aJtDe54tz6060E0uyk1rdTRAU4FPWo5if1fYFQGvdqU,17
|
|
18
|
+
nucliadb_dataset-6.9.5.post5434.dist-info/RECORD,,
|
{nucliadb_dataset-6.9.5.post5427.dist-info → nucliadb_dataset-6.9.5.post5434.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|