.gitattributes
.gitignore
LICENSE
README.md
build_docs.sh
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/documentation.yml
docs/api_components.rst
docs/api_doc.rst
docs/api_qcomponents.rst
docs/api_utils.rst
docs/components.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/requirements.txt
docs/tips_and_tricks.rst
docs/tutorials.rst
docs/_static/custom.css
docs/_static/logo.svg
docs/_static/logo_dark.png
docs/components/group.rst
docs/components/webgui.rst
docs/tutorials/beam_solver.rst
src/ngapp/__init__.py
src/ngapp/_version.py
src/ngapp/api.py
src/ngapp/app.py
src/ngapp/basecomponent.py
src/ngapp/create_app.py
src/ngapp/file.py
src/ngapp/frontend_testing.py
src/ngapp/generate_metadata.py
src/ngapp/material.py
src/ngapp/pandoc_header.tex
src/ngapp/qcomponents.py
src/ngapp/test_utils.py
src/ngapp/utils.py
src/ngapp/visualization.py
src/ngapp.egg-info/PKG-INFO
src/ngapp.egg-info/SOURCES.txt
src/ngapp.egg-info/dependency_links.txt
src/ngapp.egg-info/requires.txt
src/ngapp.egg-info/top_level.txt
src/ngapp/cli/__init__.py
src/ngapp/cli/build_website.py
src/ngapp/cli/generate_app_config.py
src/ngapp/cli/get_plugin_dirs.py
src/ngapp/cli/run.py
src/ngapp/cli/serve_app.py
src/ngapp/cli/serve_compute_env.py
src/ngapp/cli/serve_in_venv.py
src/ngapp/cli/serve_standalone.py
src/ngapp/cli/worker.py
src/ngapp/components/__init__.py
src/ngapp/components/basecomponent.py
src/ngapp/components/helper_components.py
src/ngapp/components/material.py
src/ngapp/components/qcomponents.py
src/ngapp/components/visualization.py