patch 1.16
0
Library to parse and apply unified diffs
Contents
Library to parse and apply unified diffs
Stars: 112, Watchers: 112, Forks: 64, Open Issues: 39The techtonik/python-patch
repo was created 9 years ago and the last code push was 2 years ago.
The project is popular with 112 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
Related Packages
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