An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Python](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![tests](https://github.com/Bilbottom/geometry/actions/workflows/tests.yaml/badge.svg)](https://github.com/Bilbottom/geometry/actions/workflows/tests.yaml)
[![coverage](coverage.svg)](https://github.com/dbrgn/coverage-badge)
[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/geometry)](https://shields.io/badges/git-hub-last-commit)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Bilbottom/geometry/main.svg)](https://results.pre-commit.ci/latest/github/Bilbottom/geometry/main)
[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](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
```