Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicode Slugify

Unicode Slugify is a slugifier that generates unicode slugs. It was originally used in the Firefox Add-ons web site to generate slugs for add-ons and add-on collections. Many of these add-ons and collections had unicode characters and required more than simple transliteration.

Usage

>>> import slugify

>>> slugify.slugify(u'Bän...g (bang)')
u'bäng-bang'

About

A slugifier that works in unicode

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors