f_cli.constants module¶
f-cli constants.
- f_cli.constants.__version__: str = '0.0.0'¶
Version of the Python package presented as a
string.Dynamically set upon release by [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning).
- f_cli.constants.__version_tuple__: tuple[int, int, int] | tuple[int, int, int, str] = (0, 0, 0)¶
Version of the Python package presented as a
tuple.Dynamically set upon release by [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning).
- f_cli.constants.SYSTEM_INFO = <f_lib._system_info.SystemInfo object>¶
System information.