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.14 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++17 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.5.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.5.3.tar.gz (17.6 kB view details)

Uploaded Source

Built Distributions

rapidfuzz-0.5.3-cp38-cp38-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.5.3-cp38-cp38-win32.whl (61.9 kB view details)

Uploaded CPython 3.8 Windows x86

rapidfuzz-0.5.3-cp38-cp38-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rapidfuzz-0.5.3-cp38-cp38-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.5.3-cp38-cp38-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8

rapidfuzz-0.5.3-cp38-cp38-macosx_10_15_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

rapidfuzz-0.5.3-cp37-cp37m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.5.3-cp37-cp37m-win32.whl (61.9 kB view details)

Uploaded CPython 3.7m Windows x86

rapidfuzz-0.5.3-cp37-cp37m-manylinux2010_x86_64.whl (1.7 MB view details)

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

rapidfuzz-0.5.3-cp37-cp37m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.3-cp37-cp37m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m

rapidfuzz-0.5.3-cp37-cp37m-macosx_10_15_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

rapidfuzz-0.5.3-cp36-cp36m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.5.3-cp36-cp36m-win32.whl (61.9 kB view details)

Uploaded CPython 3.6m Windows x86

rapidfuzz-0.5.3-cp36-cp36m-manylinux2010_x86_64.whl (1.7 MB view details)

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

rapidfuzz-0.5.3-cp36-cp36m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.3-cp36-cp36m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m

rapidfuzz-0.5.3-cp36-cp36m-macosx_10_15_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

rapidfuzz-0.5.3-cp35-cp35m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.5.3-cp35-cp35m-win32.whl (61.9 kB view details)

Uploaded CPython 3.5m Windows x86

rapidfuzz-0.5.3-cp35-cp35m-manylinux2010_x86_64.whl (1.7 MB view details)

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

rapidfuzz-0.5.3-cp35-cp35m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.3-cp35-cp35m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.5m

rapidfuzz-0.5.3-cp35-cp35m-macosx_10_15_x86_64.whl (86.3 kB view details)

Uploaded CPython 3.5m macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3.tar.gz
  • Upload date:
  • Size: 17.6 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.5.3.tar.gz
Algorithm Hash digest
SHA256 cbc5872fa6ffb05b52085fa256317d717c0beeac1a7ebd554081e1866f8edef8
MD5 4b9232f849902d6496d094f188fb69ba
BLAKE2b-256 47c1de8d2bdb5d0fe87b4715980c51bd80b07c5716619500c143b87d710be47a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.5.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9f280a66eefcf9cb8c2800fc94d2f61676adcc34083228faa794b8d593371b78
MD5 f0ae4f783fca897017ac282c04b6ed03
BLAKE2b-256 b08b7e0a60626c31ba67a11c7299e98ca84eadc020f9c4a74a6cded60e89aa1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 61.9 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.5.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dae15294baa27dbf26a33d1917f862317dc8a30d86c0c6e8f2ec42751109da4c
MD5 9688975b7b0bc1b8cb618fc7e17dc6b9
BLAKE2b-256 35dde53013a42a5e9ead4621d198f5390ea170efbb86317c3ebcdaf84f28fbc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 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.5.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d31199755c476e6fdde401601e8faa868b13dbcdc82203ae12c1825a94552c7
MD5 f92991a9b41689d472efd42293146c81
BLAKE2b-256 4e1b5d849ef75ebc93d460ef1431fadb9b3a9fd84d5e9616b74c4a00803f50b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 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.5.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5e8492a7f3c943618f3522d92d79f6a2b990538343b308e874a28cd944687365
MD5 11040ba8d2f84ad20c88e9f033da6fd8
BLAKE2b-256 cafaeef718e7f53d166861edf0e374e7fe7444ac6eca84c70941b3a8f799db36

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8
  • 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.5.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8c60126f9571f283c144c989436114c6c3b0b63a2f92f97513df0919956be4df
MD5 a634e1852313e10a51291dd8d497a60e
BLAKE2b-256 855b99e72d6515ff57bd8f5b28e767c1ce031eaf3039ea3783cfe22199f5a3a6

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.4 kB
  • Tags: CPython 3.8, macOS 10.15+ 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.5.3-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f43c3eb2f375cbfae4f5f19132189aa475e44a4dbb1bc47ef7bec410a75a6b36
MD5 fa9813b77aad1999ba2e5ad3604400c9
BLAKE2b-256 4d4fbc16468862c8a973a0dbb59aa4b6dc13782e920a5e5adf299b0107d8ff6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.5.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 30665653903486c4fda2bde2f8d6e11f65a75c295752d4aa4f7f5ced25ed9a88
MD5 d706dd799e1076bafb58ece332ead618
BLAKE2b-256 77ba485610b0d8ee6994d7e893446eebdd3e211bb2abf5e04324bcd20444e74a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 61.9 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.5.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f3bd8791c5d1744eaec0618dbb1be862f9c516cdc8f553688c01297b713567f5
MD5 f524c5c8cc7e0ac08d43cf168609533f
BLAKE2b-256 e56f1261a4f566e53e073cc5d98d392a4d91b47ec5e1fdac0d24aeee47764cd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 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.5.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c403164582044e3b38e1f5d2c402d59b9b07a1b99f41e64e90251d7ed409f4d0
MD5 43bf9b404db48ac3771c97ccdd051187
BLAKE2b-256 d4fc616b4a5ebbbb4cac65d222164a8876875ebb65d0f33fc0ef345e0d0e0f63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 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.5.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a44652c5c25f6b143fafd1be2e82534759dca747196b795c901a81930f54792f
MD5 d0c371a6685b8d8860f93290086dc8e8
BLAKE2b-256 c8a44d713ce4ce1001e599d90801945d141ab7ad2c320bccf86d973c4c6cf3f7

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m
  • 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.5.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d6d55978064742c7ae205046271b458b34f16b779d42f355f7636dff99de1b50
MD5 a7264f215ba4e14642f044e14f904a23
BLAKE2b-256 a6ed139cfb15e6feb99f43b6335766b8655dfde41379d799d3f00ac493326dc8

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.4 kB
  • Tags: CPython 3.7m, macOS 10.15+ 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.5.3-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8a6e34ec8d6fff100185de1be1f119d5de9ab141932700833e7f1be4b9d46ea2
MD5 dd4617891b01c52064adf19650377cf9
BLAKE2b-256 730b8431ddcb57645128f7914de025fc0c554fced4c83a7b792e4b2c5c5d6ae8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.5.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c2e992cbd7c86bece7121db54ae4232dc7b096f30ebeb432b47336969aff1199
MD5 56831534b039313b18675126b4c48d84
BLAKE2b-256 b91a90f69a6a0bc0b96b1e01c4cc98cd24c61249c135a17080bfa995f69cdabd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 61.9 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.5.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7add6cce17751c9591701f68a9b229459257cd38803b6cdb2f67a029e633c6c8
MD5 63ace32d223b336bbc6c1ea54fb93e89
BLAKE2b-256 815c8794bd84f7a93e4d4a5cf4fccf822172c0941745b1944eac10fe7f1b1697

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 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.5.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9afea1d29d05e0c86924af711907120f5a97d88d9eaf5579c609e6e14a3e1a8
MD5 81206fb0bb231e32f424fe39b004d2af
BLAKE2b-256 ec8dcb6beef1c6446b3d20d6d1ebb1e9cf5cdc51920d1a02536904b7170a2b7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 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.5.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 95cef18ded0ffc84f3665e9df3a9763ff52f386981b2192e574f1ea3286f42a0
MD5 3790861e950c206e8fa557b487c99d24
BLAKE2b-256 f635ad9c1b00238e05e4c38d90adc0ddd22d828ad0a0832ba00f83e0af0e8c41

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m
  • 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.5.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 05b726bfc674f92c51275958fc5f86455189235281cafc1d6e146bc63871b002
MD5 ea8c0364816d6a24703346bac80abbaa
BLAKE2b-256 beb7ea4487f8aa6a0cac7905237b789488766229a675c06022543416df808b51

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.4 kB
  • Tags: CPython 3.6m, macOS 10.15+ 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.5.3-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 288f025493428c21f14e3dcb317d18bef1a40faf33a972d838852b02f6345615
MD5 3dcae4b8d100569fe42fd8abfdbee327
BLAKE2b-256 a80ad83203b19814cd6aa1d61ad7b05f397c7d2a7a57af06da4f4657cf571efb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 74.5 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.5.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d9b410946a91de23581ab85a98d943fe90be38af05081bbf69ce3f6c3b36ce54
MD5 e48cc2de4075a01b7d5420a3659cf80c
BLAKE2b-256 7890b059d150463e8d867e23ac1e029707d64d0d04dde819d37882dccd544e6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 61.9 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.5.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4b3d7f87d85dad0d69b4b8ca309c682720e03972c3e009e24482ca0250c0be33
MD5 f44b6a96f6aab225666b405cc21f558d
BLAKE2b-256 6a25a836593a28fbf3dbaa4d4fdebf18ce74c50a47fa0464bb96097bd2d33230

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 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.5.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4d97b23eeb0a9715faff85b88e7929651b35794926f5d4d55f0f420afa09d3a6
MD5 5984bfc37c9df418b5d823b66a8f51cd
BLAKE2b-256 32e62084a359b44eab76094d4205362529aa79225fdf3c13c3304692aabe5f3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 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.5.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ecf1831a843f7dcd5b8e97b52008e72a74733e4d4cff256d85cb483f90ed7357
MD5 61ca2ecd152561c819b7298738bbf390
BLAKE2b-256 ecf25c6e72ef04a4bdd07e0992c19ed5c29906a38a91eddc093b18de98caa4e6

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m
  • 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.5.3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 baf9c0ed1f69e8b4cea78f94273e2ab22391924a3b3b6899d591ff6bf7f52d3f
MD5 bf0d39e05f2bc3def6cee4fa13d3f082
BLAKE2b-256 2f1237cf59aaf9faf0d77a6725f2d73fa30333608a101392c8b3a1001cd0f5c9

See more details on using hashes here.

File details

Details for the file rapidfuzz-0.5.3-cp35-cp35m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: rapidfuzz-0.5.3-cp35-cp35m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 86.3 kB
  • Tags: CPython 3.5m, macOS 10.15+ 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.5.3-cp35-cp35m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 54e5b33a5aea3dffff1a53f52b68b768f1d94efbdc80b499afa4b6871e1bfcf6
MD5 fe6a7cbb6ba831d7ff35799ffbb8e9fc
BLAKE2b-256 acf37268dc6b3fc52a5f1247cbcf34ee3b0348abbc8773673f9dac46f2b7bb84

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