LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/hello_world.pyp
examples/todo_app.pyp
pypro/__init__.py
pypro/app.py
pypro/cli.py
pypro/cli_simplified.py
pypro/db.py
pypro/middleware.py
pypro/plugins.py
pypro/routing.py
pypro/security.py
pypro/templating.py
pypro/types.py
pypro/utils.py
pypro/templates/base.html
pypro/templates/error.html
pypro_framework.egg-info/PKG-INFO
pypro_framework.egg-info/SOURCES.txt
pypro_framework.egg-info/dependency_links.txt
pypro_framework.egg-info/entry_points.txt
pypro_framework.egg-info/requires.txt
pypro_framework.egg-info/top_level.txt
tests/__init__.py
tests/test_basic.py