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

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

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

3 مستودعات

Awesome GitHub RepositoriesCustom Attribute Validators

Builds reusable attribute validators and transformers that enforce custom data formats across tags.

Distinct from Custom Data Attributes: Distinct from Custom Data Attributes: focuses on validation and transformation logic rather than embedding metadata in HTML elements.

Explore 3 awesome GitHub repositories matching web development · Custom Attribute Validators. Refine with filters or upvote what's useful.

Awesome Custom Attribute Validators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • markdoc/markdocالصورة الرمزية لـ markdoc

    markdoc/markdoc

    8,060عرض على GitHub↗

    Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts

    Lets users build reusable attribute validators and transformers that enforce custom data formats across tags.

    TypeScriptauthoringdocumentationmarkdoc
    عرض على GitHub↗8,060
  • jquery/sizzleالصورة الرمزية لـ jquery

    jquery/sizzle

    6,306عرض على GitHub↗

    A sizzlin' hot selector engine.

    Registers custom attribute handlers for cross-browser selector compatibility.

    JavaScript
    عرض على GitHub↗6,306
  • python-attrs/attrsالصورة الرمزية لـ python-attrs

    python-attrs/attrs

    5,799عرض على GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Checks attribute values against type constraints, custom validators, and logical combinations during instance creation.

    Python
    عرض على GitHub↗5,799
  1. Home
  2. Web Development
  3. Custom Data Attributes
  4. Custom Attribute Validators

استكشف الوسوم الفرعية

  • Custom Attribute Handlers1 وسم فرعيRegisters specialized processing for HTML attributes to handle cross-browser differences during selection. **Distinct from Custom Attribute Validators:** Distinct from Custom Attribute Validators: focuses on attribute processing for selection, not validation.