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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ehmicky avatar

ehmicky/wild-wild-path

0
View on GitHub↗
728 stars·17 forks·JavaScript·Apache-2.0·8 views

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.

Star history

Star history chart for ehmicky/wild-wild-pathStar history chart for ehmicky/wild-wild-path

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Wild Wild Path

Similar open-source projects, ranked by how many features they share with Wild Wild Path.
  • dry-python/returnsdry-python avatar

    dry-python/returns

    4,310View on 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
    View on GitHub↗4,310
  • more-itertools/more-itertoolsmore-itertools avatar

    more-itertools/more-itertools

    4,074View on 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
    View on GitHub↗4,074
  • bow-swift/bowbow-swift avatar

    bow-swift/bow

    659View on GitHub↗

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

    Swiftbowcarthagecategory-theory
    View on GitHub↗659
  • sindresorhus/memsindresorhus avatar

    sindresorhus/mem

    1,157View on GitHub↗

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

    TypeScript
    View on GitHub↗1,157
See all 30 alternatives to Wild Wild Path→

Frequently asked questions

What does ehmicky/wild-wild-path do?

🤠 Object property paths with wildcards and regexps 🌵

What are the main features of ehmicky/wild-wild-path?

The main features of ehmicky/wild-wild-path are: Functional Programming, General Utilities.

What are some open-source alternatives to ehmicky/wild-wild-path?

Open-source alternatives to ehmicky/wild-wild-path include: 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.