Metadata-Version: 2.1
Name: pdlpy
Version: 0.1.0
Summary: Probability Distribution Library for Python
Home-page: https://github.com/andrebienemann/pdlpy
Author: André Bienemann
Author-email: andre.bienemann@gmail.com
License: UNKNOWN
Description: # Probability Distribution Library for Python
        
        [![PyPI](https://img.shields.io/pypi/v/pdlpy)](https://pypi.org/project/pdlpy)
        [![Python Version](https://img.shields.io/pypi/pyversions/pdlpy)](https://python.org)
        [![GitHub Build](https://img.shields.io/github/workflow/status/andrebienemann/pdlpy/CI)](https://github.com/andrebienemann/pdlpy/actions/workflows/ci.yml)
        [![Codecov](https://img.shields.io/codecov/c/github/andrebienemann/pdlpy)](https://app.codecov.io/gh/andrebienemann/pdlpy)
        [![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        **Probability Distribution Library for Python** or **pdlpy** for short is a library for simulation and analysis of random processes.
        
        The library provides with the following distributions:
         - Discrete
           - Bernoulli
           - Binomial
           - Exponential
           - Geometric
           - Hypergeometric
           - Poisson
         - Cont
           - Exponential
           - Normal
           - Uniform
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
