Metadata-Version: 2.4
Name: geomlib
Version: 0.2.0
Summary: A computational geometry library for Python
Author: Victor Phung
License: MIT
Project-URL: Homepage, https://github.com/littleduckcoding/geomlib
Project-URL: Repository, https://github.com/littleduckcoding/geomlib
Project-URL: Issues, https://github.com/littleduckcoding/geomlib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.25
Dynamic: license-file

# geomlib

A lightweight computational geometry library for Python.

## Features

- Points and vectors
- Lines and segments
- Circles
- Triangle centers (incenter, circumcenter, orthocenter, Lemoine point)
- Convex hull
- Rotating calipers
- Minimum bounding rectangle

## Installation

```bash
pip install geomlib
