EntilZha/PyFunctional
Python library for creating data pipelines with chain functional programming observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 11
- Release rhythm 8
- Longevity 100
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: 4227
- days_rel: n/a
- days_push: 538
- n_releases_24m: 0
Adoption not part of the score
2488 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyFunctional is a Python library for creating data pipelines using chained functional operators like map, filter, and reduce. Its API is inspired by Scala collections, Apache Spark RDDs, and Microsoft LINQ, and it can read and write many file formats including csv, , sqlite, and compressed archives.
Use cases
- chain map filter and reduce over collections in python
- build data pipelines with functional programming
- read and transform csv or sqlite data
- parallelize embarrassingly parallel map operations
- lazy evaluation of large data transformations
- linq-style collection manipulation in python
When to choose
- you want Spark-like or LINQ-style chained transformations in pure Python
- you need to read/write multiple file formats in a single pipeline
- you want lazy evaluation and easy parallel map without heavy dependencies
When to avoid
- you need distributed processing across a cluster (use Spark/Dask)
- you prefer pandas for tabular analytics
- your project avoids third-party dependencies for simple loops
Facets
library · maturity stable
etl data-science developer-tools data-science developer-tools python cross-platform functional-programming data-pipeline linq lazy-evaluation collections data-engineering
3 sources
- readme: https://github.com/EntilZha/PyFunctional · fetched 2026-08-28 · 2a9299f9f115
- homepage: http://pyfunctional.pedro.ai · fetched 2026-08-29 · de4f90883875
- registry_pypi: https://pypi.org/pypi/pyfunctional/json · fetched 2026-08-29 · 0496006aad07
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EntilZha/PyFunctional | main | 28 |
For agents
markdown · JSON · MCP: product_card(name="EntilZha/PyFunctional")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem