Skip to main content

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 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

kognic-query-3.0.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

kognic_query-3.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page