Metadata-Version: 2.4
Name: normaldistrib
Version: 1.0.1
Summary: Generate symmetric and asymmetric normal distributions
Author-email: "Pablo A. Kler" <kler@cimec.unl.edu.ar>, "Gabriel S. Gerlero" <ggerlero@cimec.unl.edu.ar>
Project-URL: Homepage, https://github.com/microfluidica/normaldistrib
Project-URL: Repository, https://github.com/microfluidica/normaldistrib
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy<3,>=1
Requires-Dist: scipy<2,>=1

# normaldistrib

[![CI](https://github.com/microfluidica/normaldistrib/actions/workflows/ci.yml/badge.svg)](https://github.com/microfluidica/normaldistrib/actions/workflows/ci.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Publish](https://github.com/microfluidica/normaldistrib/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/microfluidica/normaldistrib/actions/workflows/pypi-publish.yml)
[![PyPI](https://img.shields.io/pypi/v/normaldistrib)](https://pypi.org/project/normaldistrib/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/normaldistrib)](https://pypi.org/project/normaldistrib/)

Generate symmetric and asymmetric normal distributions.

## Installation

Install with [pip](https://pip.pypa.io/en/stable/):

```bash
pip install normaldistrib
```

## Usage

See [`normaldistrib.py`](normaldistrib.py) for the available functions.
