Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds dry-python/returns #84

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

sobolevn
Copy link

@sobolevn sobolevn commented Nov 4, 2020

Link: https://github.com/dry-python/returns
Docs: https://returns.readthedocs.io/en/latest/pages/future.html

What is this project?

This project is a collection of primitives for typed functional programming.
Among others we have Future, FutureResult, and ReaderFutureResult monads.

You can also write your own implementation using Higher Kinded Types and our existing interfaces.

Why is it awesome?

  • The only typed functional async programming library I am aware of
  • Well documented and well tested
  • Supports any IO loop, not just asyncio, tested with anyio
  • Provides interfaces and Higher Kinded Types to implement your own solution if you need to

@@ -118,6 +118,7 @@ Find some of those *awesome* packages here and if you are missing one we count o
* [aioserial](https://github.com/changyuheng/aioserial) - A drop-in replacement of [pySerial](https://github.com/pyserial/pyserial).
* [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin
* [asgiref](https://github.com/django/asgiref) - Backend utils for ASGI to WSGI integration, includes sync_to_async and async_to_sync function wrappers.
* [dry-python/returns](https://github.com/dry-python/returns) - Primitives and helpers for functional async programming.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the org name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants