geotribu_cli.utils.slugger module

Minimalist slugifier.

Author: Julien Moura (@geojulien)

geotribu_cli.utils.slugger.sluggy(text_to_slugify, replacer='-')

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