Metadata-Version: 2.4
Name: chunkcheck
Version: 0.1.0
Summary: Chunk and checkpoint memory optimisation
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Chunk and Checkpoint Memory Optimisation

[![CI](https://github.com/alan-turing-institute/chunk-and-checkpoint/actions/workflows/ci.yml/badge.svg)](https://github.com/alan-turing-institute/chunk-and-checkpoint/actions/workflows/ci.yml)

## What is this?

## Installation

```bash
pip install chunkcheck
```

## Documentation

TBD.

## Development

Clone the repo and `cd` into the repository.
Then create a virtual environment, enter it, and install all dependencies:

```bash
uv venv
source .venv/bin/activate
uv sync
```

Running the tests:

```bash
pytest -v
```
