common.normalizers.naming.duck_case
NamingConvention Objects
class NamingConvention(SnakeCaseNamingConvention)
Case sensitive naming convention preserving all unicode characters except new line(s). Uses __ for path separation and will replace multiple underscores with a single one.