Metadata-Version: 2.1
Name: Super-SCAD
Version: 0.5.0
Summary: An advanced Python application and library for generating 2D and 3D models in OpenSCAD
Home-page: https://github.com/SuperSCAD/SuperSCAD
License: MIT
Keywords: OpenSCAD,SuperSCAD
Author: P.R. Water
Author-email: p.r.water@setbased.nl
Requires-Python: >=3.10.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Software Development :: Code Generators
Project-URL: Documentation, https://superscad.readthedocs.io/
Project-URL: Repository, https://github.com/SuperSCAD/SuperSCAD
Description-Content-Type: text/markdown

# SuperSCAD

An advanced Python application and library for generating 2D and 3D models in [OpenSCAD](https://openscad.org).

<table>
<thead>
<tr>
<th>Legal</th>
<th>Release</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://pypi.org/project/Super-SCAD/" target="_blank"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/Super-SCAD">
</a>
</td>
<td>
<a href="https://badge.fury.io/py/Super-SCAD" target="_blank"><img src="https://badge.fury.io/py/Super-SCAD.svg" alt="Latest Stable Version"/></a><br/>
</td>
<td>
<a href="https://codecov.io/gh/SuperSCAD/SuperSCAD" target="_blank"><img src="https://codecov.io/gh/SuperSCAD/SuperSCAD/graph/badge.svg?token=7D8V8RRY11" alt="Code Coverage"/></a>
<a href="https://github.com/SuperSCAD/SuperSCAD/actions/workflows/unit.yml"><img src="https://github.com/SuperSCAD/SuperSCAD/actions/workflows/unit.yml/badge.svg" alt="unit Tests"/></a>
</td>
</tr>
</tbody>
</table>

# Links

* [OpenSCAD SheetSheet](https://openscad.org/cheatsheet/index.html)

# License

This project is licensed under the terms of the [MIT license](LICENSE).

