Annotell Query API Client
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Annotell Query API Client
Python 3 library providing access to the Annotell Query API.
To install with pip run pip install annotell-query
Set env ANNOTELL_CREDENTIALS, see annotell-auth.
Judgement Query Example
Stream all items matching a query
from annotell.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
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 to QueryApiClient
- Add KPI query method
1.3.0
- Change constructor for authentication to only accept
auth.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 annotell-query-2.3.0.tar.gz.
File metadata
- Download URL: annotell-query-2.3.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd9ba2e3b5d504861603e2b07392ab7002cf1a6a53fee6fcd186bcba4af448f2
|
|
| MD5 |
c5f7ef6bf92ac223e3817ffd615533ec
|
|
| BLAKE2b-256 |
a7f64d347024e7415145f9b142a8f7a6a5f19d9393d1dcb225979257cebc7cf9
|
File details
Details for the file annotell_query-2.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: annotell_query-2.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee38a2f4bf3fff6deff4742e85d427b71d8dfe98a34f9dade3f58e732f6282b7
|
|
| MD5 |
21d3baeee952e2a513a466bdbcbad987
|
|
| BLAKE2b-256 |
ac4737f1a67980b9499096fe969851e379be6341045b91378e1b7ebd50f1ab07
|