Metadata-Version: 2.4
Name: stochtest
Version: 0.0.3
Summary: Stochtest is a Python library for performing assertions on stochastic functions using statistical methods.
Author-email: Micah Brown <micahbrun.dev@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
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
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 assertions on stochastic functions using statistical methods. It enables automated testing for Monte Carlo simulations and provides a framework for validating probabilistic code with TDD-style workflows.

## Installation

```console
pip install stochtest
```

## License

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