Metadata-Version: 2.4
Name: simple_regressionsara13
Version: 1.0.0
Summary: A simple linear regression model built from scratch using Python and NumPy.
Author: sara
Author-email: your_email@example.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ðŸ“ˆ Simple Regression Package

A minimal linear regression model implemented from scratch using Python and NumPy.

## Installation

```bash
pip install simple_regressionsara13
```
