Metadata-Version: 2.5
Name: returnz
Version: 0.1.4
Summary: Result / Maybe / Reader for modern Python — concrete generics, no HKT, no type-checker plugin.
Project-URL: Homepage, https://github.com/tamasbelinszky/returnz
Project-URL: Repository, https://github.com/tamasbelinszky/returnz
Project-URL: Issues, https://github.com/tamasbelinszky/returnz/issues
Author: Tamás Belinszky
License-Expression: MIT
License-File: LICENSE
Keywords: error-handling,functional,maybe,option,railway,reader,result
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# returnz

Core `Result` / `Maybe` / `Reader` types + `@do` notation for modern Python (3.14+).
Concrete PEP 695 generics, no HKT, no type-checker plugin. Zero runtime dependencies.

See the [project repository](https://github.com/tamasbelinszky/returnz) for the full story.
