Metadata-Version: 2.4
Name: befit-auto-analysis
Version: 0.1.0
Summary: School TOT Analysis Report Generator – produces Excel reports with pivot tables and dashboards
Project-URL: Homepage, https://github.com/PETER-BUTAWO/befit-auto-analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.0.0
Requires-Dist: openpyxl>=3.1.0

# befit-auto-analysis

School TOT (Time on Task) Analysis Report Generator.

Produces an Excel workbook with three sheets:
- **Raw Data** – the original data with formatted dates
- **Pivot** – location × week matrix of average weekly minutes
- **Dashboard** – monthly averages, KPIs, and performance comparisons

## Installation

```bash
pip install .
```

## Usage

```bash
befit-auto-analysis data.csv output.xlsx
```

Or via Python:

```bash
python -m befit_auto_analysis.befit_auto_analyse data.csv output.xlsx
```
