# pydiffx - Python Reader/Writer for DiffX Files ![Latest Release](https://img.shields.io/pypi/v/pydiffx) ![License](https://img.shields.io/badge/license-MIT-green.svg) ![Review Board](https://img.shields.io/badge/Review%20Board-d0e6ff?label=reviewed%20with) ![Python](https://img.shields.io/pypi/pyversions/pydiffx) **GitHub:** https://github.com/beanbaginc/pydiffx **PyPI:** https://pypi.org/project/pydiffx **Status:** Under active development / released / used in production pydiffx is a Python implementation of the [DiffX specification](https://diffx.org/spec/index.html). DiffX is a proposed specification for a structured version of Unified Diffs that contains metadata, standardized parsing, multi-commit diffs, and binary diffs, in a format compatible with existing diff parsers. [Learn more](https://diffx.org). This module is a reference implementation designed to make it easy to read and write DiffX files in any Python application.