LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tavo.egg-info/PKG-INFO
tavo.egg-info/SOURCES.txt
tavo.egg-info/dependency_links.txt
tavo.egg-info/entry_points.txt
tavo.egg-info/requires.txt
tavo.egg-info/top_level.txt
tavo/cli/__init__.py
tavo/cli/main.py
tavo/cli/commands/__init__.py
tavo/cli/commands/build.py
tavo/cli/commands/create.py
tavo/cli/commands/dev.py
tavo/cli/commands/install.py
tavo/cli/commands/start.py
tavo/cli/utils/__init__.py
tavo/cli/utils/fs.py
tavo/cli/utils/npm.py
tavo/cli/utils/pip.py
tavo/core/__init__.py
tavo/core/bundler.py
tavo/core/ssr.py
tavo/core/hmr/__init__.py
tavo/core/hmr/watcher.py
tavo/core/hmr/websocket.py
tavo/core/orm/__init__.py
tavo/core/orm/fields.py
tavo/core/orm/migrations.py
tavo/core/orm/models.py
tavo/core/orm/query.py
tavo/core/router/__init__.py
tavo/core/router/api_router.py
tavo/core/router/app_router.py
tavo/tavo_cli/commands/dev.py
tavo/templates/api/__init__.py
tavo/templates/api/models/user.py
tavo/templates/api/routes/hello.py