insight-git

Insight Git analyzes Git repositories to present comprehensive statistics.


Keywords
git, analysis, commit, education
License
MIT
Install
pip install insight-git==0.1.3

Documentation

License: MIT Tests codecov Docs PyPI version GitHub last commit GitHub forks

Insight Git

Insight Git is a tool designed to fetch and present comprehensive statistics from Git repositories. Whether the repository is hosted locally or on platforms like GitHub, Insight Git seamlessly analyzes commit history, contribution patterns, and other vital metrics. This utility is particularly useful for developers and teams looking to gain insights into project trends, contributor activity, and overall repository health. Built with Python and leveraging technologies such as Dash and Plotly, it provides an interactive and visually appealing interface for data representation.

Features

  • Repository Analysis: Obtain a detailed view of repository activity, including commits over time, contributions by author, and types of commits.
  • Interactive Interface: Explore statistics through an interactive web interface created with Dash and Plotly.
  • Support for Local and Remote Repositories: Works with both local Git repositories and remote repository URLs.

Installation

To install Insight Git, ensure you have Python installed on your system, and run:

pip install insight-git

Usage

After installation, you can start the application by running:

insight-git

Follow the instructions in the web interface to input the path or URL of the Git repository you wish to analyze.

Contributing

Contributions to Insight Git are welcome! If you've found a bug or have a suggestion, please open an issue on GitHub.

License

Insight Git is licensed under the MIT License. See the LICENSE file for more details.