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.4.tar.gz
(5.0 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.4.tar.gz.
File metadata
- Download URL: pyro_dash_py-0.1.4.tar.gz
- Upload date:
- Size: 5.0 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 |
d6b5a36804f469a440b5feb00616ae209351cda4fd203718578c66bae94beb75
|
|
| MD5 |
e676fee5836ccc6aa1863be316bb93a8
|
|
| BLAKE2b-256 |
254587d1535a0bfc2fec702eda44009239c3679974bc1feeeceda8d34e7e4b82
|
File details
Details for the file pyro_dash_py-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pyro_dash_py-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.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 |
8e21322277e6c4f513ed52abfe6bfb1764021551291737d7b6c9e96086a351c8
|
|
| MD5 |
dbacdbe811261d7018804d88e61b6c49
|
|
| BLAKE2b-256 |
bf1eec0732c6579c365433881dfdc3ec515059e87b92a4ab5e791f642e5e6a66
|