Overview ======== .. currentmodule:: fiole ``fiole.py`` is a WSGI micro-framework with the following development constraints: * Single file, **no external dependency** * Provide enough features to build a web application with minimal effort * Embed **a compact template engine** * Keep the module reasonably small Main features: * :doc:`Routing ` * :doc:`Methods GET/HEAD/POST/PUT/DELETE ` * :ref:`Error handlers ` * File uploads (:data:`Request.POST`) * :ref:`Static files ` * :doc:`Fast template engine