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

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

Uploaded Source

Built Distributions

rapidfuzz-0.5.0-cp38-cp38-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

rapidfuzz-0.5.0-cp38-cp38-win32.whl (59.5 kB view details)

Uploaded CPython 3.8 Windows x86

rapidfuzz-0.5.0-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rapidfuzz-0.5.0-cp38-cp38-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rapidfuzz-0.5.0-cp38-cp38-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8

rapidfuzz-0.5.0-cp38-cp38-macosx_10_15_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

rapidfuzz-0.5.0-cp37-cp37m-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

rapidfuzz-0.5.0-cp37-cp37m-win32.whl (59.5 kB view details)

Uploaded CPython 3.7m Windows x86

rapidfuzz-0.5.0-cp37-cp37m-manylinux2010_x86_64.whl (1.5 MB view details)

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

rapidfuzz-0.5.0-cp37-cp37m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.0-cp37-cp37m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m

rapidfuzz-0.5.0-cp37-cp37m-macosx_10_15_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

rapidfuzz-0.5.0-cp36-cp36m-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

rapidfuzz-0.5.0-cp36-cp36m-win32.whl (59.5 kB view details)

Uploaded CPython 3.6m Windows x86

rapidfuzz-0.5.0-cp36-cp36m-manylinux2010_x86_64.whl (1.5 MB view details)

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

rapidfuzz-0.5.0-cp36-cp36m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.0-cp36-cp36m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m

rapidfuzz-0.5.0-cp36-cp36m-macosx_10_15_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

rapidfuzz-0.5.0-cp35-cp35m-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.5m Windows x86-64

rapidfuzz-0.5.0-cp35-cp35m-win32.whl (59.5 kB view details)

Uploaded CPython 3.5m Windows x86

rapidfuzz-0.5.0-cp35-cp35m-manylinux2010_x86_64.whl (1.5 MB view details)

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

rapidfuzz-0.5.0-cp35-cp35m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rapidfuzz-0.5.0-cp35-cp35m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.5m

rapidfuzz-0.5.0-cp35-cp35m-macosx_10_15_x86_64.whl (85.9 kB view details)

Uploaded CPython 3.5m macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0.tar.gz
  • Upload date:
  • Size: 16.9 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.0.tar.gz
Algorithm Hash digest
SHA256 1de107cf692f32c5399c5851435567200eb874bf3b8cf0267ad1423296818751
MD5 bc72be0fd128a8914457c614019b0dcf
BLAKE2b-256 ded504cdadeb4356bdbab956848d66c208ccb5369cba0705587aff4c63fedd92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 70.8 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e64689fa148f4bac89942b3975f233b707605f0931d5b7f39a6baba938f02c1
MD5 ff1ade738ac055dad2c88f28e9816159
BLAKE2b-256 0fc903adefc2346dd21774f23214d164af3badd58cb38e5260d0adc10a5443a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 59.5 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 023cb20ae7deb1d6e7b526c7be33406dc500c2df4d1a8d14120fcae64adb4c3e
MD5 cdf640f2d9956c5b1b924ef1f15ff26a
BLAKE2b-256 11eb286c10f4e8e2fa7183582eb4df391c638edd78e5fdf0bdf0e2f2f4022332

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 761f694d2aca05a3164978388d6aa838263f1c5fd57933b3ac2a415cf4f7a2f8
MD5 8155641fe80fae7b6e5e65d417fa51bd
BLAKE2b-256 716f60b83c8e7f4d0b4289e33e0b7a35493963ded52ef1410232a2cdb530f6f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 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.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a87727e33f808c8b1607d700aeea88a0551f91fd37312f5ae49e6c062a68f90a
MD5 0369aa6f4221a8f23b8d96a47b4e65f5
BLAKE2b-256 df3c59595568ea05e627cf165de10d160adf888afc1c96f1563c8decae38cf56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9bda2d53abfa3e1920e177410bf4e64fc2855a61c0decfd5fd59bbe5c9b77607
MD5 5ed98766ed3a64430a133c70025533f4
BLAKE2b-256 ae612e323c6bcde8c198d2551f0200cd891badee49d5fbf21f626a38a6522866

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.0 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.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2ede5a8a8ab5c9c9b9827e1877f8a4895246678257ee3c270449ce0c1f73feed
MD5 6b924369c7523beab31c1ed6951b55e3
BLAKE2b-256 5a62d2ed1f613b7e1aea2935b1812484285ac88a6ce893a5ff326c71f0d386ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 70.8 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3ab415ee1a4a981d41a46572b8bf372c24e90e8d98abcf0c119a75b6bbd11c46
MD5 f76ca78130f01b74c600b169710fd07b
BLAKE2b-256 b3702d7cf103e292e0fe0497d14b510184a4cfa183d0a6c5524bcfb0bed6a392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 59.5 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7659a0427ae7ade1005dcdcc0ca59431bc80c49279801ac168a50cabf8b1c041
MD5 14b340b19d37c27aadaeacacc035581a
BLAKE2b-256 61e72cdbec0b8af4d4304f78e9fc7f80f71c490279271c309aee1dfe6dcb4743

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 30d7dd8a618073a5b9d4a79e3734626b75a923f48f239ef52b188ad89d318c3d
MD5 0200254f478e5e297c8920e0d1866a80
BLAKE2b-256 22b4ac89121e96bd5e2bbc24aaa2e6db704a62e9c2198cdbe4410efce3bfe53f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 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.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a696c9949d52a0fafb765fdf06210036d52ffee84b198b99f6454ff0cf380402
MD5 cccd4a414db24128065cc077be5fcbf0
BLAKE2b-256 cf7f09bd1f5d08d754b0e2fb4aa4d0e6b2df7815503167afc8460f06fe51055a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 69159ecd6adba764caf9f8581bc38e3fd52b0687089ed4116ef7db88e5c70daf
MD5 0dac15e5b5ad329be8710ba5a68a4d25
BLAKE2b-256 175334280ca85b1cf3deb52e6f98b84155e5cee57e23c850edaca87bebb5d1f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.0 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.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c81bda6a9ecd971c12eac6d7de718e081cfb2348391fa5cfc5c3136ce180949b
MD5 cbeba6647cdb9c60b07fec573061ce3d
BLAKE2b-256 aff858bdff1ae077a889eb4b99676e7003dfb6aae3b4b7a6cf5d46b92a5b11b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 70.8 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0162f73e29bc71c741e634fd6c3a597efa3c52bb0014555b7203242e843df17a
MD5 6516b13a7040eed2c56ec699acd43a27
BLAKE2b-256 8d87988256f6f1a334cdcc1c5f59ed0a71ab1d9d1c59cb179f560cd140a49a60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 59.5 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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a598539b4a932557ba8461e93af768014ee4ff81458e068ccdbd0e66618cd568
MD5 6fe8538fd610fd9f9bfe4af3869e35ea
BLAKE2b-256 cc01401d202876c0a688233a708805325c1d11062d1760972671370fce262e56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 42b5b96bc662dbf0ef712c662ce0786c8b6c5def06dd7948ad6fa64ae648a2c0
MD5 4da756e911bccb2c97194d52291f4cd2
BLAKE2b-256 43aa369c59d55f1ab191568f357a31588c942a8aa4f25de2995b2cc7e73ae468

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 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.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 64084b57e3d94e0675a223b2853e85b0c7267126433d23294a3db2026e62ce23
MD5 e79e8e97e13b6bf526f3afd160b91e28
BLAKE2b-256 74c066d5cb235abb5a6cffb5d510fd6c7558156c425f91e3d76d010bdff3de4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 af8f4bef5df05753fbcf201d2ad1ffd4dbe8c32050a61c0718f9394b02f44963
MD5 6d0d6d0a2de72cad50b69f97e5bcf0c4
BLAKE2b-256 afc8a296721f4c38d4da5e94a29d306f6f75895a2c711edc8a893cb1625423cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 91.0 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.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 225711d00519c9722f9b606bc37634a483e70a3af9a5b6e2790a15c71f22f930
MD5 c3da1bcd5d01c46351f21f562f084058
BLAKE2b-256 365b3162f4f0cdd2b4e05d7828ba608e26067cd05ccab989ef036210d98613b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 70.8 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.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 95e708022614713b8a3fce48a55e1ba2f396939cb41ac00a70611b090cbc29e8
MD5 1d63d73c192851748984181f016d1b5f
BLAKE2b-256 9dcf1ffbdb0aa3b6d466394a321a3379dca178eda68c535ed86245ee8cbbf39d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 59.5 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.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 5516e284bb214e0c7ff05246088e6ce5b8bd1f60b35e0e0dcd28363d8e1fa8e6
MD5 5a96d42d33bbd6172d9b9cb18b2810f2
BLAKE2b-256 a1eb3d7c358c70ee626b4590ce508010e30b83a4b2f034aade92d60ef4be751b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd74692ebc332b14242ee9718db4207b54a07a668d9e7dfd2c0b27c9dabfee8b
MD5 38e0cd3c0c1c955d5911a45169752ede
BLAKE2b-256 1128817c609392e7fb8ce371e67930778765bc74e2fd8a318c79b9604daa6a9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 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.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 716be4b5f732adc707d5acfc123da8a7fee8e65f868cd07321f332a1584f74e6
MD5 47f5602f9d3becc12b5c3695d04b3122
BLAKE2b-256 7af676f1f4f85a654df56bd231493955dc82a3675ba6558e9f71b3809e0fdd94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 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.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 88b294925ca3858c754855e70f2210fa297a4e8623ec099b9f03ccf64fab56c0
MD5 ca620776b62a2a8cb071f3bc01f42382
BLAKE2b-256 867f94b08bb2d38f7127b5b090ab65b46de14fc52be2647eb85028919e45fa52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rapidfuzz-0.5.0-cp35-cp35m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 85.9 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.0-cp35-cp35m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8abe985db421671f9449f7d8957f7d1cc46adc40691bddb07acc5cc4aa0065f6
MD5 1b45e5820cb9f47779a3689bdf1d0f52
BLAKE2b-256 be2b0c8d47ed7ef399e84c6eea78f9c0bf22ebebbcc43e7c2fab0bedf96c5236

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