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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesAutomatic Method Inferrers

Infers authentication methods directly from core flow types without manual configuration.

Distinct from Authentication Method Configurations: Distinct from Authentication Method Configurations: focuses on automatic inference rather than manual switching or configuration.

Explore 2 awesome GitHub repositories matching security & cryptography · Automatic Method Inferrers. Refine with filters or upvote what's useful.

Awesome Automatic Method Inferrers GitHub Repositories

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

    python-attrs/attrs

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

    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

    Provides automatic detection of user-defined dunder methods to prevent redundant generation.

    Python
    GitHub पर देखें↗5,799
  • ory/ketoory का अवतार

    ory/keto

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

    Ory Keto is an open-source authorization server that implements Google Zanzibar’s relationship-based access control model. It stores every access relationship as a tuple in a SQL database and exposes a declarative TypeScript-like namespace language for defining object types, relations, and permissions. The service provides bidirectional permission resolution, configurable consistency levels for checks, and dual gRPC and REST APIs for broad integration. Keto extends the Zanzibar model with edge enforcement of access policies, structured compliance auditing of permission decisions, and infrastr

    Infers authentication methods automatically from flow types, eliminating manual configuration.

    Goabacaccess-controlacl
    GitHub पर देखें↗5,270
  1. Home
  2. Security & Cryptography
  3. Alternative Authentication Methods
  4. Authentication Method Configurations
  5. Automatic Method Inferrers

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

  • Dunder Method DetectionInfers that certain dunder methods should not be auto-generated when the user defines them directly on the class. **Distinct from Automatic Method Inferrers:** Distinct from Automatic Method Inferrers: focuses on detecting user-defined dunder methods to avoid regeneration, not inferring authentication methods from flow types.