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

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

Uploaded Source

Built Distributions

rapidfuzz-0.6.6-pp36-pypy36_pp73-win32.whl (122.1 kB view details)

Uploaded PyPy Windows x86

rapidfuzz-0.6.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl (324.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidfuzz-0.6.6-cp38-cp38-win_amd64.whl (121.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.6.6-cp38-cp38-win32.whl (102.4 kB view details)

Uploaded CPython 3.8 Windows x86

rapidfuzz-0.6.6-cp38-cp38-manylinux2010_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.6-cp38-cp38-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl (183.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidfuzz-0.6.6-cp37-cp37m-win_amd64.whl (121.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.6.6-cp37-cp37m-win32.whl (102.4 kB view details)

Uploaded CPython 3.7m Windows x86

rapidfuzz-0.6.6-cp37-cp37m-manylinux2010_x86_64.whl (2.6 MB view details)

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

rapidfuzz-0.6.6-cp37-cp37m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl (183.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rapidfuzz-0.6.6-cp36-cp36m-win_amd64.whl (121.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.6.6-cp36-cp36m-win32.whl (102.4 kB view details)

Uploaded CPython 3.6m Windows x86

rapidfuzz-0.6.6-cp36-cp36m-manylinux2010_x86_64.whl (2.6 MB view details)

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

rapidfuzz-0.6.6-cp36-cp36m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl (183.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rapidfuzz-0.6.6-cp35-cp35m-win_amd64.whl (121.9 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.6.6-cp35-cp35m-win32.whl (102.4 kB view details)

Uploaded CPython 3.5m Windows x86

rapidfuzz-0.6.6-cp35-cp35m-manylinux2010_x86_64.whl (2.6 MB view details)

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

rapidfuzz-0.6.6-cp35-cp35m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.6-cp35-cp35m-macosx_10_9_x86_64.whl (181.2 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6.tar.gz
  • Upload date:
  • Size: 103.0 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.6.tar.gz
Algorithm Hash digest
SHA256 3bf6a42b94854276e34d10193c97ea78a9bb18ac34bece730c83adebb630226d
MD5 c07538053ddd416eb2b8a1c225ff8858
BLAKE2b-256 5c897b5d92eac15aaf059bff92afc11dbe92f0143fc839a8bcc6a603896a65ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 122.1 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.6-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 ae99f6682f7af0dc1a0f23eccf01a646e9f37fd3241efab53398c6b8d6dd7448
MD5 3d091efb5a7887f0c3541b976462484a
BLAKE2b-256 0f9abfe848321462d14b8f710cabd76b354861905148f95d0b9fc5b4b50a407b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 324.2 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.6-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ba33636c6f88ac6597b3c63f5100beaea5c499fe5fb750b3903ec390cc5daab7
MD5 890bf97b81847ce5ad0a5e39147d2844
BLAKE2b-256 2d07cc75058211538536f57c1172b45760c1413ee91e9e793678c895917bf8e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 176.4 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.6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9615d60d02dc39119757c72cae90298b3317ba1421027aaf96baa6a2697953e5
MD5 653b3a77d5b149afff334a8bb5ca6284
BLAKE2b-256 e087179b9d2de1c42abb00015891034375d60663b43826c63ddc2680c4828253

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 121.9 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 101c69ead3fefc8e966a7b8aa9afe65672248c8f19a2c2462dd19e4f7a8cd9f8
MD5 02133dc621d8b66baac1688f56d18542
BLAKE2b-256 bce34b73865dda124e811dafca4b09b1cb20426c99209446aed4ce42f53e96b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 102.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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3bea89ec785ab3b441169162f77aa9ff75b4dc7797f4b1352829a5f94f017a44
MD5 8368dba685b4ce458da62104524f0f1e
BLAKE2b-256 618b571850657b370ce4010548472dc493c7c7f715b8cf2c0f953b7076cc3a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.6 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.6-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 db4e7745ddf7c2d7b547077ce312d1ce8af97475a45a89ba9fd9136aa17823c9
MD5 eb19b56f99a3854226d4f4fba0c51cfb
BLAKE2b-256 1785be265f38eb34c32256bd7349d24db66a061e1b5a7567b0abf1d5b6531bd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • 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.6-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 28036a2d7b6dc8bcf16f58fa004b0a067ec79f9b19dcaae4b67588757a3a3d4e
MD5 bdcc81d0da601a7ae86dcb8317064d74
BLAKE2b-256 d5cf3af79a3e17e34db566780de416f5af423a31208bcaebe78731b17c4776e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 183.5 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.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5bbf0a90b577412b8e98b21e8a41b6a1794c1f9ce93d7da05bd2a41c9828eef9
MD5 f2772232e6e9bf0a6b05dbb7f1d58851
BLAKE2b-256 60c97dcd4d38c35f57984ccba3fadf9f9edb35a8bca965a8e5feb69020327758

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 121.9 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2b24df458e6978fcbc686b00c1b9ab1386ffc9417f17145970c37c752db4d900
MD5 eba810ee04a5b264f687927320229f87
BLAKE2b-256 e23a79bc27b68b78c73e5a154501d852cd46a8e7fbcee627e24b03002248cfad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 102.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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fe3f0005207522d1e534407043c6d9334e0ad265aad863c91e22867e2138393c
MD5 adadbf678fb7d4b8c4977cb5888d5a2a
BLAKE2b-256 8ac95dd7550a06ea66f40166c3d829e24ac779e261567741439bd77a52073385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.6 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.6-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 61c8efcdfb4d432f6731f9f7747b979a157a794bb387435375c41ad879b64933
MD5 6da012d150db16440bbfb2146e50d80a
BLAKE2b-256 727f0bb0ccabcb61f13728e439f6a9671cc17f42355f1d5ac54eccf2b5b1e357

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • 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.6-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 67cdeba513f6a86ab0b25f3f927c485b6a2a6262127b1a5416a5ed580501ed5d
MD5 25bc3bd201783bd23fc9ad493870652b
BLAKE2b-256 8fd4b9ba0ba72419638e50c3855cb7939b4444d8f941bb3ddfc6f8c30853bd0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 183.4 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.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99f2083295d1103272315367af7e84e7be8aa24ba66d79adb68fc01b7467ef1e
MD5 f05405acdd7325ab31796da96c9b368b
BLAKE2b-256 db991ec440d17d36e36663471cfb6c2aae6736a94c180c1239bd32ee64d5784c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 121.9 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.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ac502ae39eb3a21616fb1d1316da2fcddb3499dcd8240d63299064c832a56e92
MD5 f727e2a7e4403f6e7da933ab2108d483
BLAKE2b-256 5f2ca9b3f38168b2b348b872cf62775a5514b894dd128b78f458d5300f61fa74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 102.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.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 463a0468cc0822b1ed20e267dd79cecb6741e82ef7ae971b714ef10b9d15fd37
MD5 43963ce6d5e7c91f151f36b2ed3d529f
BLAKE2b-256 3518b4ce0f128ca0591b3d4ab1aba268af1bd3afe88a37205aade0ac3470010f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.6 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.6-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 24f8133359f2eeeb43e9c767b1454e0b5964e53cfb4e77da9b1d54b846e011cf
MD5 9881d76e7f1831f645ca0c7ed3d4309f
BLAKE2b-256 35cca87c6eb9162c6f04714d6b0360f75b121b464ef6e615e14e4a5aac90c6b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • 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.6-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d3d3862d4063aefc13871739dafc8a1db4f490a41a0f7b73c7601947785c8bd4
MD5 84d91f0b4a445228498906f5d6f04707
BLAKE2b-256 0bdd695a7993e5f685e8d4dc01e0906ed66901ce93af0e2c4b4e7dc57d77d176

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 183.4 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.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8ddbbc144db70bd5d115fdd2df53aea2cdd1978e5526f8e1a7f1bfb22dbdde1
MD5 0c19555a8b110ecd55ba1c05d67d3ea3
BLAKE2b-256 8b586d7e5700845c87ee9f811cfee20fc8be496c9943c4cce7c818a7a02776a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 121.9 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.6-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b90e0d6d6b007325f589a8df2d7d7b108af434ee47a20159c28973e26a5fcdbe
MD5 9af4810c7e3f45f744c385099d3cd3db
BLAKE2b-256 ca179d0172b0126e501b091cc903252517b01ebe5d4e84e88f9596581ec34acd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 102.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.6-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 753e54b33519cd71a9e3eb0dd0348d3114f18e3b1c7159b47729d178ac762366
MD5 bed0a4eb215852440a3dc8da8f9351ec
BLAKE2b-256 5f12020031d54a0ff3bc2b3db1660929b597fda111386e9ede975a59c0f83db9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.6 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.6-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6c3f202549c137eef8a15b090416d27cdbaec44f815a44fcbb1bd8057da9f4f8
MD5 df1e28f02d0d045702c2e465ef62ec03
BLAKE2b-256 e624466035a6b8423fc7436ec7cfa68a329c024fa4370808d0090c74eafb0551

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • 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.6-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b512a9840061b95e2d311b81b4f5a97f2b59089e11547b7929211480abe27a95
MD5 6702b96c0de0d2ec579df686274109dd
BLAKE2b-256 cd1ebfa77254a846f680a2ea895903cf4bab95f837fb84657cff4f7044ed51ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.6-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 181.2 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.6-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fedad791eae60672a1c353e805fdb99fc75e45ed3d47087b04c68fb441d6abf2
MD5 d41c1b1d7ebc56a445128715f183fda3
BLAKE2b-256 f96e7813a6077cacbf5c91be698d42c91dc51a0d8985e6cefbb57196c73d22e2

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