.. Copyright (c) 2026 Tobias Erbsland - Erbsland DEV. https://erbsland.dev SPDX-License-Identifier: Apache-2.0 **** Core **** The Core application framework owns the process lifecycle, command-line integration, event dispatch, shared services, and orderly shutdown. Start with :doc:`overview` for a guided tour of the available application designs and supporting topics. .. toctree:: :maxdepth: 2 overview choosing_an_application_design function_based_applications event_driven_applications procedural_applications command_style_applications applications_from_parts application_parts detached_application_parts service_lifecycle adding_git_version_to_your_app