Metadata-Version: 2.4
Name: pydiffx
Version: 1.1
Summary: Python module for reading and writing DiffX files.
Home-page: https://diffx.org/pydiffx/
Author: Beanbag, Inc.
Author-email: questions@beanbaginc.com
Maintainer: Christian Hammond
Maintainer-email: christian@beanbaginc.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: six
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

pydiffx - Python Reader/Writer for DiffX Files
==============================================

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.


Compatibility
=============

* Python 2.7
* Python 3.6
* Python 3.7
* Python 3.8
* Python 3.9
* Python 3.10
* Python 3.11


Installation
============

pydiffx can be installed using ``pip``::

   pip install -U pydiffx


Using pydiffx
=============

See the `documentation <https://diffx.org/pydiffx/>`_ for tutorials and
code references.
