Metadata-Version: 2.1
Name: geogeometry
Version: 0.0.1
Summary: A foundational geometrical library for Python.
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

# GeoGeometry

**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
