LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
synthmap/__init__.py
synthmap.egg-info/PKG-INFO
synthmap.egg-info/SOURCES.txt
synthmap.egg-info/dependency_links.txt
synthmap.egg-info/entry_points.txt
synthmap.egg-info/requires.txt
synthmap.egg-info/top_level.txt
synthmap/app/__init__.py
synthmap/app/cli.py
synthmap/app/config.json
synthmap/app/main.py
synthmap/app/cli_modules/__init__.py
synthmap/app/cli_modules/dump.py
synthmap/app/cli_modules/parse_video.py
synthmap/app/cli_modules/register.py
synthmap/app/cli_modules/show.py
synthmap/app/routers/__init__.py
synthmap/app/routers/api.py
synthmap/app/routers/entities.py
synthmap/app/routers/html.py
synthmap/app/routers/images.py
synthmap/app/routers/projects.py
synthmap/app/routers/users.py
synthmap/app/routers/utils.py
synthmap/db/__init__.py
synthmap/db/manager.py
synthmap/log/__init__.py
synthmap/log/config.json
synthmap/log/logger.py
synthmap/models/__init__.py
synthmap/models/alice.py
synthmap/models/colmap.py
synthmap/models/common.py
synthmap/models/synthmap.py
synthmap/projectManager/__init__.py
synthmap/projectManager/aliceParser.py
synthmap/projectManager/colmapParser.py
synthmap/test/__init__.py
synthmap/test/conftest.py
synthmap/test/test_HTTP_API.py
synthmap/test/test_colmapParser.py
synthmap/test/test_dbMan.py
synthmap/test/test_pydanticAlice.py
synthmap/test/test_pydanticModels.py