Metadata-Version: 2.4
Name: sensiviz
Version: 0.1.2
Summary: A Python helper library for sensitivity analysis
Author-email: Daniel Kirkegaard Mouritsen <daniel.mouritsen@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/justdanyul/sensiviz
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib

# Sensiviz

A Python library for visualising sensitivity analysis. Currently focused on Tornado charts but more will come later.

## Usage

```
pip install sensiviz
```

For full documentation, see the [docs](docs/index.md). To jump straight into a worked example, see [Sensitivity Analysis with a Tornado Chart](docs/sensitivity-analysis-tornado.md).


## Dev Container (only relevevant for would-be contributors)

This repository includes a VS Code dev container at `.devcontainer/devcontainer.json`.

- It installs a pinned production Python release using the official Dev Containers Python feature (`version: "3.14.3"`).
- In VS Code, run **Dev Containers: Reopen in Container** to start development inside the container.
- If the container was already built, run **Dev Containers: Rebuild Container** to apply the pinned version.


