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

Uploaded Source

Built Distributions

dedupe-2.0.20-pp39-pypy39_pp73-win_amd64.whl (92.5 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.20-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.1 kB view details)

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

dedupe-2.0.20-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (93.0 kB view details)

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

dedupe-2.0.20-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (89.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.20-pp38-pypy38_pp73-win_amd64.whl (92.6 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.20-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.1 kB view details)

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

dedupe-2.0.20-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.2 kB view details)

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

dedupe-2.0.20-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (89.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.20-pp37-pypy37_pp73-win_amd64.whl (92.6 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.20-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.1 kB view details)

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

dedupe-2.0.20-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (92.2 kB view details)

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

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

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.20-cp311-cp311-win_amd64.whl (93.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.20-cp311-cp311-win32.whl (92.3 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.20-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.20-cp311-cp311-musllinux_1_1_i686.whl (134.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.20-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (134.7 kB view details)

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

dedupe-2.0.20-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.20-cp311-cp311-macosx_11_0_arm64.whl (91.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.20-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.20-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.20-cp310-cp310-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.20-cp310-cp310-win32.whl (92.4 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.20-cp310-cp310-musllinux_1_1_x86_64.whl (135.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.20-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.20-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.9 kB view details)

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

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.20-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.20-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.20-cp39-cp39-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.20-cp39-cp39-win32.whl (92.4 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.20-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.20-cp39-cp39-musllinux_1_1_i686.whl (133.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.20-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.0 kB view details)

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

dedupe-2.0.20-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.6 kB view details)

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.20-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.20-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.20-cp38-cp38-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.20-cp38-cp38-win32.whl (92.4 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.20-cp38-cp38-musllinux_1_1_x86_64.whl (135.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.20-cp38-cp38-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.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.20-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.0 kB view details)

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

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.20-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.20-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.20-cp37-cp37m-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.20-cp37-cp37m-win32.whl (92.3 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.20-cp37-cp37m-musllinux_1_1_x86_64.whl (133.8 kB view details)

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

dedupe-2.0.20-cp37-cp37m-musllinux_1_1_i686.whl (131.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.20-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.0 kB view details)

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

dedupe-2.0.20-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.20-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.20.tar.gz.

File metadata

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

File hashes

Hashes for dedupe-2.0.20.tar.gz
Algorithm Hash digest
SHA256 553e2f84f0c725c2bee154db990ff5460c65aca33eb58f4a64657e9dc41379b0
MD5 974df45a44b7493c0808bc624b405a32
BLAKE2b-256 be0f38f3fef8d95af353608c8ab1e3b47e452bc8fb3634839c94cae9dd939152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2c7f84945ef5ca99aeba7477479b4ab600fbde6a442bd120c06b30118524ff8a
MD5 714f7a834ed0b53a7f0a37f52adb41fd
BLAKE2b-256 d479fafd19f56cd09e25229f799f13ab458eebd90130b38d7de96506d56bd9b4

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b68bd0fd6a637ffe5e6bb290bdcad908624888b65a78326638c66ea828f729a
MD5 e1e2cd2f85a5aba50cd0589d5e4e670b
BLAKE2b-256 3837f06c9dbee1d4211b62ff7da1db6f7b9a59505764d7b650067ee5d908b2c8

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6df1a799ccecb4739ef2f5612b00795787bd249e0f88e0cc5e6be16dd0b940be
MD5 b85de3b49ec92de61a85b7e858db7fa0
BLAKE2b-256 ae3481ee8f484491fc55340cdd3c7a876a11eb371291c45ef40c8ad02e59e29c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a847279615ed1a662629a4c6b238dadd8803b00fbe696e33b8ed0aa3be7afc06
MD5 ad929c2a3caddd0e835ce21e79942614
BLAKE2b-256 55328317f03cf0c5b4540f68b60f2d07a221ba63cbc0e42faed6d7bd0a232eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 11c6cd6b07047bed696d236d7c66e942565a6e39158b1c9cb3beb1ff4c7996ed
MD5 dd897e3cc69cdbcefa834f9bc977aac7
BLAKE2b-256 7a5d11e4e845081fff291736ee7ec86f0272152ad64c29fb4797645adbba1538

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e41bcb25ba1248429fb2e7b75e026660be07d9c57b5e197b103bf1ede9312180
MD5 ffc8a6a6cd38aac2f3e8d8d7e9c36b9f
BLAKE2b-256 e671c129e79e08121ebff5af2e0929e008e9bff6fcec042417d0477758bbed22

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 484393f38cd1c860278d20892ed0f6b7f971fbe63a588f446bc1f94a764a25a6
MD5 ac388e74f3b4811cf97ff5cc035fe01e
BLAKE2b-256 401bab71e763c72f6ced2f37d4ad443c73b6ff51b648aa5c9164a8f148962c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ffac2d3fd7a8a3bcfb22b915540065a9662376235a42048d302ef2a54259370
MD5 ffc8723eb13e6524ec1c2e6b5dc1cfb7
BLAKE2b-256 f23d9de0b3debcad59de63ae387db2eeeec8b745bc8e436ad3d7256b421c42a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 afb4193679c043ba77742946496048dab97b28093901c73147a28e32fab2ddbc
MD5 06e35dd8195cdae63b8535db6715607b
BLAKE2b-256 e4a646e79b61cda1e2a761a26018b0e4c21125584cfdb02e616359780d7428c6

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22fff7672d1f6824e5765a5bfb557052c662188356d0bd914323621f474c270a
MD5 662681497414b95ac229fe183fef8010
BLAKE2b-256 fad514be6d50e4f4ed4f0ea500eb0b60bf1211d8c2e9752053246fcbb93d9a63

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f059bdc3a42cec0f26ea582a6664b3c0ebc2175ace6c500b0da612bdd11a5b8f
MD5 1f126384683f8722ca7ef2d325b059f4
BLAKE2b-256 b8607acabbe74793cff47982c222964e3b4b0f3fcc29be0fca47830c510d9e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e74b36c8836e022382a17d38caea9ea0ac4e70ab39d2778de700180ec43f36f
MD5 443ed209aaef863dd60860d0dfe96426
BLAKE2b-256 f86a317a066dc655ecdbd527d11d40a179321b000b774f0ebe70bcb8fa93e63c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 204e20890c67c4eefc700c128f43e88d7e079183202de504903ca63a2a9d9e3d
MD5 f2014c98b0f23190c5d4c91e3befd63a
BLAKE2b-256 e14ae4f2f71a05b0393605e9f4c5918582c00dfa91539df11c826e1c3740eac9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 292b2f7446551c4dd2300efdc245f5107756b20dff7c2c1c20866658f36280d2
MD5 e5a5f54305cbc33ae5b030cba94d6c16
BLAKE2b-256 4e820dfb64185a5e07967531509444016550ab37d7a96eab5a5cc55cc8437eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5648688f54c7e9e945e476271bbcffd9fd35f8124cfa4f36a0c73c165d02bc9
MD5 74592364cb7fba4c026bb57a4b268721
BLAKE2b-256 9724970ca60dcbf89ff28b52477cf67689ba9886e250100c19c85c54a98e875d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a8ee583daaeaa824a992a19c545b851c67915f47cb7848a066c64fb8e78bc18e
MD5 a954fe7d77aef406c3d3a7bb5fdb40cb
BLAKE2b-256 18031e285b4462527debe5e2f717249f7654ed1337a73a2ecc3a9b499e43dd73

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1309c103a57f8d885054f48205f23a1a2a3bd77207293c6e6d93a2ff03ea7b26
MD5 c073ab5359411525a4ac29107a8f696f
BLAKE2b-256 938225706df472c5526d6644e8a3c256a89c43a0a0ac7af6161aaf725486af36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26f451f8de1107886b52e6853896e358f71fc38f1a303f90b58f2960f00a45ed
MD5 6b461e90476132580c71e6ce2c696a33
BLAKE2b-256 49ecef783d0c32e5c7869281f56bcc8af55cc864a40b6abb4f0429705a0777d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de8e97050fb0846ce7ad3290e6a9d88281d046777e7c5587fc33ad6980bded65
MD5 ab5b62537afd9b84dd641dfd653ed5dd
BLAKE2b-256 4afac384d470c309480baa358037b9211bc508185a64a1c7b93dc98595ed5475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be74c38b3ff945d42f612af5acd55ff6cd1be37d655ed3333ddb7a9a04fec0e6
MD5 c0f8b971c06e60cca128e42b87af21dd
BLAKE2b-256 92a2897b1dcd569372fdb21f60a8f6d8fc6ae2997ef8451a306042209d262a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5b967754582f18f232deb59b66d7fc9d463546f42e371e80476681a9528957fd
MD5 0c2469b43c1ee9f7bfe4e009510b16b5
BLAKE2b-256 f3b1915389201654edcbf140b7712a74038ad43b4b3c54df5f91bd8a24b125cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 59b7f557d70b275a9ea0f97de3644963abc8aeb02a5a5e5ed47ec2346e8f869e
MD5 200521f0d0da87f49947cde321e955bb
BLAKE2b-256 900b431029a9f48d5d815bf7a1b87e68e3e3b89a713b72001cebef1ebd381712

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5e060630390b7a138cf936ba323dd6105b37710f6fd0bc2ed2c6453c379c0c3f
MD5 9cc96abf85cd6d9c367a93846331b8e2
BLAKE2b-256 eeedf8a17e358c44d28a1e66c343d9a0042ecad9585575a4a3a17ea898fb7826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 12c501354bc1e87f6546dbe86641526e04bf573231970e4f20883f8274f40b2b
MD5 3966afc85a90fe3c4ac7b6f04284112b
BLAKE2b-256 ea9985503cce44c8fbee275d259f29fcb6aff9cae2c0fd9f69d323cde202d6fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 067e4ae403143d32bae4ee9d7f423e9b69aee8d7f00af06118e549d83d823d25
MD5 72247a961923756810b47d5edd726ad5
BLAKE2b-256 d5347ee331681abc2e65eceba50d0a25156c31ef1dd2db9b220cc00d94a02aca

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfb9d373392525113e8ce2f2070edf4b9dd3a03b56bf2a6d1c0342169bcb54ff
MD5 88205aaeb1fc9977fca422a4d28e754d
BLAKE2b-256 992c2be862f5ea4a92473d5778d881256c8a8ec04e174ac58d22c94b3960974d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c0bf24f47f95c0e71f93424509379434982e6227184cb2a0a518e7e0c03de85
MD5 5513f1db19db854308a0b24e3be816ce
BLAKE2b-256 bbc040c682b9392ac770bc7b4bff5c8be5713b50c04434bf128468ad8a629a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 507b84589aa433af351089987f45e69ffeebaa16c8d830d32c4aee8369f09d07
MD5 4ffb3703c26499f733a78a1bd71a91d5
BLAKE2b-256 0081c4aada9ddc68b26badd14f04f12a4b5bbea38351fc8ece89519131f782fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb455b608839f8fd4b1c94a3137b61bb775123f1b9b73aa39c19734e84b18c9f
MD5 b974be77509ca4dc707edf3eda020d28
BLAKE2b-256 004aec12f907465814f6c0e65388131838e682b9c4a7d7b471e466bbdf792f5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f25e56aa6442c6b07255129e60a8f29a170e2b0476b8e8690156c34e4ac2b704
MD5 f0eda4bb594a93eca695b54fe4ea88e9
BLAKE2b-256 81ac984bbe537419ec6815320deb055c3d1c50b8cad3a88c03dbd66aa65fa6f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 29bca9eee281d68fbed9f853a4009dfdcddf96bad61f628569dea81c1a1c836b
MD5 d1fcac9b7a2cb551bec0e64ee342520f
BLAKE2b-256 567845d6b7224a86fb9c27ce422207ab1adabf3c592820927237255c9ea44242

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a2a9748d90c952a86bca8b89c5aa07c39d173095f9d17e596c962a8f629bbfb4
MD5 6a40b114ad89f0ef8676aa5e881a36fd
BLAKE2b-256 e830cf2bdee2e6ff687e41229fd4a6fb07277fc4e93bf3d98ee675b3f2aadfdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 99b2d7b14d1e37ca85c1b8810242c31e41605f1c7b8fc174628daeef1d81162a
MD5 b66eaccd0a5b286c9ba777c6cdb920dd
BLAKE2b-256 617fc40efe9b5229228fdc5006ca6cdf332d2e7b9b8a2eec661cd7029103606e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f3bc6a99531c9008d9db805aadbe9899b6d939b7768c3ee8309ea7575215fd7
MD5 a63a3954216c953231e4e8851edd4ee7
BLAKE2b-256 44c8d211c806b5ba61897e220d42e6c9b7523728fb0ced9b2a33ed40f0566377

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70f09243cc20940497798233117e103171bd9d5e07b8fb0eea4f0da664958f2f
MD5 c778e03fa48609bb12a121abfa1e4b26
BLAKE2b-256 43b3fe81e725a9eea5f72095598943c64ea62b6fcde1e32459fdd11735fdf48a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48f460f9b182db9dcad4f985296fc233c7f8b31c0b161d769649d4a6c0ea7221
MD5 f7fe5df57379e76921b13caad7d322f1
BLAKE2b-256 7849579b3b624f9c5ceeaeccb462b1b2ca6b190bf0c4f057625ee4e920ef55dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a5328569b671bee784f2ca516e98a221b2abe1eec28f1c66182b2589d2fed01
MD5 89e2880db29bcf4a49ea160a7ab83040
BLAKE2b-256 1e67d87352d45212426b831fbdf79eab4b5c3661ec79425ff2eed26d2cc30ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1300842044a04f2e555afa781466a92b23b5fbfb166bed24621bcd7c0fe0aaeb
MD5 3b6c079231445f6d402692dd03312002
BLAKE2b-256 49d6dd79bf00cb1dc14dcddc33ac07a8abf88de0df7d3371bb1cfa3f9ebf000c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 765b0a2488d61ab7e18a435862103fad4c833af975566b86cef69fb570c047ae
MD5 eb87960cc05289fc5222269f474fcb39
BLAKE2b-256 1640ae953fa63fcbfb1b662a4a14f564643986f6e36058f5698ee82bf31a6252

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 73934d756bd67681c63a3677162cdad33e1b0622dc86ca1fcc560253a2c83efd
MD5 507cfb29f8ade4850aae21131fd1e4f3
BLAKE2b-256 14875679e9bba07b7c606a803992d8a063338d58db6e26ea9e93d5dd08d8a1ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ca54e2c2f194752da2f2d4a93fce0b74d9482fec5baf6dd2aa87d75a8f0576d0
MD5 b2dbf71def34cedec1b77b10a2ddb770
BLAKE2b-256 ab95336a14b47ae0aabee35947929a2ef35ca516627551b443d7ecf0e6d8d55d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8d0c7ec8bab8029294ae1ef2ace4718458f8541584ee1467887202349ca8d38
MD5 237822d687f97a8de6b3ce501850756e
BLAKE2b-256 4b1cdf1b1843023881ddc1be4df75ecd1abeca534bc8833cacfd3952eb8fc6ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ed0a7d3b613037d9ce59518dc1741b8961c90bd2206a0658584588016d073df2
MD5 8ee2785656846bf3c72acea22e3cb571
BLAKE2b-256 ab43d0704daf2570f7f6e8c72f78e74e0ccf414a5f92801d30de4021be2e1560

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8235cee6ad35fc0052e1122611e203eb6adb3307457520c211df4881b9afdd7
MD5 d758e8494e650b443d24060277c50b8e
BLAKE2b-256 afac184d95e6349e6f4b52e55879d5e924d799c8c61713c1bb43eb214456f727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 913d320a33cd088e9424882871bdce4b0aa7fcfcaafcc021a5a754ffbb32c0c2
MD5 757bcd46a5cafcb8ee21c3e2ab293a17
BLAKE2b-256 684ebe3ef7c72c6ce658bba8228ddcf77c4807e59272be4c3b8d42972f2e7178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23a6715ee2b8557972420ca0046724e7358d581c91299e20c76bc3bb5000b2cb
MD5 49538fcd0a359ddf1b527440699947a6
BLAKE2b-256 93ace4f00cda833b641c0dc25efcaa2685fc4dfe88844a8fcc0ce587cdaea508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1f34c331104e2f8a22de674bba3e5a8f6268cc7f01871506449d1f1817c4295
MD5 e064e88e89e21011c7a7ff3d5eb9f4f0
BLAKE2b-256 1bcfb35d0b83b5bf5db60e1748493b0a7c05f4baa3395cc8e25fda05b11a1d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cdc26851c4048a3450b47bacf711a8ee5720c042ddf95410830a89056e2e14fd
MD5 65ec4a3da3f105acfc99bc4c9d087523
BLAKE2b-256 21d75f41dfb7ecc51dfe8b1063b9790b9c6bb1e26e102334755b79d6f61928fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 63a1cd3931d84c525b4b15e88d4046836a4655d9c83eb6158e57b2e1ed1bede7
MD5 e4ab7b608bb4144dc70073fb91be2d82
BLAKE2b-256 12279eca11bf6b222accd5e2b1273f1da5883f151fdf142851f8af6aa5ac2d00

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5b91e96b64a399ad62412fe63ac735b7eaa04c3b127cc265e886833db54c4462
MD5 665ed5a3d73504464cfb8ff3eab59be2
BLAKE2b-256 84c12632ee4a0bebe912a65ec523ad362725672bcebb5ba680b7003e186c77d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 88a1826dfb5948189b14d9f6f68d6bc4aea38d02b277d4ed2496c401486d83e1
MD5 b4a9d31d87f5769b271e8c7a8dcf0f60
BLAKE2b-256 d61de61e32797244b130813044de0f529c9f47a920e8004a50a1ecbf6b1438f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f65daee1fcc34d6480d2a4c0d8b8fb7d018d704b2160220627e84f0ef991ae4
MD5 36cc1b80621a60c7b25f6942e1be22e9
BLAKE2b-256 2bdd761d84e8cbf8f1fb547e4b5b67c5b832b67115805e546c294ae8ad817ba2

See more details on using hashes here.

File details

Details for the file dedupe-2.0.20-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.20-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a1df53ce3ef13be8ad5e886769f8cbd2338be637f9fbd2470acb5b91a6b24d9
MD5 c7baaf5077b75e2553461c40310b4db0
BLAKE2b-256 9e75d8900fd62aeadf34aa8975e4fa1f8d2903778b7bf3571504e32f28d81a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4342158a11a87d1665bf7215820e10ba7fc97ff95414690d7cd2ccebc7525555
MD5 62760d3817c19fd49fbbaa524a5805ad
BLAKE2b-256 7eebec4425bef1106946f9342e1dbe102aea6a63719b54905218f806a030eb5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.20-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6b6e40372a9dc4e4b1f5b03e0b0bacd3607845db24f2f24b2f7e18a9e777557
MD5 964c81c83a5879ce64952e4ffe6a3414
BLAKE2b-256 385e81520d08a5bf9c7f91c6c771cb5a30d4bb194b05c0320316733b06984e3b

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