Cascading configuration manager and logger for python (yaml, json)
Project description
bole
Cascading configuration manager and logger for python (yaml, json)
Why bole?
Bole = "trunk of a tree" = "log" :)
BETA
Bole is a python configuration manager that has,
- Loads configurations from
yaml, json
- Allows inheritance - child folder can load config from parent folder.
- Allows imports - allows specifying config loading paths (and globs)
- Has an easy to use cli.
Install
Just install the pip package,
pip install bole
Configuration
Example
settings:
inherit: True # If true, allow inherit parent folders.
environments:
test:
my_value: 22
dev:
my_value: 42
my_value: 0
some_col:
a:
- b: 0
To view this configuration just run (in the config folder),
bole config view
To get the result of my_value
, run,
bole config get my_value # or
bole config get some_col.a[0].b
Built in keywords and structures.
The following keywords are reserved (default values presented)
settings:
inherit: False # If true, allow inherit parent folders.
inherit_siblings: True # If true allow inherit configuration files in the same source directory.
allow_imports: True # If false dose not allow imports.
use_deep_merge: True # Merge configurations via deep merge. If false, Only root keys are merged (and overwritten)
concatenate_lists: True # When merging, append the merged list to the current one.
imports:
- "**/*.config.yaml" # Recursively import all .config.yaml
- path: my-config.yaml
required: False # this item is not required.
recursive: null # Applies if glob. Import recursively.
environments:
[env name]:{ config overrides (any) }
Example configuration
Example configuration with inheritance can be found in tests.
Contribution
Feel free to ping me in issues or directly on LinkedIn to contribute.
Future implementation
We plan to support multiple python version per environment.
Looking for help on this subject.
Licence
Copyright ©
Zav Shotan
, Patrick Huber
, and other contributors.
It is free software, released under the MIT licence, and may be redistributed under the terms specified in LICENSE
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bole-0.0.13.tar.gz
.
File metadata
- Download URL: bole-0.0.13.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f679884ccb67aab2a081880e8f2bfaae30e75034d0aaa1705e7627abfa7c6a |
|
MD5 | 8ac0d1daa6162adc51ca4baf4051aac7 |
|
BLAKE2b-256 | ef07aab81c9b1cdd990f75b11229bafc7fb03bed58c0aee99dc07f40c39398d0 |
File details
Details for the file bole-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: bole-0.0.13-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87bbaa4e03b32d63be5058b8de3009f66a9a581111ba0f07039134db7f0c6d69 |
|
MD5 | f24ded1c5207f858468694de4ff643c0 |
|
BLAKE2b-256 | c4584fe697c750c96387b0edf34084de2ea33fd63611056a442e4315b0435a7b |