mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Adding coverage badge
This commit is contained in:
parent
1cec053a4d
commit
c5c5ec6121
2 changed files with 1 additions and 6 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
[](https://build123d.readthedocs.io/en/latest/?badge=latest)
|
[](https://build123d.readthedocs.io/en/latest/?badge=latest)
|
||||||
[](https://github.com/gumyr/build123d/actions/workflows/test.yml)
|
[](https://github.com/gumyr/build123d/actions/workflows/test.yml)
|
||||||
[](https://github.com/gumyr/build123d/actions/workflows/lint.yml)
|
[](https://github.com/gumyr/build123d/actions/workflows/lint.yml)
|
||||||
|
[](https://codecov.io/gh/gumyr/build123d)
|
||||||
|
|
||||||
Build123d is a python-based, parametric, boundary representation (BREP) modeling framework for 2D and 3D CAD. It's built on the Open Cascade geometric kernel and allows for the creation of complex models using a simple and intuitive python syntax. Build123d can be used to create models for 3D printing, CNC machining, laser cutting, and other manufacturing processes. Models can be exported to a wide variety of popular CAD tools such as FreeCAD and SolidWorks.
|
Build123d is a python-based, parametric, boundary representation (BREP) modeling framework for 2D and 3D CAD. It's built on the Open Cascade geometric kernel and allows for the creation of complex models using a simple and intuitive python syntax. Build123d can be used to create models for 3D printing, CNC machining, laser cutting, and other manufacturing processes. Models can be exported to a wide variety of popular CAD tools such as FreeCAD and SolidWorks.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,2 @@
|
||||||
pytest-cov
|
pytest-cov
|
||||||
-e .
|
-e .
|
||||||
cadquery-ocp ~= 7.7.0a0
|
|
||||||
typing_extensions >= 4.4.0, <5
|
|
||||||
numpy >= 1.24.1, <2
|
|
||||||
svgpathtools >= 1.5.1, <2
|
|
||||||
anytree >= 2.8.0, <3
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue