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

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

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

1 مستودع

Awesome GitHub RepositoriesObject Hash Generators

Generates hash methods for class instances, optionally caching the hash value for performance on immutable objects.

Distinct from MD5 Hash Generation: Distinct from MD5 Hash Generation: focuses on generating hash methods for object identity and hashing, not cryptographic hash computation.

Explore 1 awesome GitHub repository matching security & cryptography · Object Hash Generators. Refine with filters or upvote what's useful.

Awesome Object Hash Generators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Generates hash methods for class instances, a core feature of the library.

    Python
    عرض على GitHub↗5,799
  1. Home
  2. Security & Cryptography
  3. MD5 Hash Generation
  4. Object Hash Generators

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

  • Hash Value CachesCaches computed hash values on immutable objects to avoid recomputation on repeated lookups. **Distinct from Object Hash Generators:** Distinct from Object Hash Generators: focuses on caching the hash value after generation, not the generation itself.