Metadata-Version: 2.1
Name: commit-tracker
Version: 0.1.0
Summary: Commit Tracker analyzes Git repositories to present comprehensive statistics, including commit history, contribution patterns, and more, with an interactive and visually appealing interface built with Python, Dash, and Plotly.
Author-email: "André F. Costa" <afmcosta@gmail.com>
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: dash
Requires-Dist: GitPython
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: dash-bootstrap-components
