Python client and CLI for the SickRock Connect API.
Install
From PyPI:
pip install sickrock_client
CLI
The package installs a sickrock command:
sickrock info
sickrock -j info
sickrock insert -t default -f type TASK -f timestamp "2026-06-12 12:00:00"
sickrock call Init
sickrock list-operations
sickrock help insert
Configuration defaults to /etc/SickRockClient/settings.env and supports SICKROCK_URL, BEARER_TOKEN, and VERIFY_SSL (or verify-ssl=false in the config file). Use -k or --no-verify-ssl to skip certificate verification. Use -j or --json for JSON-only output.
Library
from sickrock_client import SickRockClient
client = SickRockClient("https://example.com", "token")
item = client.create_item("default", {"type": "TASK", "timestamp": "2026-06-12 12:00:00"})
info = client.init()
Release files for sickrock-client 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sickrock_client-0.2.1.tar.gz | 18.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sickrock_client-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.4 kB
Release files / sickrock_client-0.2.1.tar.gz
| Download URL | sickrock_client-0.2.1.tar.gz |
|---|---|
| Size | 18.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a10472d2aa4f04664f24a29f6e638d5f01afbb3a51a309632064b3b39fd67977
|
|
BLAKE2b-256 checksum How to use checksums |
bb4463ec8938fc9e367dcdca13753b5dfe57a57f8bb9a4fe6e507066504542bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 12, 2026.
Transparency logRelease files / sickrock_client-0.2.1-py3-none-any.whl
| Download URL | sickrock_client-0.2.1-py3-none-any.whl |
|---|---|
| Size | 19.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
da6610823351463ad7777df50e51d65eb5e6bccbf70d28199fbca7c844800c6b
|
|
BLAKE2b-256 checksum How to use checksums |
817669476f68f5d179ef429b29a7cc75689572ac9d0a10555ac4682ed6314086
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 12, 2026.
Transparency log