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
Perhaps there is no data or perhaps there is
A tiny typed sentinel for distinguishing None from not provided
Scala like Option type in Python