Python SDK for the Stillworks REST API
Project description
stillworks-sdk
Python SDK for the Stillworks REST API.
Installation
pip install stillworks-sdk
Usage
from stillworks_sdk import StillworksClient
client = StillworksClient(token="swt_your_token_here")
print(client.whoami()) # {'github_login': 'alice', 'plan': 'free'}
print(client.repos()) # list of linked repos
print(client.runs("alice", "my-app", limit=5))
client.run_now("alice", "my-app")
print(client.analytics(days=7))
Auth header sent automatically: X-Stillworks-Token: <token>.
Errors raise StillworksError, UnauthorizedError, or RateLimitError.
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
stillworks_sdk-0.1.2.tar.gz
(2.6 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 stillworks_sdk-0.1.2.tar.gz.
File metadata
- Download URL: stillworks_sdk-0.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a10ce398ae95d70cd98eed4f08ba30be7b370a17057561d3534601ea67f22150
|
|
| MD5 |
61558aafcf1b1c43c5a954cb7804066a
|
|
| BLAKE2b-256 |
91d4110a1813b012085ec114673b97e87143751ca6a32994adb4b1d6d734052a
|
File details
Details for the file stillworks_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: stillworks_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afeca8e1cbd7a98bd331499ee341fb8a85d6e40ed6b09ab597eee2d25b46a2a1
|
|
| MD5 |
43a959f66ee5ad963d9aba9c8265a531
|
|
| BLAKE2b-256 |
fe63956b1c4a955bd81878e381060b653894cb924e9200cc340ca68744a506a0
|