Metadata-Version: 2.4
Name: funcy-bear
Version: 0.0.30
Summary: Bear's functional programming playground: currying, dispatching, type magic, and chaos - all with bearly any dependencies
Author-email: chaz <bright.lid5647@fastmail.com>
Keywords: bear,currying,dispatcher,functional-programming,type-introspection,utilities
Requires-Python: >=3.12
Requires-Dist: frozen-cub>=0.2.3
Requires-Dist: lazy-bear>=0.0.11
Requires-Dist: rich>=14.2.0
Requires-Dist: singleton-base>=1.2.4
Description-Content-Type: text/markdown


# Funcy Bear

[![pypi version](https://img.shields.io/pypi/v/funcy-bear.svg)](https://pypi.org/project/funcy-bear/)

A functional programming style repo with the entire kitchen sink included, not heavily documented.

## Installation

```bash
pip install funcy-bear
```

With [`uv`](https://docs.astral.sh/uv/):

```bash
uv pip install funcy-bear
```