python-Levenshtein 0.27.1__tar.gz → 0.27.3__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.1 → python_levenshtein-0.27.3}/HISTORY.md +4 -0
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/MANIFEST.in +1 -1
- {python_levenshtein-0.27.1/python_Levenshtein.egg-info → python_levenshtein-0.27.3}/PKG-INFO +15 -12
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/README.md +2 -2
- python_levenshtein-0.27.3/pyproject.toml +33 -0
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3/python_Levenshtein.egg-info}/PKG-INFO +15 -12
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/python_Levenshtein.egg-info/SOURCES.txt +1 -2
- python_levenshtein-0.27.3/python_Levenshtein.egg-info/requires.txt +1 -0
- python_levenshtein-0.27.3/setup.cfg +4 -0
- python_levenshtein-0.27.1/pyproject.toml +0 -3
- python_levenshtein-0.27.1/python_Levenshtein.egg-info/requires.txt +0 -1
- python_levenshtein-0.27.1/setup.cfg +0 -29
- /python_levenshtein-0.27.1/COPYING → /python_levenshtein-0.27.3/LICENSE +0 -0
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/python_Levenshtein.egg-info/dependency_links.txt +0 -0
- {python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/python_Levenshtein.egg-info/top_level.txt +0 -0
{python_levenshtein-0.27.1/python_Levenshtein.egg-info → python_levenshtein-0.27.3}/PKG-INFO
RENAMED
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.3
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
|
-
|
|
6
|
-
Author: Max Bachmann
|
|
7
|
-
Author-email: pypi@maxbachmann.de
|
|
5
|
+
Author-email: Max Bachmann <pypi@maxbachmann.de>
|
|
8
6
|
License: GPL-2.0-or-later
|
|
7
|
+
Project-URL: Homepage, https://github.com/rapidfuzz/python-Levenshtein
|
|
8
|
+
Project-URL: Documentation, https://rapidfuzz.github.io/Levenshtein/
|
|
9
|
+
Project-URL: Repository, https://github.com/rapidfuzz/python-Levenshtein.git
|
|
10
|
+
Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
|
|
11
|
+
Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
|
|
9
12
|
Keywords: string,Levenshtein,comparison,edit-distance
|
|
10
13
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Classifier:
|
|
17
|
-
Requires-Python: >=3.
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
|
+
Requires-Python: >=3.10
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
|
-
License-File:
|
|
20
|
-
Requires-Dist: Levenshtein==0.27.
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
Requires-Dist: Levenshtein==0.27.3
|
|
23
|
+
Dynamic: license-file
|
|
21
24
|
|
|
22
25
|
# Levenshtein
|
|
23
26
|
|
|
@@ -38,7 +41,7 @@ Requires-Dist: Levenshtein==0.27.1
|
|
|
38
41
|
<img src="https://img.shields.io/badge/-documentation-blue"
|
|
39
42
|
alt="Documentation">
|
|
40
43
|
</a>
|
|
41
|
-
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/
|
|
44
|
+
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE">
|
|
42
45
|
<img src="https://img.shields.io/github/license/rapidfuzz/python-Levenshtein"
|
|
43
46
|
alt="GitHub license">
|
|
44
47
|
</a>
|
|
@@ -84,4 +87,4 @@ under the terms of the GNU General Public License as published by the Free
|
|
|
84
87
|
Software Foundation; either version 2 of the License, or (at your option)
|
|
85
88
|
any later version.
|
|
86
89
|
|
|
87
|
-
See the file [
|
|
90
|
+
See the file [LICENSE](https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE) for the full text of GNU General Public License version 2.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<img src="https://img.shields.io/badge/-documentation-blue"
|
|
18
18
|
alt="Documentation">
|
|
19
19
|
</a>
|
|
20
|
-
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/
|
|
20
|
+
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE">
|
|
21
21
|
<img src="https://img.shields.io/github/license/rapidfuzz/python-Levenshtein"
|
|
22
22
|
alt="GitHub license">
|
|
23
23
|
</a>
|
|
@@ -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 [
|
|
66
|
+
See the file [LICENSE](https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE) for the full text of GNU General Public License version 2.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "python-Levenshtein"
|
|
7
|
+
version = "0.27.3"
|
|
8
|
+
dependencies = [
|
|
9
|
+
"Levenshtein==0.27.3"
|
|
10
|
+
]
|
|
11
|
+
requires-python = ">= 3.10"
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "Max Bachmann", email = "pypi@maxbachmann.de"},
|
|
14
|
+
]
|
|
15
|
+
description = "Python extension for computing string edit distances and similarities."
|
|
16
|
+
readme = "README.md"
|
|
17
|
+
license = {text = "GPL-2.0-or-later"}
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
]
|
|
26
|
+
keywords = ["string", "Levenshtein", "comparison", "edit-distance"]
|
|
27
|
+
|
|
28
|
+
[project.urls]
|
|
29
|
+
Homepage = "https://github.com/rapidfuzz/python-Levenshtein"
|
|
30
|
+
Documentation = "https://rapidfuzz.github.io/Levenshtein/"
|
|
31
|
+
Repository = "https://github.com/rapidfuzz/python-Levenshtein.git"
|
|
32
|
+
Issues = "https://github.com/rapidfuzz/python-Levenshtein/issues"
|
|
33
|
+
Changelog = "https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst"
|
{python_levenshtein-0.27.1 → python_levenshtein-0.27.3/python_Levenshtein.egg-info}/PKG-INFO
RENAMED
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.3
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
|
-
|
|
6
|
-
Author: Max Bachmann
|
|
7
|
-
Author-email: pypi@maxbachmann.de
|
|
5
|
+
Author-email: Max Bachmann <pypi@maxbachmann.de>
|
|
8
6
|
License: GPL-2.0-or-later
|
|
7
|
+
Project-URL: Homepage, https://github.com/rapidfuzz/python-Levenshtein
|
|
8
|
+
Project-URL: Documentation, https://rapidfuzz.github.io/Levenshtein/
|
|
9
|
+
Project-URL: Repository, https://github.com/rapidfuzz/python-Levenshtein.git
|
|
10
|
+
Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
|
|
11
|
+
Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
|
|
9
12
|
Keywords: string,Levenshtein,comparison,edit-distance
|
|
10
13
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Classifier:
|
|
17
|
-
Requires-Python: >=3.
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
|
+
Requires-Python: >=3.10
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
|
-
License-File:
|
|
20
|
-
Requires-Dist: Levenshtein==0.27.
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
Requires-Dist: Levenshtein==0.27.3
|
|
23
|
+
Dynamic: license-file
|
|
21
24
|
|
|
22
25
|
# Levenshtein
|
|
23
26
|
|
|
@@ -38,7 +41,7 @@ Requires-Dist: Levenshtein==0.27.1
|
|
|
38
41
|
<img src="https://img.shields.io/badge/-documentation-blue"
|
|
39
42
|
alt="Documentation">
|
|
40
43
|
</a>
|
|
41
|
-
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/
|
|
44
|
+
<a href="https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE">
|
|
42
45
|
<img src="https://img.shields.io/github/license/rapidfuzz/python-Levenshtein"
|
|
43
46
|
alt="GitHub license">
|
|
44
47
|
</a>
|
|
@@ -84,4 +87,4 @@ under the terms of the GNU General Public License as published by the Free
|
|
|
84
87
|
Software Foundation; either version 2 of the License, or (at your option)
|
|
85
88
|
any later version.
|
|
86
89
|
|
|
87
|
-
See the file [
|
|
90
|
+
See the file [LICENSE](https://github.com/rapidfuzz/python-Levenshtein/blob/main/LICENSE) for the full text of GNU General Public License version 2.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Levenshtein==0.27.3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Levenshtein==0.27.1
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[metadata]
|
|
2
|
-
name = python-Levenshtein
|
|
3
|
-
version = 0.27.1
|
|
4
|
-
description = Python extension for computing string edit distances and similarities.
|
|
5
|
-
long_description = file: README.md
|
|
6
|
-
long_description_content_type = text/markdown
|
|
7
|
-
author = Max Bachmann
|
|
8
|
-
author_email = pypi@maxbachmann.de
|
|
9
|
-
url = https://github.com/rapidfuzz/python-Levenshtein
|
|
10
|
-
license = GPL-2.0-or-later
|
|
11
|
-
classifiers =
|
|
12
|
-
Programming Language :: Python :: 3
|
|
13
|
-
Programming Language :: Python :: 3.9
|
|
14
|
-
Programming Language :: Python :: 3.10
|
|
15
|
-
Programming Language :: Python :: 3.11
|
|
16
|
-
Programming Language :: Python :: 3.12
|
|
17
|
-
Programming Language :: Python :: 3.13
|
|
18
|
-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
|
19
|
-
keywords = string, Levenshtein, comparison, edit-distance
|
|
20
|
-
|
|
21
|
-
[options]
|
|
22
|
-
python_requires = >=3.9
|
|
23
|
-
install_requires =
|
|
24
|
-
Levenshtein==0.27.1
|
|
25
|
-
|
|
26
|
-
[egg_info]
|
|
27
|
-
tag_build =
|
|
28
|
-
tag_date = 0
|
|
29
|
-
|
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.27.1 → python_levenshtein-0.27.3}/python_Levenshtein.egg-info/top_level.txt
RENAMED
|
File without changes
|