https://github.com/smkent/monobd
🏗️ 🧰 Monorepository of build123d models
https://github.com/smkent/monobd
Last synced: about 1 month ago
JSON representation
🏗️ 🧰 Monorepository of build123d models
- Host: GitHub
- URL: https://github.com/smkent/monobd
- Owner: smkent
- License: gpl-3.0
- Created: 2025-01-14T19:55:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T20:49:48.000Z (about 2 months ago)
- Last Synced: 2025-03-23T21:31:33.085Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My build123d models
A monorepository for my [build123d][build123d] models.
[][pypi]
[][pypi]
[][gh-actions]
[][codecov]
[][repo]## Installation from PyPI
[monobd is available on PyPI][pypi]:
```console
pip install monobd
```## Development
### [Poetry][poetry] installation
Via [`pipx`][pipx]:
```console
pip install pipx
pipx install poetry
pipx inject poetry poetry-pre-commit-plugin
```Via `pip`:
```console
pip install poetry
poetry self add poetry-pre-commit-plugin
```### Development tasks
* Setup: `poetry install`
* Run static checks: `poetry run poe lint` or
`poetry run pre-commit run --all-files`
* Run static checks and tests: `poetry run poe test`---
Created from [smkent/cookie-python][cookie-python] using
[cookiecutter][cookiecutter][build123d]: https://github.com/gumyr/build123d
[codecov]: https://codecov.io/gh/smkent/monobd
[cookie-python]: https://github.com/smkent/cookie-python
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[gh-actions]: https://github.com/smkent/monobd/actions?query=branch%3Amain
[pipx]: https://pypa.github.io/pipx/
[poetry]: https://python-poetry.org/docs/#installation
[pypi]: https://pypi.org/project/monobd/
[repo]: https://github.com/smkent/monobd