[ 原始碼: python-maison ]
套件:python3-maison(2.0.0-2)
Read Python package configuration settings
When developing a Python application, e.g a command-line tool, it can be helpful to allow the user to set their own configuration options to allow them to tailor the tool to their needs. These options are typically set in files in the root of a project directory that uses the tool, for example in a pyproject.toml or an {project_name}.ini file.
maison aims to provide a simple and flexible way to read and validate those configuration options so that they may be used in the application.
Features:
- Supports multiple config files and multiple config filetypes. - Optional merging of multiple configs. - Optional config validation with pydantic - Caching of config files for quick access. - Fully tested and typed.
其他與 python3-maison 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-toml
- library for Tom's Obvious, Minimal Language - Python 3.x