Metadata-Version: 2.3
Name: euclid-geometry
Version: 0.1.0
Summary: Construct elemenents of Euclidean geometry
Author: Felix Fuchs
Author-email: Felix Fuchs <you@example.com>
Requires-Python: >=3.13, <4.0
Description-Content-Type: text/markdown

# Euclid Geometry

## Run Unit Test

### To create the snapshot for the first run:

```shell
pytest --snapshot-update
```

### To test changing code

```shell
pytest
```