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.36.tar.gz (15.4 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.36-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file daggerml-0.0.36.tar.gz.

File metadata

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

File hashes

Hashes for daggerml-0.0.36.tar.gz
Algorithm Hash digest
SHA256 27e71e1ac435ef8c738145f4aa72242f9e9f2fc70c9f4921c2885fc3ec615d5d
MD5 04428d78f01b06d1b4b75cb378e48101
BLAKE2b-256 cb4dd67e0146e6b5ceb1ab12566fa417cce4866f4ec92cbb485940086d55e533

See more details on using hashes here.

File details

Details for the file daggerml-0.0.36-py3-none-any.whl.

File metadata

  • Download URL: daggerml-0.0.36-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for daggerml-0.0.36-py3-none-any.whl
Algorithm Hash digest
SHA256 d87da102a912d14130a02f8a805d1fa55e0cf0448024b04d9d907cdbc3129389
MD5 d3830a3556f285c20fd29080ea8ce397
BLAKE2b-256 58ce3494094d29b0e5887c1038b9cfca6815bc87afcf4cba85c618ff80147736

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