Ross ROSS = Recommend OSS · open-source software intelligence for agents

un33k/python-slugify

Returns unicode slugs observed · 2026-08-28

github.com/un33k/python-slugify · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
un33k/python-slugifymain68

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