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.post4.tar.gz (17.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.38.post4-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for daggerml-0.0.38.post4.tar.gz
Algorithm Hash digest
SHA256 758ef30321e4310b412379384c1f86a9a0c2df282ddde3fb4ef969313a971985
MD5 b51765e04a38f3f9d1e057660dc25ee7
BLAKE2b-256 2de77e677dc7b3e82b00824cc4f04650df15e1e8d34fe29a3218859fe23b3348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for daggerml-0.0.38.post4-py3-none-any.whl
Algorithm Hash digest
SHA256 913a3ffe18b21ba89835f09ed7bf02cde46f9c0ac5da37101e9347c2a6192477
MD5 47bc443a604ae3ba9ff22c425e1bf3f3
BLAKE2b-256 f51968343561c565d8a3535b053b84d0eb5557403ed2351b576b6788dcbdc5f4

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