.gitignore
.pre-commit-config.yaml
CODE_STYLE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NGROK_INTEGRATION.md
OAUTH_TESTING_GUIDE.md
README.md
TESTING_SUMMARY.md
create_auth_test.sh
image.png
pyproject.toml
pytest.ini
uv.lock
./fastapps/__init__.py
./fastapps/auth/__init__.py
./fastapps/auth/decorators.py
./fastapps/auth/verifier.py
./fastapps/builder/__init__.py
./fastapps/builder/compiler.py
./fastapps/cli/__init__.py
./fastapps/cli/main.py
./fastapps/cli/commands/__init__.py
./fastapps/cli/commands/build.py
./fastapps/cli/commands/create.py
./fastapps/cli/commands/dev.py
./fastapps/cli/commands/init.py
./fastapps/cli/commands/use.py
./fastapps/cli/commands/cloud/__init__.py
./fastapps/cli/commands/cloud/delete.py
./fastapps/cli/commands/cloud/deploy.py
./fastapps/cli/commands/cloud/deployments.py
./fastapps/cli/commands/cloud/link.py
./fastapps/cli/commands/cloud/login.py
./fastapps/cli/commands/cloud/logout.py
./fastapps/cli/commands/cloud/projects.py
./fastapps/cli/commands/cloud/status.py
./fastapps/cli/commands/cloud/unlink.py
./fastapps/cli/commands/cloud/whoami.py
./fastapps/cloud/__init__.py
./fastapps/cloud/client.py
./fastapps/cloud/config.py
./fastapps/cloud/models.py
./fastapps/cloud/projects_manager.py
./fastapps/core/__init__.py
./fastapps/core/server.py
./fastapps/core/utils.py
./fastapps/core/widget.py
./fastapps/deployer/__init__.py
./fastapps/deployer/auth.py
./fastapps/deployer/client.py
./fastapps/deployer/packager.py
./fastapps/types/__init__.py
./fastapps/types/schema.py
.github/WORKFLOWS.md
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
.github/workflows/test-publish.yml
fastapps/__init__.py
fastapps.egg-info/PKG-INFO
fastapps.egg-info/SOURCES.txt
fastapps.egg-info/dependency_links.txt
fastapps.egg-info/entry_points.txt
fastapps.egg-info/requires.txt
fastapps.egg-info/top_level.txt
fastapps/auth/__init__.py
fastapps/auth/decorators.py
fastapps/auth/verifier.py
fastapps/builder/__init__.py
fastapps/builder/build-all.mts
fastapps/builder/compiler.py
fastapps/cli/__init__.py
fastapps/cli/main.py
fastapps/cli/commands/__init__.py
fastapps/cli/commands/build.py
fastapps/cli/commands/create.py
fastapps/cli/commands/dev.py
fastapps/cli/commands/init.py
fastapps/cli/commands/use.py
fastapps/cli/commands/cloud/__init__.py
fastapps/cli/commands/cloud/delete.py
fastapps/cli/commands/cloud/deploy.py
fastapps/cli/commands/cloud/deployments.py
fastapps/cli/commands/cloud/link.py
fastapps/cli/commands/cloud/login.py
fastapps/cli/commands/cloud/logout.py
fastapps/cli/commands/cloud/projects.py
fastapps/cli/commands/cloud/status.py
fastapps/cli/commands/cloud/unlink.py
fastapps/cli/commands/cloud/whoami.py
fastapps/cloud/__init__.py
fastapps/cloud/client.py
fastapps/cloud/config.py
fastapps/cloud/models.py
fastapps/cloud/projects_manager.py
fastapps/core/__init__.py
fastapps/core/server.py
fastapps/core/utils.py
fastapps/core/widget.py
fastapps/deployer/__init__.py
fastapps/deployer/auth.py
fastapps/deployer/client.py
fastapps/deployer/packager.py
fastapps/types/__init__.py
fastapps/types/schema.py
tests/__init__.py
tests/conftest.py
tests/test_import.py
tests/test_widget.py