Python SDK for the STQRY API
Project description
stqry
Python SDK for the STQRY API.
Installation
pip install stqry
Usage
import stqry
client = stqry.Client() # reads STQRY_API_URL and STQRY_API_TOKEN from env
# or
client = stqry.Client(api_url="https://your-site.stqry.com", token="your-token")
# Collections
collections = client.collections.list()
collection = client.collections.get("123")
# Screens
screens = client.screens.list()
# Media
media = client.media.list()
Authentication
Set environment variables:
STQRY_API_URL— your STQRY site API URLSTQRY_API_TOKEN— your API token
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
stqry-0.6.0.tar.gz
(4.7 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
stqry-0.6.0-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file stqry-0.6.0.tar.gz.
File metadata
- Download URL: stqry-0.6.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fb391c92c80f89f4485277c6fd176a97c6e7c94dcdc7e44340b8770880f3be
|
|
| MD5 |
a227b101665ad354cd58a2a299645430
|
|
| BLAKE2b-256 |
d32630d45fc5cc61150b2b80b1f6bc3aa88c64ee917f45e129a231e89cf50171
|
File details
Details for the file stqry-0.6.0-py3-none-any.whl.
File metadata
- Download URL: stqry-0.6.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08c77a0a592f7bc8c791395bbe5ced45a645a49ab4202a54753ef4db0253bc96
|
|
| MD5 |
def0900a4ee9f2178371f43b0a4e10d9
|
|
| BLAKE2b-256 |
0e6c4e2570ada34e5e171db9b38fc54f8ec43151a1da4b1a6a71405c8dc8a450
|