Metadata-Version: 2.1
Name: compas_cgal
Version: 0.9.0
Summary: CGAL wrapper for COMPAS.
Author-Email: tom van mele <tom.v.mele@gmail.com>, Petras Vestartas <petrasvestartas@gmail.com>
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Homepage, https://github.com/compas-dev/compas_cgal
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# COMPAS CGAL

![build](https://github.com/compas-dev/compas_cgal/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_cgal.svg)](https://github.com/compas-dev/compas_cgal)
[![Conda - Latest Release](https://anaconda.org/conda-forge/compas_cgal/badges/version.svg)](https://anaconda.org/conda-forge/compas_cgal)
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas_cgal)](https://anaconda.org/conda-forge/compas_cgal)

This package provides Python bindings for specific algorithms of CGAL.
The bindings are generated with Nanobind and data is exchanged using NumPy arrays.

More information of installation, api and other details please follow documentation:
<https://compas.dev/compas_cgal/>

## Usage

The provided functionality can be used directly from the `compas_cgal` package
or from `compas.geometry` through the plugin mechanism in COMPAS.

For examples, see <https://compas.dev/compas_cgal/latest/examples.html>.

## License

`compas_cgal` is released under the LGPL 3.0 to be compatible with the license of CGAL.
