Metadata-Version: 2.4
Name: pySVCGAL
Version: 0.0.24
Summary: Python CGAL straight 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

## Description

This is a Python wrapper of ctCGAL. See also:

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

https://pypi.org/project/pySVCGAL/

## 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 .
```
D:\install\Blender\blender-3.6.19-windows-x64\3.6\python\Scripts\pip.exe install .

To uninstall write a name (no some folder name):

```
"E:\install\Blender\blender-3.6.12-windows-x64\3.6\python\Scripts\pip.exe" uninstall pySVCGAL
```
D:\install\Blender\blender-3.6.19-windows-x64\3.6\python\Scripts\pip.exe uninstall pySVCGAL

## Publish/Update package on PyPi

1. Update version of library.

```
2. python -m build
3. twine upload dist/*
```

![package_build](images/pypi_package_build.001.png)

![package_build](images/pypi_package_publish.001.png)

