Kognic Query
Project description
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.5
with fault tolerant auth request session
2.1.0
- Use server default query limits
2.0.0
- Rename library to
annotell-query
- Rename
QueryApi
toQueryApiClient
- Add KPI query method
1.3.0
- Change constructor for authentication to only accept
auth
.
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
kognic-query-3.0.1.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for kognic_query-3.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c6b0625ad591f4adea64469db29252197ac34a342f6d8b366f0adb8f50ddcb9 |
|
MD5 | d613ca4f81853b8f173b8c5cb042995c |
|
BLAKE2b-256 | cf633b8c34676527baea8c4af86d86c8856c0007b660efc56efd9b3b438b97af |