awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesBoolean Fields

Serialization and validation for boolean data types.

Distinguishing note: Handles specific web-form boolean quirks.

Explore 3 awesome GitHub repositories matching web development · Boolean Fields. Refine with filters or upvote what's useful.

Awesome Boolean Fields GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • encode/django-rest-frameworkencode 的头像

    encode/django-rest-framework

    30,083在 GitHub 上查看↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Handles boolean values in serializers, including HTML form input quirks.

    Pythonapidjangopython
    在 GitHub 上查看↗30,083
  • fyne-io/fynefyne-io 的头像

    fyne-io/fyne

    27,941在 GitHub 上查看↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Connects hierarchical boolean structures from external sources to the user interface for automatic synchronization.

    Goandroidcross-platformfyne
    在 GitHub 上查看↗27,941
  • revel/revelrevel 的头像

    revel/revel

    13,224在 GitHub 上查看↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Transforms strings, numbers, and collections into boolean values based on truthiness rules for parameter binding.

    Go
    在 GitHub 上查看↗13,224
  1. Home
  2. Web Development
  3. Boolean Fields

探索子标签

  • Boolean Tree BindingsSynchronization of hierarchical boolean structures with interface components. **Distinct from Boolean Fields:** Distinct from Boolean Fields: focuses on hierarchical tree structures rather than individual field serialization.
  • Truthiness ConversionConverting non-boolean types to booleans based on language-specific truthiness rules. **Distinct from Boolean Fields:** Distinct from Boolean Fields: specifically handles the logic of 'truthiness' for collections and numbers rather than just simple type validation.