You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* approximate median strings, and generally string averaging
33
33
* string sequence and set similarity
34
34
35
-
> :warning: The package was renamed to `Levenshtein` and can be found [here](https://github.com/maxbachmann/Levenshtein).
35
+
> :warning: The package was renamed to `Levenshtein` and can be found [here](https://github.com/rapidfuzz/Levenshtein).
36
36
The `python-Levenshtein` package will continue to be updated alongside the new package
37
37
38
38
## Requirements
@@ -45,7 +45,7 @@ pip install levenshtein
45
45
46
46
## Documentation
47
47
48
-
The documentation for the current version can be found at [https://maxbachmann.github.io/Levenshtein/](https://maxbachmann.github.io/Levenshtein/)
48
+
The documentation for the current version can be found at [https://rapidfuzz.github.io/Levenshtein/](https://rapidfuzz.github.io/Levenshtein/)
49
49
50
50
## Support the project
51
51
@@ -63,4 +63,4 @@ under the terms of the GNU General Public License as published by the Free
63
63
Software Foundation; either version 2 of the License, or (at your option)
64
64
any later version.
65
65
66
-
See the file [COPYING](https://github.com/maxbachmann/python-Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.
66
+
See the file [COPYING](https://github.com/rapidfuzz/python-Levenshtein/blob/main/COPYING) for the full text of GNU General Public License version 2.
0 commit comments