awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesBase Serializers

Low-level control over serialization logic.

Distinguishing note: Provides full control over representation and validation.

Explore 2 awesome GitHub repositories matching web development · Base Serializers. Refine with filters or upvote what's useful.

Awesome Base Serializers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • encode/django-rest-frameworkAvatar encode

    encode/django-rest-framework

    30,083Vezi pe 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

    Overrides base methods to gain full control over data representation and validation.

    Pythonapidjangopython
    Vezi pe GitHub↗30,083
  • pytoolz/toolzAvatar pytoolz

    pytoolz/toolz

    5,117Vezi pe GitHub↗

    Toolz is a Python library that implements functional programming utilities for iterable transformation, dictionary manipulation, function composition, and lazy evaluation. It provides a set of pure functions designed to work with Python's built-in data structures, enabling concise and composable data processing workflows. What distinguishes toolz is its support for curried partial application, allowing functions to be incrementally applied and reused. It includes dictionary-centric operations that handle nested structures, and offers iterable chain transformers that combine mapping, filtering

    Supports parallel computation by serializing data across multiple cores via pickle and multiprocessing.

    Python
    Vezi pe GitHub↗5,117
  1. Home
  2. Web Development
  3. Base Serializers

Explorează sub-etichetele

  • Parallel Computation SerializersSerializes input data and aggregates results using pickle and multiprocessing for multi-core execution. **Distinct from Base Serializers:** Distinct from Base Serializers: focuses on serialization for parallel computation distribution, not general data interchange.