A set of common used functions/classes I end up using in my projects.
- flatten
- all_none
- all_or_none
- all_not_none
- only_one_not_none
- week_to_date
- weeks_between
- week_range_from_date
- date_range
- generate_unique_code
- unaccent
- whitespaces_clean
- remove_symbols
- remove_parenthesis
- remove_brackets
- remove_conjunctions
- lstrip_conjunctions
- remove_roman
- remove_genders
- remove_hyphens
- remove_leading_hyphen
- remove_trailing_hyphen
- find_date
- int_to_roman
- int_or_none
- roman_to_int
- find_roman
- closest_result
- levenshtein_distance
- match_normalizations
- apply_replaces
- camel_to_snake
- camel_to_snake_dict
- copy_dict
- clean_dict
- BICValidator
- IBANValidator
- DNIValidator
- is_valid_dni
- is_valid_email
- is_valid_url