Metadata-Version: 2.1
Name: sample-git-diffs
Version: 0.1.1
Summary: 
Home-page: https://github.com/ninpnin/sample-git-diffs
License: MIT
Author: ninpnin
Author-email: you@example.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Project-URL: Repository, https://github.com/ninpnin/sample-git-diffs
Description-Content-Type: text/markdown

# sample-git-diffs

```
Sample git diffs uniformly wrt. number of changes per file. The output is formatted as a .diff file.

optional arguments:
  -h, --help            show this help message and exit
  --n N                 Total number of diffs to be sampled
  --diffstat DIFFSTAT   Custom git diff command for the sampling probabilities
  --diffcommand DIFFCOMMAND
                        Custom git diff command for the actual diff
```

