Expand description
Tag and alias normalization and validation pipeline.
Normalizes tags to lowercase-hyphenated form and detects collisions between normalized variants of existing tags. Also provides validation functions for alias and tag names.
Functionsยง
- find_
tag_ collision - Detect when a normalized tag collides with an existing tag.
- normalize_
tag - Normalize a tag to lowercase-hyphenated form.
- validate_
alias_ name - Validate an alias name.
- validate_
tag_ name - Validate a tag name after normalization.