un33k/python-slugify
Returns unicode slugs observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 79
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5071
- days_rel: n/a
- days_push: 128
- n_releases_24m: 0
Adoption not part of the score
1623 stars · 133 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that generates URL-safe slugs from text, with best-effort handling of Unicode strings via transliteration. It offers options for HTML entity decoding, length limits, stopwords, custom separators, and custom replacement rules.
Use cases
- generate url-safe slugs from article titles
- convert unicode text like chinese or accented characters to ascii slugs
- create seo-friendly urls from any string
- slugify strings with custom separators and stopwords
- truncate slugs to a max length at word boundaries
When to choose
- you need robust unicode-to-slug conversion in Python
- you want configurable slug generation with entity decoding and length control
- you need a mature, widely-used slug library with an MIT license
When to avoid
- you need slugs in a non-Python stack
- you only need simple ASCII slugification and want zero dependencies
- you need transliteration quality beyond what unidecode-style decoding provides
Facets
library · maturity stable
nlp parser developer-tools web-development developer-tools python cross-platform slugify unicode text-processing url-generation transliteration natural-language-processing
2 sources
- readme: https://github.com/un33k/python-slugify · fetched 2026-08-28 · 8c9618b59f22
- registry_pypi: https://pypi.org/pypi/python-slugify/json · fetched 2026-08-29 · be34b1dec3cd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| un33k/python-slugify | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="un33k/python-slugify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem