LICENSE
README.md
pyproject.toml
src/tangential_knife_cnc.egg-info/PKG-INFO
src/tangential_knife_cnc.egg-info/SOURCES.txt
src/tangential_knife_cnc.egg-info/dependency_links.txt
src/tangential_knife_cnc.egg-info/entry_points.txt
src/tangential_knife_cnc.egg-info/requires.txt
src/tangential_knife_cnc.egg-info/top_level.txt
src/tcnc/__init__.py
src/tcnc/__main__.py
src/tcnc/cli.py
src/tcnc/corners.py
src/tcnc/errors.py
src/tcnc/gcode.py
src/tcnc/jobfile.py
src/tcnc/offset.py
src/tcnc/options.py
src/tcnc/ordering.py
src/tcnc/output.py
src/tcnc/plan.py
src/tcnc/preview.py
src/tcnc/py.typed
src/tcnc/svg.py
src/tcnc/toolpath.py
tests/test_cli.py
tests/test_corners.py
tests/test_gcode.py
tests/test_golden.py
tests/test_job.py
tests/test_offset.py
tests/test_options.py
tests/test_ordering.py
tests/test_output.py
tests/test_plan.py
tests/test_preview.py
tests/test_svg.py
tests/test_toolpath.py