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.3.1.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.3.1-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file stqry-0.3.1.tar.gz.
File metadata
- Download URL: stqry-0.3.1.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 |
bbdbdab8cad3aeb7b3dbd8e1168dbb7f69514da8a58d2a1967119210b4a312ce
|
|
| MD5 |
81bd11f90f785e9afb383c57f06dddce
|
|
| BLAKE2b-256 |
4d542b88d312db086304e4cc1a0f2c3b64834ed2aec0048844a30c6a0fc1dbaf
|
File details
Details for the file stqry-0.3.1-py3-none-any.whl.
File metadata
- Download URL: stqry-0.3.1-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 |
c7f7c14c98af73bce003ca0d1c27f2488b9f59ee96135f3928442eaef513e8e9
|
|
| MD5 |
4fc29fa9b0bc6c32fcdf7513d63568cd
|
|
| BLAKE2b-256 |
ee38cf710c863aa7fdf471ca9764ca4326a6e0cb558a84e470bafe3ff94571bf
|