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

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

rapidfuzz-0.5.2-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.2-cp37-cp37m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

rapidfuzz-0.5.2-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.2-cp36-cp36m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

rapidfuzz-0.5.2-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.2-cp35-cp35m-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

rapidfuzz-0.5.2-cp35-cp35m-macosx_10_15_x86_64.whl (86.2 kB view details)

Uploaded CPython 3.5m macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2.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.2.tar.gz
Algorithm Hash digest
SHA256 e3b58f45a3ca00f78c3f276db0f741b0ef984557f39d9968995df0fe8dbb9fde
MD5 052c32d1c1b42628dad0f258c7c211f8
BLAKE2b-256 437bb3e87385fb1932406540385d4572325611162830bec7a85c84363d589a29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 db2d063e30d0676036277351e614774d98521813759728269ea7b76fc0bd7f2f
MD5 0118a4d40c1e00475577598bde647497
BLAKE2b-256 2e760000f39bda9436aaf11940d06813a0216b2151d02570378b4d1a97d07e37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4575139b67e1315a70b783bea2893f4bcb47678ab1fa5fddcd8367a47095841e
MD5 748695bf5fa72c5315e2c77ae44e48aa
BLAKE2b-256 0cffdfd6891af0d5632959b2050accf01f42d486f0b345169da8ec97a1a50d48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7e44d5e1fb46a7788fc662a0f7ffd8448ba06882902adc7677feca6a1302010
MD5 d6265f5238396bdf3c50267d95bc1ae1
BLAKE2b-256 cc785ee335fe25b4a0c080ea383ba7ec533aca6dbe4be73292c30df96e6a98e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d397745a28b6da6e94e5d230733b80ff912ce3506e38d6279e0d4ace132b964e
MD5 adbea257acf982a2797d30b9d1cf2358
BLAKE2b-256 6c2bbc9eba668a10eee16c7497933acf9de5a79e66dd3e9826885b5f4f43b74b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0bc6c6c58e69b193728ceb33e6accbed625cf7a7373e2d2699d8ae6b380a1cee
MD5 235215aa44e6c17f7980dd229ea7cd4e
BLAKE2b-256 ba44c8ae5310e1df904b3adef109b98cc4066359a8274e8f4a3d0bc3ca5a4ab2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 423b03ae9962b444ad7766cde3049b20af588072d189a991452b519366539d6e
MD5 2b7eb1c3013ce71ea3504f007a4398e7
BLAKE2b-256 da8f2a9b458f7eda3528e781a3c51454a7b704bff2bf29f00f3f227e5320ecb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 053b6b921aae9c3e3e21e2c61ef6220320ff6eb3c0f7572c57170cab6c6391aa
MD5 70b29c88ec0ec9fd07b1d83e22e718d3
BLAKE2b-256 53a8ae36f03d96c3743b93a963ff25476cbb426018dd2f496bc3767ae19e3f29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 287cc5f78cd54d126284c997b2dbbace1599f0aac7887556f24a5f77f5c6a2f9
MD5 bf8f85ade99a54bbfe98ec49c8881987
BLAKE2b-256 bdf48e01858afc81f2d1ba2e1898c0afbf15f7616b76e8fe230c3bcd8a4b65f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ce8a9cd9215ac6d821c9aa4e636a1ad5bd22940382f2a8628c76f9594324d7b
MD5 476bdae962c126ec2b2292e1bf4a94b6
BLAKE2b-256 6336999df3795bbf7631ddbccb341c060ac8e5a90d068387a60a94e5404f44fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 77a4bbb483ec27cf0ede65ea5c6615a05db0d526862c7ecd54797d2517a1db28
MD5 f963a8dde5304500015fc6c710d823fa
BLAKE2b-256 6c5ea3efd160127fad5c3ab508297ed29f926d25c41254551a77c0cc04a1f2c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 26cd3f39be88351c7399f277e48625032b71e2bb83f328412ada03b691a1b721
MD5 79033ce873162a5b88c16a2d6acb4122
BLAKE2b-256 698a2475493a8e7e2fc1e26f000b05ab96c3b3c1b95e96aa1ba76c92bb320f55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fa762924c6cb43ae025e3fe0ea2e5f518cec5258fd84fe7cd33d763a51eec2c2
MD5 603fa971d69d8c10c7a856c1f236e200
BLAKE2b-256 51ae9b46653b98dec9d67add6196840d0e4dcce07face02f080e7778eb38552c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 52a98d5d53f4b0dc0126c47f744fc99661e8d0172d02b4bad7117f646c2d0800
MD5 a5f9769310d7d995dca83d6d2dbd006f
BLAKE2b-256 e023d56c770f74f7c2255738a7211dbde4e63afe137931ad766314f2c5d7d0c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 024b2879828f887e4c18ff6792adee43d92763a87bb8e66cef28b87a65d3d22d
MD5 97434fc621672c1a6505eaed72302c6b
BLAKE2b-256 04c491648d4c81556132161f1b741067c1ad9c459fcd1355e5800208cead9a87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4847c486e9d819c7b2e086e0f38f71145d1d1535088395f10c6911f46d8cb5ec
MD5 dad6536297dda6a45a4b8057839cb4c7
BLAKE2b-256 d02c231c144e0be08bf6a768f92dc064673cc4a73cb5dec42bb537c6e9aafca6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 92c14a247ba726e16c122b9b01d0670788f7c13b85c1017e02354dbf8438ee7e
MD5 5a9827ba52e9e6db437bc1316b5ef379
BLAKE2b-256 61401f9fd6069a45da0eaea365855d19051f493b849ab8cfd4e3f2c335e0c4ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5932ba4e66bc6dd72ff883d9214a9d16fe9513a35bd2235bfef4e0303aa43049
MD5 5c4fc42fa34a8692f2978766bb4fbb66
BLAKE2b-256 331daf91bfd4c8f4b1c527c625f169bd172c9479283a2e22c92e3492e5978baa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2bc321bdb8725ae5f2e01dd0d2178a0cf59e9134e2ea097ab6cb5fcbc6d2e561
MD5 4896de1981d2e831e0af7c372c62d8a4
BLAKE2b-256 3029e7c65bfefd320d89e0e695a6a1b4f3c863a262c4890c7d20244976e2d316

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 963076cf69ccf6281981d29154cde85c49bbc15b7da673d0cc938ec3302ed4c1
MD5 15d46d6e4e3b0a8cadf0eb166b1c44c8
BLAKE2b-256 ca139ac15c732ba8eb9521328bd968aa53a73a5c7e4a6fc29fe1534ee03edae9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6548ec535cbe4bf20c06a5bebadc52fd5f9a327f029fa0e07bb2fde10e588538
MD5 7d7f2fe00c666aae31454719c152d804
BLAKE2b-256 12a5833bfa1ae3cbcdef79f251eec16a05413457e44f1ba9eb056e26c82585e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 86206de3d6b671629eb58ced59ec0b92f3076586ecdff3a2e767124bd1dbe13c
MD5 27404476a96dbf9652f5e140b0b7f6e4
BLAKE2b-256 22d67bf7224283f9c5b98e0af88ee189dc38934660f26d6055e90c6cdf79fee1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7a77d3a52285713b46cc09956b484c9dcc153640a77487c52137b44d41c65553
MD5 1cd4e764def420ea0e1d63318676449c
BLAKE2b-256 710d8e62a69d5887dcc2b1ced5a66d4d3502fcf11c5f75a7ee8f91cb240f2d20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-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.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a9bc94f92957de1bb2e709fd58a527cc00f89c564d6c802053946f51b8c73792
MD5 0ee4eff4e2bbbece6d5f165ca77ccbd5
BLAKE2b-256 c5e8d5bd17e118f52ab1b56cea0b56b04f317eeb88f6300160069bc6b972118f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.2-cp35-cp35m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 86.2 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.2-cp35-cp35m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a981ffaa9efb513640ac64e014cd2d14f5305a268072c55661f9ce8c29c5bf2f
MD5 cc1428cd0718a7cb156c760b3673c90a
BLAKE2b-256 b4cdbe64997ad7961b64c2c421d23872c4d2e45af2dd729641ae6d182bd29621

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