Metadata-Version: 2.4
Name: minigitdiff
Version: 0.1.0
Summary: CLI tool to show differences between two Python files
Author-email: Baki <bakitkt60@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

## Minigitdiff

Minigitdiff is a powerful command-line utility used to display the differences between two files written in python.

## Download & Usage
```python 
pip install minigitdiff
```

```bash
minidiff file1.py file2.py
```

## Example
For example, if you modified a python file but then forgot the modification, you can use minigitdiff to visualize differences of two files in terminal.

## No git required
You can use minigitdiff on your local projects without need of saving to git.
