Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia <m...@debian.org>
X-Debbugs-Cc: debian-de...@lists.debian.org, team+pyt...@tracker.debian.org

* Package name    : python-returns
  Version         : 0.23.0
  Upstream Contact: Nikita Sobolev <m...@sobolevn.me>
* URL             : https://github.com/dry-python/returns
* License         : BSD-2-Clause
  Programming Lang: Python
  Description     : Make your functions return something meaningful, typed, and 
safe

Basically, the answer is that returns provides useful abstractions that solve
some problems every developer has:

 * ``Maybe`` helps to work with None in a type-safe way
 * ``Result`` helps to work with exceptions in a type-safe way
 * ``IO`` helps to separate pure code from impure code to make your
   architecture better
 * ``Future`` helps to write await free code
 * ``RequiresContext`` helps to inject dependencies in a very readable,
   explicit, type-safe, and clean way
 * ``Pipelines`` can be used independently or together with the types above to
   create complex, declarative, and type-safe data pipelines

On top of that ``returns`` provides useful interfaces that allows you to switch
implementation on the fly. For example, you can write code that works the same
way for sync and async execution flows. While being fully type-safe at the
same time.

And you can write your own primitives that will solve any other problem you
can possible have based on ``returns`` existing or your custom interfaces.


The package provides set of monadic solutions in a pythonic way.


Happy hacking,
-- 
"The best way to predict the future is to invent it."
-- Alan Kay
Saludos /\/\ /\ >< `/

Attachment: signature.asc
Description: PGP signature

Reply via email to