Metadata-Version: 2.4
Name: laco-dvc
Version: 1.0.0
Summary: DVC artifact tracking integration for laco.
Author-email: Kurt Stolle <kurt@khws.io>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: laco>=1.0.0
Requires-Dist: dvc>=3.0

# Laco-DVC

DVC artifact tracking for laco experiments.

Part of the [laco](https://github.com/khwstolle/laco) project — see the [root README](../../README.md) for an overview.

## Installation

```bash
pip install laco-dvc
```

## Features

`commit_config()`, `add()`, `track()` context manager

## Usage

See [`docs/index.md`](docs/index.md) for the full guide.
