Metadata-Version: 2.1
Name: geogeometry
Version: 0.0.5
Summary: A Python geometrical library made for geotechnical engineering.
Author: Jorge Martinez
Author-email: jmartinez@gmintec.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pre-commit~=4.0.1
Requires-Dist: twine~=6.0.1
Requires-Dist: numpy~=2.1.3
Requires-Dist: shapely~=2.0.6
Requires-Dist: trimesh~=4.5.3
Requires-Dist: matplotlib~=3.9.3
Requires-Dist: ezdxf~=1.3.4
Requires-Dist: rhino3dm~=8.9.0
Requires-Dist: pyvista~=0.44.2

# GeoGeometry

![Version](https://img.shields.io/badge/version-0.0.5-blue)
![Python Version](https://img.shields.io/badge/python-3.10-green)

**GeoGeometry** is a Python library for performing advanced geometrical operations and computations. Originally designed for tetrahedral mesh generation, it has evolved into a versatile tool for handling a wide range of geometrical objects and operations.

---

## Features
- Create and manipulate complex geometrical objects (polygons, polylines, meshes, etc.).
- Perform spatial queries and geometric computations.
- Support for exporting and importing various geometry file formats (e.g., `.obj`, `.stl`).
- Highly extensible for integration with geotechnical and engineering workflows.

---

## Installation
Install the library using pip:
```bash
pip install geogeometry
