Metadata-Version: 2.3
Name: bboxlib
Version: 0.1.0
Summary: A Python class for working with bounding boxes.
Author: Håvard Vidme
Author-email: Håvard Vidme <havard.vidme@pm.me>
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# BoundingBox

A Python class for working with bounding boxes.

## Requirements
- Python 3.10 or higher

## Installation

**bboxlib** is available on [PyPI](https://pypi.org/project/bboxlib/) (the Python Package Index), and can be installed using pip:

```sh
pip install bboxlib
```
