gpf_entrepot_toolbelt.utils.slugger module¶
Minimalist slugifier.
Author: Julien Moura (https://github.com/guts)
- gpf_entrepot_toolbelt.utils.slugger.sluggy(text_to_slugify: str, replacer: str = '_') str ¶
Very basic slugifier using only Python Standard Library.
- Paramètres:
text_to_slugify (str) – text to slugify
- Renvoie:
slug
- Type renvoyé:
str
- Example:
sample_txt = "Oyé oyé brâves gens de 1973 ! Hé oh ! Sentons-nous l'ail %$*§ ?!" print(sluggy(sample_txt)) > oye-oye-braves-gens-de-1973-he-oh-sentons-nous-lail