No description
Find a file
2023-05-24 10:35:47 -07:00
src/bricksgen stubbed 2023-05-24 10:35:47 -07:00
tests/bricksgen init 2023-05-24 10:25:03 -07:00
.gitignore init 2023-05-24 10:25:03 -07:00
LICENSE init 2023-05-24 10:25:03 -07:00
pyproject.toml init 2023-05-24 10:25:03 -07:00
README.md init 2023-05-24 10:25:03 -07:00
renovate.json init 2023-05-24 10:25:03 -07:00
SECURITY.md init 2023-05-24 10:25:03 -07:00
tox.ini init 2023-05-24 10:25:03 -07:00

Generate Navactor Data from Bricks Data

todo

Installing

via Pypi

python -m pip install bricksgen

Or install with "editing" mode from cloned repo for development of the code.

python -m venv venv
source ./venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install --upgrade tox