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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesStatic Data Structure Validation

Static 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.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Static Data Structure Validation. Refine with filters or upvote what's useful.

Awesome Static Data Structure Validation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 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
  1. Home
  2. Programming Languages & Runtimes
  3. Complex Structure Validation
  4. Static Data Structure Validation