Skip to main content

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,

  1. Loads configurations from yaml, json
  2. Allows inheritance - child folder can load config from parent folder.
  3. Allows imports - allows specifying config loading paths (and globs)
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bole-0.0.13.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

bole-0.0.13-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

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

Hashes for bole-0.0.13.tar.gz
Algorithm Hash digest
SHA256 13f679884ccb67aab2a081880e8f2bfaae30e75034d0aaa1705e7627abfa7c6a
MD5 8ac0d1daa6162adc51ca4baf4051aac7
BLAKE2b-256 ef07aab81c9b1cdd990f75b11229bafc7fb03bed58c0aee99dc07f40c39398d0

See more details on using hashes here.

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

Hashes for bole-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 87bbaa4e03b32d63be5058b8de3009f66a9a581111ba0f07039134db7f0c6d69
MD5 f24ded1c5207f858468694de4ff643c0
BLAKE2b-256 c4584fe697c750c96387b0edf34084de2ea33fd63611056a442e4315b0435a7b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page