.cursorrules
.gitignore
.pre-commit-config.yaml
AGENT_RULES.md
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
mapsys/__init__.py
mapsys/__main__.py
mapsys/__version__.py
mapsys/cli.py
mapsys/xl.py
mapsys.egg-info/PKG-INFO
mapsys.egg-info/SOURCES.txt
mapsys.egg-info/dependency_links.txt
mapsys.egg-info/entry_points.txt
mapsys.egg-info/requires.txt
mapsys.egg-info/top_level.txt
mapsys/dxf/__init__.py
mapsys/dxf/dxf_colors.py
mapsys/dxf/to_dxf.py
mapsys/parser/__init__.py
mapsys/parser/al5_poly_layer.py
mapsys/parser/ar5_polys.py
mapsys/parser/as5_vertices.py
mapsys/parser/content.py
mapsys/parser/mdb_support.py
mapsys/parser/n05_points.py
mapsys/parser/pr5_main.py
mapsys/parser/te5_text_meta.py
mapsys/parser/ts5_text_store.py
tests/__init__.py
tests/test_al5_poly_layer.py
tests/test_ar5_polys.py
tests/test_as5_vertices.py
tests/test_cli_xlsx.py
tests/test_cli_xlsx_dir.py
tests/test_content.py
tests/test_dxf_colors.py
tests/test_mdb_support.py
tests/test_n05_points.py
tests/test_pr5_main.py
tests/test_te5_text_meta.py
tests/test_to_dxf.py
tests/test_ts5_text_store.py
tests/test_xl.py