{"library":"maybe-else","type":"library","category":null,"description":"Provides a `Maybe` class as a Python implementation of null-aware operators. It allows for safe chaining of operations, attribute access, item access, and method calls on potentially `None` values, falling back to a default if `None` is encountered at any point. This helps avoid explicit `if var is not None` checks, similar to Optional/Maybe types in other languages. The library is currently at version 0.2.1, with its first and only release in November 2019.","language":"python","status":"active","version":"0.2.1","tags":["null-aware","maybe","monad","optional","null-safe","functional-programming"],"install":[{"cmd":"pip install maybe-else","imports":["from maybe import Maybe","from maybe import maybe"]}],"homepage":null,"github":"https://github.com/matthewgdv/maybe","docs":null,"changelog":null,"pypi":"https://pypi.org/project/maybe-else/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/maybe-else/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Tue Jun 30","last_verified":"Tue Jun 30","next_check":"Thu Jul 30","install_tag":null}}