Coverage for gws-app / gws / spec / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-03 10:12 +0100
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-03 10:12 +0100
1"""Specs for the GWS app.
3Specs are a set of metadata that describe GWS configuration and runtime objects.
4Specs are generated from the source code before the app is run or a build step is performed.
6The Specs support module consists of two main components:
8- a Generator that creates the Specs from sources
9- a Runtime that loads the Specs and provides methods to validate configuration or request objects
11Generated Specs are also used by the Client builder and documentation generators.
13- see :class:`core.SpecData` for the structure of the Specs.
14- see :class:`gws.SpecRuntime` for the runtime API.
16"""