Seltz Python SDK for AI-powered search
Project description
Seltz Python SDK
Official Python SDK for Seltz, the Web search engine for AI agents.
💾 Installation
pip install seltz
Requires Python 3.9 or higher.
⚡️ Quick Start
from seltz import Seltz
client = Seltz(api_key="your-api-key")
# Search the Web
response = client.search("best ai search engines", max_results=10)
# Access results
for document in response.documents:
print(f"URL: {document.url}")
print(f"Content: {document.content}")
Output:
URL: https://www.best-ai-search-engines.com
Content: Generative AI can make finding information faster and more intuitive.
If you’re tired of traditional search, explore some of the best AI-powered
search engines we've tested...
📚 Documentation
Browse the documentation for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seltz-0.3.0.tar.gz
(8.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
seltz-0.3.0-py3-none-any.whl
(9.0 kB
view details)
File details
Details for the file seltz-0.3.0.tar.gz.
File metadata
- Download URL: seltz-0.3.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc9f27d9e982d370a116cf706e6fc334e517f0386a1ceb571ead56b37606d00
|
|
| MD5 |
04529dcffccdd22c2cbfd702f7fc1e80
|
|
| BLAKE2b-256 |
b06fa80f843884583f0c5c1604a5684c58e9f9f1615d38bff02a7b6afa8f3511
|
File details
Details for the file seltz-0.3.0-py3-none-any.whl.
File metadata
- Download URL: seltz-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
238333ae372ae5eddf028fb4beece094c016ea535316a58bd5a150f18f1ead1a
|
|
| MD5 |
fe843698b8afe7832e4dbab2fc26f3c3
|
|
| BLAKE2b-256 |
b8e6c1a55e80f0cef9fd3af42b40e31ea3d3d825cacd959b4ffc204d9dbfcef2
|