Skip to main content

A Python package for analyzing git differences between branches in a local repository.

Project description

PyPI version License: MIT Downloads

Beatrica Git

beatrica-git is a Python package designed for analyzing git differences between branches in a local repository. It helps developers and project managers to easily track and visualize changes, fostering better understanding and collaboration within teams.

Installation

To install beatrica-git, use pip:

pip install beatrica-git

Usage

beatrica-git is straightforward to use. Below are examples demonstrating how to analyze and retrieve recent commit changes between branches.

Analyzing Commit Changes

from beatrica_git.recent_change_inspector import BeatricaDiffTracker

# Initialize the analyzer for a specific repository path (optional) and branch
beatrica_diff_tracker = BeatricaDiffTracker(base_branch='master')

# Perform the analysis
beatrica_diff_tracker.analyze_commits()

# Retrieve and print the commit changes
commit_changes = beatrica_diff_tracker.commit_changes
print(commit_changes)

This example shows how to instantiate the BeatricaDiffTracker and analyze commit changes between the master branch and the HEAD. It's possible to specify a repository path; otherwise, the current working directory is used.

Features

  • Easy retrieval and analysis of commit differences between two branches.
  • Support for analyzing changes in local git repositories.
  • Detailed breakdown of additions, deletions, and modifications in each commit.
  • Customizable for different base and head branches.
  • Simplified API for easy integration into development workflows and tools.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beatrica-git-0.1.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

beatrica_git-0.1.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page