The ``src.allie.flowkit`` library ================================= .. py:module:: src.allie.flowkit Summary ------- .. py:currentmodule:: flowkit .. tab-set:: .. tab-item:: Subpackages .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~src.allie.flowkit.config` - Configuration package for the application. * - :py:obj:`~src.allie.flowkit.endpoints` - Endpoints package responsible for defining the endpoints. * - :py:obj:`~src.allie.flowkit.models` - Models package used to define the data models. * - :py:obj:`~src.allie.flowkit.utils` - Utils module. .. tab-item:: Submodules .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~src.allie.flowkit.__main__` - Main module for the FlowKit service. * - :py:obj:`~src.allie.flowkit.fastapi_utils` - Utils module for FastAPI related operations. * - :py:obj:`~src.allie.flowkit.flowkit_service` - Module for the Allie Flowkit service. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~__version__` - .. toctree:: :titlesonly: :maxdepth: 1 :hidden: config endpoints models utils .. toctree:: :titlesonly: :maxdepth: 1 :hidden: __main__ fastapi_utils flowkit_service Description ----------- App package responsible for creating the FastAPI app. .. !! processed by numpydoc !! Module detail ------------- .. py:data:: __version__