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

Uploaded Source

Built Distributions

dedupe-2.0.21-pp39-pypy39_pp73-win_amd64.whl (92.7 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.21-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.2 kB view details)

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

dedupe-2.0.21-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (93.1 kB view details)

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

dedupe-2.0.21-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (89.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.21-pp38-pypy38_pp73-win_amd64.whl (92.7 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.21-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.2 kB view details)

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

dedupe-2.0.21-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.3 kB view details)

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

dedupe-2.0.21-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (89.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.21-pp37-pypy37_pp73-win_amd64.whl (92.7 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.21-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.2 kB view details)

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

dedupe-2.0.21-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.3 kB view details)

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

dedupe-2.0.21-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (89.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.21-cp311-cp311-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.21-cp311-cp311-win32.whl (92.4 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.21-cp311-cp311-musllinux_1_1_x86_64.whl (137.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dedupe-2.0.21-cp311-cp311-musllinux_1_1_i686.whl (134.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.21-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (134.8 kB view details)

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

dedupe-2.0.21-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (131.2 kB view details)

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

dedupe-2.0.21-cp311-cp311-macosx_11_0_arm64.whl (91.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.21-cp311-cp311-macosx_10_9_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dedupe-2.0.21-cp311-cp311-macosx_10_9_universal2.whl (101.4 kB view details)

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

dedupe-2.0.21-cp310-cp310-win_amd64.whl (93.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.21-cp310-cp310-win32.whl (92.6 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.21-cp310-cp310-musllinux_1_1_x86_64.whl (136.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dedupe-2.0.21-cp310-cp310-musllinux_1_1_i686.whl (133.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.21-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.5 kB view details)

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

dedupe-2.0.21-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.0 kB view details)

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

dedupe-2.0.21-cp310-cp310-macosx_11_0_arm64.whl (91.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.21-cp310-cp310-macosx_10_9_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dedupe-2.0.21-cp310-cp310-macosx_10_9_universal2.whl (101.5 kB view details)

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

dedupe-2.0.21-cp39-cp39-win_amd64.whl (93.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.21-cp39-cp39-win32.whl (92.6 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.21-cp39-cp39-musllinux_1_1_x86_64.whl (135.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dedupe-2.0.21-cp39-cp39-musllinux_1_1_i686.whl (133.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.21-cp39-cp39-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.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.21-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.7 kB view details)

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

dedupe-2.0.21-cp39-cp39-macosx_11_0_arm64.whl (91.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.21-cp39-cp39-macosx_10_9_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dedupe-2.0.21-cp39-cp39-macosx_10_9_universal2.whl (101.5 kB view details)

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

dedupe-2.0.21-cp38-cp38-win_amd64.whl (93.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.21-cp38-cp38-win32.whl (92.6 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.21-cp38-cp38-musllinux_1_1_x86_64.whl (135.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dedupe-2.0.21-cp38-cp38-musllinux_1_1_i686.whl (133.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.21-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.4 kB view details)

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

dedupe-2.0.21-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.1 kB view details)

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

dedupe-2.0.21-cp38-cp38-macosx_11_0_arm64.whl (91.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.21-cp38-cp38-macosx_10_9_x86_64.whl (91.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dedupe-2.0.21-cp38-cp38-macosx_10_9_universal2.whl (101.5 kB view details)

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

dedupe-2.0.21-cp37-cp37m-win_amd64.whl (93.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.21-cp37-cp37m-win32.whl (92.5 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.21-cp37-cp37m-musllinux_1_1_x86_64.whl (133.9 kB view details)

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

dedupe-2.0.21-cp37-cp37m-musllinux_1_1_i686.whl (131.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.21-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.1 kB view details)

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

dedupe-2.0.21-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.6 kB view details)

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

dedupe-2.0.21-cp37-cp37m-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dedupe-2.0.21.tar.gz
  • Upload date:
  • Size: 74.8 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.21.tar.gz
Algorithm Hash digest
SHA256 22f8c6f9d7a73c4257e4cd283f2a4e11187ad13b95bb8aeb7bb9bda2f2e79405
MD5 958ac43a2fad0a5e69dcdc8f31ef6fad
BLAKE2b-256 a18ba4f57026095ff222a82dcfc0225acd313796e7391429b94fd68b495fd12a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 70273abafde8ff2e804f33a3abf9644bf6371a0bb34fa4607b9ab288e253e2c1
MD5 023bd40e9ada6af885adfc3cbae9560c
BLAKE2b-256 bc69a6d1ee364d2d604695672956b8e980cf4a584c979b2b1e359893cfe41c19

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d7042b69b4fb596109bcbbfbb690af9b5639d4bc250eda09e0c69682924ed0e
MD5 42ec8b52ad8d97bcda497a198ae7cd8c
BLAKE2b-256 f0c4910185e788038902eb7cd82fa891fc44c89330b609617b74995bf30bfcf9

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea68130cb2e0241a006cdc3c06b38eada983a9f83ad58abbab50f8234c66130b
MD5 f7bfa3c5501c060cd2ab8999b4f70860
BLAKE2b-256 18a4428fb521d77ba1a5223c6e27cde4ed5d9c23555b30bada80cf7a37112db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1dae2c5aff43f30e42211c6d33e2b4c0d1703c3ae7a13f15d76b58e7b965e755
MD5 41dc33e467d0c03c5811929817779e47
BLAKE2b-256 1676d670ea864b5094c75b85487529fe64f70e21c9e214de86b2e2c69af42c43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 38b2cfcb9275c7de50414602aabd814df073a2a9210664625e630a3cda018d66
MD5 051caa52fce394d164c1c292c2691481
BLAKE2b-256 ff20ef16910b7998f9e867ea3b48337dbc71a075711be6ed96dd67648013850a

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2e861edf594a65b3c94a9aeb5da70113a771264128662859c3988a15110dedb
MD5 e625fc96f77138838b7b4ec817d4711d
BLAKE2b-256 b38a024b60dd69ab62e53332b0b97419c05e831a53866363cf8fb41cc9a27e1a

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9da225124d98829f2a111d127c759c9e09bc7ded23094e6f829aed3feda258d1
MD5 29ac2b4dbb472026ba3fa7962d73f844
BLAKE2b-256 765aeeb544c124db354d9a74d4b8ae8d65789f9175d1562e7db198499c47ec95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e58ed1633336774828e59070be0db428222f67c8bd39b1d1ec0ff2487ca4bca0
MD5 5a54886b5e4f29ff799a1bc1d612ebf7
BLAKE2b-256 4d9bd8005cf5406af14ab236c0b14018c4d42c75f49abac4cedeace7aa19d5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f2b0f908352df5095482cef7318903b70e15ec327ff31feed21435231eafd248
MD5 36cbc43a4e2b4f45eed55ef89a753df5
BLAKE2b-256 7112b49c502b31d6df9474e9fd84b61c22392f9f0e2ad25fa9250ff2e1d120a1

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28c7091a6ca5438a282fa96e02f1c13ed82ab5d2df3f7b7382536ad9982cf454
MD5 8cbe67d946b0b8e4d7f32ace5ebc0c36
BLAKE2b-256 680b059dd55a309ee9bdcae04a4c910e97fe14cb4b2a142857a4db5ac97d7574

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 210b73874cdcc4c18f7a4c2b8135b388a09aebd4d258b7f007b2dc28b996321b
MD5 68be6b715be06f5e7f79d04747b9ad24
BLAKE2b-256 085f6edf170749fdaab78230db4f37b3db4dee6e6bf7f8e9a31cf04befbdef8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 764512b20fe93af9c819f47631b342d24d3c4750e8c934316da2236b88c7d98a
MD5 8e1df4aba90fc04dcf11f29dda95e0c4
BLAKE2b-256 39fe7b40ded03a710536842aabb401a8bb94e8b05bfe72d98c1db8fb945e71db

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 94964050ba68307e56049a8371edd0e25817a0b060b70b6e532cd5c9ee340697
MD5 ec63e5fa674c8983c1c5e93fc2d85b56
BLAKE2b-256 0195c660e41e6542e67f49f176d7e7b316458e049a18bd2439585b3bdc50f001

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 857df6f78e6e01320b7470fa8d33408f7f45d265fde9242432b3a36878c544ee
MD5 2caaee77927f63ce1a1dad70615f4c30
BLAKE2b-256 12e64f24be03a6b81752f62dd65ec8c755aaba5ef165470790dbc01df932e40f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 adee9376db529f780947b0aa3392e38e173292451a2c8af006eb16ac2b678c57
MD5 76985ae0bdbf725f76593060d0702f49
BLAKE2b-256 54dc23f10b1db8eb29be05633af3bfec04e02b48cbffc7771ce9965724151b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c013901b38db9e485fb0fc43980aa123fe0ac2adb9c6c1d00e89cc53723ecee2
MD5 9bca27b78149479b0f4650776d521b42
BLAKE2b-256 ad45b81f4e74c81e6099b59dc8cbc21f47d28a9091d8d68799ccc8b6b3cf8156

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0b8ab5f14d48eaf6fdf72f49728f7e15b01cc6e7dcaa4baac7b241d3b0f24ea
MD5 bf3b5e1743fbf1527923601992d6ea95
BLAKE2b-256 8b01f8c5175da35f3df2ba21b86a04ace6d9d5cd61c1c012a01d31a5956f9996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 111387a51dc8bf4b130444bd7e4fd9ce425250665fd7567f62e51a18570ce839
MD5 0c94be0b44043b876b5267705cd22c72
BLAKE2b-256 b2aca3cfbb675c2f93796c1995478e6e457cc13be8f8d3caf05fe4bf878a9c69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bc2ce89d49bc056838a609b88d18e3a6e3d7e1c7563f1e97974fbb9ab866468
MD5 1059ae90cc87cac7ceb49d81d3ebeb23
BLAKE2b-256 ea7e05266ac3370ccf14b01b10b7cd0734d43a3af6c8346fe58112d5f005d1d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7fa17c6604dcfe63a98fec755018d233223dab88ccc1987d4bd681310eb220a
MD5 3748d5dc39814b26376ea01c30b179a2
BLAKE2b-256 e929d23de2ae19ab91ee7511a093480aac697b96f70a8b8e7136bd93f1a5ad25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bd48d14dd62cad89b6c7d855b7198cc051fe3e7093945e7cd3b2599fcce14165
MD5 307b8a8e202fd9f82ad88ec5db85d1fd
BLAKE2b-256 31acf57032f09dd6accb4968c2ba679f4f568243a0df769875f92e4aa1ca1cb4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af24f26335f57e37ea0078583bfbe5e2dd6d88dd2961278a7c0f1c6d7b532f16
MD5 55eb81dd8403d28c0e56ed8f00763190
BLAKE2b-256 28afe8fda4bce21b8aef0ea01ddc141b8422222ffb923ba37b6dc2f00dfe16ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 66ce570b24da9b60ccf946c68e755c0ae0fed34d1dc9a820a2d37dc598a72959
MD5 7324838243661e4c1875de2b7c0ffa53
BLAKE2b-256 4f49d9882605b3f8640dbc16894536649263fb927a58819967df65c6192f691c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9459960644a1c5c868d00b1b74fa5f1f685af7b3154e2b9513b09933b00f6fc3
MD5 842e4cebdc7b1d7ddf7c35452a4e7332
BLAKE2b-256 69e10e100d6c229cc846beb5d19eab4ca754204842f600fab182b30a1f2de8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b99e3e173bc8c0adf5f1c9869722a0318326ab4d79ad6fe2b9e2e84db2501b67
MD5 540e7493b472794cc0f5a037001a20ca
BLAKE2b-256 281974d12f9595393dde7e1e03ce091ef2be2e5346f149516265d16a80acc447

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7971997a5563a8a66002a47ac5db3f869d4f571ab3336c0d18beb06e60f9fda4
MD5 93425ae2a9e4d08f0f513927dabdd2de
BLAKE2b-256 24a20f6cfb15a703c724f950ef6c68c61d89a31bbcb7873ddb097193a53f0178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c159da6a273cdf91f0ee0bf1a342bdabb108c0edc85f9972637aa39643498c9
MD5 60b8f3457c25cbaf684e5975296687ad
BLAKE2b-256 6889cb9cd513528980d830e1c7f2b838c39655282bfa6128638de75bbc26aec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d681f1c8628881ca3eb4b4ae53293fd6b6ec1238532c6e8e2828e958dd8de1e9
MD5 bc5d3493f8021ad79e7d4dbda16ce1ef
BLAKE2b-256 0cc3b2dcb55f5cc07c7ce89c36a1217640ff98ecbf2a3ae53aaec6c5b92d4f99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b4e16f8f3d548fc3047c8de73d01fcb71085e2d336a5a38192b695f9f357b5
MD5 4cc78e756bb982f9af1a75af67a563d1
BLAKE2b-256 3fe1edce207cc14e0501a56f4036212a6e6dbb7ab164b1e920bce428a78c0b70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d8acf1c190f1a8020afcfd1bc9d9889eb7c31f171600a1f0fd1f255353c98998
MD5 6fa339491cedcc2092a3541b0778f152
BLAKE2b-256 abc67e45cbd00639555894c31cd740290c83067755f326a1d95e946ebee0a659

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 097c1b75e62dd19d52cfaa6e871b7891fd7833e422ae5dc44400917a184cee67
MD5 7eb1d4bd472e2e42b0dfaaf3c954c375
BLAKE2b-256 c2eac41c457039d1f37334ac2343a754a9f29cfadc126baf4da9a4ca55a24050

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fcbddf30be312b5347ae6be045a2935875812293129d1f0a89f7d91cdd5e870c
MD5 714b393c8a12cb0b4f6a14771011e5cd
BLAKE2b-256 4ec7b55f9b189b4ac15b78d14b21b106e6bed89b2479bbede61214d1efeeed6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 09eca5cf9605ff2680144e2be40859d071bdc7782513ecceb3db81268e31e7ee
MD5 0eb84783614cd74144c3a847bf3fe385
BLAKE2b-256 945acdd94a742ae920a1639bb17085cd16f2782bf5cb20492bb6c42f174a1658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d3caeab9a5657345f32a54c7b857d530863c12436991d1214975f9d517e37120
MD5 59bb1a316d8ea229cb1879abf259ca30
BLAKE2b-256 930f5a18b1a66f2eb1b0775d20b9eb1ed0ca6321e54f48b2fdf59b83e9e77908

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d457cd7a2d08c478f4a753494e33ea38cd49e2e08bb3791a1e45c233dc12e4b
MD5 f74356f6989d8549c87faa10e9a98690
BLAKE2b-256 49c7f8cb740b5944b9ea76dbeb00a515bcdd55315b029ec4b40fa2c2c723a1d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e90242c6b32d907fddf47da8adf2fd892a42311561a397e9dd1e9c30c6e0f0f6
MD5 85d4af94b11e3252b9258ad85c9d62ef
BLAKE2b-256 f216f34297f68485df4e24a0c30ee17e265775e85148d23727c28497cd823da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57a975322597fb7eb8e35cd2655fa10cebdd70dc1d80d6350e354d6fb8154a12
MD5 dd24d87f90e642fd8c6a47040be1fd64
BLAKE2b-256 b5fdf1aa82dfb063fb3537666de690c1c3c1e7d6e3fb9b9fb06ccc468f16ebc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90c337bf9d48178babefd968973b7d238a81a00a19b3476136f755b0155ff3b1
MD5 f7cde99391abe3bb1343255c618030b8
BLAKE2b-256 db78e21e526c13027f8129b576807d95bcf5ca4773ca20d200cfc242245cf0d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 db235820e5796751ae5ae10eb81795e9e7cff6204fec9eb34bf3cc30fb7f3c64
MD5 e32ebda23dedf689d51dfdf10d95c177
BLAKE2b-256 b1495dca517afdf53cee6363ff7da4ea58f11cfd0bad8b14d4d118a0a18aec98

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7b34a3d419ec49d3c6ea215428252cdfe82452ce4aa95c2b5b96ea40fb250b6c
MD5 e7bdce0c1f66ec8201cd458ce386d0ad
BLAKE2b-256 74314cf4a628904bcfdda7d022d3fc86652ea9e23056fd2fe1709e58cfaedc1d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a8f48e90d9fe4816b21f3bf9f010f1bd942e7e241403544bf495dad204f7bac3
MD5 2fc8da24db4634482bab32a52bac0814
BLAKE2b-256 71179169ddf77a303eb3d24df6a751c30cd7c54760ceb0a407d50c82b0ec54ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ecdc5ad31fee748158cc478ab88759c25a83a46a9b559a6a133a5687499f1b31
MD5 72f8cac8312bd5417736702b7c33cda1
BLAKE2b-256 e66c882604b279aa1d5fc652a4d57acd13ffdf6b89b2f8b05884784dcdb60da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 75546150a17f61645ec1c2faacb266bf8650aa07034c2967bffe03fa88e3c52a
MD5 d4af16baf92abcc17a855438bada14e2
BLAKE2b-256 69aa8e1608f951fb78d38a45e5677240fd6d4c80f9b492699ef64c830537a6e3

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f75920d847e17e704e03b86f83b73ce65c5bc109406170e1dc14b8e832589501
MD5 8b0e910b7e5666e330a044e9821840a1
BLAKE2b-256 59715eff3ecab835c8df34a4b85b850f76942e68f9d2844d75b0a4ddb94f5715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4272b95461f0052050d12499368a49faa6dea593e4050a61c1d550c7513e6632
MD5 4d366bcbd68e35df87577b518ca9af03
BLAKE2b-256 82d8c4a546a69f6169e0bd352d69b5b96f6b47be6b0ad502ada4165368cbeef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 303712a85c3ce3689eadbf4922af669a36ef2fd7190f8e8dea4bcbd84f943649
MD5 18f5eacb0941d3e8b6d7072d2971f735
BLAKE2b-256 f1ff6bd3468d36e2a24e78175ebe29e2847fdf3ccf2bf658a6c3527419a83fc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68d22a6f7cff49d17e8ee6cfea22f90bda322cc261f290cd8f97b153c63d8db6
MD5 3832565b20a741335c8609f2f6c78c90
BLAKE2b-256 2c3ae52f756cd0a660018f9a63d2ca3a97275c739e674bedca3c1bc9894b3cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f9b4cf335a12db7087c65c4a664e90b697c92162368d373b9812fa3732bdf873
MD5 8694de8213967a01da7748c7c898c8b1
BLAKE2b-256 2cf2e4f986e6fb536b3d6fb889b79741273553695e872cae868682dfe8f741af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a64e14c505adf7fd09de115cdd0fa8b314b6e7eea7a188aa0669be7a496509a7
MD5 1484409c0d31a4f026bd5d1aa568ceca
BLAKE2b-256 f81ed62cdda5eff4524da76a0630353cf54081f4fed9c9515ce5f31cd315a732

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 34a229402b474a70120dc5bc265ca3d9ab5ddb6678b589db19b8ec2b388466cc
MD5 fc8f6bb8063df48aa3c2d22acd1a598c
BLAKE2b-256 d03debb50ba5abc0812a78b06fcdc572ecec7b150d18b5818878b276afe5171f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f0a4cc906447f7edb23bbdf206072e0f9025a3cf3369388a14e115db6c41e12b
MD5 e4aeb56b413be9ed342b40db0127ad32
BLAKE2b-256 63da2b9885cd5e24c26b3a48bd472ab7df505620a1c28b2b6d6af154cdca56d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4ba4ec77a6816ba5a304d43ed29d527708b5a88bc23f605a2f7a8d498bae15cf
MD5 1f6d4a6b7a9403b44f42bb8384e37528
BLAKE2b-256 df8cd87cd47fc3cc8ee0a947fa3f4d14026756b92f80268cd417ddd1126b4571

See more details on using hashes here.

File details

Details for the file dedupe-2.0.21-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.21-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ce965f82c6ac7f38dad3b358b749d76e8d5ba2e83b332572ec67b766a14ef33
MD5 c908d6e029ef82b55400693f8c77631f
BLAKE2b-256 19c4c2aee28c65b527ef9978905791f355586b34676476287ae9c29e9d7a9f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83b37489b884d9fa661623fe6743196ebe1615cb38452dd8349b200d27f319ee
MD5 f881222dbf7c3e9a8d5a5699debc1441
BLAKE2b-256 102175d06b9fa7b640633a4fd88d3200c06b303dc3e98d4d4a09f676729f540e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.21-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d9c4e7cf1b3fe3b3d3ebe7cd29e5f163c210ae3447a227dc7617cd76276e46e
MD5 6346fc8c152541f6c91cbe1aa3a2ccc4
BLAKE2b-256 9d137ada021edfdac76892d043f76126bd5ac6e766907d8b668d58aac435cfe2

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