You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Adds a new configuration flag hyphen=False, which will replace underscores _ with hyphens -. Can be used in conjunction with snake_case=True (camelCase -> snake_case conversion will be performed prior to converting underscores to hyphens).
Adds a new configuration parameter transform, where a user can provide their own string-to-string transformation function for modifying registry keys.
Renamed registry.py to _registry.py to prevent users from accidentally from autoregistry import registry (instead of importing Registry).