Metadata-Version: 2.4
Name: discrete_probability
Version: 0.1.1
Summary: Describe discrete probability distributions and track their behaviour over functions.
License: MIT
License-File: LICENSE
Author: Jonathan Sigrist
Author-email: github@dfb159.anonaddy.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: gmpy2 (>=2.2.1,<3.0.0)
Requires-Dist: gmpy2-stubs (>=2.2.1.5,<3.0.0.0)
Project-URL: Repository, https://github.com/dfb159/discrete_probability
Description-Content-Type: text/markdown

Describe discrete probability distributions and track their behaviour over functions.
Ecspeciallty good for dice rolls e.g. in RPGs.

