Metadata-Version: 2.1
Name: pargeo
Version: 0.1.0
Summary: Generate complex two-dimensional geometries, e.g. for the simulation of composite materials.
Home-page: https://github.com/Priusds/ParGeo
License: MIT
Keywords: geometry,mesh,gmsh,composite,material,FEM,Finite Element Method
Author: Till Schäfer
Author-email: tillschaefer96@hotmail.it
Maintainer: Till Schäfer
Maintainer-email: tillschaefer96@hotmail.it
Requires-Python: >=3.11,<4.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: gmsh (>=4.11.1,<5.0.0)
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: shapely (>=2.0.1,<3.0.0)
Project-URL: Documentation, https://pargeo.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/Priusds/ParGeo
Description-Content-Type: text/markdown

# ParGeo

Generate complex two-dimensional geometries, e.g. for the simulation of composite materials.



## Basic Usage

## Installation and Requirements

`pargeo 0.1.0.` requires:

- `Python >= 3.11`
- `Gmsh >= 4.11.1` [Optional, for mesh generation in .MSH format]

Install from PyPI:

```bash
pip install pargeo
``` 

To install in development mode, clone the repository and:
```bash
pip install -e .
```

## Contribute


## Cite
