Skip to main content

DaggerML

Project description

daggerml PyPI - Version PyPI - Python Version

DaggerML Python library for creating and managing DAGs (Directed Acyclic Graphs) for machine learning workflows.

Getting started

Installation

Install daggerml in whichever virtual environment you prefer.

pip install daggerml

For the CLI functionality, you have two options:

Option 1: Install CLI with daggerml (recommended for most users)

pip install daggerml[cli]

Option 2: Install CLI separately with pipx (keeps dependencies isolated)

pipx install daggerml-cli

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.

Contributing

If you want to contribute, please check out the contributing guide.

License

daggerml is distributed under the terms of the MIT license.

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

daggerml-0.0.38.post2.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

daggerml-0.0.38.post2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file daggerml-0.0.38.post2.tar.gz.

File metadata

  • Download URL: daggerml-0.0.38.post2.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for daggerml-0.0.38.post2.tar.gz
Algorithm Hash digest
SHA256 1bb11ab4b3cb33022b407bfa4df0155901d0a00c049953b2fd9b98b0ff718489
MD5 6c51be01dcc305ee7f914929dee97164
BLAKE2b-256 20711d5969b4aa7cf8ae39213faa2bedc14495eef6605118dc80eef9240304d1

See more details on using hashes here.

File details

Details for the file daggerml-0.0.38.post2-py3-none-any.whl.

File metadata

File hashes

Hashes for daggerml-0.0.38.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 14767899f17ffbb6f6d048b470dafe4d294fbc3b552e2f61d000c2abf9e0cbfb
MD5 d5ba180fa8eecfa50e6dfe8d091929a7
BLAKE2b-256 27bc79c6b9fd88905ecda03543c1a89b0b6441cd18bf51670d6583e14dcb21c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page