Python client for QueryKey Cases HTTP API
Project description
querykey-cases (Python)
pip install querykey-cases
from querykey_cases import QueryKeyClient
client = QueryKeyClient(base_url="https://api.querykey.com")
print(client.search_cases(q="TypeError", limit=5))
Environment: QKEY_API_BASE, QKEY_API_KEY.
Local development:
pip install -e ./packages/querykey-cases-py
Release workflow:
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine check dist/*
python3 -m twine upload dist/*
Notes:
- Python 3.10+
timeout_secondsdefaults to10QueryKeyErrorincludes HTTP status and parsed error payload when available
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
querykey_cases-0.1.0.tar.gz
(3.1 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 querykey_cases-0.1.0.tar.gz.
File metadata
- Download URL: querykey_cases-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55a0e8baa36676bf318534271bdd21090609c6eda8fd1a316108eb5d8909e50c
|
|
| MD5 |
0f64113208dbbbe52a8ac37fec6d4882
|
|
| BLAKE2b-256 |
f69a27c9748e7e082fe7bc0c6a0424c3dd2704ad8d69dba964938c3a0e190ab9
|
File details
Details for the file querykey_cases-0.1.0-py3-none-any.whl.
File metadata
- Download URL: querykey_cases-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1bc85b6d24465e10226e02896735f5c425d6cc546c26c1c70f1f4273974892
|
|
| MD5 |
a755b18e56579306fc84307c6a73fa05
|
|
| BLAKE2b-256 |
cf6a88388fe81bf6bf23c703e93958e208266a11bbe2bf2aaf6c217c25add221
|