A python sdk for the pyro-dashboard-api
Project description
pyro_dash_py
A pretty light-weight and somewhat bearable python-sdk for the pyro-dashboard-api
Installation
pyro_dash_py has a public pypi package that you can install.
pip install pyro_dash_py
Speed Run Usage
First, initialize the PyroDash client.
pyro = PyroDash(
host="https://api.dashboard.pyrologix.com",
email="dev@pyrologix.com",
apikey="my-super-secret-key",
)
Now you can create some projects and jobs:
my_project = pyro.projects.create(name="Hello from pyro_dash_py")
my_job = pyro.jobs.create("wildest")
my_project.add_job(my_job.id)
Docs
poetry run mkdocs serve- Start the live-reloading docs server.poetry run mkdocs build- Build the documentation site.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyro_dash_py-0.1.3.tar.gz
(4.2 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 pyro_dash_py-0.1.3.tar.gz.
File metadata
- Download URL: pyro_dash_py-0.1.3.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fa2fe93a30ec66dfca18aeeab705aa3e483c8c5aa46bd7127e9f1c106abe63f
|
|
| MD5 |
53244c253f81ca31a269cad67073db9d
|
|
| BLAKE2b-256 |
593ec6fd5be7b04b188b951a31156339509716ed6e3c65f61840ef19f9390b03
|
File details
Details for the file pyro_dash_py-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pyro_dash_py-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4225199173de49b0f9724dfd6554b7c32d5736a12e6e78edd15a5f622dda5810
|
|
| MD5 |
fdb30a3c0a8d5df9b00306f4ee05541f
|
|
| BLAKE2b-256 |
6a3455a1f53b49778fb5bfe3e6fcb595ef673d03f5c74fb6d303dbb0e75a7d53
|