File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,16 @@ This is a partial fork of [diff-match-patch][],
1616with extra bits to make this a modern, friendly
1717member of the Python packaging ecosystem. The
1818library will be periodically updated with changes
19- from the upstream project. If you would like to
20- contribute fixes or improvements to the library
21- itself, and not the packaging code, please submit
22- them to the upstream library directly.
19+ from the upstream project.
20+
21+ Since August 2024, Google's diff_match_patch
22+ library is archived, but there is a
23+ [ maintained] [ diff-match-patch-maintained ] fork.
24+
25+ If you would like to contribute fixes or
26+ improvements to the library itself, and not the
27+ packaging code, please submit them to the upstream
28+ maintained fork library directly.
2329
2430[ diff-match-patch ] : https://github.com/google/diff-match-patch
31+ [ diff-match-patch-maintained ] : https://github.com/dmsnell/diff-match-patch
Original file line number Diff line number Diff line change 22
33Google's [ Diff Match and Patch] [ DMP ] library, packaged for modern Python.
44
5+ Since August 2024, this project will now track the [ maintained fork] [ diff-match-patch-maintained ] .
6+
57[ ![ version] ( https://img.shields.io/pypi/v/diff-match-patch.svg )] ( https://pypi.org/project/diff-match-patch )
68[ ![ changelog] ( https://img.shields.io/badge/change-log-blue )] ( https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md )
79[ ![ license] ( https://img.shields.io/pypi/l/diff-match-patch.svg )] ( https://github.com/diff-match-patch-python/diff-match-patch/blob/master/LICENSE )
@@ -82,3 +84,4 @@ This library also implements a [Bitap matching algorithm](https://neil.fraser.na
8284
8385[ DMP ] : https://github.com/google/diff-match-patch
8486[ API ] : https://github.com/google/diff-match-patch/wiki/API
87+ [ diff-match-patch-maintained ] : https://github.com/dmsnell/diff-match-patch
You can’t perform that action at this time.
0 commit comments