Metadata-Version: 2.4
Name: daggerml-cli
Version: 0.0.36
Summary: DaggerML's cli backend
Project-URL: Homepage, https://daggerml.com
Project-URL: Documentation, https://daggerml.com
Project-URL: Issues, https://github.com/daggerml/daggerml-cli/issues
Project-URL: Source, https://github.com/daggerml/daggerml-cli
Author-email: Micha Niskin <micha.niskin@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: asciidag
Requires-Dist: click
Requires-Dist: jmespath
Requires-Dist: lmdb
Requires-Dist: msgpack
Requires-Dist: tabulate
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# daggerml-cli [![PyPI - Version](https://img.shields.io/pypi/v/daggerml-cli.svg)](https://pypi.org/project/daggerml-cli) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/daggerml-cli.svg)](https://pypi.org/project/daggerml-cli)

![The Prince of DAGness](img/prince-of-dagness.jpg)


## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Test](#test)
- [Build](#build)
- [License](#license)

## Install

```sh
pipx install daggerml-cli
```

## Usage

```sh
dml --help
dml COMMAND --help
dml COMMAND SUBCOMMAND --help
```

> [!TIP]
> Shell completion is available for bash/zsh via [argcomplete](https://github.com/kislyuk/argcomplete).


## Test

```sh
hatch run pytest .
```

## Build

```sh
hatch run dml-build pypi
```

## License

`daggerml-cli` is distributed under the terms of the [MIT](LICENSE.txt) license.
