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.5.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.5.tar.gz.
File metadata
- Download URL: pyro_dash_py-0.1.5.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 |
2d81b1b2da223eb46d0379b312eb1537ab03cbceb32577f8290895bf763bee01
|
|
| MD5 |
3a1f7a6c996f495ca3c68c85b26edbdd
|
|
| BLAKE2b-256 |
70ab89bfa1c7e0e183afb205fde5a9845b79baebe32b903fea4f6cdb47974ecc
|
File details
Details for the file pyro_dash_py-0.1.5-py3-none-any.whl.
File metadata
- Download URL: pyro_dash_py-0.1.5-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 |
34822bfa8e45b68499eec6ef64f8226fe8f75e04ab783441c48e58d970078af9
|
|
| MD5 |
be3d932a7ad25bb0f7b38c805b28276a
|
|
| BLAKE2b-256 |
a90c7fdb1a1c3af76099637bfe1fb3ce3a380e99d7efd05cc78bf5602cb60283
|