awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
un33k avatar

un33k/python-slugify

0
View on GitHub↗
1,618 星标·122 分支·Python·MIT·1 次浏览

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 历史

un33k/python-slugify 的 Star 历史图表un33k/python-slugify 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Python Slugify 的开源替代方案

相似的开源项目,按与 Python Slugify 的功能重合度排序。
  • daviddrysdale/python-phonenumbersdaviddrysdale 的头像

    daviddrysdale/python-phonenumbers

    3,749在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,749
  • chardet/chardetchardet 的头像

    chardet/chardet

    2,638在 GitHub 上查看↗

    Python character encoding detector

    Python
    在 GitHub 上查看↗2,638
  • google/re2google 的头像

    google/re2

    9,699在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗9,699
  • jonschlinkert/markdown-tocjonschlinkert 的头像

    jonschlinkert/markdown-toc

    1,752在 GitHub 上查看↗

    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
    在 GitHub 上查看↗1,752
查看 Python Slugify 的所有 30 个替代方案→

常见问题解答

un33k/python-slugify 的主要功能有哪些?

un33k/python-slugify 的主要功能包括:Text Processing, Python Packages, Slugification Tools。

un33k/python-slugify 有哪些开源替代品?

un33k/python-slugify 的开源替代品包括: 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…