Pakiet: python3-returns (0.24.0-1)
Odnośniki dla python3-returns
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego python-returns:
- [python-returns_0.24.0-1.dsc]
- [python-returns_0.24.0.orig.tar.gz]
- [python-returns_0.24.0-1.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Inne pakiety związane z python3-returns
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-typing-extensions (>= 4.0)
- Backported and Experimental Type Hints for Python
Pobieranie python3-returns
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 142,8 KiB | 698,0 KiB | [lista plików] |