awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRecursive Data Remapping

Utilities for traversing nested data structures to transform or merge values based on defined rules.

Distinct from Recursive Merging: Distinct from Recursive Merging: applies general transformations and remapping rules, not just trie-based node combining.

Explore 1 awesome GitHub repository matching software engineering & architecture · Recursive Data Remapping. Refine with filters or upvote what's useful.

Awesome Recursive Data Remapping GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mahmoud/boltonsAvatar de mahmoud

    mahmoud/boltons

    6,897Voir sur GitHub↗

    Boltons is a comprehensive utility toolkit and extension of the Python standard library. It provides a collection of reusable recipes and specialized data structures, system utilities, and helper libraries designed to support common programming tasks across various domains. The project is distinguished by a standard-library-only dependency model, ensuring maximum portability with zero external dependencies. It provides advanced implementations for data structures, such as immutable mappings and priority queues, alongside recursive data transformation tools for reshaping complex nested diction

    Traverses nested data structures to transform or merge values recursively based on defined rules.

    Python
    Voir sur GitHub↗6,897
  1. Home
  2. Software Engineering & Architecture
  3. Trie Data Structures
  4. Recursive Data Remapping