awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to un33k/python-slugify

Open-source alternatives to Python Slugify

30 open-source projects similar to un33k/python-slugify, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Slugify alternative.

  • chardet/chardetالصورة الرمزية لـ chardet

    chardet/chardet

    2,638عرض على GitHub↗

    Python character encoding detector

    Python
    عرض على GitHub↗2,638
  • daviddrysdale/python-phonenumbersالصورة الرمزية لـ daviddrysdale

    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
  • google/re2الصورة الرمزية لـ google

    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
  • lancopku/pkuseg-pythonالصورة الرمزية لـ lancopku

    lancopku/pkuseg-python

    6,707عرض على GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Python
    عرض على GitHub↗6,707

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jonschlinkert/markdown-tocالصورة الرمزية لـ jonschlinkert

    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
  • alexdrone/ios-fontawesomeالصورة الرمزية لـ alexdrone

    alexdrone/ios-fontawesome

    1,741عرض على GitHub↗

    NSString+FontAwesome

    Objective-C
    عرض على GitHub↗1,741
  • alecthomas/chromaالصورة الرمزية لـ alecthomas

    alecthomas/chroma

    4,960عرض على GitHub↗

    Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies programming languages and tokens using language-specific lexers to produce highlighted output for various environments. The project utilizes a theme-driven colorization system that decouples token types from final colors through an intermediate style mapping layer. This allows for custom code theming by mapping specific token categories to foreground and background colors. The system covers language identification, terminal text formatting for ANSI-compatible viewers, and web

    Goconsolegogolang
    عرض على GitHub↗4,960
  • adrianmo/go-nmeaA

    adrianmo/go-nmea

    0عرض على GitHub↗
    عرض على GitHub↗0
  • andialbrecht/sqlparseالصورة الرمزية لـ andialbrecht

    andialbrecht/sqlparse

    4,008عرض على GitHub↗

    sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a non-validating parser that breaks down SQL text into tokens and a utility to divide strings containing multiple queries into individual statements. The project includes a code formatter that reorganizes SQL statements using consistent indentation and keyword casing. It also provides mechanisms for automating this formatting and linting process through version control hooks to maintain code consistency.

    Python
    عرض على GitHub↗4,008
  • amayne/swiftstringالصورة الرمزية لـ amayne

    amayne/SwiftString

    1,609عرض على GitHub↗

    A comprehensive, lightweight string extension for Swift

    Swift
    عرض على GitHub↗1,609
  • andreadelfante/predicateflowالصورة الرمزية لـ andreadelfante

    andreadelfante/PredicateFlow

    100عرض على GitHub↗

    Write amazing, strong-typed and easy-to-read NSPredicate.

    Swift
    عرض على GitHub↗100
  • andrewstuart/goqالصورة الرمزية لـ andrewstuart

    andrewstuart/goq

    270عرض على GitHub↗

    A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library

    Go
    عرض على GitHub↗270
  • andybalholm/cascadiaA

    andybalholm/cascadia

    0عرض على GitHub↗
    عرض على GitHub↗0
  • antchfx/htmlqueryA

    antchfx/htmlquery

    0عرض على GitHub↗
    عرض على GitHub↗0
  • ai/nanoidالصورة الرمزية لـ ai

    ai/nanoid

    26,821عرض على GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    عرض على GitHub↗26,821
  • asciimoo/collyالصورة الرمزية لـ asciimoo

    asciimoo/colly

    25,348عرض على GitHub↗

    Colly is a web scraping framework and concurrent crawler written in Go. It provides a system for traversing web pages, following links, and extracting structured data from HTML and XML documents. The framework includes a distributed scraping engine designed to spread data collection tasks across multiple instances to increase throughput. It ensures compliance with website owner policies by automatically reading and respecting robots.txt files. The system manages request lifecycles through domain-based rate limiting, concurrency controls, and session management via a stateful cookie jar. It s

    Go
    عرض على GitHub↗25,348
  • artemkakun/text-processingA

    ArtemkaKun/text-processing

    0عرض على GitHub↗

    This library provides a set of functions in V for text processing.

    عرض على GitHub↗0
  • allendang/pipeitA

    AllenDang/PipeIt

    0عرض على GitHub↗
    عرض على GitHub↗0
  • ashtuchkin/iconv-liteالصورة الرمزية لـ ashtuchkin

    ashtuchkin/iconv-lite

    3,172عرض على GitHub↗

    Convert character encodings in pure javascript.

    JavaScript
    عرض على GitHub↗3,172
  • ashvardanian/stringzillaالصورة الرمزية لـ ashvardanian

    ashvardanian/StringZilla

    3,494عرض على GitHub↗

    Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

    Cdatasetedit-distancegpu
    عرض على GitHub↗3,494
  • astral-sh/ruffالصورة الرمزية لـ astral-sh

    astral-sh/ruff

    48,177عرض على GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    عرض على GitHub↗48,177
  • avelino/slugifyالصورة الرمزية لـ avelino

    avelino/slugify

    35عرض على GitHub↗

    A Go slugify application that handles string

    Go
    عرض على GitHub↗35
  • avian2/unidecodeالصورة الرمزية لـ avian2

    avian2/unidecode

    610عرض على GitHub↗

    ASCII transliterations of Unicode text - GitHub mirror

    Python
    عرض على GitHub↗610
  • awalterschulze/gographvizA

    awalterschulze/gographviz

    0عرض على GitHub↗
    عرض على GitHub↗0
  • axgle/mahoniaA

    axgle/mahonia

    0عرض على GitHub↗
    عرض على GitHub↗0
  • azaitsev/millifyA

    azaitsev/millify

    0عرض على GitHub↗
    عرض على GitHub↗0
  • beevik/etreeالصورة الرمزية لـ beevik

    beevik/etree

    1,664عرض على GitHub↗

    Parse, query and modify XML easily in go

    Godometreego
    عرض على GitHub↗1,664
  • blevesearch/bleveالصورة الرمزية لـ blevesearch

    blevesearch/bleve

    10,986عرض على GitHub↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    عرض على GitHub↗10,986
  • bmoliveira/markdownkitالصورة الرمزية لـ bmoliveira

    bmoliveira/MarkdownKit

    902عرض على GitHub↗

    A simple and customizable Markdown Parser for Swift

    Swift
    عرض على GitHub↗902
  • antchfx/xpathA

    antchfx/xpath

    0عرض على GitHub↗
    عرض على GitHub↗0