[ 原始碼: pystaticconfiguration ]
套件: python3-staticconf (0.10.5-1)
python3-staticconf 的相關超連結
Trisquel 的資源:
下載原始碼套件 pystaticconfiguration:
- [pystaticconfiguration_0.10.5-1.dsc]
- [pystaticconfiguration_0.10.5.orig.tar.gz]
- [pystaticconfiguration_0.10.5-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Team
- Sophie Brun
- Sebastien Delafond
外部的資源:
- 主頁 [github.com]
相似套件:
Python library for loading and reading configuration (Python 3)
This package contains PyStaticConfiguration, a Python library for loading, validating and reading configuration from many heterogeneous formats. Configuration is split into two phases.
* Configuration Loading: configuration is read from files or Python objects,
flattened, and merged into a container called a `namespace`. Namespaces
are used to separate unrelated configuration groups. If configuration is
changed frequently, it can also be reloaded easily with very little change
to the existing code.
* Configuration Reading: a configuration value is looked up in the
`namespace`. It is validating and converted to the requested type.
This package installs the library for Python 3.
其他與 python3-staticconf 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- sug: python-staticconf-doc
- Python library for loading and reading configuration (documentation)