Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 458 Bytes

index.rst

File metadata and controls

24 lines (19 loc) · 458 Bytes

Welcome to WebPy's documentation!

WebPy is an easy-to-use Python web framework built on top of Flask that allows you to add filesystem routes and use a much more centralized app object.

.. toctree::
   :maxdepth: 3
   :caption: WSGI API:

   getstarted
   routes
   cli
   debugreloading
   usingpyx
   usingmd
   deploying
   docsref

.. toctree::
   :maxdepth: 3
   :caption: ASGI API:

   asgi-getstarted
   docsref