Metadata-Version: 2.4
Name: pyvatic
Version: 0.1.4
Summary: Open Source Risk Analysis
Project-URL: source, https://github.com/eggzec/vatic
Project-URL: releasenotes, https://github.com/eggzec/vatic/releases/latest
Project-URL: issues, https://github.com/eggzec/vatic/issues
Author-email: Saud Zahir <m.saud.zahir@gmail.com>
Maintainer-email: Saud Zahir <m.saud.zahir@gmail.com>, M Laraib Ali <laraibg786@outlook.com>
License: GPL-3.0
License-File: LICENSE
Keywords: error,error propagation,latin hypercube,monte carlo,real-time,risk analysis,sampling calculator,uncertainty
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Education
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: kaleido>=0.2.1
Requires-Dist: mcerp>=0.12
Requires-Dist: numpy>=2.1
Requires-Dist: plotly>=5.24
Requires-Dist: pyside6<6.10,>=6.8
Requires-Dist: python-pptx>=1.0.2
Requires-Dist: reportlab>=4.2
Requires-Dist: rich>=13.7
Requires-Dist: scipy>=1.14
Description-Content-Type: text/markdown

# vatic

Open Source Risk Analysis.

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![License](https://img.shields.io/badge/license-GPL%203.0-blue.svg)](./LICENSE)

[![PyPI Downloads](https://img.shields.io/pypi/dm/pyvatic.svg?label=PyPI%20downloads)](https://pypi.org/project/pyvatic/)
[![Python versions](https://img.shields.io/pypi/pyversions/pyvatic.svg)](https://pypi.org/project/pyvatic/)

## Introduction
vatic software is a predictive-modeling, simulation, and analysis application. It is designed to be a viable open-source alternative to commercial packages like [*Oracle Crystal Ball*](https://www.oracle.com/applications/crystalball/), [*@Risk*](http://lumivero.com/products/at-risk/), and [*ModelRisk*](https://www.vosesoftware.com/Risk-In-Excel/). It relies on powerful Monte Carlo simulation and statistical analysis methods to reduce the risk of uncertainty. 

## Usage

```sh
uv pip install pyvatic

# Start application
vatic
```

## What does "vatic" mean?

The word *vatic* is a Latin-English contraction of *vates* and *-ic* that
appears to have been first created in the early 17th century. Generally, 
it means "describing or predicting what will happen in the future". 

## License

GNU General Public License v3.0 (`GPL-3.0`)
