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

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

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

pyeve/cerberus

0
View on GitHub↗
python-cerberus.org↗

Cerberus

Lightweight, extensible data validation library for Python

Features

  • Data Quality and Validation - Data validation through schemas.

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

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

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

Start searching with AI
  • Data Validation - Lightweight and extensible data validation library.
  • Data Validation - Lightweight and extensible data validation.
  • 3,284 نجوم·245 تفرعات·Python·ISC·1 مشاهدة

    سجل النجوم

    مخطط تاريخ النجوم لـ pyeve/cerberusمخطط تاريخ النجوم لـ pyeve/cerberus

    بدائل مفتوحة المصدر لـ Cerberus

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cerberus.
    • pydantic/pydanticالصورة الرمزية لـ pydantic

      pydantic/pydantic

      26,932عرض على GitHub↗

      Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion on complex data structures. It utilizes standard Python type annotations to define data models, allowing developers to establish structured schemas that automatically enforce business rules and constraints without the need for custom domain-specific languages. The library distinguishes itself by transforming high-level model definitions into optimized code during initialization to minimize runtime overhead. It supports recursive validation for nested data structures and employ

      Pythonhintsjson-schemaparsing
      عرض على GitHub↗26,932
    • alecthomas/voluptuousالصورة الرمزية لـ alecthomas

      alecthomas/voluptuous

      1,845عرض على GitHub↗

      CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

      Python
      عرض على GitHub↗1,845
    • colinhacks/zodالصورة الرمزية لـ colinhacks

      colinhacks/zod

      43,036عرض على GitHub↗

      Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

      TypeScriptruntime-validationschema-validationstatic-types
      عرض على GitHub↗43,036
    • ianstormtaylor/superstructالصورة الرمزية لـ ianstormtaylor

      ianstormtaylor/superstruct

      7,141عرض على GitHub↗

      Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

      TypeScriptinterfacejavascriptschema
      عرض على GitHub↗7,141
    عرض جميع البدائل الـ 30 لـ Cerberus→

    الأسئلة الشائعة

    ما هي وظيفة pyeve/cerberus؟

    Lightweight, extensible data validation library for Python

    ما هي الميزات الرئيسية لـ pyeve/cerberus؟

    الميزات الرئيسية لـ pyeve/cerberus هي: Data Quality and Validation, Data Validation.

    ما هي البدائل مفتوحة المصدر لـ pyeve/cerberus؟

    تشمل البدائل مفتوحة المصدر لـ pyeve/cerberus: pydantic/pydantic — Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion… jquense/yup — Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as… colinhacks/zod — Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… alecthomas/voluptuous — CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library. keleshev/schema — Schema validation just got Pythonic.