{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"}],"enrichment":{"capability":"Converts strings into URL-friendly slugs while preserving unicode characters, with options to transliterate non-ASCII, adjust case, and customize allowed characters.","skillfed_tags":["url-slug-generation","unicode-handling","text-normalization"],"use_cases":["Generate URL slugs for blog posts or product names containing accented characters or non-Latin scripts.","Convert user-provided strings to ASCII-only slugs for systems that require it (e.g., legacy APIs or databases).","Create snake_case or CamelCase identifiers from natural-language input with unicode support.","Build URL-friendly identifiers for marketplaces with international content.","Normalize unicode strings into consistent slug formats for deduplication or routing in web applications."],"what_it_does":"Unicode Slugify generates URL-safe slugs from strings while handling unicode characters intelligently. Unlike simple transliteration libraries, it was built to preserve unicode in slugs when appropriate (e.g., 'B\u00e4ng' stays 'b\u00e4ng') or transliterate to ASCII on demand (e.g., '\u5317\u4eac' becomes 'bei-jing'). It offers fine-grained control: you can keep or strip case, replace spaces with custom characters, and whitelist additional allowed characters for formats like snake_case or CamelCase.\n\nThe package depends on unidecode for transliteration and six for Python 2/3 compatibility. It installs with low friction as a pure Python wheel. Maintenance is dormant, but the library is simple, stable, and carries no known vulnerabilities. It remains suitable for projects that need slug generation with unicode awareness, particularly web applications handling international content.","worth_installing":"Yes, if you need unicode-aware slug generation. The package is lightweight, stable, and carries no security vulnerabilities. Dormant maintenance is not a blocker for a simple, focused tool\u2014the code is unlikely to need updates. Install it when transliteration control and unicode preservation matter; skip it if you only need ASCII slugs or can use a more actively maintained alternative."},"id":"unicode-slugify","links":{"html":"https://skillfed.io/packages/unicode-slugify","md":"https://skillfed.io/packages/unicode-slugify.md","pypi":"https://pypi.org/project/unicode-slugify/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-10-20","license_spdx":null,"license_treatment":"permissive","name":"unicode-slugify","python_support":"unspecified","summary":"A slug generator that turns strings into unicode slugs."},"popularity":{"monthly_downloads":78547,"position":14434,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.5"}
