Metadata-Version: 2.4
Name: diff2html
Version: 1.0
Summary: CLI wrapper for Pythons Difflib builtin
Author-email: "tim.pillinger" <tim.pillinger@metoffice.gov.uk>
License-Expression: MIT
Keywords: diff,html,difftool,difflib,cli
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: flake8; extra == "test"
Dynamic: license-file

# Diff2HTML

Python's difflib is a great standard library feature.

But I wanted a command line version.

## Installation

```
pip install diff2html
```

## Usage

```
diff2html fileA fileB --output diff.html
firefox diff.html
```

for advanced usage see:

```
diff2html --help
```
