normalize-refactor 0.3.2

Composable refactoring engine for normalize
Documentation
1
2
3
4
def format_name(name: str) -> str:
    return name.strip().title()

GREETING = "Hello"