Metadata-Version: 2.1
Name: stochastipy
Version: 0.1.0
Summary: Interactive learning through stochastic simulations and modeling.
Author-email: Kieran Mackle <kemackle98@gmail.com>
Project-URL: Homepage, https://github.com/kieran-mackle/StochastiPy
Project-URL: Bug Tracker, https://github.com/kieran-mackle/StochastiPy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: ruff>=0.7.4; extra == "dev"
Requires-Dist: commitizen>=3.31.0; extra == "dev"
Requires-Dist: pre-commit>=3.4.0; extra == "dev"

# StochastiPy

StochastiPy is a Python package designed to explore and learn about statistical models, 
probability distributions, and random processes. With features like simulation, model 
evaluation, and interactive visualizations, it serves as a hands-on educational tool 
for students, professionals, and enthusiasts aiming to deepen their understanding of 
statistical methods.
