DaggerML
Project description
Getting started
Installation
First install daggerml-cli via
pipx install daggerml-cli
Install daggerml in whichever virtual environment you prefer.
pip install daggerml
Setting up a repo
Now we create a repo using the commandline.
dml config user ${EMAIL}
dml repo create ${REPO_NAME}
dml config repo ${REPO_NAME}
Now we can create dags or whatever we want using this repo.
from daggerml import Dml
with Dml().new("test", "this dag is a test") as dag:
dag.result = 42
Now we can list repos, dags, etc.
dml dag list
Clean up
dml repo delete ${REPO_NAME}
Docs
For more info, check out the docs at daggerml.com.
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
daggerml-0.0.35.tar.gz
(13.1 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 daggerml-0.0.35.tar.gz.
File metadata
- Download URL: daggerml-0.0.35.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd3f9a5777bef443387841e0a3287529fce04d0173fb140bad0bd2a9f212ccc9
|
|
| MD5 |
aa6b93a98044cda6bb21a5da24c1123e
|
|
| BLAKE2b-256 |
760eb7a63c8b4b07351a477fcde9d72652c53240bed7c13172fae3f1e8bac30f
|
File details
Details for the file daggerml-0.0.35-py3-none-any.whl.
File metadata
- Download URL: daggerml-0.0.35-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa2ddf3a9f1c0d58120eff8495ac130377b59089ee9515e1916fbdf01fa91e92
|
|
| MD5 |
ee64707955e4babb1cad75eaec5da252
|
|
| BLAKE2b-256 |
70ec3bbca2e07f639124c1b884745c32e1c0195c251ce2d13b9b9b3f9a6b2422
|