https://github.com/bilbottom/geometry
Simple geometry library for Python.
https://github.com/bilbottom/geometry
python
Last synced: 30 days ago
JSON representation
Simple geometry library for Python.
- Host: GitHub
- URL: https://github.com/bilbottom/geometry
- Owner: Bilbottom
- Created: 2024-01-02T08:44:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T18:56:04.000Z (over 1 year ago)
- Last Synced: 2025-01-08T19:42:51.199Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python-3110/)
[](https://python-poetry.org/)
[](https://github.com/Bilbottom/geometry/actions/workflows/tests.yaml)
[](https://github.com/dbrgn/coverage-badge)
[](https://shields.io/badges/git-hub-last-commit)
[](https://github.com/prettier/prettier)
[](https://github.com/astral-sh/ruff)
[](https://results.pre-commit.ci/latest/github/Bilbottom/geometry/main)
[](https://sourcery.ai)
---
# Geometry 🌐
Simple geometry library for Python.
## Quick start
Install poetry and pre-commit:
```bash
poetry install --with dev,test
pre-commit install --install-hooks
```