Metadata-Version: 2.4
Name: haskellian
Version: 0.5.14
Summary: The functional programming library you need
Author-email: Marcel Claramunt <marcel@moveread.com>
Project-URL: repo, https://github.com/moveread/haskellian.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lazy-loader
Requires-Dist: ramda

# Haskellian

> The python functional programming library you need

```bash
pip install haskellian
```

- **Zero import time**: modules are lazy-loaded
- **Static typing**: Haskellian makes deep use of typing and generics, giving you great IDE and type-checker support
- **Ergonomic**: Haskellian uses method-chaining style and strives for ergomonics over purity

[**Read the docs!**](https://marciclabas.github.io/haskellian/)
