Skip to content

Foundation is a python library used as an API for making CAD parts . It is meant to be open source for ease of sharing and reusing files.

Notifications You must be signed in to change notification settings

cadbuildr/foundation

Repository files navigation

Foundation Python lib

Foundation is a python library meant to be used as an API for creating 3D objects. Files using this library can be converted to DAG (Directed Acyclic Graph) files which can then be compiled for CAD, analysis, or other purposes.

This is the backbone of Cadbuildr. See the documentation here

Installation

If you plan on contributing to this project, you can install ( after cloning ) the library by running the following command in the root directory of the project:

pip install -e .

Running the tests

The tests are a good place to start to understand how the library works. You can run the tests by running the following command in the root directory of the project:

pytest

Moreover there is a folder examples/ in the tests folder which contains some examples of how to use the library for basic parts.

Publishing to PyPI

Build :

poetry build

Publish :

poetry publish

About

Foundation is a python library used as an API for making CAD parts . It is meant to be open source for ease of sharing and reusing files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages