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

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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86

rapidfuzz-0.6.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl (323.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rapidfuzz-0.6.7-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (176.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rapidfuzz-0.6.7-cp38-cp38-win_amd64.whl (121.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.6.7-cp38-cp38-macosx_10_9_x86_64.whl (182.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rapidfuzz-0.6.7-cp37-cp37m-win_amd64.whl (121.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.7-cp37-cp37m-macosx_10_9_x86_64.whl (182.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rapidfuzz-0.6.7-cp36-cp36m-win_amd64.whl (121.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.7-cp36-cp36m-macosx_10_9_x86_64.whl (182.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rapidfuzz-0.6.7-cp35-cp35m-win_amd64.whl (121.6 kB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.6.7-cp35-cp35m-macosx_10_9_x86_64.whl (180.1 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7.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.7.tar.gz
Algorithm Hash digest
SHA256 0311197c8d14030776ebaaef148ea77ec578ad1d431609ab4ba6ac6b1d89080b
MD5 fd5f0192577a6cb5830d052b1b9d4391
BLAKE2b-256 1bbc7d0b7443d8f5244df8cb3f85d0e62a28117c394641d9c848a4db08406c8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 8795212259298484ba6e9338c46e081411d3c64098e5a55e5ceb72eb2bd35799
MD5 02d8f9f84bf4de0963b45a5bf0133af1
BLAKE2b-256 800ba29bddc5a728da863f1fee1b851116b48f42714cfd42a9b8742640fe50fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 323.9 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.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e546e3c9ae045693ca466f8b30175cffcd7feb0bf53e13c3b990dcae53694851
MD5 53aa2f8a1aef80a485b08c0e99febef9
BLAKE2b-256 bfb7018314b942887eb6cdb782cce41b05fabba138d3d1fb99cd00cfef5958a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rapidfuzz-0.6.7-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ca9a8f465357b71ae99386a1e94218acc0a1fe02d327de32661d94a75ffc9dd
MD5 72f38a30fbbe03b1b4a4b3d2410d6ab0
BLAKE2b-256 5943e264464d7adc5f3abf33d90660c1ed3460ad8535784a4bd76ec26ca4f124

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 121.6 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.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e23dcb9592982c845a89e883888663ff1d5d25c98b3fee6fa623fa7c2c37dbfe
MD5 894fa6988bed195110e6c5e8cbe36ef4
BLAKE2b-256 66c98bb747efbfc3f7836ff63e2fd9ac81d6ba9a93df42b45b7d4c96adfc8396

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4e8db2c086b48b73f505f43a83ad7b50e40a1df1382f96ff26de09b5f6921efb
MD5 0b5b4a688b56aecf39f24f62b3eafe50
BLAKE2b-256 97a559b9483323b9b62c555b9fe939ffa413a5dbd730be2ab318cbca7efb3caf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b0425d42ee831e67fc53874dcdf0053f787537ce896992406767bec0551fb740
MD5 de67cc749a4c09b1e40b2d1d1fb31e89
BLAKE2b-256 d67e72b9f7e66eacb734e02ec9f2250512b9acf843bcdbce5c8ac4f0bb1252e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a371af2dc0240ff88562495cd2456ebbb4c0ff80bb44cc5dd24ee426bb881384
MD5 b817e91d574a59b440b4a82cc0f7a1c3
BLAKE2b-256 a23d1983a469bce93af72811b3a8b78625049c417c6960aa606371871301c0eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.2 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.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7db5c755835e47c0f72e1796c4b3e2e7b9e7e356c335fba1b7af45605f23c00a
MD5 31938d149a125077fc3a37e8b03189f4
BLAKE2b-256 38832660fd8ba7fa4e062c77f307e55a73bdcf2e88ce34d3db0b89f1157d09d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 121.6 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.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ca885dc60cde8a7028b2a0cf5421eb5d299640a5824a014655abe00d936a1ddd
MD5 7f26aa092e1bb92ec42f765a492b4751
BLAKE2b-256 fe66a9cfb99334aaeef98d058eb8e96328adcbd8c8061bf24bddbceca42ad0ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d4778ef297d9b196256637bb18781a00b8e9099c980313b6f9085888382368ae
MD5 02e49c9c11d374ee8344a47a8966cf52
BLAKE2b-256 06d5423a40a3145e146555bc3b219bf2c9b8d88d4510b5ea03b852c0a1c7d336

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d02079f8453669cede6eded58cc7fbb39d3222caaf212d6cb1da6571d456d657
MD5 1ff216f17e9d52027ef3542fe6279785
BLAKE2b-256 62bb0855c5186dba8f0553336ae8f5941d98c21094e5df63415f80a70a0ccdc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ca5e498faebff478a5a32463ebd2564802adc1ab10b9b6b4d118b9baccbc1ad7
MD5 f288c5b97b1dac9c869e5724a7ae26d4
BLAKE2b-256 54f45a33e1e5782ac3e6f8a7bf194124a3d6879d28b748841af0387fd164c6f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.2 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.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33dbe301dbd8c818faca05979fa45f261a233e59d0cd1cd532e06829e8c1192f
MD5 04463d59bb0169d97fb09de9121974c2
BLAKE2b-256 957b8753a04eddbad40b65bf8eee60c9dc380a267504a27910b30db75193b2bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 121.6 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.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 69e6e44ff293e9eb29b30e1e01a2709f835e132842114a61becf6a075d21b676
MD5 f9116c229f5f8546a134010a45c8e90e
BLAKE2b-256 11b85b008bfc7e1f79968176ff23919eb573c6ea928ce1b7ebee76015ba20c12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 be3cd00a25c21b5d2ce49e238875acc44e580e731c37ec181212642d0b427de5
MD5 32f779bd9800fcfb05dce011d7fa0309
BLAKE2b-256 5820db8a80454c3e730c16b2a6c382e92f17e9804d079a7360ea09913367bbe1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d24a0ccf79a80150432177cc5d6cdf62ae1a6243aed741d12a7cc7f4a9f39794
MD5 d356c0322b849de1d6e80367adf1473f
BLAKE2b-256 b657563fca527ef921ad8b746ae07a2dbd8784a66ba7ac58155c9aa5e1c77522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 76f7125ac5881f40a7f167f88c4718122b4c7d37fa129269a09dcdf77346836d
MD5 896aeff4a2178ed03a4f4dbf49f219a3
BLAKE2b-256 f185c8eee58b0a170f604d137acf233c1beff1009bd6a5dcec955ca3987c0513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 182.2 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.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be1dc5306aefd1c4a15b9582f8964b9bfa864fbeca863767c3677c242dcf9d5a
MD5 b041af045bb5c247bc9f5eed17f433c9
BLAKE2b-256 03417b83745400918e1f13f2930d94328093ec5c10d2f26c40550d338492139c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 121.6 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.7-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 8171c12db47672218329df87d216cbaafa5c1664263dd9059ba6a251da38bf6e
MD5 d0fdedea573824880684c1c8b0f80064
BLAKE2b-256 73a326120b9ceba447c85a1138742d813e69a477f1f98351b63a71fbec2f3172

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3cf1b23e40084bd6b7f45be8dafaa45839b5e861cb91f32bdba8440e4451e860
MD5 1740aee6786c55070d43a7e8fcbdd11c
BLAKE2b-256 820efe4ff9d2de86eaf1dfbc10e525858f589458e73f93bc7b8d443bb190f304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 956a4de4f2d8c9e793058134713ece184469f358d2aaa1833215af09b94c080b
MD5 332a886994f77ac32356fc43b339374b
BLAKE2b-256 8176285cb2b74d01da9b456f2bef46a461a7021295a962021b253f3a3e12e294

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.6.7-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.7-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4d1fbadda7761e2613a88e6fb37eb96785667bd6ec9336f1103c639cbd5ea774
MD5 f2348bbb055e8b221bc2734369cffa60
BLAKE2b-256 75815ef8fdbb1e1ba5c88a7e3309cc8578b750d84bc0bf04c7d73ef22e36e2de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rapidfuzz-0.6.7-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53f8c88cb68ef5346754ec0f10cc1840455bc56dad7df657f8527635aad0785d
MD5 4ae76829bd54e632e31d3ce662becfe0
BLAKE2b-256 7f32f0f91b43887d377d59d4462678ac078c0044c053a0f119d7247e1215bc9b

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