Skip to content

Commit 5081a1e

Browse files
updated README
1 parent 3822fbe commit 5081a1e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ This is a partial fork of [diff-match-patch][],
1616
with extra bits to make this a modern, friendly
1717
member of the Python packaging ecosystem. The
1818
library 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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Google'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

0 commit comments

Comments
 (0)