Metadata-Version: 2.4
Name: dml-util
Version: 0.0.1
Project-URL: Documentation, https://github.com/daggerml/dml-util#readme
Project-URL: Issues, https://github.com/daggerml/dml-util/issues
Project-URL: Source, https://github.com/daggerml/dml-util
Author-email: Aaron Niskin <aaron@niskin.org>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
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 :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: boto3
Requires-Dist: daggerml-cli==0.0.16
Requires-Dist: daggerml==0.0.26
Requires-Dist: docker==7.1.0
Provides-Extra: test
Requires-Dist: moto[all,server]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# dml-util

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

---

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install dml-util
```

## License

`dml-util` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
