labthings_fastapi ================= .. py:module:: labthings_fastapi .. autoapi-nested-parse:: LabThings-FastAPI. This is the top level module for LabThings-FastAPI, a library for building :ref:`wot_cc` devices using Python. There is documentation on readthedocs_, and the recommended place to start is :doc:`index`\ . .. _readthedocs: https://labthings-fastapi.readthedocs.io/ This module contains a number of convenience imports and is intended to be imported using: .. code-block:: python import labthings_fastapi as lt The most important symbols are described in `lt` with links to the full API documentation as appropriate. The example code elsewhere in the documentation generally follows this convention. Symbols in the top-level module mostly exist elsewhere in the package, but should be imported from here as a preference, to ensure code does not break if modules are rearranged. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/labthings_fastapi/actions/index /autoapi/labthings_fastapi/base_descriptor/index /autoapi/labthings_fastapi/client/index /autoapi/labthings_fastapi/endpoints/index /autoapi/labthings_fastapi/example_things/index /autoapi/labthings_fastapi/exceptions/index /autoapi/labthings_fastapi/global_lock/index /autoapi/labthings_fastapi/invocation_contexts/index /autoapi/labthings_fastapi/invocations/index /autoapi/labthings_fastapi/logs/index /autoapi/labthings_fastapi/message_broker/index /autoapi/labthings_fastapi/middleware/index /autoapi/labthings_fastapi/notifications/index /autoapi/labthings_fastapi/outputs/index /autoapi/labthings_fastapi/properties/index /autoapi/labthings_fastapi/server/index /autoapi/labthings_fastapi/testing/index /autoapi/labthings_fastapi/thing/index /autoapi/labthings_fastapi/thing_class_settings/index /autoapi/labthings_fastapi/thing_description/index /autoapi/labthings_fastapi/thing_server_interface/index /autoapi/labthings_fastapi/thing_slots/index /autoapi/labthings_fastapi/types/index /autoapi/labthings_fastapi/utilities/index /autoapi/labthings_fastapi/websockets/index