nucliadb-sdk 6.4.0.post4317__py3-none-any.whl → 6.4.0.post4325__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_sdk/__init__.py +10 -15
- nucliadb_sdk/tests/__init__.py +10 -15
- nucliadb_sdk/tests/fixtures.py +10 -15
- nucliadb_sdk/v2/__init__.py +10 -15
- nucliadb_sdk/v2/exceptions.py +10 -15
- nucliadb_sdk/v2/sdk.py +10 -15
- {nucliadb_sdk-6.4.0.post4317.dist-info → nucliadb_sdk-6.4.0.post4325.dist-info}/METADATA +3 -4
- nucliadb_sdk-6.4.0.post4325.dist-info/RECORD +11 -0
- nucliadb_sdk-6.4.0.post4317.dist-info/RECORD +0 -11
- {nucliadb_sdk-6.4.0.post4317.dist-info → nucliadb_sdk-6.4.0.post4325.dist-info}/WHEEL +0 -0
- {nucliadb_sdk-6.4.0.post4317.dist-info → nucliadb_sdk-6.4.0.post4325.dist-info}/top_level.txt +0 -0
nucliadb_sdk/__init__.py
CHANGED
@@ -1,21 +1,16 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
19
14
|
|
20
15
|
from nucliadb_sdk.v2 import NucliaDB, NucliaDBAsync, Region, exceptions
|
21
16
|
|
nucliadb_sdk/tests/__init__.py
CHANGED
@@ -1,18 +1,13 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
nucliadb_sdk/tests/fixtures.py
CHANGED
@@ -1,21 +1,16 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
19
14
|
#
|
20
15
|
import asyncio
|
21
16
|
import os
|
nucliadb_sdk/v2/__init__.py
CHANGED
@@ -1,21 +1,16 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
19
14
|
|
20
15
|
from .sdk import NucliaDB, NucliaDBAsync, Region
|
21
16
|
|
nucliadb_sdk/v2/exceptions.py
CHANGED
@@ -1,21 +1,16 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
19
14
|
from typing import Optional
|
20
15
|
|
21
16
|
|
nucliadb_sdk/v2/sdk.py
CHANGED
@@ -1,21 +1,16 @@
|
|
1
|
-
# Copyright
|
1
|
+
# Copyright 2025 Bosutech XXI S.L.
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
5
6
|
#
|
6
|
-
#
|
7
|
-
# This program is free software: you can redistribute it and/or modify
|
8
|
-
# it under the terms of the GNU Affero General Public License as
|
9
|
-
# published by the Free Software Foundation, either version 3 of the
|
10
|
-
# License, or (at your option) any later version.
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
8
|
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Affero General Public License
|
18
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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.
|
19
14
|
from __future__ import annotations
|
20
15
|
|
21
16
|
import enum
|
@@ -1,16 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nucliadb_sdk
|
3
|
-
Version: 6.4.0.
|
3
|
+
Version: 6.4.0.post4325
|
4
4
|
Summary: NucliaDB SDK
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
6
|
-
License:
|
6
|
+
License-Expression: Apache-2.0
|
7
7
|
Project-URL: Homepage, https://nuclia.com
|
8
8
|
Project-URL: Repository, https://github.com/nuclia/nucliadb
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
10
10
|
Classifier: Intended Audience :: Developers
|
11
11
|
Classifier: Intended Audience :: Information Technology
|
12
12
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
13
|
-
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
14
13
|
Classifier: Programming Language :: Python
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
@@ -23,7 +22,7 @@ Requires-Dist: httpx
|
|
23
22
|
Requires-Dist: orjson
|
24
23
|
Requires-Dist: pydantic>=2.6
|
25
24
|
Requires-Dist: nuclia-models>=0.24.2
|
26
|
-
Requires-Dist: nucliadb-models>=6.4.0.
|
25
|
+
Requires-Dist: nucliadb-models>=6.4.0.post4325
|
27
26
|
|
28
27
|
# NucliaDB SDK
|
29
28
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
nucliadb_sdk/__init__.py,sha256=lwi5FZcFJQRVAiF7um1r2pYbDrHPE9bHNfOTADU4JOI,738
|
2
|
+
nucliadb_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
nucliadb_sdk/tests/__init__.py,sha256=74CI2MDrgAvfcsk1dRt543dUrqrfyWc6IFQdDdy2k_0,581
|
4
|
+
nucliadb_sdk/tests/fixtures.py,sha256=jeWHoLcJGOwX1-Dre-sqVFwwg5uWnR09ujLGPy7c3nQ,6731
|
5
|
+
nucliadb_sdk/v2/__init__.py,sha256=XmxB8o1AUa3eWoxVHKMqXH88AESKM9IL8hFuI0KTR00,682
|
6
|
+
nucliadb_sdk/v2/exceptions.py,sha256=fk4sEOUOgGpYe59DLxIkHflo4T6RcniwjY3VZGk4A70,1096
|
7
|
+
nucliadb_sdk/v2/sdk.py,sha256=0SUcEI2opP4K0qWl-E1XukErsU7P-XUUUQrLT900NjM,46766
|
8
|
+
nucliadb_sdk-6.4.0.post4325.dist-info/METADATA,sha256=4qRIGqsevgPwjvLMovRK_eJ7rN29mAjMH7NNzreV5V0,6617
|
9
|
+
nucliadb_sdk-6.4.0.post4325.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
10
|
+
nucliadb_sdk-6.4.0.post4325.dist-info/top_level.txt,sha256=_dCwt_JnsZ3463lfvc5KcM2wUQJ9aSvKSsAAjGH8R0Y,13
|
11
|
+
nucliadb_sdk-6.4.0.post4325.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
nucliadb_sdk/__init__.py,sha256=CkjYIXKAJkX7qnZiN-sYtvIDp0h4IEazc8HhvMuZiYc,990
|
2
|
-
nucliadb_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
nucliadb_sdk/tests/__init__.py,sha256=itSI7dtTwFP55YMX4iK7JzdMHS5CQVUiB1XzQu4UBh8,833
|
4
|
-
nucliadb_sdk/tests/fixtures.py,sha256=m-mc0KchUBmsHQuK60o9W30gFJdVAnms_LorMdTdEbY,6983
|
5
|
-
nucliadb_sdk/v2/__init__.py,sha256=F9kJzOkphCL6fIGXBkQbXAAYS2ZzkOLzA4Nudwf1310,934
|
6
|
-
nucliadb_sdk/v2/exceptions.py,sha256=cof-xdkqjWn1aGx1ul6Q4ydX97DbLie-LfwfX_PlhAQ,1348
|
7
|
-
nucliadb_sdk/v2/sdk.py,sha256=Fn01t9FxD24rcfR1tmvvUfD-sxIzU73DLDAwjUHym_4,47018
|
8
|
-
nucliadb_sdk-6.4.0.post4317.dist-info/METADATA,sha256=K0kgjAZndKHJGXMP2gsazK51Opn2Kgw2Cm74gf8FiJU,6695
|
9
|
-
nucliadb_sdk-6.4.0.post4317.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
10
|
-
nucliadb_sdk-6.4.0.post4317.dist-info/top_level.txt,sha256=_dCwt_JnsZ3463lfvc5KcM2wUQJ9aSvKSsAAjGH8R0Y,13
|
11
|
-
nucliadb_sdk-6.4.0.post4317.dist-info/RECORD,,
|
File without changes
|
{nucliadb_sdk-6.4.0.post4317.dist-info → nucliadb_sdk-6.4.0.post4325.dist-info}/top_level.txt
RENAMED
File without changes
|