Metadata-Version: 2.1
Name: gitpulse
Version: 1.0
Description-Content-Type: text/markdown
Requires-Dist: gitpython
Requires-Dist: jinja2
Requires-Dist: python-dateutil

GitPulse
========
![image](https://user-images.githubusercontent.com/82222256/232206399-417bab63-1420-466b-84f5-663f860331f3.png)

GitPulse is a Python-based command-line tool that generates an HTML report summarizing Git log data for a software development project. It provides insights into the number of commits and merges for each developer who has contributed to the project.

Installation
------------

To install GitPulse, you can use pip. Open a terminal window and enter the following command:

bashCopy code

`pip install gitpulse`

Usage
-----

GitPulse can be run from the command line using the `gitpulse` command. The tool requires two inputs: the path to the Git repository and the output filename for the generated report.

Here is the basic syntax for using GitPulse:

bashCopy code

`gitpulse `

The generated report will be saved in the current directory with name **gitpulse_report.html**.

Benefits
--------
![image](https://user-images.githubusercontent.com/82222256/232167548-b4767c2e-737b-42cb-b66b-aad78ad29602.png)

![image](https://user-images.githubusercontent.com/82222256/232167592-62605251-8ec7-4f9e-a396-2c35beb83d71.png)

The following are some benefits of using GitPulse:

*   **Quick and easy analysis**: GitPulse provides a quick and easy way to analyze Git logs data and gain insights into the number of commits and merges for each developer who has contributed to the project. This can help project managers and developers to identify trends, patterns, and areas for improvement.
    
*   **Customizable report**: GitPulse generates an HTML report that can be customized to meet the specific needs of the project. Developers can modify the report template to include additional data points or to change the report format as needed.
    
*   **Saves time and effort**: GitPulse saves time and effort by automating the process of analyzing Git logs data. Rather than manually analyzing the logs, developers can use GitPulse to generate a report quickly and easily.
    

Integrating with CI/CD Pipeline
-------------------------------

Integrating GitPulse into the CI/CD pipeline can provide valuable insights into the development process and help identify areas for improvement. By running GitPulse as part of the pipeline, developers can continuously monitor the activity of their team members and track changes in the development process over time. This can help to identify potential issues early on and make timely adjustments as needed.

Data-Driven Decision-Making
---------------------------

GitPulse provides objective data on the activity of individual developers, which can help to inform decisions related to knowledge retention and team composition. By using the reports generated by GitPulse, team members can better understand each other's strengths and weaknesses and work together more effectively.

Contributing
------------

Contributions to GitPulse are always welcome! If you find a bug or have an idea for a new feature, please open an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.

License
-------

This project is licensed under the MIT License - see the LICENSE file for details.
