.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/docs.yaml
.github/workflows/publish.yaml
src/InsightBoard/__init__.py
src/InsightBoard/__main__.py
src/InsightBoard/app.py
src/InsightBoard/utils.py
src/InsightBoard/version.py
src/InsightBoard.egg-info/PKG-INFO
src/InsightBoard.egg-info/SOURCES.txt
src/InsightBoard.egg-info/dependency_links.txt
src/InsightBoard.egg-info/entry_points.txt
src/InsightBoard.egg-info/requires.txt
src/InsightBoard.egg-info/top_level.txt
src/InsightBoard/config/__init__.py
src/InsightBoard/config/config.py
src/InsightBoard/database/__init__.py
src/InsightBoard/database/database.py
src/InsightBoard/pages/data.py
src/InsightBoard/pages/home.py
src/InsightBoard/pages/reports.py
src/InsightBoard/pages/settings.py
src/InsightBoard/pages/upload.py
src/InsightBoard/parsers/__init__.py
src/InsightBoard/project/__init__.py
src/InsightBoard/project/project.py