Metadata-Version: 2.4
Name: pytica
Version: 0.1.0
Summary: Python Learning Analytics Toolkit for Teachers and Schools
Home-page: https://github.com/bjaspel63/pytica
Author: Your Name
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: openpyxl>=3.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Pytica

[![PyPI version](https://img.shields.io/pypi/v/pytica?color=blue)](https://pypi.org/project/pytica/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

**Pytica** is an open-source Python library for **learning analytics**, designed to help teachers, students, and schools **analyze grades, track student progress, and generate insightful reports**.

---

## 🌟 Features

- **Grade Analytics**: class averages, top performers, student progress
- **Insights**: identify struggling, improving, or declining students
- **Visualizations**: student progress charts, class trends
- **Reporting**: export Excel and PDF reports
- **Attendance Tracking**: monitor student presence and correlate with grades

---

## ⚡ Installation

```bash
pip install pytica
