.babelrc
.dockerignore
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
e2e_test_output.log
jest.config.js
logo-with-text.svg
mkdocs.yml
package-lock.json
package.json
pyproject.toml
.github/workflows/release.yml
.vscode/settings.json
docs/README.md
docs/favicon.png
docs/logo.svg
e-e-test/e-e-test-script.py
e-e-test/test_multi_app_e2e.py
e-e-test/multi-app-test/admin_auth.db
e-e-test/multi-app-test/main.py
e-e-test/multi-app-test/admin_app/app.py
e-e-test/multi-app-test/admin_app/index.html.j2
e-e-test/multi-app-test/public_app/app.py
e-e-test/multi-app-test/public_app/index.html.j2
e-e-test/root-management-test/main.py
e-e-test/root-management-test/management_auth.db
e-e-test/root-management-test/management_app/app.py
e-e-test/root-management-test/management_app/index.html.j2
e-e-test/root-management-test/root_app/app.py
e-e-test/root-management-test/root_app/index.html.j2
src/numerous/apps/__init__.py
src/numerous/apps/app_factory.py
src/numerous/apps/bootstrap.py
src/numerous/apps/builtins.py
src/numerous/apps/communication.py
src/numerous/apps/execution.py
src/numerous/apps/models.py
src/numerous/apps/multi_app.py
src/numerous/apps/server.py
src/numerous/apps/session_management.py
src/numerous/apps/auth/__init__.py
src/numerous/apps/auth/base.py
src/numerous/apps/auth/dependencies.py
src/numerous/apps/auth/exceptions.py
src/numerous/apps/auth/jwt_utils.py
src/numerous/apps/auth/middleware.py
src/numerous/apps/auth/models.py
src/numerous/apps/auth/routes.py
src/numerous/apps/auth/providers/__init__.py
src/numerous/apps/auth/providers/database_auth.py
src/numerous/apps/auth/providers/env_auth.py
src/numerous/apps/bootstrap_app/.gitignore
src/numerous/apps/bootstrap_app/Dockerfile
src/numerous/apps/bootstrap_app/app.py
src/numerous/apps/bootstrap_app/app_cover.jpg
src/numerous/apps/bootstrap_app/index.html.j2
src/numerous/apps/bootstrap_app/numerous.toml
src/numerous/apps/bootstrap_app/requirements.txt
src/numerous/apps/bootstrap_app/static/logo.svg
src/numerous/apps/bootstrap_app/static/css/styles.css
src/numerous/apps/bootstrap_app/widgets/__init__.py
src/numerous/apps/bootstrap_app/widgets/charts.py
src/numerous/apps/js/auth.js
src/numerous/apps/js/numerous.js
src/numerous/apps/js/parent_visibility.js
src/numerous/apps/static/README.md
src/numerous/apps/static/css/numerous-base.css
src/numerous/apps/templates/app_process_error.html.j2
src/numerous/apps/templates/error.html.j2
src/numerous/apps/templates/error_modal.html.j2
src/numerous/apps/templates/login.html.j2
src/numerous/apps/templates/session_lost_banner.html.j2
src/numerous/apps/templates/splash_screen.html.j2
src/numerous_apps.egg-info/PKG-INFO
src/numerous_apps.egg-info/SOURCES.txt
src/numerous_apps.egg-info/dependency_links.txt
src/numerous_apps.egg-info/entry_points.txt
src/numerous_apps.egg-info/requires.txt
src/numerous_apps.egg-info/top_level.txt
tests/.coverage
tests/conftest.py
tests/test_app.py
tests/test_auth.py
tests/test_bootstrap.py
tests/test_bootstrap_app.py
tests/test_builtins.py
tests/test_communication.py
tests/test_execution.py
tests/test_mock.py
tests/test_models.py
tests/test_multi_app.py
tests/test_server.py
tests/test_session_management.py
tests/test_stale_session_handling.py
tests/js/AuthManager.test.js
tests/js/BasePath.test.js
tests/js/README.md
tests/js/Utilities.test.js
tests/js/WebSocketManager.test.js
tests/js/WidgetModel.test.js
tests/js/setupTests.js
tests/js/__mocks__/fileMock.js
tests/js/__mocks__/styleMock.js
ui/.gitignore
ui/Dockerfile
ui/app.py
ui/app_cover.jpg
ui/index.html.j2
ui/numerous.toml
ui/requirements.txt
ui/static/logo.svg
ui/static/css/styles.css
ui/widgets/__init__.py
ui/widgets/charts.py