Skip to main content

Easy application configuration with yaml files

Project description

easyconfig

Tests Status Updates PyPI - Python Version PyPI Downloads

Easy application configuration with yaml files

Description

Easyconfig simplifies the configuration management for (small) applications.

Validation and parsing of the configuration file is done through pydantic and easyconfig builds on that. It's possible to use all pydantic features and model features so every exotic use case should be covered. If you have previously worked with pydantic you should feel right at home

Documentation

The documentation can be found at here

Features

  • Default .yml file generation
  • Environment variable expansion
  • Support for docker secrets
  • Callbacks when values of the configuration change

Why not pydantic settings

A pydantic settings object is a non-mutable object. With easyconfig you can create a global configuration and just import it into your modules. When your application starts you can read the configuration e.g. from a settings file and the object values will change the values accordingly.

Additionally, easyconfig can create a default configuration file with the specified default values and comments of the pydantic models. That way the users can have some guidance how to change the program behaviour.

Expansion

It's possible to use environment variable or files for expansion. Easyconfig will load all values

Changelog

0.3.2 (2024-01-10)

  • Updated CI and code linters

0.3.1 (2023-11-10)

  • Updated dependencies and code linters

0.3.0 (2023-03-17)

  • Breaking: requires pydantic 2.0
  • Added support for variable expansion through environment variables and docker secrets

0.2.8 (2023-02-08)

  • Fix for StrictBool

0.2.7 (2023-01-09)

  • Fixed default generation for data types that inherit from python base types

0.2.6 (2022-12-21)

  • Fixed an issue where the default yaml file would not be created properly when using aliases in container

0.2.5 (2022-10-21)

  • Marked package as PEP 561 compatible (py.typed)

0.2.4 (2022-04-19)

  • Default values get validated, too

0.2.3 (2022-04-08)

  • Added extra kwargs check for pydantic fields
  • Added option to get generated yaml as a string

0.2.2 (2022-03-31)

  • Added convenience base classes AppBaseModel and BaseModel
  • Works with private attributes and class functions
  • Fixed an issue where multiline comments would not be created properly
  • Added an option to exclude entries from config file

0.2.1 (2022-03-25)

  • Allow callbacks for file defaults

0.2.0 (2022-03-25)

  • Switched to new and more flexible API
  • File default and config default are now separated

0.1.2 (2022-03-08)

  • Comments get nicely intended
  • Fixed an issue with nested data structures
  • Allow to specify a different value for file creation

0.1.1 (2022-02-26)

  • Fixed an issue with dynamic defaults
  • Optional values with default None will not be created in the yaml file

0.1.0 (2022-01-10)

  • Updated requirements

0.0.2 (2021-09-16)

  • Validate user defaults
  • Use json representation of values to get native yaml data types
  • Use enum values instead of enum types

0.0.1 (2021-09-14)

  • Initial release

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

easyconfig-0.3.2.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

easyconfig-0.3.2-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file easyconfig-0.3.2.tar.gz.

File metadata

  • Download URL: easyconfig-0.3.2.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for easyconfig-0.3.2.tar.gz
Algorithm Hash digest
SHA256 4a00954e13835a92fdd00a26d9ed1e713e576879fe3654a2163f7a08356a6b68
MD5 7ea67e064ec7c2dd4cee7b5f3b67d35c
BLAKE2b-256 4c75ed8932acb2f2b83a403f3008641fbb1897d7e47d68f49486078b28ef233c

See more details on using hashes here.

File details

Details for the file easyconfig-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: easyconfig-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 23.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for easyconfig-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 76425ad2147b5b4412b88b735cc452b2e190643d713c84459137949a5d0d8568
MD5 3adaaa7602f21e357ccdce0e9e1beb70
BLAKE2b-256 dfd1968dbb60a8781b785c45d4147aa0fbbcd61b79c4d5049150ffd134fa999a

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