Metadata-Version: 2.4
Name: lifeflow
Version: 0.0.2
Summary: Vectorized life actuarial cash-flow and BEL engine
Project-URL: Homepage, https://github.com/SergiActuary/lifeflow
Project-URL: Repository, https://github.com/SergiActuary/lifeflow
Author: SergiActuary
License-Expression: MIT
License-File: LICENSE
Keywords: BEL,actuarial,cashflow,life-insurance,numpy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: numpy
Requires-Dist: polars
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# lifeflow

Life actuarial calculation engine for portfolio cash flow projection and BEL computation.

## Installation

```bash
pip install -e .
```

## Usage

```python
import lifeflow
```
