.gitignore
LICENSE
MANIFEST.in
README.md
install_and_test.py
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
docs/API_REFERENCE.md
docs/CHANGELOG.md
docs/README.md
examples/auth_example.py
examples/basic_api.py
examples/crud_example.py
pyrest/__init__.py
pyrest/cli.py
pyrest/core.py
pyrest/middlewares.py
pyrest/request.py
pyrest/response.py
pyrest/route.py
pyrest/utils.py
pyrest_framework.egg-info/PKG-INFO
pyrest_framework.egg-info/SOURCES.txt
pyrest_framework.egg-info/dependency_links.txt
pyrest_framework.egg-info/entry_points.txt
pyrest_framework.egg-info/not-zip-safe
pyrest_framework.egg-info/requires.txt
pyrest_framework.egg-info/top_level.txt
tests/__init__.py
tests/test_core.py
tests/test_middlewares.py
tests/test_request_response.py
tests/test_routes.py