[ 源代码: pystaticconfiguration ]
软件包:python3-staticconf(0.10.5-1)
python3-staticconf 的相关链接
Debian 的资源:
下载源码包 pystaticconfiguration:
- [pystaticconfiguration_0.10.5-1.dsc]
- [pystaticconfiguration_0.10.5.orig.tar.gz]
- [pystaticconfiguration_0.10.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- sug: python-staticconf-doc
- Python library for loading and reading configuration (documentation)