python-slugify
A Python slugify application that also handles Unicode
Install
python-slugify on PyPI
pip
pip install python-slugifyuv
uv add python-slugifypoetry
poetry add python-slugifyPackage facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — text-unidecode |
| Maintenance | actively maintained — 917 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: python_slugify-8.0.4-py2.py3-none-any.whl
About python-slugify
from the package's own PyPI description — quoted content, verbatim
Python Slugify
A Python slugify application that handles unicode.
[![status-image]][status-link] [![version-image]][version-link] [![coverage-image]][coverage-link]
Overview
Best attempt to create slugs from unicode strings while keeping it DRY.
Notice
This module, by default installs and uses text-unidecode (GPL & Perl Artistic) for its decoding needs.
However, there is an alternative decoding package called Unidecode (GPL). It can be installed as python-slugify[unidecode] for those who prefer it. Unidecode is believed to be more advanced.
Official Support Matrix
| Python | Slugify |
|---|---|
>= 2.7 < 3.6 |
< 5.0.0 |
>= 3.6 < 3.7 |
>= 5.0.0 < 7.0.0 |
>= 3.7 |
>= 7.0.0 |
How to install
easy_install python-slugify |OR| easy_install python-slugify[unidecode]
-- OR --
pip install python-slugify |OR| pip install python-slugify[unidecode]
Options
```python def...
Read as markdown · JSON record · Source repository · Homepage
Similar packages
copyleft · top 1,000 on PyPI
bitarraypermissive · top 1,000 on PyPI
Unidecodecopyleft · top 1,000 on PyPI
freezegunpermissive · top 1,000 on PyPI
rignorepermissive · top 1,000 on PyPI
annotated-typespermissive · top 100 on PyPI
aiohttp-retrypermissive · top 1,000 on PyPI
retrypermissive · top 1,000 on PyPI
redispermissive · top 1,000 on PyPI
pyphencopyleft · top 1,000 on PyPI