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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for daggerml-0.0.38.tar.gz
Algorithm Hash digest
SHA256 7e412ea06f8e408360e7fd82cf50e54551baca5c6eed0bcbeb5ac1953cf59ba9
MD5 3eba46c19afb4176137658c7da6e451f
BLAKE2b-256 881550782368dc5cf375b5f299682fe46db2eb79c3cc62ecc57ef81760cb7365

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for daggerml-0.0.38-py3-none-any.whl
Algorithm Hash digest
SHA256 b665a81171538886f031b687ceaa443c1fd0b865fa022cdb6e0d3d5632c3248e
MD5 8840a168eb5de47563fa91759538af1d
BLAKE2b-256 a438e3dec9fcb26d1b30f0d7d5b467f7942e697d25dabcfebc4c9e4eb6391991

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