From 3aba367660004237c8cbf1535a7c4acb7aac4be9 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 4 Nov 2020 12:28:23 +0300 Subject: [PATCH] Adds dry-python/returns Link: https://github.com/dry-python/returns Docs: https://returns.readthedocs.io/en/latest/pages/future.html --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d9785a..3e6722a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,9 @@ 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. * [ruia](https://github.com/howie6879/ruia) - An async web scraping micro-framework based on asyncio. + ## Writings *Documentation, blog posts, and other awesome writing about asyncio.*