Metadata-Version: 2.4
Name: team-digest
Version: 0.1.2
Summary: Generate team digests from logs/emails, post to Slack, and automate on Windows.
Author: Your Name
License-Expression: MIT
Project-URL: Homepage, https://github.com/your-org-or-user/team-digest
Project-URL: Issues, https://github.com/your-org-or-user/team-digest/issues
Keywords: digest,automation,slack,email,teams
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=6
Requires-Dist: python-dateutil>=2.8
Requires-Dist: regex>=2023.0
Requires-Dist: requests>=2.31
Requires-Dist: tqdm>=4.65
Dynamic: license-file

# Team Digest

[![CI](https://github.com/anurajdeol90/team-digest/actions/workflows/ci.yml/badge.svg)](https://github.com/anurajdeol90/team-digest/actions/workflows/ci.yml)

Automated team meeting digests: summarize updates, decisions, risks, and actions into Markdown, JSON, or Slack messages.  
Designed for teams who want clear visibility of meetings, blockers, and follow-ups—without the manual note-taking.

---

## ✨ Features
- Parse logs or model outputs into structured summaries
- Exports to:
  - **Markdown** (easy to read & share)
  - **JSON** (for integrations & automation)
  - **Slack** (post digests directly to your team channel)
- Configurable owner mapping (short codes → full names)
- CI/CD with GitHub Actions for reliability
- Works on **Windows** and **Linux**

---

## 🚀 Quick Start

### 1. Clone the repository
