Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Unintuitive dataclass attribute names #6

Description

@Alfa-Q

Certain dataclass attributes have names that are not intuitive. This is because the dacite python package can only convert dictionaries to dataclasses if the key name is exactly the same as the class attribute.

This results in crap names like Tag.tag when it should be more appropriately named Tag.name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions