Metadata-Version: 2.4
Name: roocs-woodpecker-atlas-plugin
Version: 0.7.1
Summary: External plugin providing ATLAS fixes for Woodpecker
License-Expression: Apache-2.0
Project-URL: Documentation, https://roocs.github.io/woodpecker/plugins/
Project-URL: Issues, https://github.com/roocs/woodpecker/issues
Project-URL: Repository, https://github.com/roocs/woodpecker
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: roocs-woodpecker<0.8,>=0.7
Requires-Dist: xarray>=2024.1.0
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Dynamic: license-file

# roocs-woodpecker-atlas-plugin

ATLAS fixes for Woodpecker.

This plugin registers:

- `atlas.encoding_cleanup`
- `atlas.project_id_normalization`

## Install

```bash
pip install roocs-woodpecker-atlas-plugin
```

For a development checkout:

```bash
pip install -e .
```

## Verify

```bash
woodpecker list-fixes --dataset ATLAS
pytest
```

## Example

See `examples/usage.py` for a minimal public API example using
`woodpecker.testing.make_atlas()`.
