Metadata-Version: 2.1
Name: compas_shapeop
Version: 0.1.2
Summary: ShapeOp wrapper for COMPAS.
Author-Email: Petras Vestartas <petrasvestartas@gmail.com>, Tom Van Mele <tom.v.mele@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Project-URL: Homepage, https://blockresearchgroup.github.io/compas_shapeop
Project-URL: Documentation, https://blockresearchgroup.github.io/compas_shapeop
Project-URL: Repository, https://github.com/blockresearchgroup/compas_shapeop
Project-URL: Changelog, https://github.com/blockresearchgroup/compas_shapeop/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/blockresearchgroup/compas_shapeop/issues
Project-URL: Forum, https://forum.compas-framework.org/
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# COMPAS ShapeOp

COMPAS bindings for ShapeOp

## Installation

Stable releases can be installed from PyPI.

```bash
pip install compas_shapeop
```

To install the latest version for development, do:

```bash
git clone https://github.com/blockresearchgroup/compas_shapeop.git
cd compas_shapeop
pip install --no-build-isolation -ve .  -Ceditable.rebuild=true
```

## Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference,
please check out the online documentation here: [COMPAS ShapeOp docs](https://blockresearchgroup.github.io/compas_shapeop)

## Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/blockresearchgroup/compas_shapeop/issues).