Metadata-Version: 2.1
Name: distributions_iloyi_grace
Version: 0.1
Summary: Gaussian distributions
Home-page: https://github.com/yourusername/distributions
Author: Bakare Aminat
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Excercise files: 

Open the below files to continue with this excercise: 

- [upload_to_pypi.txt](../data/1_instruction_files/upload_to_pypi.txt)

# Distribution Package

A Python package for working with binomial and Gaussian distributions. This package provides tools for creating, analyzing, and visualizing these distributions with ease.

## Features

- **Binomial Distribution**: Calculate probabilities, mean, variance, and more.
- **Gaussian Distribution**: Analyze normal distributions, compute z-scores, and perform visualization.
- Built-in methods for plotting and summarizing distributions.
- Lightweight and beginner-friendly.

## Installation

Install the package via pip:

```bash
pip install distribution-package
