# pydiffx - Python Reader/Writer for DiffX Files
   
**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.