Skip to content

meiga 🧙

version ci pypi codecov Code style: black Imports: isort license versions

What is meiga?

meiga is a Python µframework that provides a simple, fully typed, monad-based result type (Result[Value, Error]).

How could meiga help me?

meiga provides a simple and clear way of handling errors in Python without using Exceptions. This package improves the Dev Experience as it allows to know all possible typed responses. With meiga your IDE will help you much more.

Content