dakweb.routers.archive

Functions

archives([db])

Give information about all known archives (sets of suites).

Classes

Archives(*, name, suites)

class dakweb.routers.archive.Archives(*, name: str, suites: list[str])[source]
_abc_impl = <_abc._abc_data object>
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name: str
suites: list[str]
dakweb.routers.archive.archives(db: Session = Depends(get_db)) list[Archives][source]

Give information about all known archives (sets of suites).