Metadata-Version: 2.4
Name: stochtest
Version: 0.1.0
Summary: Stochtest is a Python library for performing statistical assertions on stochastic outputs.
Project-URL: Repository, https://github.com/MicahBrun/stochtest
Project-URL: Issues, https://github.com/MicahBrun/stochtest/issues
Author-email: Micah Brown <micahbrun.dev@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: MCMC,assertions,monte carlo,simulation,statistics,stochastic,test,testing,unittest
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# stochtest

[![PyPI - Version](https://img.shields.io/pypi/v/stochtest.svg)](https://pypi.org/project/stochtest)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stochtest.svg)](https://pypi.org/project/stochtest)

-----

Stochtest is a Python library for performing statistical assertions on stochastic outputs (i.e. outputs described by probability distributions) using statistical methods. It enables automated testing for probabilistic code and Monte Carlo simulations.

## Installation

```console
pip install stochtest
```

## License

`stochtest` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
