pi_weather.constants module

List of constants

pi_weather.constants.APP_NAME: str = 'pi_weather'

App name

pi_weather.constants.PKG_NAME: str = 'pi-weather'

Package name

pi_weather.constants.APP_VERSION: str = '0.1.22'

App version dynamically updated via Makefile targets

pi_weather.constants.APP_VERSION_TUPLE: Tuple[int, ...] = (0, 1, 22)

App version (tuple version)

pi_weather.constants.DEFAULT_CONFIG_FILE: str = 'config/config.toml'

Default config file