awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesComplex Structure Validation

Runtime validation of non-primitive collection types such as Maps, Sets, and TypedArrays.

Distinct from Complex Data Structure Stores: Existing candidates focus on storage or UI layout rather than the runtime validation of complex JS collection types.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Complex Structure Validation. Refine with filters or upvote what's useful.

Awesome Complex Structure Validation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • arktypeio/arktypearktypeio का अवतार

    arktypeio/arktype

    7,780GitHub पर देखें↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    Checks that a value conforms to complex structures including objects, arrays, Maps, Sets, or TypedArrays.

    TypeScriptjavascriptparsingruntime-typechecking
    GitHub पर देखें↗7,780
  • google/pytypegoogle का अवतार

    google/pytype

    5,037GitHub पर देखें↗

    Pytype, Python के लिए एक स्टेटिक कोड एनालिसिस टूल और टाइप इन्फरेंस इंजन है। यह एक स्टेटिक टाइप एनालाइज़र के रूप में कार्य करता है जो पूर्ण मैनुअल हिंटिंग की आवश्यकता के बिना टाइप मिसमैच का पता लगाता है और टाइप एनोटेशन को सत्यापित करता है, साथ ही स्टैंडअलोन डेफिनिशन फाइलें बनाने के लिए टाइप स्टब जनरेटर के रूप में भी कार्य करता है। यह प्रोजेक्ट कोड पैटर्न और असाइनमेंट के विश्लेषण के माध्यम से वेरिएबल और फंक्शन प्रकारों को स्वचालित रूप से निर्धारित करके खुद को अलग बनाता है। यह इन्फरेंस इंजन स्ट्रक्चरल कोड वेरिफिकेशन और टाइप स्टब के निर्माण की अनुमति देता है जो मॉड्यूल और फंक्शन के इंटरफेस का वर्णन करते हैं। सिस्टम क्लास पदानुक्रम और फंक्शन कॉल के स्ट्रक्चरल वैलिडेशन, और नेमस्पेस एरर व एट्रिब्यूट एक्सेस उल्लंघन का पता लगाने के लिए सिंबल ट्रैकिंग सहित व्यापक स्टेटिक एनालिसिस ऑपरेशंस को कवर करता है।

    Provides structural validation for specialized Python constructs such as data classes and enumerated types.

    Pythonlinterpythonstatic-analysis
    GitHub पर देखें↗5,037
  • dry-rb/dry-validationdry-rb का अवतार

    dry-rb/dry-validation

    1,422GitHub पर देखें↗

    Dry-validation is a Ruby library designed for defining type-safe schemas and complex validation rules to verify and sanitize input data structures. It provides a formal framework for constructing modular validation logic, ensuring that incoming information meets specific business requirements and data formats before it is processed by an application. The library utilizes a domain-specific language to declare validation rules, which are then parsed into executable objects. It distinguishes itself through a macro-driven system that bundles common validation logic into reusable shortcuts, alongs

    Supports defining detailed rules for nested or complicated data objects to ensure structural correctness.

    Rubycoerciondata-validationdry-rb
    GitHub पर देखें↗1,422
  1. Home
  2. Programming Languages & Runtimes
  3. Complex Structure Validation

सब-टैग एक्सप्लोर करें

  • Static Data Structure ValidationStatic analysis of specialized language constructs like data classes and enumerated types to ensure structural correctness. **Distinct from Complex Structure Validation:** Distinct from Complex Structure Validation: focuses on static analysis of language-level constructs rather than runtime validation of collection types.