Metadata-Version: 2.3
Name: pySVCGAL
Version: 0.0.4
Summary: Python CGAL stright skeleton extrude wrapper
Project-URL: Homepage, https://github.com/satabol/pySVCGAL
Project-URL: Issues, https://github.com/satabol/pySVCGAL/issues
Author-email: Satabol <satabol@yandex.ru>
License-File: LICENSE
Keywords: extrude,skeleton
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: more-itertools
Description-Content-Type: text/markdown

This is a Python wrapper of CGAL Skeleton Extrusion:

https://www.cgal.org/2023/05/09/improved_straight_skeleton/

## Usage

```
pip install pySVCGAL
```

For developer
-------------

for local install from package folder: "E:\install\Blender\blender-3.6.12-windows-x64\3.6\python\Scripts\pip.exe" install .

To uninstall write a name: "E:\install\Blender\blender-3.6.12-windows-x64\3.6\python\Scripts\pip.exe" uninstall pySVCGAL