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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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