pfun VS python-betterproto

Compare pfun vs python-betterproto and see what are their differences.

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.com
featured
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.
www.influxdata.com
featured
pfun python-betterproto
3 2
146 1,380
- -
6.5 7.2
5 months ago 18 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pfun

Posts with mentions or reviews of pfun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-29.
  • good examples of functional-like python code that one can study?
    5 projects | /r/functionalprogramming | 29 Jun 2021
    Another examples: pfun - stuff you'd find in FP language, but in Python (like using monads for effects)
  • Effectful Programming in Machine Learning pipeline
    2 projects | /r/functionalprogramming | 8 Jun 2021
    I am a long-time Coconut user, so functional ideas are relatively easy to play with. But I recently discovered pfun which has a lovely system for Effectful programming.
  • How To Make Functional Programming in Python Go Fast
    2 projects | dev.to | 19 May 2021
    In pfun 0.12.0 the interpreter for the effect system was completely re-written as a Python C extension. Lets do some benchmarking to see how big a difference this actually makes in terms of performance. We'll use the performance of the the Scala library ZIO as a baseline, as the pfun effect system draws most of its inspiration from there. ZIO has a fairly extensive benchmarking suite. The most obvious benchmark for testing raw interpreter speed, without any parallelism, is called deepLeftBind (bind is the canonical name for the and_then operation, also called flatMap in Scala):

python-betterproto

Posts with mentions or reviews of python-betterproto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-28.
  • Q: Best options for generating python?
    1 project | /r/grpc | 11 Feb 2023
  • protogen: write protoc plugins in Python
    2 projects | /r/Python | 28 Aug 2021
    For context: in a project I was working on recently, we relied heavily on Protocol buffers. All our internal and external services expose a GRPC interface. Also the client libraries that are used by the end users rely on the Proto service interfaces. However, shipping simply the generated code that comes with the official protoc Python plugin or any other standardised Python protoc plugin (like betterproto) was not sufficient for us. We wanted certain modifications and additions to the generated client code like service clients that would automatically pick up credentials/service account files, a more Pythonic handling for requests that work with pagination or long running operations etc.

What are some alternatives?

When comparing pfun and python-betterproto you can also consider the following projects:

python-lenses - A python lens library for manipulating deeply nested immutable structures

protogen-python - The protogen package makes it easy to write protoc plugins in Python

returns - Make your functions return something meaningful, typed, and safe!

steam.py - An async python wrapper to interact with the Steam API and its CMs

pandas-stubs - Pandas type stubs. Helps you type-check your code.

aioredis - asyncio (PEP 3156) Redis support

patina - Python adaptations of Rust's Result, Option, and HashMap types. Ready for Python 3.10 pattern matching!

StringEncrypt-Python - StringEncrypt allows you to encrypt strings and files using a randomly generated algorithm, generating a unique decryption code (so-called polymorphic code) each time in the selected programming language.

thinc - 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries

Dependency Injector - Dependency injection framework for Python

ZIO - ZIO — A type-safe, composable library for async and concurrent programming in Scala

gelidum - Freeze your objects in python