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

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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86

rapidfuzz-0.6.8-pp36-pypy36_pp73-manylinux2010_x86_64.whl (324.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.8-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (175.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidfuzz-0.6.8-cp38-cp38-win_amd64.whl (121.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.6.8-cp38-cp38-win32.whl (102.2 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl (181.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidfuzz-0.6.8-cp37-cp37m-win_amd64.whl (121.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.6.8-cp37-cp37m-win32.whl (102.2 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

rapidfuzz-0.6.8-cp37-cp37m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.8-cp37-cp37m-macosx_10_9_x86_64.whl (181.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rapidfuzz-0.6.8-cp36-cp36m-win_amd64.whl (121.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.6.8-cp36-cp36m-win32.whl (102.2 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.8-cp36-cp36m-macosx_10_9_x86_64.whl (181.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rapidfuzz-0.6.8-cp35-cp35m-win_amd64.whl (121.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.6.8-cp35-cp35m-win32.whl (102.2 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.8-cp35-cp35m-macosx_10_9_x86_64.whl (179.9 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8.tar.gz
  • Upload date:
  • Size: 103.1 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.8.tar.gz
Algorithm Hash digest
SHA256 41f474d75d29d70b95fd28469bb8dcd7e35a1759ac501d38fd29cd70cfe6f067
MD5 2e5e5063604836c2df41bfa29ca9c34a
BLAKE2b-256 2dcca303975f26f1475d675ea9c2cf59ef10b94c3ad07f9be82b2afd48cdce74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 9d3eac56cdebe0b43235fa50004236e8c18cb9e6b5cbeadc855c3d6ba3d8841a
MD5 cf6dde880dbb618cc2f64b3140e22a7e
BLAKE2b-256 4c04935f42cb651e0bd56374698d92d5aa641eee733a930194f5b1746de4272a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 324.0 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.8-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 003df48e8b69fad6af86ff62746c1cbd2717af9ba0b282dcf64e1a48d8178a9b
MD5 b61bc336cc8867e82b4354256382a88c
BLAKE2b-256 a3858d60e0b2e3e86c0e221e4b0320fb635967dca94cb57b720a4b90ed9b9a16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 175.7 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.8-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45de5c73dec1114208bbf7398e1a1ae4a9bb887b14c93e832028a1aca3193d40
MD5 b57729422607a83abb08f5db6290c83a
BLAKE2b-256 db14551da9ce16453cfe942a21ae707b47dca738a0b0354cdf4388b109b00c12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 121.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.6.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9e1b3080a403ddc0a56e16586f4c5dc5a3ef416751e6651ebf7171023d0d6350
MD5 89a888dc5d3f637611e49872124dfc31
BLAKE2b-256 0543035f25405ff715ccc362efba560ef32c7becb21a9e5f65b975d40d9984fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 102.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.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a71ae12c840542cfffa513a199bf072dd91d084099930eff371be6a51308e5c4
MD5 958c260c874957c9f6a7b0cb710e5488
BLAKE2b-256 aa4e76820d4810d5fb4b1792aba114d7dbb37d234326750bacf7978e79975da0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d1c2e80f2d1d8425918e9d7d07f409b5c1b9b9c8895d7282d64ed7dfcb75c93b
MD5 924e6297f8fb2cfcd54f82cc5a6c40ff
BLAKE2b-256 b4b49e64a115f2bc4ee60521e0e329ebba63a9b1d79ac17f4034d9470775c339

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ce13b10b26c9ee1d2bd4bcc33e19c622b180356df723c82bf178167cbfcf233f
MD5 e6c8000c30f620aec57fc2288e666476
BLAKE2b-256 61890197d5f2129e2e6dd1533b5948387de74c4aa0c442a9c091b0f863eb240e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 181.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.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27f5723363a928526cbcff1b8f809193cd97c151e42c42a8146fb3c37dd38ec1
MD5 8a00f1ebe7966f853d9d080ab70b8814
BLAKE2b-256 2eb719f8814d895a395ba71a1191fb5b78426f1e0e6253e6cb84b389b31aa932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 121.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.6.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5eb9733ed3bd33931db5c99941a591dbf40aa5e6299c4f94b83f3f91f7b5640f
MD5 6d21ec8a3da1350dcc6c417774b727a3
BLAKE2b-256 2e6b8d42eb27b4e2594bb56136705dddfa693278dee8c195f05bc7d6abce374f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 102.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.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 628673ec12b25ec3e47cb4944ea7006dd1b6d04731aa4b34c61ec360f655f90c
MD5 75f569ac43cbf088850d1ec576c883fc
BLAKE2b-256 8357b8852c498cf9686b7bf9fa07b3a0b6ff99f78cec0739ec35a795a96ab9b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 936a8412c427667c18e49fcc39d05f334832e619e4a092984576c4153d0a4526
MD5 56b402d990d3be240803d1189fbd3e97
BLAKE2b-256 8d1f27efc64aa88b85520d7dc294740a356f18603fadb0c45ea1cdec1cebd996

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 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.8-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e25227998435a82f88cf4c543b4276c20054bb7066c3713bb1ca239e1a7e8000
MD5 9874fb0ff378083728eb25554a840c4b
BLAKE2b-256 510cec1380dc52fb90398318754f2edcd34f82a3b2ca45ff9ba940103cefaa97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 181.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.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0d646bf6b67dd71ea07f21d68084700131d812260e7c87032bd62b5c9f8462a
MD5 b3f514b4707274011654a0cd277e9b5d
BLAKE2b-256 82a9706e9273f3704e20f5069735672510636d7efea0b7b43e64f64b93a10615

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 121.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.6.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f7cf825505378680f8c2ef623ef83b04b12c1debe3538ab6f2df3d4d93b60533
MD5 36730152fe39dd0e67bb12e128f5773d
BLAKE2b-256 3692da457a41a2b2e09efece77b06a2660774ee5f6873460615198a8cadb6c89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 102.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.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4c8ab2fce3b6d4f6b1327d6c9dc26f6da245dc90412d93be061ee3fad63ede07
MD5 e35c8b49d99159ef62c83f9c398d2b67
BLAKE2b-256 07c271b717e92368c532102f49894c906d2347a9f759839f300902453d9974e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d2af40ebe301c44b432ab197f960aca2836c3aa47212c2b20c53c836c4c9f7de
MD5 268b5b873da05bfcec4c0becd573530f
BLAKE2b-256 020edf6b4e69abd0391cc11dded48ece4228fae3bd247c02004b2ff94f85c999

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 536371c02524ebaf1f8f2a7ae9dec0849ceccbabfa7df840717178fa2f024ec4
MD5 a8b73293193e6a527d07eac2fcf32fed
BLAKE2b-256 5b574a7ae92770759183f18b682874774a24cd7d92c8a9a614559c027d2c2c62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 181.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.8-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62ec25a5f1242bc3f2be368b95ddd0eadbbce5a1bb83b62a38e30432efba5fc5
MD5 d34bd3ea01b7fc49398936f78bc56026
BLAKE2b-256 55e03bf77cdcf32f378d8154f49a77b4800921aa8a2991baa39cc3e4df5ff9b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 121.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.6.8-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 36130d2f3a751fe32e7bd5f6670fb1acbcc9599c1556ebd14da80b222ae6a7b1
MD5 da8c6ff03ad7786948f10b3dd1b9f14d
BLAKE2b-256 7b40bd24e2b2d97b7f6d43f8cff542115f3924e428eab38f17417c2f33f9c50d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 102.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.8-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2659d0fe77c29decd67146589da63d2c20bdc1b7169b01ba64b472ecd088ab87
MD5 4d816b06c329a57cf7c7295de29219c2
BLAKE2b-256 8df6a41f9deda1926e0e4e9f76a5d0dfba6c1fbb0b0eef6aed88daa18c11852e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3f421be0ee966863faf9c82e12182851abe1836e0ea9f95051d8bbc2ad4a42f8
MD5 fa9c305afe14aeac736dd4b3bd28545f
BLAKE2b-256 9a852c2ceb7bfedb447f687ffd1d03e3a8862fc26bdf2db1909fa45c9f096583

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-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.8-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1c327bd0ed5b0ac24367ee8b179886252f827292a8dc7247dc53d9dc157ba42c
MD5 e6ba15d38968c12695d1f9c043f94a04
BLAKE2b-256 325c84ea3fbc8957047e6e47411f0919f281ce19e92fc10d107ebdb39fcfa518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.8-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 179.9 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.8-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a333d34c2df81cca599c656eb6d845dbdcb25d84068d501edba63918acf0c68
MD5 efa8a5faf8380019ac9fa443daaebf28
BLAKE2b-256 165af402d04598161d5808be0e43fdd1a2c329732b6e822881dd726334925ab9

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