Python wrapper for the SID API
Project description
The SID python package
This package provides a straight-forward wrapper around the SID API.
It uses httpx for handling http requests.
Making a query
token = '<TOKEN>' # retrieve from database
res = sid.query(token=token, query="What does SID.ai do?")
for snippet in res.results:
print(snippet)
Check out the docs to learn how to get started with SID.
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
sidai-0.1.1.tar.gz
(3.0 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
sidai-0.1.1-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file sidai-0.1.1.tar.gz.
File metadata
- Download URL: sidai-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc01fb69a2664aacc3abdf7744725a9aad0bc35ddde8df4e97ec31217e81cb1
|
|
| MD5 |
09964e56d731c3a46c5509606780e6a9
|
|
| BLAKE2b-256 |
fbd600279424c19858f6a658e6883b64638df0ffb78290486fd9a1589c15114e
|
File details
Details for the file sidai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sidai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f3d74767388e51d1f0d4adae528cc8c3a1268166d8d52c3a5cb1c2f3a501d05
|
|
| MD5 |
297fadb795857a347523c5550439f497
|
|
| BLAKE2b-256 |
2a2f7026f05a29657bfbe592f3c147e2a5b80f0cffe65196f76be808ab9974d9
|