python-Levenshtein 0.27.4__tar.gz → 0.27.5__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.27.4/python_Levenshtein.egg-info → python_levenshtein-0.27.5}/PKG-INFO +3 -3
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/pyproject.toml +3 -3
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5/python_Levenshtein.egg-info}/PKG-INFO +3 -3
- python_levenshtein-0.27.5/python_Levenshtein.egg-info/requires.txt +1 -0
- python_levenshtein-0.27.4/python_Levenshtein.egg-info/requires.txt +0 -1
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/LICENSE +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/MANIFEST.in +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/README.md +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/python_Levenshtein.egg-info/SOURCES.txt +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/python_Levenshtein.egg-info/dependency_links.txt +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/python_Levenshtein.egg-info/top_level.txt +0 -0
- {python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/setup.cfg +0 -0
{python_levenshtein-0.27.4/python_Levenshtein.egg-info → python_levenshtein-0.27.5}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.5
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Author-email: Max Bachmann <pypi@maxbachmann.de>
|
|
6
6
|
License: GPL-2.0-or-later
|
|
@@ -11,15 +11,15 @@ Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
|
|
|
11
11
|
Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
|
|
12
12
|
Keywords: string,Levenshtein,comparison,edit-distance
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: Levenshtein==0.27.
|
|
22
|
+
Requires-Dist: Levenshtein==0.27.5
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
25
|
# Levenshtein
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-Levenshtein"
|
|
7
|
-
version = "0.27.
|
|
7
|
+
version = "0.27.5"
|
|
8
8
|
dependencies = [
|
|
9
|
-
"Levenshtein==0.27.
|
|
9
|
+
"Levenshtein==0.27.5"
|
|
10
10
|
]
|
|
11
11
|
requires-python = ">= 3.10"
|
|
12
12
|
authors = [
|
|
@@ -17,11 +17,11 @@ readme = "README.md"
|
|
|
17
17
|
license = {text = "GPL-2.0-or-later"}
|
|
18
18
|
classifiers = [
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
|
-
"Programming Language :: Python :: 3.10",
|
|
21
20
|
"Programming Language :: Python :: 3.11",
|
|
22
21
|
"Programming Language :: Python :: 3.12",
|
|
23
22
|
"Programming Language :: Python :: 3.13",
|
|
24
23
|
"Programming Language :: Python :: 3.14",
|
|
24
|
+
"Programming Language :: Python :: 3.15",
|
|
25
25
|
]
|
|
26
26
|
keywords = ["string", "Levenshtein", "comparison", "edit-distance"]
|
|
27
27
|
|
{python_levenshtein-0.27.4 → python_levenshtein-0.27.5/python_Levenshtein.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.5
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Author-email: Max Bachmann <pypi@maxbachmann.de>
|
|
6
6
|
License: GPL-2.0-or-later
|
|
@@ -11,15 +11,15 @@ Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
|
|
|
11
11
|
Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
|
|
12
12
|
Keywords: string,Levenshtein,comparison,edit-distance
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: Levenshtein==0.27.
|
|
22
|
+
Requires-Dist: Levenshtein==0.27.5
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
25
|
# Levenshtein
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Levenshtein==0.27.5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Levenshtein==0.27.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/python_Levenshtein.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.27.4 → python_levenshtein-0.27.5}/python_Levenshtein.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|