Skip to main content

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

Project description

Dedupe Python Library

Tests Passingcodecov

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 https://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.23.tar.gz (76.9 kB view details)

Uploaded Source

Built Distributions

dedupe-2.0.23-pp39-pypy39_pp73-win_amd64.whl (95.8 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.23-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.8 kB view details)

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

dedupe-2.0.23-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (97.2 kB view details)

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

dedupe-2.0.23-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (93.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.23-pp38-pypy38_pp73-win_amd64.whl (95.8 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.23-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.8 kB view details)

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

dedupe-2.0.23-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.3 kB view details)

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

dedupe-2.0.23-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (93.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.23-pp37-pypy37_pp73-win_amd64.whl (95.8 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.23-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.8 kB view details)

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

dedupe-2.0.23-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.3 kB view details)

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

dedupe-2.0.23-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (93.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.23-cp311-cp311-win_amd64.whl (96.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.23-cp311-cp311-win32.whl (95.4 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.23-cp311-cp311-musllinux_1_1_x86_64.whl (149.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dedupe-2.0.23-cp311-cp311-musllinux_1_1_i686.whl (143.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.23-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147.2 kB view details)

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

dedupe-2.0.23-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (141.4 kB view details)

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

dedupe-2.0.23-cp311-cp311-macosx_11_0_arm64.whl (94.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.23-cp311-cp311-macosx_10_9_x86_64.whl (94.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dedupe-2.0.23-cp311-cp311-macosx_10_9_universal2.whl (105.6 kB view details)

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

dedupe-2.0.23-cp310-cp310-win_amd64.whl (96.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.23-cp310-cp310-win32.whl (95.6 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.23-cp310-cp310-musllinux_1_1_x86_64.whl (147.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dedupe-2.0.23-cp310-cp310-musllinux_1_1_i686.whl (143.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.23-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.1 kB view details)

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

dedupe-2.0.23-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (140.2 kB view details)

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

dedupe-2.0.23-cp310-cp310-macosx_11_0_arm64.whl (94.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.23-cp310-cp310-macosx_10_9_x86_64.whl (94.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dedupe-2.0.23-cp310-cp310-macosx_10_9_universal2.whl (105.7 kB view details)

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

dedupe-2.0.23-cp39-cp39-win_amd64.whl (96.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.23-cp39-cp39-win32.whl (95.6 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.23-cp39-cp39-musllinux_1_1_x86_64.whl (146.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dedupe-2.0.23-cp39-cp39-musllinux_1_1_i686.whl (143.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143.8 kB view details)

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

dedupe-2.0.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (139.9 kB view details)

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

dedupe-2.0.23-cp39-cp39-macosx_11_0_arm64.whl (94.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.23-cp39-cp39-macosx_10_9_x86_64.whl (94.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dedupe-2.0.23-cp39-cp39-macosx_10_9_universal2.whl (105.7 kB view details)

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

dedupe-2.0.23-cp38-cp38-win_amd64.whl (96.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.23-cp38-cp38-win32.whl (95.6 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.23-cp38-cp38-musllinux_1_1_x86_64.whl (147.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dedupe-2.0.23-cp38-cp38-musllinux_1_1_i686.whl (143.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.0 kB view details)

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

dedupe-2.0.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (140.3 kB view details)

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

dedupe-2.0.23-cp38-cp38-macosx_11_0_arm64.whl (94.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.23-cp38-cp38-macosx_10_9_x86_64.whl (94.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dedupe-2.0.23-cp38-cp38-macosx_10_9_universal2.whl (105.7 kB view details)

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

dedupe-2.0.23-cp37-cp37m-win_amd64.whl (96.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.23-cp37-cp37m-win32.whl (95.4 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.23-cp37-cp37m-musllinux_1_1_x86_64.whl (144.4 kB view details)

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

dedupe-2.0.23-cp37-cp37m-musllinux_1_1_i686.whl (141.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141.6 kB view details)

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

dedupe-2.0.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (138.1 kB view details)

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

dedupe-2.0.23-cp37-cp37m-macosx_10_9_x86_64.whl (94.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dedupe-2.0.23.tar.gz
  • Upload date:
  • Size: 76.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for dedupe-2.0.23.tar.gz
Algorithm Hash digest
SHA256 f0320b39899d489a760c1e0e9e67a526698531f67d03129ac3f76db778f09737
MD5 345ab165b45b3d10fa33a31e320223a2
BLAKE2b-256 a3580918852e80e3cc7c8425a27e20345309a6d114573fed0ec6a78a1abbf951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a3935842037b8b85a7582092b718828df3509d7d8e0e920d0a7bd1b3a96099ca
MD5 a3d7236014648f8bd05cdeabfee2b919
BLAKE2b-256 1bac807ba853ec67d9678ec42dbefa5f6fe40276db7d94e70c0fb87e180ded86

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e649740aa6474a3fb4c405c4c14f5929b113810084dc35acb7604bd3117bc63
MD5 fb858bcc0f22cf2bdf885cf72b36cfdb
BLAKE2b-256 5ff521f68fa8cff2b25f20d26184f6c78df93cccbc7f91afb8e301c6c9db580d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 883d121fd01ffb90c1fc43a1530513891da272cc8556b65a2872f1e29718d31f
MD5 3219a7817767e96ab888ac6bab51e2dd
BLAKE2b-256 be43a5847a48beef1a33dd4852db196987ccbeb0faf4e41323f3d6e29397bcd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ee70ea0d60a24121a2b839f1f9862b191b16c14e8610e44a8f705ee1cb59309
MD5 2f8d3a0d71bf22bff9dadd4a1ca581c4
BLAKE2b-256 59c7b0b7aac2bcaa237e25441c8f303a2d4003ffc5e8772cda2af92da0ea8937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 89899f4635092d6be5a7bdca8a2cbd9146eea61f5c365e46e7d08e4d6675314b
MD5 ef276c5adee5fc546e5041722cdfe013
BLAKE2b-256 efdce6c89d1635f495b186ebabd49678d6b122624e82897ac864790a0eb84fec

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0f20f6bb012a63b27fb323cd733a72f6a2e76555c729191a18854af7dd7265e
MD5 ebdd06fd734fb63c2aefd4a8da6b7a58
BLAKE2b-256 ac8eab1999b72dd99b4959e78cd5988ada89dfcac1542c00d1c9af967592eaa1

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8e18c24adaa43897a91aa70ef99e7baa75d5c8a1d92117aaac1f7d90ed212a2
MD5 3e626d63c93f5e30056634f38fd2d7e1
BLAKE2b-256 1b662ff6701c6457d17739222fe6c6ff1f507bfd78fcfe786d0e7cdc412f886c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c0f55569581762aeffd367ca58eb198d9a4ba6489e0eafee5b46796584f3f4f
MD5 012a68a1c5c9d47cd9c6a8caa50bc396
BLAKE2b-256 62a746699904daa5a289c81299c253f9a179bcfefbdde602061dc45fe20825af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 44a49b8a649eb521eaa50a3022b21ff321092da0a6d3a3b2b114b1edb11c3eee
MD5 f049e4b96c8b9620e3c0bdc9a14db7eb
BLAKE2b-256 ec1cc7fe1241e23d49aa5faef728e1b48ae360ef8009be83fcfb4d0237ac615d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9e927c6371b2f8c044af7a1a1d3d6ac833d6ee39066ed1e33365f6d8eeb03db
MD5 c74787ac448b9858f2f341ba5e45167d
BLAKE2b-256 d28455ff150b45a5f14b46a685d4c3e70891f631af9a33cabec63f983ba97ab3

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6bb45091efb536e26952ebbf2be09fd42e8605c6c69527ffedca4f5ef92792a
MD5 e05ec78573a5599fd48cb618bb2106d0
BLAKE2b-256 07b5c8223e37e2df8a1881ac8dfa86b61a8bbbae8b41916c73cef0006ac24062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 064c3d2acd074df5e2201af03773473134cd8832a1033a1957d0a526b431deaf
MD5 b02296c24bce7e10e2a2b5ddc2b572a2
BLAKE2b-256 4ddda8fe88762690a9ca58faa640f51f25e89477cfd4ad68ba6b6c258741666c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 96.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90940126224d52585f83c2f5144ebf640a17e0f68b98bd87ec96b02243885067
MD5 db2ed13d6f0c7ababb71c42f75a9a151
BLAKE2b-256 c58c00d64aca5ef01b917f725789f434be055c21d7a9fac5f450f56a60345eb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp311-cp311-win32.whl
  • Upload date:
  • Size: 95.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e2f3c37a3ec90eb5fc723f8f903ac03e99574176f05091e9b51ea1b6703cde3e
MD5 5f52bb59bdfe6b8fc1c1227f0e75c214
BLAKE2b-256 f97ad62ea986330d01d8bb378b14a5972415a6dfc79abde3ef467644df110777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0061f0534911e2fef60de0503b5f3fd8253695aca4f53e34a8e8457a34fc5e2
MD5 f8dfe22743f776dc3302bb1631711e15
BLAKE2b-256 2c85f9a90b49bed74380119b880e1a43da8c5b4693f060b5d17fc402de544350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 78df67eddc6c52f2edb13183e01840ed757bee97768f51b05ed453062b97f469
MD5 ff11e61ade6c02d3a28335af62766856
BLAKE2b-256 6414c54ed312b62d3b5550802568573870a4da06ed961473c6f026bbbb10c7d1

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66c9cbfbd79d62c708158401c9050813fce5e9289a518adca5644a0f2dbca739
MD5 13464df73fd64d80294d74b7fb34ea7c
BLAKE2b-256 92cea19710dc652e78f7ab3b27e3b1090dea91b3e318926952a61fe3af37d393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 125a54058e6c6597489718c2f4545ecad6f80552c97d348a47a53bd3fca48cf1
MD5 49434ea72cd010247b737f79e928599b
BLAKE2b-256 fdbc51375358a5b294184bf2fae20c0d65c2544598e075d843223a7c22d37337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08665b1b0666b665a8c2431ee619fa89faa1fc7f665112fe4ca38bc613872882
MD5 e620b4f27dc99581f05a3f236c96f455
BLAKE2b-256 f55f932804db6d86e187613f7f72cf21b4791998c5ac5a3c6fedc818ff06fd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25ea0d42a38f73d91260ef1558e8cca85a447956099e11ee93b719bf46cb5ec3
MD5 ba0842f52c961b7b791a52fc1d7f6e61
BLAKE2b-256 3d5d3da9026fff7405b783a482388ec446d50d67f5be8313c396e61b2698bc69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e99e82f93afdb3943adc301694c2f8aabb4f2956a233d59a5482d36eb17d2630
MD5 ab3865cbd7138c694f99e1653dc741d0
BLAKE2b-256 06408bfdbf2592e2df7e186eeedf5dc37f932fff03e822dec6a7c773966a0d09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 96.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b04ba1b0b18fd399bd4248a521fe8802ddaad2e6abda1bc02e9fb3c60f6d4831
MD5 6fe119db3c2dd01f136235456deb3871
BLAKE2b-256 539ee763c6d75f9d89cc825611cd1eb418852b8e6389440938b8ac07859ac94a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp310-cp310-win32.whl
  • Upload date:
  • Size: 95.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7600689c409c3acdbdd34aeec93f9236ae97573274a50d12ca0a20cb7f2b5de3
MD5 303b36491b98ceb34a2d4841e8abbf4f
BLAKE2b-256 0761d82df0ba5230673c036088f205ebff1932509fc7785fb3450457f70e5463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c757896ba0fda3098ab6794ea6aa5f15eedc6b7b2873e915d4015ccf6447d7ba
MD5 42908faef106047ae977800e870f5eee
BLAKE2b-256 8eefb298edec9fe8c34efe4e9a6b4ae55db8dfc63289079fecb13fe9ce1d9808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a841853cb6612f3ff2ef5bef0027fb7eb765e2c8b8dcd89a57d8d1cd1a62998b
MD5 daed4372326df6824081371f6e3092d0
BLAKE2b-256 54fbeb9dc1838a377773c6e1cb3905c95c3d4ef641d7d114427207be95011ec7

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3baae1423d683d7634f298be39870000801f99af98cbb5596d1454a7e6f7e3c
MD5 6951c87e4469ad0c107d78c5af00f1a8
BLAKE2b-256 95dd726746f9124517dc73f56b7960575405c0059afe1ebae37e586808a42a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bc073e54efe15f65691b26dc13eeed1eb09a90f8d555fc7d1a233e2efc1b6f6
MD5 9cc07fbdce382b5517ff929de2ad86e8
BLAKE2b-256 0344f026c12ff4cbc9cc41e3f9b6f63d44f639e7f65694de78aab11964a96faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2814d2bf7de60b9df8d8fbd1d91c7a2955864946db662eeb5e0de278ec134c7
MD5 7e2dcf1b418c3fae0ea06f518ba66966
BLAKE2b-256 8ede526ebe144993f27b7aaa91affc3c2d721effc6476ac2f2f553d737ea7d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 094469bd7cd9eeaafae14626013308cef818f75fb6c172e04dc4adc63929ff61
MD5 d59cb543ccfeeda04bc2a205f56d995a
BLAKE2b-256 2fed257a39ebd517c8428a06edee4cbbad8cca9aa742003bab7660a10b7df346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1d5f5a6f51f3912ce051c1aa9f3ad125fb119b2ed447f9c53731706aebdf1fad
MD5 565f97b33f76af464084d835a07c74c8
BLAKE2b-256 46577e1322f94cc11d5912baa4953bf5cd7c658e8895822c0d12463d0ee8ba81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 96.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ad543401ff9703214150c7e8b91708f99787498934140da56ee317ea55745d2
MD5 44dbf95c70c28a0a3c4450964d8d4f94
BLAKE2b-256 b06d9ccab967bef151a27211dce83a059b1d4087b284fa8f0c6dec178e98ecac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp39-cp39-win32.whl
  • Upload date:
  • Size: 95.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cef09d1fe1aefcb6459e0a34d366306443b572f04659a03bb4e8cae0b82b699f
MD5 964c0a19db57fdd192c93e43d17e808c
BLAKE2b-256 32932509dec194990de58085c0ab2d7a1d122b5f7b15bc428e307410ab56b8a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f475b9ad5ef681338797a5a64eec3205bcdc74ccd6db036979e581d3e9692d3
MD5 c92a42c3509d41c5b23668ae2b2cd56f
BLAKE2b-256 5792273260a92c8075f2c10a79548873795a6c29dcfbda77e5faa258d7923c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d4b5b02fc8e07b99fc484b71038f14f217b76e6bbbd7196b52a98c8c40c0c61e
MD5 56c152c1453f12b55e8dc3791d4dc958
BLAKE2b-256 5d5db12aca1dbbede751175b7f343a25ee5ebbd4f82613fd463a511194f7a955

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03f5e8edf016ad315f4af7d6752829474abeecc01d204641eb483ff99d8a999e
MD5 1580b7635cbf6520c66b4bfae0b0598f
BLAKE2b-256 ada94c59dcbd56aafbee525b67e9370ea2fa95c11efcb3f894f3d202fc082d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 366cafbf9cdab6ff1c03281b40fbca931f41ea54dc7c8892f66fac9871ce7f23
MD5 6c2ec425793a1f123a2bc47e6519765b
BLAKE2b-256 80c0d9f5113660661c075c76c3fe3a4f652e512ed851a9fafdd2dda874f42997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc049c317561c880ca48f34038b236261bdb2f994e02cbb184d2404eb4601209
MD5 60372b4ffd926294abb951baf97d79a2
BLAKE2b-256 4ed70f172b06e7b7ba0842d0b9bbd5719eeb6c76bdfd60e6edf6aefbb6cb391b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ce8cbc30aaa96d260dfae8037fb15dd1bc369f646bf1a393fcea7bd775e7dd67
MD5 c8121236dc0b2e488141424f2fd33448
BLAKE2b-256 e583decc3e3c8e36164d084c5109830e86e3f86c557d51f0913b814764182f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 516bb15a76bac3a462bf6cc668133da09ed2c85cb9b5f282a1f2cfe8b7f80fa0
MD5 3f5f6605aa72c7d991ebdb6a44006cad
BLAKE2b-256 2223e2c17e183f019c94844971fd340b484075cf1193cb51016f62c64274812a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 96.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 089b98e48efafa016bf089519bf98dd6fd78131f29c10ac3b0279360812edc60
MD5 6c8b6aab9b737bd6d21afd1f8107edc4
BLAKE2b-256 c7494d3c47378c8b53aba53ef2e8ea60940bed2fb1bc8412cac163ad5581563e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp38-cp38-win32.whl
  • Upload date:
  • Size: 95.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 13fd0d6331f617baf74b79281a6a2943f1a938ee082a21505997fac03db3da15
MD5 dfedc56027a2dc2db339e78ff07d86e1
BLAKE2b-256 aa3ad4b41a32fdd7c68ad0060b6108ec293d8e005964c66e73839ab8a34679a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 20060115829efd1d059993141db87e71c750bffa3220ba2d1069ec3d6063570b
MD5 cb4e771ec465e7a5ddaa0d3b36a4298c
BLAKE2b-256 0d963ec526c9c4a479e041677cef73bf542625ca6b39361954804dacfe656a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ac62e725a07760a2fdb092d79b1b27bbbcec0270a646bdc7fb6477940e6923a0
MD5 678026182f4b88d5d5d620c2158d3796
BLAKE2b-256 9160ee6edc7bac682823bf0aeb1823a2e5b6823a0e825f7ff11ee8a57191c815

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 759fd052c3156dc1e2829e96660e46f0d7e358a46b98266df26fba6772be8593
MD5 821e8f99b0e92b9e4e47fffd8b1d9871
BLAKE2b-256 4a4b5b9bdc50c04ba76c0c3fe164458bffe54520bb47ceaa9f4c2f1ddb174aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b603c1cb3fd46d606eb06bfcccdd4a3a9894a20e3d829c319ba74137a0455cfe
MD5 872dceb79f5bb58cc14018fe9a4277b6
BLAKE2b-256 6c7179ec7bbf076b088d995ed0b20cd1ae512d5490b6d965b324097f1663d90d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84a6ea06e721408f85f5e6714f763d073094c9bf8e2e948de628c0cad9a038ec
MD5 1e8555d9cf3594fdd24b34d983c54d8a
BLAKE2b-256 3e826d84777f7ffc0a91fd33736acc353f01ce7dafa2f9b7eb9f3573a332b4dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18cccd4f8eaf4d83efa520eae44fdacc371daa11c2faab3c6021d73da47f853d
MD5 5fd5c3287851a7eb9bff823e947b6844
BLAKE2b-256 b7a93c36e9db5a6d1afbaa8865239c9d24caf9b26be2ac56d155b2d971b8e1f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e84ffa1117e7229f8ce40a85bcd32802bcc85084861743da6f63e727fc02c3b3
MD5 9609e1a6d4d514861169aacabe6cb63e
BLAKE2b-256 9869b32f90e4ddc000d15f7744dc5e87d3490743cf7dad2da12ace4b2e2eb72e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 207cea475d8516011eb927c72c6bf7f0a0cc4d15c3b2c70b4f2f1da1c375326a
MD5 3d734f9d1945a18e6589efad32283535
BLAKE2b-256 563e3ef1288f76f9ddcae613c956f3960a88587c20c08f7de43644ab84c64c3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.23-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 95.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0cda12620cdb00efaa48bf8ff1b127f51bbd4d37c91970336897fdea43362b39
MD5 ddfde6e1af0ebadc04b9ec1374098ba8
BLAKE2b-256 ffad37970bad165266816727c3653c9834f9428b556d76843202f50a5ad18a5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 00eb0f3d4fbc9837fbe2115dceae964ffdb48b85e0df6dd7fad3fdf2b4c5c202
MD5 4f9374bbec1fbfd0aa6c18ac9b46b464
BLAKE2b-256 1202045dc0e4207d3e5f9bda842f92452cf3a2e0a55f3fec2187788fddc097dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a536c2895a66e1e6151a4293a5200ba3a61a8b67d528d7dad2807fb5917b29bb
MD5 d0214c030f355335b4980f482f6b4ff8
BLAKE2b-256 3194e5e3f3f96c3070e191da7d45a149903c00ad892e5e0eb4d050d7cddc02a6

See more details on using hashes here.

File details

Details for the file dedupe-2.0.23-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.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a23c0840cb440596b6d3d089d5612b26490bf5c93e4ccc9bebde6c75c1664fb9
MD5 3fc21332b2e2e25ddb07feac7c5abb78
BLAKE2b-256 69b6f2ec961ae637752abd014ab17f7b456f450831049f7e11fd760f308e93b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb941451156a8a4a340ea59782ab762c9f634c5781fc62dcb61695f536c8051f
MD5 725c848842a57d6275a47470ce27d756
BLAKE2b-256 e14167d5361d986d1c4ec054624a768f1c33b11315c3110b96080a738a4386d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.23-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 426f7c067421e883b9ed2f4bb976fbad0d9e7dc17cf00613ec30a810f0660674
MD5 2989d8dada742e6a2d84ad9b2b03fecb
BLAKE2b-256 50ff4045f88f84d5d94db19f2a8780bb8cbf65834ea10e19ed9f93c264832f64

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