A slug generator that turns strings into unicode slugs.
Project description
# 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'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unicode-slugify-0.1.1.tar.gz
(3.3 kB
view details)
File details
Details for the file unicode-slugify-0.1.1.tar.gz
.
File metadata
- Download URL: unicode-slugify-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 665ade19486e71085bd6c5b4552bfdcaee7830a3943b0a1e6c4dfb6be9a3129d |
|
MD5 | b0ec3ff7e3f8ad2ed0f03cf846b020b2 |
|
BLAKE2b-256 | e626973abe06b4e5c6862b2c2ec6b9fe52f90454e16c16af0b2cee874e2b27d5 |