CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/INTERNALS.md
docs/SPEC.md
src/detailer/__init__.py
src/detailer/anchors.py
src/detailer/check.py
src/detailer/drawing.py
src/detailer/emit.py
src/detailer/intents.py
src/detailer/model.py
src/detailer/place.py
src/detailer/py.typed
src/detailer/style.py
src/detailer/units.py
src/detailer.egg-info/PKG-INFO
src/detailer.egg-info/SOURCES.txt
src/detailer.egg-info/dependency_links.txt
src/detailer.egg-info/requires.txt
src/detailer.egg-info/top_level.txt
src/detailer/concrete/__init__.py
src/detailer/concrete/codes.py
src/detailer/concrete/common.py
src/detailer/concrete/host.py
src/detailer/concrete/joint.py
src/detailer/concrete/layout.py
src/detailer/concrete/marks.py
src/detailer/concrete/rebar.py
src/detailer/concrete/runs.py
src/detailer/concrete/schedule.py
src/detailer/concrete/views.py
src/detailer/steel/__init__.py
src/detailer/steel/fasteners.py
src/detailer/steel/sections.py
tests/conftest.py
tests/drawings.py
tests/golden.txt
tests/parts.py
tests/test_anchor_substrate.py
tests/test_anchors.py
tests/test_check.py
tests/test_concrete.py
tests/test_doctests.py
tests/test_drawing.py
tests/test_emit.py
tests/test_fasteners.py
tests/test_golden_record.py
tests/test_host.py
tests/test_intents.py
tests/test_joint.py
tests/test_layout.py
tests/test_leaders.py
tests/test_line_parts.py
tests/test_marks.py
tests/test_model.py
tests/test_place.py
tests/test_pythonic.py
tests/test_readme.py
tests/test_rebar.py
tests/test_repository_is_english.py
tests/test_schedule.py
tests/test_sections.py
tests/test_style.py
tests/test_svg.py
tests/test_units.py
tests/test_views.py
tests/test_visual_smoke.py