yaml config for python
Project description
python-lib-template
config = Config('./ciao.yaml') # writes a new field in config config.write(f'cose.cosa', 'ciao') print(config['cose']['cosa']) # ciao # pushes a new obj in config config.push(f'arrays.array_id', 1) config.push(f'arrays.array_id', 2) print(config['arrays']['array_id']) # [1, 2]
cose: cosa: ciao arrays: array_id: - 1 - 2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size xconfig-0.0.5-py3-none-any.whl (3.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size xconfig-0.0.5.tar.gz (2.1 kB) | File type Source | Python version None | Upload date | Hashes View |