gymcam-sdk
Official Python SDK for GymCam Analytics — camera-based gym attendance and trainer-performance analytics.
Install
pip install gymcam-sdk
Quick start
from gymcam_sdk import GymCamClient
client = GymCamClient(api_key="your-api-key")
client.summary() # today's summary
client.trainer_attendance("Alex") # trainer fill rate + no-shows
client.class_performance() # classes ranked by fill rate
client.revenue_insights() # most profitable vs. dead classes
Sandbox mode
client = GymCamClient(sandbox=True)
Requirements
- Python 3.9+
httpx(installed automatically)
License
MIT
Release files for gymcam-sdk 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gymcam_sdk-1.1.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gymcam_sdk-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.5 kB
Release files / gymcam_sdk-1.1.0.tar.gz
| Download URL | gymcam_sdk-1.1.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60e33a510b66a09efb393e2ee5dcae9adf464921f368dc2c2091134d5105b06c
|
|
BLAKE2b-256 checksum How to use checksums |
179816ac5259552e0175cb3f8f8c40e43098d05908f0fc1ea2c7874a0dbe32da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|
Release files / gymcam_sdk-1.1.0-py3-none-any.whl
| Download URL | gymcam_sdk-1.1.0-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
db6283bfe9ffda2fee5d13dae4464e493ddeee99942d198372c5255b4c909748
|
|
BLAKE2b-256 checksum How to use checksums |
18556b0ff7c710cd68295c1aa1666e3b2f46bc8f3b4cd8f461ea9958a86722e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|