LICENSE
README.md
setup.py
app/fastipy/__init__.py
app/fastipy.egg-info/PKG-INFO
app/fastipy.egg-info/SOURCES.txt
app/fastipy.egg-info/dependency_links.txt
app/fastipy.egg-info/requires.txt
app/fastipy.egg-info/top_level.txt
app/fastipy/src/__init__.py
app/fastipy/src/classes/__init__.py
app/fastipy/src/classes/decorators_base.py
app/fastipy/src/classes/json_database.py
app/fastipy/src/classes/mailer.py
app/fastipy/src/classes/template_render.py
app/fastipy/src/constants/__init__.py
app/fastipy/src/constants/content_types.py
app/fastipy/src/constants/decorators.py
app/fastipy/src/constants/events.py
app/fastipy/src/constants/hooks.py
app/fastipy/src/constants/http_methods.py
app/fastipy/src/constants/http_status_code.py
app/fastipy/src/constants/serializers.py
app/fastipy/src/core/__init__.py
app/fastipy/src/core/fastipy.py
app/fastipy/src/core/reply.py
app/fastipy/src/core/request.py
app/fastipy/src/core/request_handler.py
app/fastipy/src/exceptions/__init__.py
app/fastipy/src/exceptions/decorator_already_exists_exception.py
app/fastipy/src/exceptions/duplicate_route_exception.py
app/fastipy/src/exceptions/exception_handler.py
app/fastipy/src/exceptions/fastipy_exception.py
app/fastipy/src/exceptions/file_exception.py
app/fastipy/src/exceptions/invalid_path_exception.py
app/fastipy/src/exceptions/no_event_type.py
app/fastipy/src/exceptions/no_hook_type.py
app/fastipy/src/exceptions/no_http_method_exception.py
app/fastipy/src/exceptions/plugin_exception.py
app/fastipy/src/exceptions/reply_exception.py
app/fastipy/src/helpers/__init__.py
app/fastipy/src/helpers/async_sync_helpers.py
app/fastipy/src/helpers/content_type.py
app/fastipy/src/helpers/route_helpers.py
app/fastipy/src/middlewares/__init__.py
app/fastipy/src/middlewares/cors.py
app/fastipy/src/models/__init__.py
app/fastipy/src/models/body.py
app/fastipy/src/models/file.py
app/fastipy/src/models/form.py
app/fastipy/src/routes/__init__.py
app/fastipy/src/routes/plugin_tree.py
app/fastipy/src/routes/router.py
app/fastipy/src/types/__init__.py
app/fastipy/src/types/fastipy.py
app/fastipy/src/types/plugins.py
app/fastipy/src/types/routes.py