Metadata-Version: 2.4
Name: adiff
Version: 2.0.0
Summary: Advanced XML Comparison CLI Tool
Home-page: https://github.com/ashishnxt/adiff
Author: Ashish
Author-email: ashishaxm@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: tabulate
Requires-Dist: lxml
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# adiff

A CLI tool to compare XML files with a main reference XML, and optionally export colored Excel reports.

## Install

```bash
pip install adiff

