Metadata-Version: 2.1
Name: gitbi
Version: 0.1.1
Summary: A tool for automating git bisect operations
Home-page: https://github.com/R-Peleg/python_git_bisector
Author: Reuven Peleg
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Git Bisector
Python package for supporting automatic usage if `git bisect` to detect changes in the code.

## Example
For example showcase, run `python example/foo_bisector.py bisect d8a3a9c862cea0e2d7cc8267a31bd5f4721ff739 6a7d094f8562601fe2f981667013273aefd47ae6`
