qrconfig
Can access dictionary items both as dictionary (like config['field']) and as an attribute (config.field), recursively: config.field.subfield.subsubfield... Also supports item assignment to update the configuration in runtime.
Usage example:
from qrconfig import QRYamlConfig
config = QRYamlConfig('config.yaml')
a = config.a
b = config['b']
config.a = 4
Release files for qrconfig 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qrconfig-1.0.5.tar.gz | 2.7 kB | Details |
Release files / qrconfig-1.0.5.tar.gz
| Download URL | qrconfig-1.0.5.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31604176530b74c6d3e96ed8c4898075ffdb7698e91cff73edff887c6e0ec767
|
|
BLAKE2b-256 checksum How to use checksums |
21b79ca5cf94eeb78f94f1d1c7e109beb687eb3b85569ed8ecc42e7565722d4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
|