Metadata-Version: 2.4
Name: daily-summary-agent
Version: 0.1.3
Summary: AI-powered standup email agent — summarizes your GitHub commits and Jira tickets before every meeting.
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: google-genai>=1.0.0
Requires-Dist: google-api-python-client>=2.100.0
Requires-Dist: google-auth-httplib2>=0.2.0
Requires-Dist: google-auth-oauthlib>=1.2.0
Requires-Dist: PyGithub>=2.1.0
Requires-Dist: jira>=3.6.0
Requires-Dist: APScheduler>=3.10.0
Requires-Dist: python-dotenv>=1.0.0

# Daily Summary Agent

Automatically emails you a standup summary before every meeting — powered by Gemini.

Pulls your recent **GitHub commits**, active **Jira tickets**, and upcoming **Google Calendar** meetings, then sends a ready-to-read summary to your inbox an hour before the meeting starts.

## Install

```bash
pip install daily-summary-agent
```

## Usage

```bash
daily-summary-agent setup   # one-time setup wizard
daily-summary-agent start   # run the agent
```

Full documentation: [github.com/naga-a11y/daily-summary-agent](https://github.com/typoapp/daily-summary-agent)
