Skip to main content

rapid fuzzy string matching

Project description

RapidFuzz

Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance

Continous Integration PyPI package version Conda Version Python versions GitHub license

DescriptionInstallationUsageLicense


Description

RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy. However there are two aspects that set RapidFuzz apart from FuzzyWuzzy:

  1. It is MIT licensed so it can be used whichever License you might want to choose for your project, while you're forced to adopt the GPLv2 license when using FuzzyWuzzy
  2. It is mostly written in C++ and on top of this comes with a lot of Algorithmic improvements to make string matching even faster, while still providing the same results. These changes result in a 2-100x Speedup in String Matching. More details on benchmark results can be found here

Installation

RapidFuzz can be installed using pip

$ pip install rapidfuzz

We currently have pre-built binaries (wheels) for RapidFuzz and its dependencies for MacOS (10.9 and later), Linux x86_64 and Windows.

For any other architecture/os RapidFuzz can be installed from the source distribution. To do so, a C++14 capable compiler must be installed before running the pip install rapidfuzz command. While Linux and MacOs usually come with a compiler it is required to install C++-Buildtools on Windows.

Usage

> from rapidfuzz import fuzz
> from rapidfuzz import process

Simple Ratio

> fuzz.ratio("this is a test", "this is a test!")
96.55171966552734

Partial Ratio

> fuzz.partial_ratio("this is a test", "this is a test!")
100.0

Token Sort Ratio

> fuzz.ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear")
90.90908813476562
> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear")
100.0

Token Set Ratio

> fuzz.token_sort_ratio("fuzzy was a bear", "fuzzy fuzzy was a bear")
83.8709716796875
> fuzz.token_set_ratio("fuzzy was a bear", "fuzzy fuzzy was a bear")
100.0

Process

> choices = ["Atlanta Falcons", "New York Jets", "New York Giants", "Dallas Cowboys"]
> process.extract("new york jets", choices, limit=2)
[('new york jets', 100), ('new york giants', 78.57142639160156)]
> process.extractOne("cowboys", choices)
("dallas cowboys", 90)

License

RapidFuzz is licensed under the MIT license since we believe that everyone should be able to use it without being forced to adopt our license. Thats why the library is based on an older version of fuzzywuzzy that was MIT licensed as well. A Fork of this old version of fuzzywuzzy can be found here.

Project details


Release history Release notifications | RSS feed

This version

0.6.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rapidfuzz-0.6.5.tar.gz (102.8 kB view details)

Uploaded Source

Built Distributions

rapidfuzz-0.6.5-pp36-pypy36_pp73-win32.whl (68.0 kB view details)

Uploaded PyPy Windows x86

rapidfuzz-0.6.5-pp36-pypy36_pp73-manylinux2010_x86_64.whl (158.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.5-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (69.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidfuzz-0.6.5-cp38-cp38-win_amd64.whl (77.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.6.5-cp38-cp38-win32.whl (64.2 kB view details)

Uploaded CPython 3.8 Windows x86

rapidfuzz-0.6.5-cp38-cp38-manylinux2010_x86_64.whl (863.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.5-cp38-cp38-manylinux2010_i686.whl (662.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl (74.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidfuzz-0.6.5-cp37-cp37m-win_amd64.whl (77.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.6.5-cp37-cp37m-win32.whl (64.2 kB view details)

Uploaded CPython 3.7m Windows x86

rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl (866.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_i686.whl (665.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.5-cp37-cp37m-macosx_10_9_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rapidfuzz-0.6.5-cp36-cp36m-win_amd64.whl (77.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.6.5-cp36-cp36m-win32.whl (64.2 kB view details)

Uploaded CPython 3.6m Windows x86

rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl (863.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_i686.whl (662.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.5-cp36-cp36m-macosx_10_9_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rapidfuzz-0.6.5-cp35-cp35m-win_amd64.whl (77.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.6.5-cp35-cp35m-win32.whl (64.2 kB view details)

Uploaded CPython 3.5m Windows x86

rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl (862.4 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_i686.whl (662.0 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.5-cp35-cp35m-macosx_10_9_x86_64.whl (72.1 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

Details for the file rapidfuzz-0.6.5.tar.gz.

File metadata

  • Download URL: rapidfuzz-0.6.5.tar.gz
  • Upload date:
  • Size: 102.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5.tar.gz
Algorithm Hash digest
SHA256 f2df0e505b3214d9196fb3cbf5abffcb50b9214004c3c8609ec11f19c3c19f95
MD5 4da40e9af73a44389a1bc49bf9fa9f8e
BLAKE2b-256 8baaa815b9f3ab9ad878541f6318c422d1d10bd323241e2f7207f7db63441470

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 68.0 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 fc22f8737df0cdc1203b54750fa1d8509dae6ee6b56e37ccb11303c8de534128
MD5 10ba18e83c9fe0e9010da5d87773a074
BLAKE2b-256 a05a24ce7d898d2e19cf31366575d11656dd0e8e84f9d2ae05d11363d9eb61cc

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 158.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c4da21465e869767085f12563300f6cfa854dc31ad201d321238c134a58ba468
MD5 e37a5bb6376b511db6d64397b8e79d34
BLAKE2b-256 f098d19f43887cacf3427e77d7e79aecd3ad0eb9fe9efb4d768b49288a13c289

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 69.1 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a50839ec6eac1a787c409953ca38843238dd34c8e6bce822f00efda2ec6c0028
MD5 4ccbbfb46228c90ae43a56222dca0e18
BLAKE2b-256 bc317e65962e8f8225f0c9a55881e4b2c1c3e0fc2f4a2d9e7609b1db74d9fa68

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f0cf936b862f84a5f52e5143da1612355f2604ac58f34c1a0ff80a52a2b610f1
MD5 22368d13ad405c7e2360b43e145af1ca
BLAKE2b-256 806c730d743a69911c27ec5182c8bb7572f08ec84e44dc3be7b56c12ab9ce960

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 787cd688d5f2f40114f5447588e7c91a07c3335273f0a401ff7104a5373ee6c8
MD5 8138c7c2d33c3818221b8fc70d806f22
BLAKE2b-256 170a47e780a537411a0803946140f1ae256df84b4540ace596183478aa07c345

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 863.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e637de4399ae3cfe3a52445ba3f94e5a0e00bce138c5cf804f708f26d9381f46
MD5 40a819f4427d63b7ad2935666f2e5657
BLAKE2b-256 c03da802a159cedd074e9bf38471935b813b218ad8840ad165efda902c2d97ba

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 662.9 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 426cfef4c1e199536c19c92b053d96d64d99db8427eb3a0a89c7bad4afc991d5
MD5 377c783e0c13bbd5a76192475fac4594
BLAKE2b-256 b56c2d366e2f55282a522e2d25b9da4cf896d2331c752bcfaec55fa12a82df54

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2878a5896a007a04d0c6df5de44961bcc93f90b1a25ddd416a9c3862f30c9355
MD5 434a7410788dd0efd8332aa9812b7baf
BLAKE2b-256 71a9cb3ff04739b52c7559a6dad82cc5bc34fd6eef84c6383d77cf530a3430a3

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 53fd2cc6ba8d025288dd21aa4201a8e7af2dc7fc8181433b1e88ad4754d6d709
MD5 082fe52f5b33ca356a167302838a8bf3
BLAKE2b-256 451c4d4e6c67b1ac125235bd5668258983f7e5b46ec4bebac0c2d9c8bc4c3ebe

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 471d5f26efbf629f2f80e9f655583f6d1a263951c10ac48b8d861408aac5eab1
MD5 f5aef854588ff36bb9482ccc4eed732d
BLAKE2b-256 aaa9c2e2c9873eaca05a316b36d931d0f54166f49cf64b81f7c110abe455fe7d

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 866.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 55b1f6505f017a1a414ec4c90054222fb944a4be1091476cc9e0823cc49cf550
MD5 30f2e99ed18953935b4cf91cf1daacc8
BLAKE2b-256 82b133da92da9ba23cef0e821bd35036d76840c18f0f7e75df27c6b0eda3e6bb

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 665.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f67de0803a7d74ccb0382a17e95b64700f91e7ccbf0ac699a5925e937acf6403
MD5 85e601d8acf01ca38edf0e9161425815
BLAKE2b-256 90bae647198a75358bf9c5547dec3848cc6d7b2323841f03ce74c5c87a77e695

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45b5619eb914595f6c941391a1e740a5a87499d0c9f44aa58c48ca323761189f
MD5 5c83aadf0c92ce81e0ba37203a6642ff
BLAKE2b-256 60f89204f6a6c6e8ff40cdf8fe007101206480217314e0c6dcec51d99d7557c6

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9b728ae3b869a1fac4a86498e40f909d4a2170ad5602a82e2cd9214cd264d68c
MD5 2632a073cb770c52cfcdaa3fb4e90d48
BLAKE2b-256 38f8a6cb07dadb09c3acd68538fa7dec0d3de2f3f518c3d5261a75bc6a6e9933

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp36-cp36m-win32.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3a1d78b7f8c3056fe71b4b0aea6a423d7f8f66fc0e862de896884aadec49bf0f
MD5 c3da40869944e42326e0d777b7774c51
BLAKE2b-256 4bfff2699d33115e4bb7f960ea50f78fd0538513a8576d03ccb1ddd512cc989f

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 863.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8c171e107a45092b25c211a9682f76d4f199cc0e486ac5e4fa7ea29c4e44be9
MD5 2bd6166004db2b297a21e0f995ebb131
BLAKE2b-256 f4f586bc86e72ef552ea422f7c3a0d108e5df0a5c17a620598ce11c913193784

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 662.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 71b999a27063743b7906921465b74cc4811b77948fc62eeaafc922247bc0133b
MD5 cfd6bc79888dcf9ced1595d28a08540f
BLAKE2b-256 d76166767f1b0b2e27db4a91dd22ef6df2c5107130205efb74622c38067abf69

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e74cbb8cbca8c5f18665dc7a65b33e543beb1e0ee3f16c7e30b7fbd9cdf4aa4
MD5 6523b2988815b05ae81a1b6f9dc44802
BLAKE2b-256 6ad2f92c9dfc5b9c908f7066f7d4356187f6970644ae596ff56e894304308dc2

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 77.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 8c92e65000578ce1de53f2ddca2792942cf6da672da1de08680a36e8938187ef
MD5 1c37fadd03f5b294b2aef27770d00ad1
BLAKE2b-256 52afd407c537402afc9612b920690f2454e3a594be7fbd5e637db9df34d36cea

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp35-cp35m-win32.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b5ada4f63082f1e83047bc0f2b2ec484688b8b22f069546cf4378edbd559713c
MD5 d8e963393a08cbd50aa1c2853f11e930
BLAKE2b-256 68c8157d9ae559ea35f2de69cfa5dc333e57fe401d8bddf62e9b966947a0f656

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 862.4 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf659792fdf9263584bf4b403d7027f5ca64138cd3a6f4ca335a744dbc7d6331
MD5 b8366d123ce10af04da744d1de0f0744
BLAKE2b-256 4b2f7c2f663ffbe446bdc535c1f58045c5b2fa458e27b18306ddc5d8c4f43df9

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 662.0 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 73aff75210d13294620f7f6a9e67669a080c8571ad0bfdc6c886f8ce4f882c2d
MD5 e6207379f6b8e5380c54dc5aecca91eb
BLAKE2b-256 5bfa35e1bcc73486c5afa32a3c87e7e2e2e8a4f33ff75f3a20456aa53c096ef9

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.6.5-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.6.5-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 72.1 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6

File hashes

Hashes for rapidfuzz-0.6.5-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 216a576c8f52c9675ada0768830246c6d6fef3b460ae2fb28097a0a6070ecc82
MD5 f43df9e5e76b2c592a02e65f4783fa93
BLAKE2b-256 7bb89c20564dc88494c000e843061981736d9ec367d6bd19f3533bd7ff958f43

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page