LICENSE
README.md
pyproject.toml
modulor/__init__.py
modulor/__main__.py
modulor/cli.py
modulor/document.py
modulor/document.schema.json
modulor/engine.py
modulor/errors.py
modulor/expr.py
modulor/geometry.py
modulor/mcp_server.py
modulor/shapes.py
modulor.egg-info/PKG-INFO
modulor.egg-info/SOURCES.txt
modulor.egg-info/dependency_links.txt
modulor.egg-info/entry_points.txt
modulor.egg-info/requires.txt
modulor.egg-info/top_level.txt
modulor/exporters/__init__.py
modulor/exporters/dxf.py
modulor/exporters/mesh3d.py
modulor/exporters/svg.py
modulor/importers/__init__.py
modulor/importers/dxf.py
modulor/ops/__init__.py
modulor/ops/arch.py
modulor/ops/doc_ops.py
modulor/ops/draw2d.py
modulor/ops/export_ops.py
modulor/ops/model3d.py
modulor/ops/param_ops.py
modulor/ops/query.py
modulor/ops/transform.py
modulor/render/__init__.py
modulor/render/flatten.py
modulor/render/font.py
modulor/render/raster.py
modulor/render/render2d.py
modulor/render/render3d.py
modulor/viewer/__init__.py
modulor/viewer/index.html
modulor/viewer/server.py
tests/test_api_contract.py
tests/test_dxf_corpus.py
tests/test_format.py
tests/test_fuzz.py
tests/test_nativecad.py