# python-vector-utils

This library is a collection of helpers related to the vector workloads.

## Install

### pypi.theorchard.io

```bash
pip install -i https://pypi.theorchard.io/pypi/ vector_utils
```

### source

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

## Lint and Test

```bash
docker compose run --build --rm lint-and-test
```

