Metadata-Version: 2.4
Name: classync
Version: 0.1.1
Summary: Sync class timetable from excel to calendar
Author-email: Pratham Shrishail Halli <shreesarojahalli@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/shreesarojahalli-afk/classync
Project-URL: Repository, https://github.com/shreesarojahalli-afk/classync.git
Project-URL: Documentation, https://github.com/shreesarojahalli-afk/classync/blob/main/README.md
Keywords: timetable,calendar,ics,CLI,classync
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: typer[all]
Requires-Dist: ics
Requires-Dist: openpyxl
Requires-Dist: pyyaml
Requires-Dist: holidays

# classync

A CLI tool to generate `.ics` calendar files from class timetable Excel sheets.

Perfect for students who want their timetable synced with Google Calendar,
Outlook, Apple Calendar, etc.

---

## Features

- 📅 Excel → ICS calendar export
- 🏖️ Skips holidays from Excel
- 📝 Skips exam weeks automatically
- 🧪 Dry-run mode
- 🖥️ Clean CLI powered by Typer

---

## Installation

```bash
pip install classync

