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

Uploaded Source

Built Distributions

dedupe-2.0.22-pp39-pypy39_pp73-win_amd64.whl (93.4 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.22-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.0 kB view details)

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

dedupe-2.0.22-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (94.0 kB view details)

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

dedupe-2.0.22-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (90.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.22-pp38-pypy38_pp73-win_amd64.whl (93.5 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.22-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

dedupe-2.0.22-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (93.2 kB view details)

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

dedupe-2.0.22-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (90.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.22-pp37-pypy37_pp73-win_amd64.whl (93.5 kB view details)

Uploaded PyPy Windows x86-64

dedupe-2.0.22-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

dedupe-2.0.22-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (93.2 kB view details)

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

dedupe-2.0.22-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (90.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

dedupe-2.0.22-cp311-cp311-win_amd64.whl (94.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

dedupe-2.0.22-cp311-cp311-win32.whl (93.1 kB view details)

Uploaded CPython 3.11 Windows x86

dedupe-2.0.22-cp311-cp311-musllinux_1_1_x86_64.whl (138.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dedupe-2.0.22-cp311-cp311-musllinux_1_1_i686.whl (135.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dedupe-2.0.22-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.6 kB view details)

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

dedupe-2.0.22-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (132.0 kB view details)

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

dedupe-2.0.22-cp311-cp311-macosx_11_0_arm64.whl (92.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dedupe-2.0.22-cp311-cp311-macosx_10_9_x86_64.whl (92.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dedupe-2.0.22-cp311-cp311-macosx_10_9_universal2.whl (102.2 kB view details)

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

dedupe-2.0.22-cp310-cp310-win_amd64.whl (94.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

dedupe-2.0.22-cp310-cp310-win32.whl (93.3 kB view details)

Uploaded CPython 3.10 Windows x86

dedupe-2.0.22-cp310-cp310-musllinux_1_1_x86_64.whl (136.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dedupe-2.0.22-cp310-cp310-musllinux_1_1_i686.whl (134.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dedupe-2.0.22-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.3 kB view details)

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

dedupe-2.0.22-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.9 kB view details)

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

dedupe-2.0.22-cp310-cp310-macosx_11_0_arm64.whl (92.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dedupe-2.0.22-cp310-cp310-macosx_10_9_x86_64.whl (92.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dedupe-2.0.22-cp310-cp310-macosx_10_9_universal2.whl (102.3 kB view details)

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

dedupe-2.0.22-cp39-cp39-win_amd64.whl (94.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

dedupe-2.0.22-cp39-cp39-win32.whl (93.3 kB view details)

Uploaded CPython 3.9 Windows x86

dedupe-2.0.22-cp39-cp39-musllinux_1_1_x86_64.whl (136.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dedupe-2.0.22-cp39-cp39-musllinux_1_1_i686.whl (134.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dedupe-2.0.22-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.0 kB view details)

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

dedupe-2.0.22-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.6 kB view details)

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

dedupe-2.0.22-cp39-cp39-macosx_11_0_arm64.whl (92.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dedupe-2.0.22-cp39-cp39-macosx_10_9_x86_64.whl (92.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dedupe-2.0.22-cp39-cp39-macosx_10_9_universal2.whl (102.3 kB view details)

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

dedupe-2.0.22-cp38-cp38-win_amd64.whl (94.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

dedupe-2.0.22-cp38-cp38-win32.whl (93.3 kB view details)

Uploaded CPython 3.8 Windows x86

dedupe-2.0.22-cp38-cp38-musllinux_1_1_x86_64.whl (136.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dedupe-2.0.22-cp38-cp38-musllinux_1_1_i686.whl (134.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dedupe-2.0.22-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133.3 kB view details)

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

dedupe-2.0.22-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.9 kB view details)

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

dedupe-2.0.22-cp38-cp38-macosx_11_0_arm64.whl (92.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dedupe-2.0.22-cp38-cp38-macosx_10_9_x86_64.whl (92.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dedupe-2.0.22-cp38-cp38-macosx_10_9_universal2.whl (102.3 kB view details)

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

dedupe-2.0.22-cp37-cp37m-win_amd64.whl (94.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

dedupe-2.0.22-cp37-cp37m-win32.whl (93.2 kB view details)

Uploaded CPython 3.7m Windows x86

dedupe-2.0.22-cp37-cp37m-musllinux_1_1_x86_64.whl (134.8 kB view details)

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

dedupe-2.0.22-cp37-cp37m-musllinux_1_1_i686.whl (132.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dedupe-2.0.22-cp37-cp37m-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.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

dedupe-2.0.22-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.4 kB view details)

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

dedupe-2.0.22-cp37-cp37m-macosx_10_9_x86_64.whl (92.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dedupe-2.0.22.tar.gz
  • Upload date:
  • Size: 75.7 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.22.tar.gz
Algorithm Hash digest
SHA256 31f1d91e1da51a52bac12341d979297a38d38223349ba6fd6f7d17509d871700
MD5 9d2f4c65d75544f9f2906011140509fe
BLAKE2b-256 f7ecdd0461a9892761a794dadba449476d5309e5be825d3abf3a65fe0b4d98d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a1fde0d94fb56707c9db110df4bdd8a7f56df6de5c555efb7eaa4b7f620290e3
MD5 9adde3c246d69529b33dca7f4c44dc81
BLAKE2b-256 1dcc3970deb496f564ce84cb7140f00763570d6faf541503f0b92d93fafacf04

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a995ee7877090da78dd7a410e9e84b84f6ad1c2b20abbaef24f423a858433303
MD5 55b1db2c86b84de18055e2d19acc955d
BLAKE2b-256 bf23a3dd3cb73c9a2a290e5a073eb6ee33fa826db19b55034163a4f86f9ab361

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e872a9a33dd11bd16c81a08b74f76750384f30ccb28d6673857297fe31ef36d
MD5 13d0bc0bbdba019e1bbbce4667ef83ef
BLAKE2b-256 e57052e434d3cfadf877fa1334806f94e06c61d2e36dc1576109ebdeb3d1c8c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79299a1e26f8ccc1e184df74de73f884115ba7e66e9f4edac65998167b0e8624
MD5 356cb27c3a6e2185c705c1101383539d
BLAKE2b-256 13f05ce535694e0cbd0ae5830d1bd5055860b5031fb7cc6f53974ec118c727bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 681563dff2fb5a5fba68cd6ef2d41c155906adccfb265fdf16a5596079e843c5
MD5 e6d0360510c5e64927bae82fcec6f607
BLAKE2b-256 4fb5b9889de89f90d063216fa6862209095cbae596b506e46a4e5e99a069e94a

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b85237b9283a85b311b031f589017b96cb146efb8666309a1ab77c255d04a61
MD5 49d6d98ffd423d38ea63e461252b6e65
BLAKE2b-256 53c2be8a6f69efd66d75bfa761419345d88998ba992e3fa2842070e06f5bcb59

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9bf70b1b48d2f577f278defc4ddd72cc9b873d44ca698872431162469dc8ced
MD5 11664fdfe8853e8ad9b707aa8d9eec09
BLAKE2b-256 f6603db71cc86098b8d9ae79f956507ef73be677a94adfc98ccf6b0cdc8c53f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1801c34c1e2f40811ffdcb93315cf592fc15819ea61d2f0e4594111a9da9b7d5
MD5 501361aa48cb93935e25b84a7126ee30
BLAKE2b-256 b3525bdc5057893553f1a095c9a8c7f80401e9dc5a1231a69dd2f8e4bd51f61d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b6d525a32baa42ec8a932dd756a3e7973fc2678b1691f2fd42edd2d35c50770d
MD5 41d5b78e0f88072d982ff3f3525fe88f
BLAKE2b-256 ca0b935f2d8336efbbd6eb722f1add098dd8198ca73cb102252ace6e36273bdb

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e4b83548b38981c3125ac8c6c506cfbdc29d097b0f56c9d8c1e5a8ce5c0fc09
MD5 d8e9111fd8b685f56d70a4d4fff1255e
BLAKE2b-256 93188d7b21973b2641cecee2c2bdd5e9fe23ef9ef7b36f01e194db15ad318783

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c4ef8ad407fab6f553d5c4392c64c13bc31d689d68fa5df412889b32bfa106d
MD5 f3230850e3e8347f02c0e8b28d454948
BLAKE2b-256 7b11a1ebe62c130156110801842ee1ce3a30b55f42589543e68f9cd3376dc1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48cb1cf5d3db6d4a0f5706a560426c3dc1e41a915c4f962b6005896c64b8b22d
MD5 399badd83877ae635fe1851a0fe2358c
BLAKE2b-256 a35f99494156e943acac85c79a49c0a063720ec4f062a7d5ec4fe07ffab57cff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 94.3 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.22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8da0db24e12de62feddb39cd414c17b7bc57d925dbfe14c0cecae0e0c7c29945
MD5 770fc73800e82267f65bfbea5612742c
BLAKE2b-256 c14e581cf31785e52f871767b51db79045d177caccbacf7483942c7b72d08243

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp311-cp311-win32.whl
  • Upload date:
  • Size: 93.1 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.22-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a1655abf2807d2d60f4885f96cc9f83fd4fe8cc6da54a838b7c114df895dc96b
MD5 5a687eef5a3d013a0e15029ff48b24c5
BLAKE2b-256 d5f74f9970803ad6e0cba12c70c489c8038e951aec976a971ec1fb282cbfb89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 658483cdf7a55160c39222c4db8a45331d7103642a43b09e4166dfca0d696414
MD5 21935c708e502d25e4c7e4190264a418
BLAKE2b-256 6ab785c0341933f6ca030ec9bb6b5088fd2f2c061178f261e8ec6689932e8aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 59c0450415079ca13b0cbcab65cc4e84c66bf7bd36054263548890ba3f32dbc2
MD5 f1a346d795914cfbe004a6f27d69d2bd
BLAKE2b-256 989e3a33d7665ff322e65bebbea100e9a7e649dc76936ae6a595a3d3cf2208f2

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6a7a39eef7156ab5acc07a5ff58e113b1d0221e63d0107a1721c16743a2074e
MD5 5e0845356c72228e97e1468c3ce326d5
BLAKE2b-256 e226118fc7af3a1bbf441b207c2b76e0bee89adfb7a73fee081e8eed7ebd6a9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a842289233365bb60e00fb306257f1e465e024456fdae02ddfa4da9f1eb75d6
MD5 b6ec78e061ff70ab7575c2f873e23d76
BLAKE2b-256 a5af0ea2aeb68223639db9221d632b4e18dd36c9dc1c3413ec8ab81ca7f53bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ba3bad7ff2b7bc80166e60511f4ef0c0fb87c9370b4a85b86ffc369e51403a6
MD5 336b6a612e51b1b378e5bb56ccb2e765
BLAKE2b-256 b403cfba41191f64a760ac98599e423d448807acbcb2c404feb9c218171b7b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5470aa5f10bdb018dd7dc07087b6b4b2b9703a610fad1c716e83254be9879993
MD5 1ccb0df2066a03866f3d3a816a962099
BLAKE2b-256 f3a446729b661f320b4badf31f1545b95c5dbc06ec36dc6652af3ef731cd51dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1395064a0dbb95de722f306a5eb16d31b21574e713f95a656bc8f2d74c068c24
MD5 a630373b8cdb8a43ee080474b6a36bb5
BLAKE2b-256 b3ff0ae6f049a0f3c725e69b6269d77a5c86ee6a70149f92246c16da0e9e1e1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 94.5 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.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a3f59447b8b77347fed5e88aa897d40fd0925b4405673db5c7912a11ed0105d1
MD5 9a2117f04cd79a9b5234608f803b1483
BLAKE2b-256 e912336c8380cf383abf33190796a72dc118e2a730afd3e730767cfd602fe36c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp310-cp310-win32.whl
  • Upload date:
  • Size: 93.3 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.22-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e83beae26924864fb8e5ae26e16b59ddf22fb853aa7592f3bcc6be3e05c6600e
MD5 d688dfc45687cf42e8b5762894e276d2
BLAKE2b-256 adde8399cb4555962d15c193555f46302d785c9e3fba3a5e9c509e9664effa8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87b931985f22f396a18fcfe515fcfd9df199e7fa841aa4ec3341e775e8f6368d
MD5 37b8c26824e153e7d998bf8e6f2f5702
BLAKE2b-256 fb074945804283a3c9bc096ed24e9c88139eda855c0542d57ddecc0e8c508382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c06ab4d29afbf652f03ed81b05d8394ac4e8f34644a363372f9024543af7cfd3
MD5 35a806e2cd923133e9d490bafdc3f490
BLAKE2b-256 3302ff386d554e55e43667216ea10810d6069588f1f779793cdd29aa9a85f1bb

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51751915a1ec63432b8ed9e1415744b88071a1c53d3b1a0d37f6bc6bc6e3f82f
MD5 834f2240141166116fcae07468ebf979
BLAKE2b-256 fb3367de4913f351d9dac9e593d04bed9812aa2034d72e3e50b41f7444bf4d99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07e0aa08a5f3c058c3b5ea2d52c026c3edcf80085261f355131283dd73651190
MD5 2b02410442da34d7c89f2e0f66532c02
BLAKE2b-256 e1733a040e0deaf4caabbb8d3845ee46f1943f062765d34526b05a9bf0aa87c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2aebd8979ba73e5e25565f56d8b08854932f18e7d8a9e7d1e1d0d3ae34a3b4e7
MD5 eee437225ba3d7de27dcc63a0cf6226b
BLAKE2b-256 3bf7e669f2a801ad45492f7f9da013ccbf9ee95ddf6e04655ce0dc71d7b5da50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b523213d811cd1f7f841a973a97fd5fac0c55de64f06be8e38dc40b2b653c62
MD5 0d76361542865b5cdb43bbc942628162
BLAKE2b-256 6d4b57579f2ca58b79b8b125c4af06e56bd105542ae0689602e2f9ac63b72313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 701431d5af60fcca532a94b1de6a4ec3ac53189ba9935d3a9f4b28137f77dd33
MD5 f46bdd14bcc8e95644855bb2c5cadbd9
BLAKE2b-256 f4318eb3fc91cbe3cd464d8c41ab7ab1d615b1c08147393a7b9294ec7ce2edf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 94.5 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.22-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cac23151636d597b0b5bf0a3f89ba777aaabb73aefbe9886489d421b602fbfc1
MD5 ade7be2437f41859c4c364411bc1c2be
BLAKE2b-256 b53ce45cba5b44d5bb8fd401fd7dbe8ca5db465119f522040dba59f3b9f4cb39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp39-cp39-win32.whl
  • Upload date:
  • Size: 93.3 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.22-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 56095bb7718892fbc35de3ee0fd1271357f9ea9c903582160186b7b7859ed909
MD5 60b157b444a7dc60eefd78eb0888cc42
BLAKE2b-256 905bc01cf0062a72a476b6b6b70a9a00ce41548f02dd57e3faadef47fdd4c331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 06f0ea6f1871945c449dd3e863c6cb220e6b2d2348541b653f46e8abe33fdaec
MD5 cb8d6884238d37bca0709a3463a222d5
BLAKE2b-256 2b0ee3606e00d49db3019fbe89068fc3496855f7cebb7d2844a9a386ae0fcfce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1d753b8dd521d8bdaebaa77b03531cde45d4c7619c88d4a20b5819817902163b
MD5 a10cb61c4ee561569413b189aaccc4f6
BLAKE2b-256 e071c0d349520032a2d009f50548f506fbca59f022e0c31019259368d21bf626

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4a7caacc83c5ebd6063f9594e6cbbf3e161e9b59931599c7a5a328be7787ae
MD5 9a4ad3662ef0d550417e472f80f10065
BLAKE2b-256 ee41fc520e78502e4b4dcfe1503670277e32bddf13df5c9057b9086ccd2dcdc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fc3ac8307a937b3c4bdaa0d6d3785da379b640d3bc5d4aa1dbd70c30d203d92
MD5 78e2872e0b811c5b248fe9b3d779af71
BLAKE2b-256 97f06cfe042c56078be6cc4566afb4630b0b2478da31c9fbc5b888a7d469db27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb35a441ac50b625cb830bb9a4cde5aa85eaf5ff1acc31cedfb0205f9edd004
MD5 e90bbdaf0ab1e681557568be1ea08feb
BLAKE2b-256 31991008478924acf9b82f8de221b976355da7ce8fe3048a461b05a5bfc75467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9916f4914b924443155eb3215b11a02f55ba360cf1f10c0d2b0db8c0c680feb2
MD5 7c598a538c508197469d0d343df050e7
BLAKE2b-256 d674dd52dd31981f567f3796c1441b07f41d2a23abeba7b2dd431c2a148e8025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fc9d5c6f7bda8590f79a0fd940167e7b09c1d20b0d3197e9965d446af52b70ce
MD5 79dfcad9606a8d4c9b7b52dd927a52d5
BLAKE2b-256 6df467f9803e8e17b36803a3d37b2cd6abd722b965b4d06714cf22eaa4d64e3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 94.5 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.22-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5ac5d930cab07b033eedae7ff148964af0678b56de5b0e4d477d468651f92007
MD5 18cdc61ccd8b474fb067558c97daa2a2
BLAKE2b-256 80c54741f809122144a6756d7b4d32dc7ea0e3a52f1441d2ac033998f756d901

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp38-cp38-win32.whl
  • Upload date:
  • Size: 93.3 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.22-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d3c5de06a23b2dc427cddd5dca63fd3ca549e7c0c8824466c94e154ed799f270
MD5 109a571b82b546f8792a895d7f9f2c36
BLAKE2b-256 3815a994b50f172c3e5de63722a644987f7e6bd684c993367ab559d40e8071ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a62de92a83d29fece79fc853694a2c14af6d7a99bb557b5bbdc5e0338de4f337
MD5 7bd153d94eba1e9b2ec82c069e628d7c
BLAKE2b-256 530795333ab304d3a4a6345e96b7a104a71fdc41fe48a671f28935786f41a758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 89299ed126e93e4dc24ffa127d581523a5b84c664dc7df499b851b58e06e99b8
MD5 b5b8a603112ce0cfcb04deac89ad3c3e
BLAKE2b-256 60f9ccb9481aebbf197bd730a61124f642896bb62a718db9f86e816fd8b3ed9d

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c21b55b7c2cb2e9aae9963638ed49ff64fdb16c54be0cb9bc4c9d8991f1d251a
MD5 e24eb98ee2f5d31f5cd4b16c99bbc810
BLAKE2b-256 8aa882083a09a37b31a3bc409488487dcd420b7fb30049f0b97a82e537f7fe29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df3eda48e8b773ed51deb86a4382a3a3102f20afcd827b1ffc5adc789dfd29a3
MD5 485e3d2a31bebea32ddb577192a8e5b0
BLAKE2b-256 ccbc31454ed60af92c5315d5428fe3136db68c1eaf508cc074bb5adb79d00356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1df9f3f98dd521e2fdc8f3f6f6bdc36afe96e54e1d8b9721d4062a93e098dc7b
MD5 8f3355448da9e15ba45542e81a576b28
BLAKE2b-256 cd90f0bb6ab224a32f60eec4c7f71def715d733140f2a98a723eb4389260a027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79ad4ebe2f1b87a72dc3f803fb7ad9bef7e3a430b96d5fc59655cdf5d9f5ed38
MD5 e06d9ef9781f054f8b9c0723523165ea
BLAKE2b-256 124c170f7c7d921c1c248b21d12fa91fe482a6052bee815fefedc9fea9e558af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 28748b058fd305c70410c1d413b70f76a1f1671d2feff7a65b4d1db8dbc02725
MD5 719384c25c236b2239f6c38f310213d6
BLAKE2b-256 42b98bc0a0f9acef1535877669a07db3577fae577bcca98e364b21ea6208478b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 94.6 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.22-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4efe1772f48b87f53cd135c00946f40da3a4a1c4e1d919b5449c0052b421d75d
MD5 4d0299b424a97e1157ce9546757d905f
BLAKE2b-256 c710c48135fb77c5d7c3f7e89ff2fbe53bf2f7fddf0fb66a4c866b1418de64a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dedupe-2.0.22-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 93.2 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.22-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8cfa75a58150626fc99eea7b503dd38fec1fd07f33f994d0531b9a5848bfeb7f
MD5 2c9f004ad87d206c3f8ab7c1bdb2a515
BLAKE2b-256 405bd6c9188dd2b9a8c1f83da3dbb38abf1625751dd00e970591de4ade669d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 42a77ee0012d9b971254e4171ad36cf4cf8e70e3329ef68c34eb1a84e74cbc41
MD5 bd1152e43d48cf35284f7551e12e7498
BLAKE2b-256 4b43bdef94847308e61604c11ab62b47d213954eb527bb7ef83779196eebec2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 109466b620a6a67e8931486c8c243b92d7df88ef7b8325bc7989b5ce364a6897
MD5 61820fda815b40259b415efdc67256a7
BLAKE2b-256 915dfa33aff5a19a9302c36e082d1c88d0f7c9c9a5acfb166200793fc4a37a35

See more details on using hashes here.

File details

Details for the file dedupe-2.0.22-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.22-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4eabe918047b8ac7f1fd5bb9a1a01e03060a5dbe4895b724bfbd3f3a101dac8
MD5 24d70e76fa1091a52e7b6d7b5fa872a7
BLAKE2b-256 700991bd11a75c09fc8312440740a6cc7a29ef9a2192b5da4018b022dc6c2938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 488006e7238b740da5a7ac11ab4428618dbfda2de9ce88ae655beb2d5093c173
MD5 8d5084cc27a59f2888b60bebaf71f399
BLAKE2b-256 3962ad8ff42c5b8e88f0a105495e255af94aca8557890797bedcbdc8cc469f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dedupe-2.0.22-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc826442f002cf786de26170438b1580d44b716267af7a91eb309338b5ed6c21
MD5 c2cfc0e35b1a74c97cfe94b8eda925c5
BLAKE2b-256 2eb68b0bac0f25a9c19223fe8f591873254f6a52959dff568ecb16f5313072d9

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