Metadata-Version: 2.1
Name: savvi
Version: 0.3.1
Summary: savvi is a package for Safe Anytime Valid Inference
Author-Email: =?utf-8?b?THXDrXMgQXNzdW7Dp8Ojbw==?= <assuncaolfi@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: numpy>=2.1.2
Requires-Dist: scipy>=1.14.0
Requires-Dist: cvxpy>=1.5.2
Requires-Dist: py-markdown-table>=1.1.0
Description-Content-Type: text/markdown

# savvi

savvi is a package for Safe Anytime Valid Inference. Also, it’s a savvy
pun.

Read the [docs](https://assuncaolfi.github.io/savvi/) for more.

## Install

Stable version:

```shell
pip install savvi
```

Development version:

```shell
pip install git+https://github.com/assuncaolfi/savvi
```

For development, use [pdm](https://github.com/pdm-project/pdm).

## Get started

See the [example gallery](https://assuncaolfi.github.io/savvi/examples/).
