https://github.com/eliranmal/freecad-utils
high level convenience utilities for freecad
https://github.com/eliranmal/freecad-utils
freecad python-library python3-library uti
Last synced: 17 days ago
JSON representation
high level convenience utilities for freecad
- Host: GitHub
- URL: https://github.com/eliranmal/freecad-utils
- Owner: eliranmal
- License: wtfpl
- Created: 2022-04-30T23:08:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T01:15:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T20:51:13.547Z (2 months ago)
- Topics: freecad, python-library, python3-library, uti
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freecad-utils _high level convenience utilities for freecad_
## setup
### prerequisites
- python >= 3.6
- pip >= 22 (for local installation)### installation
#### pypi
not supported yet
#### local
- clone this repo
- navigate to the root directory
- python -m build
- pip install ./dist/*.whl