Skip to content

[FEATURE] - Tag Name Case Insensitivity #334

Description

@BiasedControls

Type of Feature Request

  • Missing feature

Feature Description
During my use of this library I found it painful when I had to double check the case of a letter whenever I got a key error. This feature makes all tag names lowercase, so that there is consistency when looking up a tag for info, or for reading and writing. The changes are simple and small, but provide a lot of convenience.

Possible Solution
All tags are normalized in the dictionaries with lower case keys, then when functions are called, we make the tag name lower case before continuing with any lookups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions