CamelCaseSettings

pydantic settings gafaelfawr.config.CamelCaseSettings

Base class for Pydantic settings supporting camel-case.

This base class also forbids all extra attributes. It should be used as the base class (possibly indirectly) for all Gafaelfawr configuration models that support environment variable overrides.

Parameters: