healthy_api package

Submodules

healthy_api.git module

class healthy_api.git.GitReturn[source]

Bases: TypedDict

author: str | Literal['Unknown']
commit: str | Literal['Unknown']
date: str | Literal['Unknown']
healthy_api.git.git_stats() GitReturn[source]

healthy_api.version module

healthy_api.version.read_version_file() str[source]

Module contents

healthy_api.load_adapter() T_FlaskAdapter | T_FastApiAdapter[source]