Metadata-Version: 2.5
Name: grat
Version: 0.1.0
Summary: Add your description here
Project-URL: Homepage, https://github.com/blueraster/earth-genome-grat
Project-URL: Repository, https://github.com/blueraster/earth-genome-grat
Project-URL: Issues, https://github.com/blueraster/earth-genome-grat/issues
Project-URL: Changelog, https://github.com/blueraster/earth-genome-grat/blob/main/CHANGELOG.md
Author-email: Andy Bell <abell@blueraster.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# grat

[![CI](https://github.com/<owner>/grat/actions/workflows/ci.yml/badge.svg)](https://github.com/<owner>/grat/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/grat.svg)](https://pypi.org/project/grat/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

One-line description of what `grat` does.

## Installation

```bash
pip install grat
```

## Usage

```python
import grat
```

## Development

This project uses [uv](https://docs.astral.sh/uv/) for dependency management.

```bash
uv sync                  # install dependencies (incl. dev group) into .venv
uv run pytest            # run tests
uv run ruff check .      # lint
uv run ruff format .     # format
uv run mypy              # type-check
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

MIT — see [LICENSE](LICENSE).
