awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
un33k avatar

un33k/python-slugify

0
View on GitHub↗
1,618 Stars·122 Forks·Python·MIT·1 Aufruf

Python Slugify

Features

  • Text Processing - Converts strings into URL-friendly unicode slugs.
  • Python Packages - Unicode slug generation.
  • Slugification Tools - Slugify library that converts Unicode to ASCII.
  • Text Processing - Translates Unicode text into URL-friendly ASCII slugs.

Star-Verlauf

Star-Verlauf für un33k/python-slugifyStar-Verlauf für un33k/python-slugify

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Python Slugify

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Python Slugify.
  • daviddrysdale/python-phonenumbersAvatar von daviddrysdale

    daviddrysdale/python-phonenumbers

    3,749Auf GitHub ansehen↗

    This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and validating international phone numbers. It converts raw phone number strings into structured objects based on international numbering plans and verifies if numbers are possible or valid according to digit length and assigned exchange prefixes. The library provides metadata services to retrieve the original network carrier, geographical location descriptions, and associated time zones for specific phone numbers. It also includes tools for transforming numbers into standardized i

    Python
    Auf GitHub ansehen↗3,749
  • chardet/chardetAvatar von chardet

    chardet/chardet

    2,638Auf GitHub ansehen↗

    Python character encoding detector

    Python
    Auf GitHub ansehen↗2,638
  • google/re2Avatar von google

    google/re2

    9,699Auf GitHub ansehen↗

    re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex engine that provides linear-time pattern matching, ensuring that execution time remains proportional to the size of the input string regardless of the pattern used. The library supports UTF-8 and Latin-1 text encodings for searching and extracting substrings. It includes capabilities for multi-pattern optimization, allowing multiple regular expressions to be combined into a single representation to scan text for several patterns in one pass. The project covers core regex oper

    C++
    Auf GitHub ansehen↗9,699
  • jonschlinkert/markdown-tocAvatar von jonschlinkert

    jonschlinkert/markdown-toc

    1,752Auf GitHub ansehen↗

    Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as both a command-line interface and a programmatic library, enabling the automated creation of structured navigation links based on the heading hierarchy of a document. The tool distinguishes itself through its marker-based injection system, which allows for the precise placement and updating of navigation blocks within existing files. It includes a dedicated transformation pipeline for slugifying heading text into URL-friendly identifiers, ensuring that generated links remain cons

    JavaScriptjavascriptjonschlinkertmarkdown
    Auf GitHub ansehen↗1,752
Alle 30 Alternativen zu Python Slugify anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von un33k/python-slugify?

Die Hauptfunktionen von un33k/python-slugify sind: Text Processing, Python Packages, Slugification Tools.

Welche Open-Source-Alternativen gibt es zu un33k/python-slugify?

Open-Source-Alternativen zu un33k/python-slugify sind unter anderem: chardet/chardet — Python character encoding detector. daviddrysdale/python-phonenumbers — This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and… google/re2 — re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex… lancopku/pkuseg-python — pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized… jonschlinkert/markdown-toc — Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as… alecthomas/chroma — Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies…