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 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.3

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.3.tar.gz (102.4 kB view details)

Uploaded Source

Built Distributions

rapidfuzz-0.6.3-pp36-pypy36_pp73-win32.whl (62.6 kB view details)

Uploaded PyPy Windows x86

rapidfuzz-0.6.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl (167.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (80.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidfuzz-0.6.3-cp38-cp38-win_amd64.whl (73.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.6.3-cp38-cp38-win32.whl (61.4 kB view details)

Uploaded CPython 3.8 Windows x86

rapidfuzz-0.6.3-cp38-cp38-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.3-cp38-cp38-manylinux2010_i686.whl (867.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.6.3-cp38-cp38-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidfuzz-0.6.3-cp37-cp37m-win_amd64.whl (73.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.6.3-cp37-cp37m-win32.whl (61.4 kB view details)

Uploaded CPython 3.7m Windows x86

rapidfuzz-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl (1.1 MB view details)

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

rapidfuzz-0.6.3-cp37-cp37m-manylinux2010_i686.whl (870.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.3-cp37-cp37m-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rapidfuzz-0.6.3-cp36-cp36m-win_amd64.whl (73.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.6.3-cp36-cp36m-win32.whl (61.4 kB view details)

Uploaded CPython 3.6m Windows x86

rapidfuzz-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl (1.1 MB view details)

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

rapidfuzz-0.6.3-cp36-cp36m-manylinux2010_i686.whl (867.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.3-cp36-cp36m-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rapidfuzz-0.6.3-cp35-cp35m-win_amd64.whl (73.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.6.3-cp35-cp35m-win32.whl (61.4 kB view details)

Uploaded CPython 3.5m Windows x86

rapidfuzz-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl (1.1 MB view details)

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

rapidfuzz-0.6.3-cp35-cp35m-manylinux2010_i686.whl (867.0 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.3-cp35-cp35m-macosx_10_9_x86_64.whl (86.3 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3.tar.gz
  • Upload date:
  • Size: 102.4 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.3.tar.gz
Algorithm Hash digest
SHA256 9b9b8b0b9d6d2d57f00699fc6d34bf61e8d03cfe88bf3f60716a024236d6be36
MD5 4dbcbd305fb59e43b811fabbb37d53c2
BLAKE2b-256 c7ac61e1f80c2c0d37cfbe9da6e0993e20b9819d85aa45d04c52353829f4c54f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 62.6 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.3-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 c2032f0eae005dd13c21d289c04ba4a417d4cc7c497727e636b980e2bd07dcec
MD5 085e995cf8b0d989fcd9867ffbfc7ff3
BLAKE2b-256 7d6ef7b02e70fa29be5b8abe11589009ec38da4163737f48f9b36cbc35ce4c30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 167.6 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.3-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c4936d7b145c48b077c50b404d20125a35cea798eee4710cd64e263a138d564e
MD5 887e4f894354ac1a99147d050974043f
BLAKE2b-256 9c2c63b9a1959a5552ba1394e15477f19e60541c0dcefe837ded623fd965b19e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 80.9 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.3-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e9a806edd1950f1a911b9585daf098505d16c5bccb6001c18a15050a47ddacb
MD5 608e2146cd5e517a83e44f78a40023c3
BLAKE2b-256 eb190cdddf3b6053975f5af3f2b4f2e3450831a25e0998314ce43a31528f775c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 73.2 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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 17e7c7fb6fe8933c5036debead97cb397a3ef293ab290a8c924559fff3873a09
MD5 3c5ef541f3c1a946252272c9bca74143
BLAKE2b-256 a7f596ede9e0154deccc79b5c6e57b1fd06d1ed72dd37a4902622e3fcb096566

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 61.4 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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b7c4f1da462c92920d802788d088977dd6efb044c9f91bc088f60bd1bcc8291e
MD5 75062b9e932a826e64a5bd6c220ade89
BLAKE2b-256 07fab9568f7677b0409d7c7d10029cdca37d352107859f823232872dca46ca62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • 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.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6b01063f90e2f6a4f32a7718182a47afb779320668dd6dec201fd46d30813f5c
MD5 659b6f0bd1dca4580ad8f7bb3ebbf00b
BLAKE2b-256 fd2896c7f441741b70319051311385fffa26fff460ff5ea39e3ff103bc4d3e47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 867.7 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.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ee5d57a733b657ce46482f07a4fd222f6288d1c4cb32810dddfbbac4fbf90db
MD5 e795274d1dd54e9760f913e3e2c9b664
BLAKE2b-256 c610312a7b7946f46b7df05dd4fe0b8b337c355fcbc59549214fd8c9e049feff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 89.3 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.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe0adec060ba9b589b4bb0cf07b85ba7c989befd2dabaf04fe6cbba8e79f8f6b
MD5 1fe9c2ea7e9f29f7c08421160aae47aa
BLAKE2b-256 0c09c6aaf30e6fc7bd6b44f23ac5c9122f70a436745699ac1906126648fd2293

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 73.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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 db1aa74fe0f4caff8d872d0d8fc17594679a48e6f462bbe348df2c89b1cffd6d
MD5 ddbe2f974add55fe362322a4eb7a6454
BLAKE2b-256 95fe612d6e2b730a8108caa9a247d2b18a1ae70473747f1ce15be4bb3055394e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 61.4 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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9d3b4ec771acb8f84bbe6fd66ee56e0608a236ce3a524821d44bd2f48b13c46d
MD5 3336e9160e542db38adfbff4d62f0f64
BLAKE2b-256 c18296a4767fced819334cf86420a75f5d3d6edc3e87747aef2580fa7f835d92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • 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.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9b8f8bc01e2422d122df1eac32866c64c9ff34e05ac42cc2bdb0959c761f17e0
MD5 c2f5761f9325972d11ada8ca49379918
BLAKE2b-256 16ee2a390543c512ca327ea70f78f325d0ea1c3f4e37bb36259b0841de964894

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 870.4 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.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 79f92cd535ad0be5d6f9cdfb766b2c9dcd81f17d8e4a5058428b2df0e5322783
MD5 3f3535e955b98658a101c80926d38c65
BLAKE2b-256 90541553b8ed6f77161b6d825c0102ec0a6b4e37bfb710e683aef2e7806536a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 89.3 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.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08c975147da7eaa5ceca85c05200e84aa34b6572e6dfceedc3f86a199386161b
MD5 bcbc9d22b2989e11057d1d523e96a03d
BLAKE2b-256 c9e5351af47d525175222de8cbae17b2eea6a4dcf4cc246576eddafc6a86c811

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 73.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.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 708996a6440d9a297535a2f37eac2a1cc16af607ab91c7541b57e703b6a0be67
MD5 6329e80e0765f59b31ece57b16cadf87
BLAKE2b-256 f14480907618df438ca0e76671c75017e1276f7199d859e521ab54ec0a79bc52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 61.4 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.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b5b22f0fd1f53d7e292a56cd5e69d519667752c2054c9ba4e5396ea924e73ed2
MD5 c5703dff5805383390167e249d587236
BLAKE2b-256 b99560b1ce07ae813c665bb7b91c95eff0031fe21331753b43e2f25852ff51a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • 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.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd79ee0cd92c4ef758a5cc7fe678d557a1a673e17b850ad7b60e2ede7b87282c
MD5 7f0232468bfb2c017194712ef0fbde71
BLAKE2b-256 fd1cf5970d616a22fbd509efcb7675fc16df031e123fd2a43a307dd1476acb5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 867.6 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.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e04691999b683b16fbbef794b1e9a390fcabb73de299f24aa3cb35c96d2f2a4c
MD5 b05a682d1c8db9f38822c14adeba76d4
BLAKE2b-256 167511ae0b04a507bde5db1bb946970b88baa98c7dca4f2f0d99f89358c88acb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 89.3 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.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 787b6b1e7dea614b0f9c8ad8b63ff402c03db9e22a11b4a7488bd149be6c5903
MD5 528f80fa21bbd01abd6765900339e7b2
BLAKE2b-256 b561c55496d6aa77e3d7e8eda373e5158e5c2f494efea40bc3c610ede704bf20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 73.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.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9781cd916892e6e9bac242ae71afe363f93ab78f9ddeca4f0bf8a81650bc6f5c
MD5 5e0467264ff3953e4f144147d0a02a27
BLAKE2b-256 24291a3c20230213c6a74326f1d4475e8caad92dd06337cc4518e57a8cc86a50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 61.4 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.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 43c2c9bd83d8c18c14f84a086a96107b7c20fc50139cd69e2687741722082803
MD5 2c31aff013b3425843bee9829daf3182
BLAKE2b-256 b893d2197a36046bd2360536d6ff96bb8ecf4f4dd1277202fa3034b0f9f0963a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • 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.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a173c88c4d67fb6c96a365461d59112f45d410d40d63a931f1aead56cae76d09
MD5 bce62fc5545b890d5798d6537744ce0a
BLAKE2b-256 bc728188152db74cb8aad014654ea66202a90d26eab5c905eb0f95b75ba6af90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 867.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.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7bbd031e3174e3e53a79a208f640c96d5dc1fa5c9f0ed7fa3eeac70b6c0d52c6
MD5 b1dc63abeff089128a6aed6c68e98174
BLAKE2b-256 75db397300a95f85efd0693e77e4b652d98f28ad2e479cffe704f27734bb78d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.3-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 86.3 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.3-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4268f6f843c982c73341506d88771aa869f7d32c2c3f3448f0ba15d1ce0ba8bf
MD5 61b96e10e9e71f651683c750cc5efa02
BLAKE2b-256 738c2ee28792245a3ee385c8bcdfd1d80671cd66852a644223c5cc13f641a84b

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