Metadata-Version: 2.1
Name: ktblame
Version: 0.0.2
Summary: Fine-grained git blame tracking custom key-values over time.
Home-page: https://github.com/haochuanwei/ktblame
Author: Haochuan Wei
Author-email: haochuanwei@yahoo.com
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gitpython
Requires-Dist: pydantic
Requires-Dist: tqdm
Requires-Dist: streamlit

# ktblame
Finer git blame for tracking custom key-value changes over time.

## Install

`pip install ktblame`

## Usage Example

`streamlit run example-streamlit-app.py`
