Metadata-Version: 2.1
Name: build123d
Version: 0.1.0
Summary: A CAD programming library
Home-page: https://github.com/gumyr/build123d
Author: Gumyr
Author-email: gumyr9@gmail.com
Project-URL: Bug Tracker, https://github.com/gumyr/build123d/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache-2.0 License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

<img align="center" src="docs/build123d_logo.svg">

build123d is an alternate to the [CadQuery](https://cadquery.readthedocs.io/en/latest/index.html)
Fluent API. It has several advantages over this API but the largest one is that build123d
enables the full python toolbox when designing objects - for loops, references to objects,
list sorting and filtering, etc. - unconstrained by the limitations of method chaining
used in CadQuery 2.x.

The documentation for **build123d** can found at [readthedocs](https://build123d.readthedocs.io/en/latest/index.html).

To install **build123d** from github:
```
python3 -m pip install git+https://github.com/gumyr/build123d.git#egg=build123d
```
