Kognic Query API Client
Python 3 library providing access to the Kognic Query API.
To install with pip run pip install kognic-query
Set env KOGNIC_CREDENTIALS, see kognic-auth.
Judgement Query Example
Stream all items matching a query
from kognic.query.query_api_client import QueryApiClient
query_client = QueryApiClient()
resp = query_client.query_judgements(query_filter="requestId = X")
for item in resp.items():
print(item)
Change log
3.0.0
- Rebranded from Annotell to Kognic
2.5.0
- A new base Query client that can be inherrited for other applications
2.4.1
- Use
annotell-auth[requests]>=2.0.0
2.3.0
- Use
annotell-auth>=1.6 - Remove metadata queries
2.2.0
- Use
annotell-auth>=1.5with fault tolerant auth request session
2.1.0
- Use server default query limits
2.0.0
- Rename library to
annotell-query - Rename
QueryApitoQueryApiClient - Add KPI query method
1.3.0
- Change constructor for authentication to only accept
auth.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kognic-query-3.0.1.tar.gz
(6.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
File details
Details for the file kognic-query-3.0.1.tar.gz.
File metadata
- Download URL: kognic-query-3.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51dcdcee0dba2fe9a27d10ae108ae819eaf07298842f71647369fdb89b6135d9
|
|
| MD5 |
d426d6ea5e0e694a253a331c8f98fe21
|
|
| BLAKE2b-256 |
d2c967e7da49822f64d27a7e33789dda8eb6b75cf1a61286f4aa0f688617e5ed
|
File details
Details for the file kognic_query-3.0.1-py3-none-any.whl.
File metadata
- Download URL: kognic_query-3.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c6b0625ad591f4adea64469db29252197ac34a342f6d8b366f0adb8f50ddcb9
|
|
| MD5 |
d613ca4f81853b8f173b8c5cb042995c
|
|
| BLAKE2b-256 |
cf633b8c34676527baea8c4af86d86c8856c0007b660efc56efd9b3b438b97af
|