Metadata-Version: 2.4
Name: funcy-bear
Version: 0.0.5
Summary: Bear's functional programming playground: currying, dispatching, type magic, and chaos - all with bearly any dependencies
Author-email: chaz <git@tachyon.top>
Keywords: bear,currying,dispatcher,functional-programming,type-introspection,utilities
Requires-Python: >=3.13
Requires-Dist: lazy-bear>=0.0.7
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 FP Based Repo

## Installation

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

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

```bash
uv tool install funcy-bear
```