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.post3.tar.gz (16.7 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.post3-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for daggerml-0.0.38.post3.tar.gz
Algorithm Hash digest
SHA256 5c609894e2ea5b76e1a85102517c1e67bea15e48d9b26a3b84fc9065a7d9f1bc
MD5 b9ca13f58c5bafb34adb8f1890e337c8
BLAKE2b-256 73b03777da0a6e739384301b6433887487e997975546828debb0fd3ffdfc7393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for daggerml-0.0.38.post3-py3-none-any.whl
Algorithm Hash digest
SHA256 2ec221a6b8b5ae3c9da919a492b897b66375811842ccdbcedbf8de7dbf5481a5
MD5 0bfcb2d7e80afb890374d3bd04c0d7f5
BLAKE2b-256 fc86b7640ea43f802bcb1e5b67ca27046a8a8e6e79718de399710f2e95cbb157

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