Skip to main content

A python library for accurate and scaleable data deduplication and entity-resolution

Project description

Dedupe Python Library

Tests PassingCoverage Status

dedupe is a python library that uses machine learning to perform fuzzy matching, deduplication and entity resolution quickly on structured data.

dedupe will help you:

  • remove duplicate entries from a spreadsheet of names and addresses
  • link a list with customer information to another with order history, even without unique customer IDs
  • take a database of campaign contributions and figure out which ones were made by the same person, even if the names were entered slightly differently for each record

dedupe takes in human training data and comes up with the best rules for your dataset to quickly and automatically find similar records, even with very large databases.

Important links

dedupe library consulting

If you or your organization would like professional assistance in working with the dedupe library, Dedupe.io LLC offers consulting services. Read more about pricing and available services here.

Tools built with dedupe

Dedupe.io

A cloud service powered by the dedupe library for de-duplicating and finding matches in your data. It provides a step-by-step wizard for uploading your data, setting up a model, training, clustering and reviewing the results.

Dedupe.io also supports record linkage across data sources and continuous matching and training through an API.

For more, see the Dedupe.io product site, tutorials on how to use it, and differences between it and the dedupe library.

Dedupe is well adopted by the Python community. Check out this blogpost, a YouTube video on how to use Dedupe with Python and a Youtube video on how to apply Dedupe at scale using Spark.

csvdedupe

Command line tool for de-duplicating and linking CSV files. Read about it on Source Knight-Mozilla OpenNews.

Installation

Using dedupe

If you only want to use dedupe, install it this way:

pip install dedupe

Familiarize yourself with dedupe's API, and get started on your project. Need inspiration? Have a look at some examples.

Developing dedupe

We recommend using virtualenv and virtualenvwrapper for working in a virtualized development environment. Read how to set up virtualenv.

Once you have virtualenvwrapper set up,

mkvirtualenv dedupe
git clone git://github.com/dedupeio/dedupe.git
cd dedupe
pip install -e . --config-settings editable_mode=compat
pip install -r requirements.txt

If these tests pass, then everything should have been installed correctly!

pytest

Afterwards, whenever you want to work on dedupe,

workon dedupe

Testing

Unit tests of core dedupe functions

pytest

Test using canonical dataset from Bilenko's research

Using Deduplication

python -m pip install -e ./benchmarks
python benchmarks/benchmarks/canonical.py

Using Record Linkage

python -m pip install -e ./benchmarks
python benchmarks/benchmarks/canonical_matching.py

Team

  • Forest Gregg, DataMade
  • Derek Eder, DataMade

Credits

Dedupe is based on Mikhail Yuryevich Bilenko's Ph.D. dissertation: Learnable Similarity Functions and their Application to Record Linkage and Clustering.

Errors / Bugs

If something is not behaving intuitively, it is a bug, and should be reported. Report it here

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Send us a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2022 Forest Gregg and Derek Eder. Released under the MIT License.

Third-party copyright in this distribution is noted where applicable.

Citing Dedupe

If you use Dedupe in an academic work, please give this citation:

Forest Gregg and Derek Eder. 2022. Dedupe. https://github.com/dedupeio/dedupe.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dedupe-2.0.18.tar.gz (74.5 kB view details)

Uploaded Source

Built Distributions

dedupe-2.0.18-pp39-pypy39_pp73-win_amd64.whl (92.3 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (91.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.18-pp38-pypy38_pp73-win_amd64.whl (92.3 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (91.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.18-pp37-pypy37_pp73-win_amd64.whl (92.3 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (91.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (89.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.18-cp311-cp311-win_amd64.whl (93.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.18-cp311-cp311-win32.whl (92.0 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.18-cp311-cp311-musllinux_1_1_x86_64.whl (137.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dedupe-2.0.18-cp311-cp311-musllinux_1_1_i686.whl (133.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.18-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (134.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-cp311-cp311-macosx_11_0_arm64.whl (91.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.18-cp311-cp311-macosx_10_9_x86_64.whl (91.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dedupe-2.0.18-cp311-cp311-macosx_10_9_universal2.whl (101.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

dedupe-2.0.18-cp310-cp310-win_amd64.whl (93.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.18-cp310-cp310-win32.whl (92.1 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.18-cp310-cp310-musllinux_1_1_x86_64.whl (135.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dedupe-2.0.18-cp310-cp310-musllinux_1_1_i686.whl (133.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.18-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-cp310-cp310-macosx_11_0_arm64.whl (91.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.18-cp310-cp310-macosx_10_9_x86_64.whl (91.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dedupe-2.0.18-cp310-cp310-macosx_10_9_universal2.whl (101.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

dedupe-2.0.18-cp39-cp39-win_amd64.whl (93.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.18-cp39-cp39-win32.whl (92.1 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.18-cp39-cp39-musllinux_1_1_x86_64.whl (135.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dedupe-2.0.18-cp39-cp39-musllinux_1_1_i686.whl (133.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-cp39-cp39-macosx_11_0_arm64.whl (91.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.18-cp39-cp39-macosx_10_9_x86_64.whl (91.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dedupe-2.0.18-cp39-cp39-macosx_10_9_universal2.whl (101.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

dedupe-2.0.18-cp38-cp38-win_amd64.whl (93.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.18-cp38-cp38-win32.whl (92.1 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.18-cp38-cp38-musllinux_1_1_x86_64.whl (135.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dedupe-2.0.18-cp38-cp38-musllinux_1_1_i686.whl (133.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-cp38-cp38-macosx_11_0_arm64.whl (91.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.18-cp38-cp38-macosx_10_9_x86_64.whl (91.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dedupe-2.0.18-cp38-cp38-macosx_10_9_universal2.whl (101.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

dedupe-2.0.18-cp37-cp37m-win_amd64.whl (93.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.18-cp37-cp37m-win32.whl (92.1 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.18-cp37-cp37m-musllinux_1_1_x86_64.whl (133.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

dedupe-2.0.18-cp37-cp37m-musllinux_1_1_i686.whl (131.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

dedupe-2.0.18-cp37-cp37m-macosx_10_9_x86_64.whl (91.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file dedupe-2.0.18.tar.gz.

File metadata

  • Download URL: dedupe-2.0.18.tar.gz
  • Upload date:
  • Size: 74.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for dedupe-2.0.18.tar.gz
Algorithm Hash digest
SHA256 46517ef1e683e7e500fcc61fba33bdc6454f623dc2508a7bc0a3ae09f7eee13b
MD5 defec4518126c3518e9ef3f42f4aa225
BLAKE2b-256 fb2d1c65d4c7e1e66b3889a4c44457341916b3d09a9f5a2f6b87f7ce1164d038

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 df717c5b7b5d312c8688c550382a859c844dd2f2f0ba67c38432bc9740fbca9a
MD5 15a4d2106d218faf91754828e8e24161
BLAKE2b-256 e2065b441c035904e97016526965957fcebf3b8cd5e5e0c7d97c6aa8abc19dc2

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cb879c2a0d41e807c27831e41b9ca6d3fe8436a6d0975307dfc9bd13ec63e8d
MD5 9a8b7264e43502b1d9bf6454f705eb31
BLAKE2b-256 26950e1d25263f64d61a2af7785572ac38498741073519f6713b113fc6b0461b

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ea5b5fc24f2e3e0f5fa177ed523e07a22a7d350a2c9af14563271ffa638ac32
MD5 b5cfab92b3305b07e106d5b1b0c736ea
BLAKE2b-256 64ade3bc89d1384cf2fd7b3560bb2f31ebd6e21c6ea5812d9c98dbb84b657c86

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b99a3c3d044ec0ec8f3832f4d07cf2822b8b3df17dce97f1bdd39b37e414a62
MD5 52e74b13852b3e47d5eec0c86f984ed6
BLAKE2b-256 b8062fc7183c6ef785b803afaca69b30e5114186cf49337467b11220bbfa0840

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c5f6dde92be6c8fa0f70c194edf4bb89ff9a12c8abf639f712a909183cfe3fa0
MD5 eefb392586b0f238d57686207e726724
BLAKE2b-256 d8a3f673637ac047cdd1423d1103ee1c31e5c55d8fe15674972ac248dc017a39

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3fc6e1da46824961c715b024600c907c437e76f2ac7fa7266e2172fc84a0675
MD5 f18af7147aeb8a481af9fdd1fe025fcb
BLAKE2b-256 a0f78b927f71b77b3379bb8bdd11690c8a5d769a2b18f9127ea1a9c9815b4022

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26eed918b732c338b1ae97792daa729a9a84cd35add3958418add9952a7eaeb5
MD5 9cbd9427d9406769c91ddbf9c03bde04
BLAKE2b-256 7ed167d770af20cb666bf9df124e76af33518f304c4d62bd635969cdee760c16

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65c5f377ba26ae68567b1bbd53aa94541e656b855d73f21a35f8ee2123d3c7f3
MD5 2c3c7a94d40daf6216ad6e85c85d117d
BLAKE2b-256 d074d635fcba83896b3d23525a3cf8a7e5781003da7e3a541f80fb69ee510b26

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6717b5aa3aeff3fc08911d4e39d267589b2a597dc9523266331172f675863e94
MD5 abddb9bb9cf307d8e5cad64434323128
BLAKE2b-256 bdc851516404a1569dd450e57bd3b0337f5a15c407009d3809f2e8f9cf6114d1

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b8e44a3115b3ddac4ae43f4310342344f558c238597eca53f70f11efde474eb
MD5 a1782b1d830094432aa5a356953ea34d
BLAKE2b-256 e2e49839420d257abdf15a2727db8a25464286a34fcc14a70c4fe8650a5b4d19

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2fb0c8875b4b33cee7aff169fb896eab4ec3c8ba50e814eefd31eded30a663b
MD5 cccfa711af397b6b89541f3724911ef5
BLAKE2b-256 41eeebbf87a434f8eea9008ea663d085edf914f5b6b2bbe3885ec94c8923eb97

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e007917dc19432881adf61e974a8b99b6bdaefd3fb745a0cae871bb3bda5a647
MD5 716406cf37bc72bf7e770da947a9ef55
BLAKE2b-256 adb20ae24634f34f1eae87b1fc0ce45becf31298b120aad148c22bf733d32c8c

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 93.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6f6db1e7a208f9a7502a89d789e6f7d05203c3264786288bc95f30bea9bdad4
MD5 09518541bcf372e9e0e80bbd8495d938
BLAKE2b-256 cbc32bf9d30e964a8bddce5052a32abace8131ef2d97168a00465accab4ca6c8

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-win32.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp311-cp311-win32.whl
  • Upload date:
  • Size: 92.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 356a7abbe649df5b8b7fbb343ff7501323cd21e27fe2b0713e36ac28844c46f3
MD5 ae7a7cb0ac842895cf52f9531c8c4fe3
BLAKE2b-256 e401ae8c965ba895e016bf0fd6dc6cb77765c4ff213d8696e0ffb554f9a03fb6

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 39f00877d1dfe0d0b3a5094339ac239816cbec36b393f723b4c7e3f0bd95e934
MD5 75c9df38ed94cfdb1c745e078e3e292d
BLAKE2b-256 57bc236be3f590a4c290cc2811ed1f7b1561c0c6bd96bf2a5b5f0b7292e90b5d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 be23954748842a2d2e2997dc0804d960fb87351e9958d784892209c911e8d2ef
MD5 f0ac72870f7845c8e9d92e95f33b195f
BLAKE2b-256 a322c942b0cfd79e2f90e80977696c8e02876af14d3f40a92791c08538171a5e

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc3a6228973a6e3e0622a42aeb1684cc2465d2880902f316821c5996e7d27ab
MD5 153645fea3b4a02d6606416220569e1c
BLAKE2b-256 bb106cbcad577352c678d8891b293ee9ba9a2b387c0f06c6e78e866a6f486b38

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 057d8ed2edbbd1695951e97af47093c69681b5471d94bf8ea25bfdb60d16eb5e
MD5 d1170ec9118b0355db69e469d5ef2505
BLAKE2b-256 bf48487efb1365c69abab2705cdef9aeacafbc579430e90e6929296427a6352d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66222236b89ed167d0f7845dfdfc61fe136f42a88f3be08ad8a2db12b408ef70
MD5 7487d164ebffcca6dffb70854ce803ae
BLAKE2b-256 cfd1ac4f60a9ab3c6407084a473007bc5019b5f35e1a2ca7ddf47127b2358836

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a4bec87957bfcb4dc265c2ca00a8f075a676c8556d2d3f2d508920c9d79ffaf
MD5 d6ddc12dbbe68060765c004cc80c427f
BLAKE2b-256 4e8042c29b9bd02aa607145ecfe93d24a517ae50fec7e511e7dded056ea58c51

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 beedc30f68fec8929455a0ddfd63d2c1573ad51ea9e1149d8a55036ab39b892f
MD5 f63573b2e1449c88ef3addd6a2b17ccd
BLAKE2b-256 3b69a74f7078de09c07f368605b8a1d4bae916f8785818112a22f621ca9676a9

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd8ae61727649538200d221759d226a700ef4449a9162fdbdc42da57eac79363
MD5 b2ba9d0f886f4c167c887660b6386940
BLAKE2b-256 256261310fa3b89ab39170683ca63af955ec03f1d25467f6cfead0b7a2f345f8

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-win32.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp310-cp310-win32.whl
  • Upload date:
  • Size: 92.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 24a15ff80ee486c934e6d23f3cd53582348a26cf3085c8e3ac38e4b5336ab629
MD5 f5612d03ee919d2c512c49a64266fe56
BLAKE2b-256 6b9bac50b8f726ed57a641eb67f2bdd3349d855498529b35a1814f1a54415efc

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 08af3d79ec1464b3ed2183bf8f8aa577fc70ac13d23992b98b1240935d9039aa
MD5 54f78ab615fde18a41f99b83fa5edd29
BLAKE2b-256 9f5baf4410912eeb4f7150e88f509db44e0638df1c169dbe7da6d7290000685f

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 af1aacef27ad0b2e6e050ae84f3d02281a899dd6e0f0364c842e966b09efe906
MD5 8d425c9248434dd48e9861559b1bbc07
BLAKE2b-256 3f6a4ed19d3d2f327fa68f2b4eb6c80b41885e7544998b8adb8d9d2d4e67df4d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20c51189567719af3c3782e013bc4759f831985361d10824456fb83b75aa1ddd
MD5 93f38c18a12d1af203c9afd1acee0a09
BLAKE2b-256 3fc8fab751ec9b0de21d3e85889c90116e32c46cb9ee2ec42234e0696499a0a0

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aeccfb4c28dc2c487247174a461721f8b791e0090af4202cfaecfc136b107376
MD5 8b7fcf9bbb29ceea31c3a20617fcb475
BLAKE2b-256 ff791b44571e6e3777762b49f1813359ac773c823eb8b5d2b9c5ae66b8ce6362

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93a308ae267743b749023cd7c2f29493150dc03ba9b2eca2b07f9a246c36302d
MD5 070601da870cbbefed814348c7cdc4a8
BLAKE2b-256 5bab239020c41b6726df7236caa26a2dc971281fbe41d1635fa8c092dddbbfa2

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 499edc725623267f6de370388357760f212fd023c4aec061725bb0d9aeee4275
MD5 607a18037858b05bd6ae3db3ab5b6f60
BLAKE2b-256 d4da0fc39555b07d82f696a659fda1d1f798061c5aeaebb0f0849074119d4656

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 992e1a72c6c42e455e507857a3b9b8fae9258c9fa7d590e3006db5c10b0f594d
MD5 95b3f1c3c80236a38441cb46c0bdbf41
BLAKE2b-256 adeb4d0e3507f58cb2bfd9e2aea5bc88f9c8e60dafa71e8ddb5373f56222d054

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7f2996b8098606afccad3d7650d2b4d9515554f8bcfcc0ac6f4b4bd0a1a09af8
MD5 b0c382113589352fd4f8b63c1c4f1e01
BLAKE2b-256 aaee0f5f041f50399d8f9614c83031b19471ec22ad73474bf7e4780ace76e2f1

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-win32.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp39-cp39-win32.whl
  • Upload date:
  • Size: 92.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ad3f7468b870d5cf5bc0d717b1363dc29f55e9b01c7da1f013710a0f9f4601bf
MD5 1e1061975bc2a1e22120267278f8aae7
BLAKE2b-256 8d70365a6d978e397d18ee534216fc26aa0755d1bf274c73838ff5bee05a5cee

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b33c4e1baf37382466410f3e36c58dc9d9ace5a6c9a9a4ae3a4a48a8fcb5a929
MD5 4514f16729aab6544881cd24efb8afb2
BLAKE2b-256 2bb2a2c0ce53512861509afaaedccce805dc2b89403c93294aeee18666253dcd

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f827db9d3684d3aedac2e3fbddb80f6fa11cd1a31604417793928eea27f6596a
MD5 6355f639135915418726154b930900a8
BLAKE2b-256 3221ac73e1c5798e24b8669ea2d1e50a02ebc6cda807508457cf36b013c85dc7

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17710640c53f81abe506d5c453dbdb7d51f1584aedd2ce8c993f9eb3f2d0f0c8
MD5 05f39028385268991f6620cd77204bcb
BLAKE2b-256 acd213a514dfc6b3c5862a0e67fe53f8bcd8ec1f6ea5a4f4eac1e36535529da0

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52202b2a95d44ddb4a5e1aa9a61a0fea65ec129d7824b89a8ab23fb7b1c37638
MD5 4298dda9ae13f9d6119e7af4805e7a09
BLAKE2b-256 90e4b237b11b79667287827e52f16200922c7e9de267d3dd57a722b265518fdd

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1058dc995b3f561a861dd443f442b97b8ec22ea8d763adbccff2248e62f86d0
MD5 ade3b81916bfdff05593999b6e1a13d6
BLAKE2b-256 48e5ad14094d2deb483e32887f119571e7708aa96d85d2cee5f7b028cdda4a51

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e552875d489ee0b70ee6470463da5d4146fb70afc1de46147b306d41fbcaa459
MD5 986c4008aec759a89e4f02e2577bde48
BLAKE2b-256 27ec7458558bed032f8ab737841328d00fbfea3320f1feeb571eddd983be3d23

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 73b40c7648dca549443cf3f4d6e7beefcda93908c8f3c5fa274c72b250f59925
MD5 059ddd4a18548fe29dd521511c13e5bc
BLAKE2b-256 3ffaa412e7c2166a913010e4f6f36be04dfafd2256f4c893171a25ae68ddf72e

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 044bd96485bc307842c96f0875a10db27402da281dbe7f2f2db5f86032d7a693
MD5 aa9fcf992fde767b440712d0314371e9
BLAKE2b-256 4be4d5a610d9f6ffc4331e81275b6250dda8e3b8a06dd7229f215be59988f3ad

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-win32.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp38-cp38-win32.whl
  • Upload date:
  • Size: 92.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f29f992efb9860776bef2a3f468c15f7b792246fe50a333ede58d6ab7773d4ab
MD5 5e9709e6bdb74420846f2c777a2baebc
BLAKE2b-256 82a3beabfcc8d9fb4f53daa3142bee0ed64f6f5092df1047bb5eef5b1f855b07

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ff9c18a65220a1c7b0963557bf3e3d6223d2a9f3704fc2acd98483dc4da366c
MD5 f38adb561d0a40b89ae3c12e0cf6c517
BLAKE2b-256 b8a001578b3d31c64443b2ee1afb0f38453c224731d3d5432750ae1a8dde8794

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e90375974bb2e109cc18761da8c4f956d906358edaf3b4e5a5ad84649fcb39ac
MD5 77c5efac8e7f2890b9681febc07c2260
BLAKE2b-256 3b08e8ad70cad21d1bcfe884bc5adbd8ce86e1e422d63591b08ebc12cc7c7542

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffc7e507b7ff9698f92d571897e2e355db7a61e5669cdfe2e049e296b0e744df
MD5 66713f05ca6a0da70466d11708ac2f0b
BLAKE2b-256 037c98a7094c16372807816df2ee6452ae0605f951d8b3afb1dd965b6fe1e46d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4bf67ff3bc8088eed2b65096d36a2ad705fc1c345417f00add041ffa7c12334
MD5 41f20b1aba5428252ea9f2868c8118c1
BLAKE2b-256 fb3eaa3a553c9e8aef81d55e782789752faa73a2513434b056bd1b0b57c0bfdd

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88e7c34e8b3b446d6bacd548396c014966ea15066eded39b9ee1fe509d1d8528
MD5 6796b1ed5780d11848c3ed37ae702340
BLAKE2b-256 51b775bdd9bb3611f07176d37ee4e0126ca5d650f4adb3d31b89733689d437e9

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a151d58f024ab3edfa5f4c9ecc15f25a3b22d797ada88551be75d991cec1c2b2
MD5 35605f11e48db08c4feaa42b68bf2fb6
BLAKE2b-256 30e53951602984add65dd2ccd0a57f6ee58296e2eaf73d96efee0800618966a8

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d4edb686c626468a2860863b3b9cdcfecf3a9550bb40b61c5fb30a2b870c2943
MD5 15f475c1b73c24f43aff8227f955d95f
BLAKE2b-256 e426e119229732f7729c2c6e772c95404260ca6ef9297e7d425980a54bc608a7

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 93.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a998f4dfcf56c8da7e30eaaa231dbaad6740844765d7ea3379616c10c31f831a
MD5 d373eef51fcd7ba758f6cb63bc87928a
BLAKE2b-256 1e7eb95d81a1ca2c9d2db67a7bbfdca00f0ffad9730d14d26174414653cc7594

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-win32.whl.

File metadata

  • Download URL: dedupe-2.0.18-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 92.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2777336d0291c5a8c6091f50748f13e6cfe9abe348f116436eb78858969402be
MD5 3945e48a0daf0fc5bee513a0294092b2
BLAKE2b-256 29ae37c7befb84519ee5721d01753ed37c41f45f9e4be0f06a4df2eb98b5ffec

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2dc84c5eff8e44aba3ef7f0945f57457095065307f25a45319b0dfa4efb5ad3d
MD5 1198dbef8dd6ffd682a996b67f19dc31
BLAKE2b-256 4a208a4adc3b400ed9937856d8e2e7fb1134f5feac40c6c61a95c390379c9039

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 05e38bc10175277d349e39106a065493f4c5633338c457e5ff259c2c97ddc53f
MD5 5da2ce82a22d0fe5970b4317e8a31e81
BLAKE2b-256 c79a9b22044f2cc2fb78b0395133f9aa65f521e9b448aa75d8fb66db4f5f033b

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a057301ba810208937059df6db1438e9983bd10302075498fde10d0313356e17
MD5 184ad7590e25ee65bccde8c715459e9c
BLAKE2b-256 c4b799b25a0ec0e1744d5b7ce4781160926d0d992d68a9cdfa9f5a1b76c22469

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67e25140a758340b0cbce46e7325541d72cde630a1842ae4cf073fd5a74dd1e9
MD5 e7635bbeafd2ccf6e5ced2ebfcb91664
BLAKE2b-256 dc7ce23ec98ef71bdc75f1ad4ac207872285627074cc218f6b2f7238cec31fb7

See more details on using hashes here.

File details

Details for the file dedupe-2.0.18-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dedupe-2.0.18-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf77ae60e85ce2bd6f9dd7e4acd31dc8fab12d1466ed5ad732d306a582b8777c
MD5 50422564bdfb0967f28fe5d82b9dd2aa
BLAKE2b-256 6c4594b376561f336ca633836e51292ff0904e01106891af7290c41c36efb33e

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