py.lib.aw_config
3:bac1fe0751a9
Go to Latest
py.lib.aw_config/pyproject.toml
. Декорируем возможные ошибки в чтении файла конфигурации.
2 # Minimum requirements for the build system to execute.
3 requires = ["setuptools", "wheel"] # PEP 508 specifications.
8 description = "Модуль поддержки процесса конфигурирования приложения"
10 requires-python = ">=3.9"
16 src = "https://devel.a0fs.ru/py.lib.aw_config"