Skip to content

DEP: Rework configuration value handling #3886

Description

@stefan6419846

We currently define our configuration values as module-level constants in filters.py and xmp.py. This makes it hard to actually rename or move them (especially with a deprecation period where write access should still be possible) and harms overview.

For this reason, we should move them to a dedicated module, possibly using a class with class properties to allow renaming them with a deprecation period.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-discussionThe PR/issue needs more discussion before we can continue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions