From 27b5aba78545fbdcbbe23dd3aa39419551e6a700 Mon Sep 17 00:00:00 2001 From: francium Date: Thu, 21 Mar 2024 22:24:09 -0400 Subject: [PATCH] docs: add related projects to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e6ce33..e8cec62 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,11 @@ instead of `if res.is_ok()` will help in some cases. Otherwise using workarounds](https://github.com/python/mypy/issues/3889#issuecomment-325997911) can help. +## Related Projects + +- [dry-python/returns: Make your functions return something meaningful, typed, and safe!](https://github.com/dry-python/returns) +- [alexandermalyga/poltergeist: Rust-like error handling in Python, with type-safety in mind.](https://github.com/alexandermalyga/poltergeist) + ## License MIT License