Should python add a pipeline operator?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Toolz

    A functional standard library for Python.

  • I think the `toolz` library is maybe going to add this as a feature.

  • proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

  • I am increasingly missing a pipeline operator in python the more I use it, and I was wondering what is the community feeling about this. Javascript seems to be interested in it as well, as seen here: https://github.com/tc39/proposal-pipeline-operator.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • metafunctions

    metafunctions is a function composition library for python.

  • The concept is lots of fun to play with however. Here's my attempt at implementing it: https://github.com/ForeverWintr/metafunctions

  • fn.py

    Functional programming in Python: implementation of missing features to enjoy FP

  • You can already do it with the fn library:

  • function-pipe

    Tools for extended function composition and pipelines in Python

  • Here's the one we use: https://github.com/InvestmentSystems/function-pipe

  • RxPY

    ReactiveX for Python

  • Awaiting that why not simply using RxPy:

  • Rx.NET

    The Reactive Extensions for .NET

  • Advantage: the concepts are reusable across many languages.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts