README.md
pyproject.toml
setup.py
atlasui/__init__.py
atlasui/config.py
atlasui/configure.py
atlasui/manage.py
atlasui/server.py
atlasui/session_manager.py
atlasui.egg-info/PKG-INFO
atlasui.egg-info/SOURCES.txt
atlasui.egg-info/dependency_links.txt
atlasui.egg-info/entry_points.txt
atlasui.egg-info/requires.txt
atlasui.egg-info/top_level.txt
atlasui/api/__init__.py
atlasui/api/alerts.py
atlasui/api/backups.py
atlasui/api/clusters.py
atlasui/api/databases.py
atlasui/api/organizations.py
atlasui/api/pages.py
atlasui/api/projects.py
atlasui/api/server.py
atlasui/api/setup.py
atlasui/api/users.py
atlasui/cli/__init__.py
atlasui/cli/alerts.py
atlasui/cli/backups.py
atlasui/cli/clusters.py
atlasui/cli/main.py
atlasui/cli/projects.py
atlasui/client/__init__.py
atlasui/client/auth.py
atlasui/client/base.py
atlasui/client/service_account.py
atlasui/static/css/style.css
atlasui/static/js/app.js
atlasui/templates/all_clusters.html
atlasui/templates/all_projects.html
atlasui/templates/base.html
atlasui/templates/clusters.html
atlasui/templates/dashboard.html
atlasui/templates/databases.html
atlasui/templates/organizations.html
atlasui/templates/projects.html
atlasui/templates/setup.html
atlasui/templates/users.html
tests/test_api.py
tests/test_api_integration.py
tests/test_client.py
tests/test_client_service_account.py
tests/test_config.py
tests/test_integration.py
tests/test_service_account.py