Ross ROSS = Recommend OSS · open-source software intelligence for agents

Suor/funcy

A fancy and practical functional tools observed · 2026-08-28

github.com/Suor/funcy · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5073
  • days_rel: n/a
  • days_push: 17
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3510 stars · 156 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Funcy is a Python library providing a practical collection of functional programming tools inspired by Clojure and Underscore. It offers utilities for merging and transforming collections, manipulating sequences, composing functions, creating decorators, and abstracting control flow.

Use cases

  • merge and transform dicts, sets, lists, and iterators while preserving type
  • group, partition, chunk, and flatten sequences
  • curry, compose, and partially apply functions
  • write custom decorators with minimal boilerplate
  • add retry, rate limiting, and error suppression to unreliable calls
  • filter and select items from collections by predicate or regex

When to choose

  • you want Clojure/Underscore-style functional utilities in Python
  • you frequently transform dicts and sequences and want type-preserving map-like operations
  • you need lightweight decorators, retries, or error-rate limiting without a big framework

When to avoid

  • your team prefers plain Python idioms and avoids functional style
  • you need heavy-duty data processing better served by pandas or itertools pipelines
  • you are not on Python 3.4+ or pypy3

Facets

library · maturity stable

developer-tools concurrency error-handling developer-tools programming-languages python cross-platform functional-programming utilities collections decorators lazy-iterators algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
Suor/funcymain76

For agents

markdown · JSON · MCP: product_card(name="Suor/funcy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem