Metadata-Version: 2.4
Name: dml-util
Version: 0.0.16
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
Provides-Extra: dml
Requires-Dist: daggerml-cli==0.0.33; extra == 'dml'
Requires-Dist: daggerml==0.0.35; extra == 'dml'
Requires-Dist: watchtower; extra == 'dml'
Provides-Extra: nb
Requires-Dist: jupyter; extra == 'nb'
Requires-Dist: nbconvert; extra == 'nb'
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.

### TODO List:

#### Cli Changes

- [ ] Add currently running jobs to cache db.
  - Should include:
    - executor
    - status
    - start time
    - last-update time
    - a list of all the sub-jobs (by cache-key)
  - This will allow us to cancel jobs via the cli
  - This info should be conveyed via stderr by the adapters

#### Python-lib Changes

#### Util Changes

- [ ] update app to use the new logging format
  - Lazy load logs from cloudwatch
- [ ] Add caching functionality to the UI
- [ ] Custom dashboards
- [ ] git integration
- [ ] cancel running jobs via executor
- [ ] Add docstrings to each module specifying the protocol
- [ ] Use docstrings to generate tests

- add neovim command to test only not slow. And another to test All.
