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

Uploaded Source

Built Distributions

dedupe-2.0.19-pp39-pypy39_pp73-win_amd64.whl (92.4 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.19-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.0 kB view details)

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

dedupe-2.0.19-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.9 kB view details)

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

dedupe-2.0.19-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (89.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.19-pp38-pypy38_pp73-win_amd64.whl (92.5 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.19-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.0 kB view details)

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

dedupe-2.0.19-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.1 kB view details)

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

dedupe-2.0.19-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (89.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.19-pp37-pypy37_pp73-win_amd64.whl (92.5 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.19-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.0 kB view details)

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

dedupe-2.0.19-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.1 kB view details)

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

dedupe-2.0.19-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (89.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.19-cp311-cp311-win_amd64.whl (93.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.19-cp311-cp311-win32.whl (92.2 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl (137.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dedupe-2.0.19-cp311-cp311-musllinux_1_1_i686.whl (133.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.19-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (134.6 kB view details)

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

dedupe-2.0.19-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (131.0 kB view details)

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

dedupe-2.0.19-cp311-cp311-macosx_11_0_arm64.whl (91.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl (91.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dedupe-2.0.19-cp311-cp311-macosx_10_9_universal2.whl (101.2 kB view details)

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

dedupe-2.0.19-cp310-cp310-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.19-cp310-cp310-win32.whl (92.3 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl (135.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dedupe-2.0.19-cp310-cp310-musllinux_1_1_i686.whl (133.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.19-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.3 kB view details)

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

dedupe-2.0.19-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.8 kB view details)

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

dedupe-2.0.19-cp310-cp310-macosx_11_0_arm64.whl (91.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dedupe-2.0.19-cp310-cp310-macosx_10_9_universal2.whl (101.4 kB view details)

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

dedupe-2.0.19-cp39-cp39-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.19-cp39-cp39-win32.whl (92.3 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl (135.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dedupe-2.0.19-cp39-cp39-musllinux_1_1_i686.whl (133.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.19-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.9 kB view details)

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

dedupe-2.0.19-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.5 kB view details)

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

dedupe-2.0.19-cp39-cp39-macosx_11_0_arm64.whl (91.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dedupe-2.0.19-cp39-cp39-macosx_10_9_universal2.whl (101.4 kB view details)

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

dedupe-2.0.19-cp38-cp38-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.19-cp38-cp38-win32.whl (92.3 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl (135.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dedupe-2.0.19-cp38-cp38-musllinux_1_1_i686.whl (133.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.19-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.2 kB view details)

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

dedupe-2.0.19-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.9 kB view details)

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

dedupe-2.0.19-cp38-cp38-macosx_11_0_arm64.whl (91.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dedupe-2.0.19-cp38-cp38-macosx_10_9_universal2.whl (101.4 kB view details)

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

dedupe-2.0.19-cp37-cp37m-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.19-cp37-cp37m-win32.whl (92.2 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl (133.7 kB view details)

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

dedupe-2.0.19-cp37-cp37m-musllinux_1_1_i686.whl (131.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.19-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130.9 kB view details)

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

dedupe-2.0.19-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.4 kB view details)

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

dedupe-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl (91.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.19.tar.gz
Algorithm Hash digest
SHA256 b5c6d07a0ac2145e981ec4cc648ec9947c6a7da24c49e9d9f5fb0b8330b4804e
MD5 17d054f3ac89ec134ef1e80947777d5e
BLAKE2b-256 be8cde86e540ccc5076ffb1a114d52fa611db554e34f5556d0c60fe63de26ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3e236b375b2571b915f693e593f8809a2b1a70b4c813f5435b7bc5c39f15f8f2
MD5 194c02dec01436533602af50ae80dc9f
BLAKE2b-256 095e0613e574d43bee30fb66ed1014821e9dc7090116f51e411c85ec8728a6ea

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40a595adad93d29dc4fa9c839d1effd44946d0d326618760176ba646cf470fb0
MD5 6a969d03bf1286914fc130f7e8acc588
BLAKE2b-256 b93f441c7cbe149b12c8e01d286fd05d7d3086b20610bb7b9205d1f0789a33e7

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e93874961a031bd6d1b116e0fa25431eb7bae13f6d8fb687b39965942cef6e59
MD5 c2b0b1db4caf8dff5dcef560dabe8a08
BLAKE2b-256 78ad6fb2106aa2e1d7f4d559dfd301b7bfa130b8cc38cd9d4ae5be3583eaa910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39c568a531ee81ed9be9f89120882ff1c256043c4c06311c3bc3a26a94a061e8
MD5 cccaead445dc7b309ba1c2ba05daebc6
BLAKE2b-256 c0ae75c1f6eb818e584304479a9699e2f8a9ab391c95569629d1ac1da27e25a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 62ae0f2b003e19374cf2a23bfca599c2f7bd2b58c395f456f41d29884bb4a4a6
MD5 efdea9a1cc1ce66088df3d2ae0bbae1f
BLAKE2b-256 9666e724b4750688078c8a99187b9f439f90d9723cafb3c4bb1a06710f36e312

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3762748313590127c54b8cdfd7aa53f21e9e8d0f9ebc26e736f95c8c46ef4aa
MD5 0feb6bee5e9ea65051d05355e4b3de06
BLAKE2b-256 22d3cedff0f8d063362ff527ea2f2a70f8615c311d47aa198fac9913595e8bf6

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efce1b6a28dde948417dca766c10ce5a4ffa17e7af4e43a9c09be2017d544d4d
MD5 b85098d01798f564cc7c96ae25b1ab7c
BLAKE2b-256 1544b39cb2404d40b9fb2d23aa4f57c3e63f9fc0a6b0c937d42d38d8ca9e3560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c084899be15cddecffe5e0ede1aa010ca390992429a3c777f7dcff7e04ac8a1
MD5 175376a00d5ccc39456f04ef869786db
BLAKE2b-256 f0800d577af7f23e13134dbb0a6390f3bdf58ee52fc72d112ec2299cb5cde9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 290b1f39d055a69f08c475ac6ed11025553ac6f090ad3f952eea6874e5185058
MD5 d9ba4383673c7144cdf6f24f74ffb049
BLAKE2b-256 f7e1d9924379940b39e4121244b9f56cd2fb0327d8e334a7413ac52ac694f604

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac04b98a83dcb4aa1f9d6e92f41df2be0e82b58b05aba332a33f5dfb0ec8c327
MD5 234746085ac9e5449beeb5297e578ee6
BLAKE2b-256 81bcda08df5942d92638ff5a3d6954edbd2c6bdec38800fa1631db9dfaec17ab

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 baa199ef360dce538e5d6c2bf8600ff8fe4d3eb519837a6addb842d50a98e26e
MD5 8ce84fd6ffe252fe784895b5509d1e2e
BLAKE2b-256 dc60b7afc50bb73054b33355f9adf615cb9755f1cbb847d2a361ee24344909bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa46660c96ff0d0c0e6648fabf2f496a3ffc4ba3b2ccccfe9fa94112605b2290
MD5 40f6dacd474ce2b1fc2c6f22db956b36
BLAKE2b-256 d08bd9bbd05310dc5a636503c0ec7d3d4a3caff55db221ec41fe55aae30a7a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 93.4 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.19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f02cb6652c43aaeb80a29aa1c5d9d3cbd131b7c584951c0e4d1b4bdb784052e8
MD5 dc50aaa4db8c79dbef4b8605d2594426
BLAKE2b-256 9db47b3a8513b29dc33712a9adae2c0c1a0aefa5f52018abe21d84696fc266cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp311-cp311-win32.whl
  • Upload date:
  • Size: 92.2 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.19-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2740cc00a4de003abcb7ef32c24912120c6c3faeec20a123accc6f548b81d465
MD5 937e536c9b38814c483091a750a70875
BLAKE2b-256 f5d094dd6d7e94ee73a65d85b12251ea2b2db3712b3858606848fabfaac25833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e48fdbec582749b9cc694de68ad1f2291e40b87c637165081ad7c8ab1968382b
MD5 e6bb555868d182c1527109f6a834e3b4
BLAKE2b-256 3c5100c8b43e02fb5799340d87fd95e1701f178022d1fff6a9704c16a63691d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9bc32b3835e14752816297bbaf17918415780fec4931140d64022d23d8b946cd
MD5 2462b04281a931cd0d5dc24a1a0db140
BLAKE2b-256 16333e262550f7677225e69583d3e884bf50abe45e0eab25ee00f2d90a320dad

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86984daa7ce9bf5c0cf33ead2f8fd26fd512066a95142e0af676049e63cb8cd4
MD5 d3cd8156d39b886a4c320d4b7b7db647
BLAKE2b-256 6605ee5530880d8eecd3e30db29dab67543609f78ecd163c0b7b294bbdd6dbe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7520fabd26459a86360685ba57ea6e747490e482742159f2366d5e9f28f8e372
MD5 b6de6c0bf54f6e9756016086af2dcd41
BLAKE2b-256 ca85705a259141eae169ff4919a982d54e28c1ff44343a43e1e629e42769efc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8058a764998d1383823257f5550dea71b5b8f0892257e1120db1559abec08eb
MD5 c1a4a51bb3ba9e2118f9b714e6840e7b
BLAKE2b-256 970a6e057475f8a9a1d90e1489047d5048351ba6ef39d792a1898136826a23ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7621362a08b18e43629586105c88ff27b5a07b879ecca9279c298016c49c575
MD5 5fa9e2cadadee54fdf3929fa382600ae
BLAKE2b-256 e509892b57cf89135a2e5deff10f962026ae4611be94d6b690d4c540a911ecc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2fb9863e0526ec70c70f4f87822312e8315d6d5b6715a2566f1fb650a6cecbfe
MD5 521d61ba4eebaa55aefd66a71e397d20
BLAKE2b-256 9c2bd189a580126e3a8c223d71f111f80676ab34c601db99180abe35f1d223a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 93.6 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.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2620d1b031bd1cfb6519e2de5f212647aded29daddfad4fa7f8c6b0ed73848e3
MD5 aae202cb184316ee79116daccaa6fc50
BLAKE2b-256 8b42fe078628e5f48b84ca00727929d51932d134cdfcd1af5c8c5d6918617c5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp310-cp310-win32.whl
  • Upload date:
  • Size: 92.3 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.19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 be271da699e75c2cbc6c9d2db0cf29b18314f7c5b41dc730122eefe35f860420
MD5 f310164444ebe1fcf261ca739f235444
BLAKE2b-256 13b37d8b4d910cfaa87b258d241bffb1ada74933a5af926c82fac1d61978b935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d59f64469a819e397652baa1f58946969b2b8e27425bc2c2527e867ebd4a481
MD5 cbe961995a1e424f9cdff8ac919fdd45
BLAKE2b-256 a1a65f1156f5b39e82295e22cad376ef06105324d7dd6f4f9352362ae308b57b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a0c39a452ce974336aa27a85f09cffa9f1b1ca14e249b578de6e49db5458d903
MD5 5be1155862fa858d21517e4d3fe25b04
BLAKE2b-256 a3da54b0b5253f63638d6f4305833d87be9e8ecbc05f702b956ab43928d1d087

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 414ca2040292800784f77927c92335367ebd8396785cb8d509e8eb8f0ef43ac1
MD5 7393016a8e90cb752f18af6d002a0b8a
BLAKE2b-256 e5f9d7163b1ba105a69659c437ac2e218d5e5358118af1b44d4e19e1c1a027c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4df6215b3826239330306846e2046cae5f4ef14eb2e03d666ac03517ca20bac
MD5 a20b14c34659fa4a8c73337e775492f5
BLAKE2b-256 7db4d49da8bc290e71c751d15e219ae4ccfcbd437009119ebec9303d58b31cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f97bb8ce83d3c079d23a7f1fb243f5c14087218bb1cf5a7bcae76a872d397f9e
MD5 b37cfc1c47cd768d4177a71c487c69e3
BLAKE2b-256 e74e1a97b746fe5bf904a867aa02af89a1e206be428c034a6f99bf416d9510ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 638bb505da698d79ecf7423b3d8cff73703b1bf0f45e4debcda30e624bcb2353
MD5 9938bbab73a4217e5a07e5216adb6624
BLAKE2b-256 713de67a3d51c06fbedac3bef4117e7b3518e327cdfba91f324e54a17d2ce540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 104ca63293a2887086eb9da98bc4f016ba44a7fd37ef43b8ccaa323ad0eb19f7
MD5 0884c23f78ffaf14207eadffc6d31cfc
BLAKE2b-256 0f8c6131d59fc89ea746914e7bca7c4f78746b5744ffad423944cc1859463033

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 93.6 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.19-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 322a2532a413cf731183148a473259d7e1c0f6d6dbd41a26cc2f793322d70ab5
MD5 0f4a39e077cadbcb5ac24614500c502a
BLAKE2b-256 f616371817f399eda83ffa6156f0d00f2bc04c72355599dc4ed084cc9b9115cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp39-cp39-win32.whl
  • Upload date:
  • Size: 92.3 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.19-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9ae9824fc08788bf8c7aeb0e6fa47910ec40ef903b022816fbce90137b7728f6
MD5 802dbcf38ec987833ed46401fe02133f
BLAKE2b-256 351f3e327d0b03a5c59d31f381682ec4c3a544ecec3351f52bcf2e0373204b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e3cef416b9a2a2d82593c523486140892666c028262f349c614f6063a14c265e
MD5 f4dd84e4a4853db1efd734dae8f0c63f
BLAKE2b-256 3d8a03eeb529df7c93ec4e3129d655583cc18768a1aa5bb5b505fa745296baec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8ae148d9c759d31c5acba63fc77a14f0463c901331b87633685a894301815c80
MD5 b50f6d0174489d69cecb5d645106fea3
BLAKE2b-256 fd7331f27fd4882194317d73e0579418005a802471ca7827832426822bb79106

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82d528291171cf2d2f6a1f75f1dbb85fc736fe5f2ab48f4af9b3650636c6bd85
MD5 2624119f4a7471fba429c366b88cb8ca
BLAKE2b-256 1b7e488227171890f522fd893742f255edde7dd7dc804a3239bf504af82caa93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a84bf96a468188d21de3c4c0638cb14430f3d997c1f537558f972a3524548c0e
MD5 c69bf9a62e1feef62d406e289695f37c
BLAKE2b-256 ca4be6be5e18bc1bdc0f7af5874f5df177c4e189a5de68aaa167054ce55bff69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc0930fd13d8ceb3b9a51011518c2931e147dd09a87965fa27a562b6155c011a
MD5 2ec496f6235ccb22d2ec853ef5522080
BLAKE2b-256 a1bd182bfeccd145135c00b6dbeba7a236648ff25c4e25537f172b3e08334189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 feb2cd79c12caa72acf0863edb7f6d0dd6692ad4043bff83a8dc4141590357a7
MD5 66bd6b92587ad361e24e49b4bcc87d1d
BLAKE2b-256 e13d5b0740f24974942d6be78a18a73024f3ab12113146f77cb3dd77a5b2a9ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 20bd2615bd1cd61a376351ae06e8ed7582be2d2f6181cf7ba2dd00c6f738294a
MD5 b858e659e86e41c9a643761d6dae1c5f
BLAKE2b-256 de7f906192b6e835a66d10ffcef7ac42c96f18f224d00144ad220b59e13b3fc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 93.6 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.19-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ebe3e83148b3a30db7fe8cf4ca57a0e68deefce71ec940e267cc32136908744c
MD5 6848c293abd886f8d53b37865c4c8057
BLAKE2b-256 fa1f5db81cc74ad90f83ad5cd48d1f2380b663cba976ed5a1334e072497f46f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp38-cp38-win32.whl
  • Upload date:
  • Size: 92.3 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.19-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e95a0fc0f26ffdab3f74772ab7fb13a149a9330758fe216455301f09e773d09c
MD5 aa7d9bf9c847a0009a88aa13fe37ac53
BLAKE2b-256 dfbdbf1d0619b45bb9bec85ae0b0bb52e5b2196232e66969734b3e610ab96f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 836eca097e062a33359a09539c288cf041c0a549045b50e3136568c0a3b17421
MD5 8ca372a812bd61d734ef46f2b97d51e7
BLAKE2b-256 4e4ecc2f290cea13e7fd6ca1ca480d2b33b5a1390a2cd7970b35fec0be9b351c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8632413280f8d60f08f60ae6d54c1fe5af0cd6c6e6a5d4f7c4ca672475ddf99e
MD5 11ee6cb5b19cb869eac6c23ea06bfa3f
BLAKE2b-256 c6d968abf346303700517113492003dd5275f5150420e054b71bfe51d41c1763

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 533a13ece25ae3731bf6315db93c5d30855d68eac2dbd32be97c6b842599f70c
MD5 ba1533796798ff24ed75dda0f31409e5
BLAKE2b-256 6930d83f58063db0813ed96f7716e561b2704ce3efa7dbe6b7ecc9b90c452545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ae5531e186ff6d9a262ae3e31f23a820884c4ac273157f4606ddfc41eee3a54
MD5 e56060e713442ad2f8837afd5e154e9f
BLAKE2b-256 f839715673e3f77bd5d417e7f6ed343eff6978718ef9392684872412cf2c5d25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3ea5822102bb5fab459fbfc15a65309cddec54cf20f450c728a928755e87ec9
MD5 22950db76fd2aa6278a0d5173745a496
BLAKE2b-256 b9f6d0eddd479483fa1882f69cfd261d8ff5abd41d3653e7fab8a262da379e55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e70f4440758bf58aeeabb686de96ef512501977bd1a038b9a0ea154a974de7fe
MD5 7091cead81ef6e190c4d025972a59ba3
BLAKE2b-256 e1299435431725fd1b2287bab8dce6bd47172550ce9912f58c6300efbe9f1184

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cab3ccf8fd6f80b4afa8bfeda01610f17206b67a179d8e91264ae5f07bc5ae9a
MD5 d36faaf9d585571ee108240cc2b5ee30
BLAKE2b-256 40b1574a5b6dac1bab469bbde53fb6e60bf5b4187237067aa1f2d32b233dd961

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 93.6 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.19-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e7e47bb092835056a319da546c604707f640856df7d7cd380d708382f7639599
MD5 da7044de439c6ce692639f6fce625f94
BLAKE2b-256 3f4079d4ab6220f55c09e14b6738b8eedfea57a146df745eada8973762276c8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.19-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 92.2 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.19-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d7fac0b85db9c76efef02e8514a37d84b6748e9f5212a701aa2509bdcc9a5ced
MD5 375bbdc93810bdc9ccd6de36d2d05e52
BLAKE2b-256 72b7c165a701e1b7c3ce9066e8ac776ed9d1e5485d9eee24826372ad8c5607c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7cbfbb61538c35dccfa0c3d0eac2ce0443024948428cc4122b4bfc0ac10f9c76
MD5 2f2079f4470e5de79cb6bf2f65a796ba
BLAKE2b-256 0744869c4b535b3800053205a2f3c64d8f456a043235a971de58b58cf14280d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f6ce4710432669696b03fe94ede9d57ae662e2210293feb2c3f014d32c4e9100
MD5 8528e67c32818565a4fc2d08ed01e06b
BLAKE2b-256 2c64be8991be9db1859d8dd911e15650fcda8c43751fca76e6cf7381bca2dbc3

See more details on using hashes here.

File details

Details for the file dedupe-2.0.19-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.19-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 167f8527b99fcd8ccce93b7bacef5636f473be94fb8929250a33a6e291d2a299
MD5 6db421e193c182318f379cca8b168de4
BLAKE2b-256 83042984f55e1dae5b2348ded8596484ca61c119ea09768705b32768209d1ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e7fc1d68fb4c9460076484b7b0c21ec72367c380edb519cc9eea6b130a1f94e
MD5 dfa8ae1f7389ac165232130fbe783c4e
BLAKE2b-256 64f435e8d7be03cce5f0e41116b45c1f6d70a8cb002b9dc7672c7b11897e6bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5365c12365c0a1f20e0111a9680c612a6f2c34e2b8b0fcdc286cb633f8949de0
MD5 b779b1031a9dbbf68fb59b90c9d84b8f
BLAKE2b-256 d25967e53740afc1e5bfbbc79d656c02a7881c0f153367d85e0bb2cd78341096

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