MANIFEST.in
README.md
pyproject.toml
setup.py
mongo_dash/__init__.py
mongo_dash/cli.py
mongo_dash/config.py
mongo_dash/database.py
mongo_dash/schemas.py
mongo_dash/server.py
mongo_dash.egg-info/PKG-INFO
mongo_dash.egg-info/SOURCES.txt
mongo_dash.egg-info/dependency_links.txt
mongo_dash.egg-info/entry_points.txt
mongo_dash.egg-info/not-zip-safe
mongo_dash.egg-info/requires.txt
mongo_dash.egg-info/top_level.txt
mongo_dash/public/css/main.css
mongo_dash/public/css/tailwind.css
mongo_dash/public/js/modules/main.js
mongo_dash/routers/__init__.py
mongo_dash/routers/api.py
mongo_dash/routers/frontend.py
mongo_dash/templates/base.html
mongo_dash/templates/general/home.html
tests/__init__.py
tests/test_data.py