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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ehmicky avatar

ehmicky/wild-wild-path

0
View on GitHub↗
728 estrellas·17 forks·JavaScript·Apache-2.0·5 vistas

Wild Wild Path

🤠 Object property paths with wildcards and regexps 🌵

Features

  • Functional Programming - Utility for object property path manipulation.
  • General Utilities - Object property paths with wildcards and regex.

Historial de estrellas

Gráfico del historial de estrellas de ehmicky/wild-wild-pathGráfico del historial de estrellas de ehmicky/wild-wild-path

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Wild Wild Path

Proyectos open-source similares, clasificados según cuántas características comparten con Wild Wild Path.
  • dry-python/returnsAvatar de dry-python

    dry-python/returns

    4,310Ver en GitHub↗

    Returns is a functional programming library for Python that provides type-safe containers for managing state, error handling, and optionality. It serves as a monadic container library and a type-safe error handling framework, replacing traditional try-catch blocks and null checks with Result and Optional containers to treat exceptions as data. The project is distinguished by its use of a specialized Mypy static analysis plugin to validate functional pipelines and emulate higher kinded types. It provides mechanisms for isolating side effects through IO containers and offers a framework for typ

    Python
    Ver en GitHub↗4,310
  • more-itertools/more-itertoolsAvatar de more-itertools

    more-itertools/more-itertools

    4,074Ver en GitHub↗

    more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating iterables, providing a wide range of routines for data transformation, combinatorial generation, and iterator state management. The library distinguishes itself through advanced state management and complex sequence generation. It provides capabilities for peeking at future elements, seeking within sequences, and producing unique permutations, combinations, and set partitions from collections that may contain duplicate elements. Its broader capability surface covers data processing

    Python
    Ver en GitHub↗4,074
  • bow-swift/bowAvatar de bow-swift

    bow-swift/bow

    659Ver en GitHub↗

    🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

    Swiftbowcarthagecategory-theory
    Ver en GitHub↗659
  • sindresorhus/memAvatar de sindresorhus

    sindresorhus/mem

    1,157Ver en GitHub↗

    Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

    TypeScript
    Ver en GitHub↗1,157
Ver las 30 alternativas a Wild Wild Path→

Preguntas frecuentes

¿Qué hace ehmicky/wild-wild-path?

🤠 Object property paths with wildcards and regexps 🌵

¿Cuáles son las características principales de ehmicky/wild-wild-path?

Las características principales de ehmicky/wild-wild-path son: Functional Programming, General Utilities.

¿Qué alternativas de código abierto existen para ehmicky/wild-wild-path?

Las alternativas de código abierto para ehmicky/wild-wild-path incluyen: suor/funcy — A fancy and practical functional tools. sindresorhus/mem — Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of… bow-swift/bow — 🏹 Bow is a cross-platform library for Typed Functional Programming in Swift. dry-python/returns — Returns is a functional programming library for Python that provides type-safe containers for managing state, error… more-itertools/more-itertools — more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating… thoughtbot/runes — Infix operators for monadic functions in Swift.