Metadata-Version: 2.4
Name: matplotlid
Version: 1.0.0
Summary: Custom MapReduce programs viewer package
Author: Custom Developer
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: requires-python

# Custom `matplotlid` MapReduce Programs Package

This custom library allows you to view MapReduce programs directly in your terminal using commands like `py -m matplotlid 1` or `python -m matplotlid 1`.

## Installation

To install this package into your Python environment:

```bash
# Navigate to the project directory
cd /Users/a1989/.gemini/antigravity-ide/scratch/matplotlid

# Install in editable mode
py -m pip install -e .
```

Or install using standard `pip`:

```bash
pip install .
```

## Usage

Run any of the following commands in your terminal:

```bash
py -m matplotlid 1
py -m matplotlid 2
py -m matplotlid 3
py -m matplotlid 4
py -m matplotlid 5
```

Running without a number shows the list of available programs:

```bash
py -m matplotlid
```

## List of Included Programs

1. **MapReduce Program to Implement Matrix Multiplication** (`py -m matplotlid 1`)
2. **MapReduce Program to Find the Maximum Electrical Consumption in Each Year** (`py -m matplotlid 2`)
3. **MapReduce Program to Analyse Weather Dataset and Print Whether the Day is Sunny or Cool** (`py -m matplotlid 3`)
4. **MapReduce Program to Find the Tags Associated with Each Movie by Analyzing MovieLens Data** (`py -m matplotlid 4`)
5. **K-Means Clustering Algorithm Using MapReduce** (`py -m matplotlid 5`)
