Metadata-Version: 2.4
Name: gitglimpse
Version: 0.1.2
Summary: Analyze git history and generate standup updates, daily reports, and weekly summaries.
Project-URL: Homepage, https://github.com/dino/gitglimpse
Project-URL: Repository, https://github.com/dino/gitglimpse
Project-URL: Bug Tracker, https://github.com/dino/gitglimpse/issues
Author: Dino
License: MIT
License-File: LICENSE
Keywords: cli,developer-tools,git,standup
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: inquirerpy>=0.3.4
Requires-Dist: platformdirs>=4.0
Requires-Dist: rich>=13.0
Requires-Dist: tomli-w>=1.2
Requires-Dist: typer[all]>=0.9.0
Provides-Extra: llm
Requires-Dist: httpx>=0.27; extra == 'llm'
