Unicode slug generator that turns strings into ASCII or unicode slugs, with support for custom replacements and language-specific transliterations. Current version 0.1.5, maintenance mode.
pip install unicode-slugifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic slug generation with ASCII and unicode options.
slugify('Crème Brûlée', only_ascii=False)Use python-slugify for ongoing support.
pip install unicode-slugify and then from slugify import slugify
from slugify import slugify then use slugify()
No dependency data recorded yet.