seltz 0.1.0__py3-none-any.whl → 0.1.1__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.
- seltz/services/__init__.py +2 -2
- {seltz-0.1.0.dist-info → seltz-0.1.1.dist-info}/METADATA +3 -3
- seltz-0.1.1.dist-info/RECORD +13 -0
- seltz-0.1.1.dist-info/top_level.txt +2 -0
- seltz-0.1.0.dist-info/RECORD +0 -13
- seltz-0.1.0.dist-info/top_level.txt +0 -1
- {seltz-0.1.0.dist-info → seltz-0.1.1.dist-info}/WHEEL +0 -0
- {seltz/seltz_public_api → seltz_public_api}/proto/v1/seltz_pb2.py +0 -0
- {seltz/seltz_public_api → seltz_public_api}/proto/v1/seltz_pb2.pyi +0 -0
- {seltz/seltz_public_api → seltz_public_api}/proto/v1/seltz_pb2_grpc.py +0 -0
seltz/services/__init__.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"""Service layer with centralized protobuf imports for API version management."""
|
|
2
2
|
|
|
3
3
|
# Centralized protobuf imports - update these when API version changes
|
|
4
|
-
from
|
|
4
|
+
from seltz_public_api.proto.v1.seltz_pb2 import (
|
|
5
5
|
Document,
|
|
6
6
|
Includes,
|
|
7
7
|
SearchRequest,
|
|
8
8
|
SearchResponse,
|
|
9
9
|
)
|
|
10
|
-
from
|
|
10
|
+
from seltz_public_api.proto.v1.seltz_pb2_grpc import SeltzServiceStub
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
13
|
"SeltzServiceStub",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seltz
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Seltz Python SDK for AI-powered search
|
|
5
5
|
Author-email: Seltz <support@seltz.ai>
|
|
6
6
|
Project-URL: Homepage, https://seltz.ai
|
|
@@ -11,11 +11,11 @@ Keywords: search,ai,sdk,api
|
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
20
|
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
|
21
21
|
Requires-Python: >=3.9
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
seltz/__init__.py,sha256=PfEylMpsO-APEQfWbj7nl36ieJVGSb-6RK4501EIpnE,491
|
|
2
|
+
seltz/client.py,sha256=OKdesdOfz84v9zw8oAANC-WwnYrO06zh6ZJIMPnl2cM,1206
|
|
3
|
+
seltz/exceptions.py,sha256=PCFXFY0c5lJuczoB0oWwSMlCAEvVM_HOrU2RR69aZXA,994
|
|
4
|
+
seltz/seltz.py,sha256=HsPOQhuftxT3bb8j1cWZWY2DSgQevcDWBynMSlNJN_c,1604
|
|
5
|
+
seltz/services/__init__.py,sha256=hPncxVXXYyEjvBCwe0a6l4KGOKfKuarSONL1MjSekmk,457
|
|
6
|
+
seltz/services/search_service.py,sha256=2t3LzHXWNg_dWHrhSbMBCht0WMz26LpIa5Rgy7kmkRI,2194
|
|
7
|
+
seltz_public_api/proto/v1/seltz_pb2.py,sha256=H5J1GBGixJSdSV_tFIP69x2VMlstAZuvxM2ngikGoHo,2624
|
|
8
|
+
seltz_public_api/proto/v1/seltz_pb2.pyi,sha256=RN_gWIqg7KLndmm7UG6a3BAhDPFZTkNovngPjpgmUlo,1625
|
|
9
|
+
seltz_public_api/proto/v1/seltz_pb2_grpc.py,sha256=Gt-sDKmEsNYzRbzXKvQKIDFoVVnjU8LtEm_sbKyTuro,3024
|
|
10
|
+
seltz-0.1.1.dist-info/METADATA,sha256=Tmt6jrQiHNvzy6tid2uwX11OBPFC0Nf3EeQ40H38XRQ,3244
|
|
11
|
+
seltz-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
seltz-0.1.1.dist-info/top_level.txt,sha256=omV6Wwfxo_CgGHOAIE8aKEwm2-3c4ETyBCP-0ZIaZs0,23
|
|
13
|
+
seltz-0.1.1.dist-info/RECORD,,
|
seltz-0.1.0.dist-info/RECORD
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
seltz/__init__.py,sha256=PfEylMpsO-APEQfWbj7nl36ieJVGSb-6RK4501EIpnE,491
|
|
2
|
-
seltz/client.py,sha256=OKdesdOfz84v9zw8oAANC-WwnYrO06zh6ZJIMPnl2cM,1206
|
|
3
|
-
seltz/exceptions.py,sha256=PCFXFY0c5lJuczoB0oWwSMlCAEvVM_HOrU2RR69aZXA,994
|
|
4
|
-
seltz/seltz.py,sha256=HsPOQhuftxT3bb8j1cWZWY2DSgQevcDWBynMSlNJN_c,1604
|
|
5
|
-
seltz/seltz_public_api/proto/v1/seltz_pb2.py,sha256=H5J1GBGixJSdSV_tFIP69x2VMlstAZuvxM2ngikGoHo,2624
|
|
6
|
-
seltz/seltz_public_api/proto/v1/seltz_pb2.pyi,sha256=RN_gWIqg7KLndmm7UG6a3BAhDPFZTkNovngPjpgmUlo,1625
|
|
7
|
-
seltz/seltz_public_api/proto/v1/seltz_pb2_grpc.py,sha256=Gt-sDKmEsNYzRbzXKvQKIDFoVVnjU8LtEm_sbKyTuro,3024
|
|
8
|
-
seltz/services/__init__.py,sha256=HtZ9sFTWp5jMI7TkhY7xr9mfB4t0Kdf-o2cmgox9br8,461
|
|
9
|
-
seltz/services/search_service.py,sha256=2t3LzHXWNg_dWHrhSbMBCht0WMz26LpIa5Rgy7kmkRI,2194
|
|
10
|
-
seltz-0.1.0.dist-info/METADATA,sha256=yR8uDSkKMVWLdU7MDhf2AVI3m4DFgKrprHm889w0xxM,3242
|
|
11
|
-
seltz-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
-
seltz-0.1.0.dist-info/top_level.txt,sha256=4E4pi6jXnZTfkvK2Wm0csGgdHvhjE0UeYaYuld8zOCo,6
|
|
13
|
-
seltz-0.1.0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seltz
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|