LICENSE
README.md
pyproject.toml
src/gantrix/__init__.py
src/gantrix/cli.py
src/gantrix/job.py
src/gantrix/transport.py
src/gantrix.egg-info/PKG-INFO
src/gantrix.egg-info/SOURCES.txt
src/gantrix.egg-info/dependency_links.txt
src/gantrix.egg-info/entry_points.txt
src/gantrix.egg-info/requires.txt
src/gantrix.egg-info/top_level.txt
src/gantrix/design/__init__.py
src/gantrix/design/image.py
src/gantrix/design/qrcode.py
src/gantrix/design/shapes.py
src/gantrix/design/text.py
src/gantrix/gui/__init__.py
src/gantrix/gui/app.py
src/gantrix/gui/connection.py
src/gantrix/gui/job_runner.py
src/gantrix/planner/__init__.py
src/gantrix/planner/fill.py
src/gantrix/tools/__init__.py
src/gantrix/tools/base.py
src/gantrix/tools/laser.py
tests/test_connection.py
tests/test_design_shapes.py
tests/test_fill.py
tests/test_job_runner.py
tests/test_transport.py