python-Levenshtein 0.26.0__tar.gz → 0.26.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/HISTORY.md +4 -0
- {python_levenshtein-0.26.0/python_Levenshtein.egg-info → python_levenshtein-0.26.1}/PKG-INFO +2 -2
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1/python_Levenshtein.egg-info}/PKG-INFO +2 -2
- python_levenshtein-0.26.1/python_Levenshtein.egg-info/requires.txt +1 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/setup.cfg +2 -2
- python_levenshtein-0.26.0/python_Levenshtein.egg-info/requires.txt +0 -1
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/COPYING +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/MANIFEST.in +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/README.md +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/pyproject.toml +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/python_Levenshtein.egg-info/SOURCES.txt +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/python_Levenshtein.egg-info/dependency_links.txt +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/python_Levenshtein.egg-info/top_level.txt +0 -0
{python_levenshtein-0.26.0/python_Levenshtein.egg-info → python_levenshtein-0.26.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.1
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Home-page: https://github.com/rapidfuzz/python-Levenshtein
|
|
6
6
|
Author: Max Bachmann
|
|
@@ -17,7 +17,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
|
|
|
17
17
|
Requires-Python: >=3.9
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: COPYING
|
|
20
|
-
Requires-Dist: Levenshtein==0.26.
|
|
20
|
+
Requires-Dist: Levenshtein==0.26.1
|
|
21
21
|
|
|
22
22
|
# Levenshtein
|
|
23
23
|
|
{python_levenshtein-0.26.0 → python_levenshtein-0.26.1/python_Levenshtein.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.1
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Home-page: https://github.com/rapidfuzz/python-Levenshtein
|
|
6
6
|
Author: Max Bachmann
|
|
@@ -17,7 +17,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
|
|
|
17
17
|
Requires-Python: >=3.9
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: COPYING
|
|
20
|
-
Requires-Dist: Levenshtein==0.26.
|
|
20
|
+
Requires-Dist: Levenshtein==0.26.1
|
|
21
21
|
|
|
22
22
|
# Levenshtein
|
|
23
23
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Levenshtein==0.26.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = python-Levenshtein
|
|
3
|
-
version = 0.26.
|
|
3
|
+
version = 0.26.1
|
|
4
4
|
description = Python extension for computing string edit distances and similarities.
|
|
5
5
|
long_description = file: README.md
|
|
6
6
|
long_description_content_type = text/markdown
|
|
@@ -21,7 +21,7 @@ keywords = string, Levenshtein, comparison, edit-distance
|
|
|
21
21
|
[options]
|
|
22
22
|
python_requires = >=3.9
|
|
23
23
|
install_requires =
|
|
24
|
-
Levenshtein==0.26.
|
|
24
|
+
Levenshtein==0.26.1
|
|
25
25
|
|
|
26
26
|
[egg_info]
|
|
27
27
|
tag_build =
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Levenshtein==0.26.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/python_Levenshtein.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.26.0 → python_levenshtein-0.26.1}/python_Levenshtein.egg-info/top_level.txt
RENAMED
|
File without changes
|