Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.23 KB

index.rst

File metadata and controls

37 lines (28 loc) · 1.23 KB

Jivago – The highly-reflective object-oriented Python framework

Jivago is an object-oriented, highly-reflective Python framework for building web applications. It relies heavily on type annotations and decorators to enforce typing, providing package auto-discovery and dependency injection out of the box. This leads to less boilerplate code, while maintaining loose-coupling across components.

.. toctree::
   :maxdepth: 3
   :caption: Documentation

   installation/index
   quickstart/index
   deployment/index
   dependency_injection/index
   reflection/index
   runnable/index
   serialization/index
   resource/index
   configuration/index
   configuration/router/index
   exception_mapper/index
   event_bus/index
   streams/index


The automatically generated documentation is available at Automatically-generated documentation.