Contents

patch 1.16

0

Library to parse and apply unified diffs

Library to parse and apply unified diffs

Stars: 104, Watchers: 104, Forks: 63, Open Issues: 39

The techtonik/python-patch repo was created 8 years ago and the last code push was 2 years ago.
The project is popular with 104 github stars!

How to Install patch

You can install patch using pip

pip install patch

or add it to a project with poetry

poetry add patch

Package Details

Author
anatoly techtonik
License
MIT License
Homepage
https://github.com/techtonik/python-patch/
PyPi:
https://pypi.org/project/patch/
GitHub Repo:
https://github.com/techtonik/python-patch

Classifiers

No  patch  pypi packages just yet.

Errors

A list of common patch errors.

Code Examples

Here are some patch code examples and snippets.

GitHub Issues

The patch package has 39 open issues on GitHub

  • Fixed encoding error when using –debug in python 3

See more issues on GitHub

Related Packages & Articles

deepdiff 7.0.1

Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.