maybe
A basic implementation of a maybe/option type in Python, largely inspired by Rust's "Option".
This library brings common monads such as `Maybe` and `Either` to your Python projects
Save your time when dealing with data that perhaps may exist.
A tiny typed sentinel for distinguishing None from not provided
Scala like Option type in Python