Welcome to Insight Git¶
Insight Git is a powerful tool designed to analyze Git repositories, offering comprehensive statistics on commit activities, contributors, and much more. This tool makes it easier to get an overview of development progress and to delve into the details of commit history.
Key Features¶
- Detailed Commit Analysis: Explore commit logs for insights and statistics.
- Contributor Statistics: See the distribution of contributions across team members.
- Plugin Integration: Enhance functionalities with plugins for additional metrics.
- Intuitive Web Interface: Navigate your Git statistics via a user-friendly dashboard built with Dash.
Why Use Insight Git?¶
Insight Git equips project managers, developers, and analysts with the insights needed to deeply understand development trends and contributions. It's the perfect tool for streamlining the development process, identifying bottlenecks, or simply getting a snapshot of your project's health.
Installation¶
To install Insight Git, simply run the following command:
pip install insight-git
This command fetches the latest version of Insight Git from PyPI and installs it on your system.
Launching Insight Git¶
After installation, you can launch Insight Git's Dash application to start analyzing Git repositories:
To start, run the following command:
python -m insight-git
This command starts a local web server. Open your web browser and navigate to http://127.0.0.1:8050/
to access the Insight Git dashboard.
For more detailed information on development and contributing to Insight Git, please refer to the developers' documentation in the dev.md
file.