acederberg / pydantic-settings-yaml

A convenient tool for loading pydantic settings from either YAML and JSON.
MIT License
5 stars 3 forks source link

Feature/path from environment #25

Closed acederberg closed 4 months ago

acederberg commented 4 months ago

Needed path from environment variables. I want to support mostly the following use cases

  1. Programs that want to set configuration location using environment variables.
  2. Tests where changing the file location is required. This can be done using mock.

Small documentation updates.