Dedupe Python Library
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
- Documentation: https://docs.dedupe.io/
- Repository: https://github.com/dedupeio/dedupe
- Issues: https://github.com/dedupeio/dedupe/issues
- Mailing list: https://groups.google.com/forum/#!forum/open-source-deduplication
- Examples: https://github.com/dedupeio/dedupe-examples
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.
Release files for dedupe 3.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dedupe-3.0.3.tar.gz | 107.4 kB | Details |
Built distributions (wheels)
Total release size: 10.7 MB
Release files / dedupe-3.0.3.tar.gz
| Download URL | dedupe-3.0.3.tar.gz |
|---|---|
| Size | 107.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2ac91e14a2b873481da9917ee1b154f53d760326e1a47bce9bcb044eb884314
|
|
BLAKE2b-256 checksum How to use checksums |
35ae5f1e4c26ad724246be6a63a50a21527a47d32f7a878b16724fef26eec205
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp310-pypy310_pp73-win_amd64.whl
| Download URL | dedupe-3.0.3-pp310-pypy310_pp73-win_amd64.whl |
|---|---|
| Size | 120.9 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
404fab77f7a8e860961f9c5fd15b55f7ebabf8111773bcfc5f3b8b6e560b6dfb
|
|
BLAKE2b-256 checksum How to use checksums |
7eefeb3402164edd1fc4985ba5c0535b4b19031463eb476704f7caf42c19d3e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 122.7 kB |
| Tags | Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
7820ffac5008df7c368a6ad461b15054acabc5944507aaeaeba2d1844c3167d0
|
|
BLAKE2b-256 checksum How to use checksums |
a1ced5140e0c29c4fc7365d8971374456a7fa5698eddc4dc5090add5efb8f13a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 124.3 kB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
a634980f4580dadca834ba7037de62af3890e215d94a888b3b5eb7a1ed7b6a1d
|
|
BLAKE2b-256 checksum How to use checksums |
94007cdbdedf415be75ea1963defb625794853da68999c978483f366b5024edc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 118.7 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b8f2fa3a07e1e28cf6df0bf611cb8e2b0ebcefeff3078585fca4e81b7742a510
|
|
BLAKE2b-256 checksum How to use checksums |
d91174558dc51f78d83e190552e46314c12227deb67e1cb8114a4d56fa9dfd6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
| Download URL | dedupe-3.0.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 118.5 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
8ba0874e9576a16bcb0d27eb963284bf22e7674d98f85bc3ed25e9301647a3c0
|
|
BLAKE2b-256 checksum How to use checksums |
33f185fc3d6bb13a97a7458e9009f3f6db40522f0fae86fb548d3ef11317d0b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp39-pypy39_pp73-win_amd64.whl
| Download URL | dedupe-3.0.3-pp39-pypy39_pp73-win_amd64.whl |
|---|---|
| Size | 120.9 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
58c30ebbfdacdf898cea5897b9792a8977645195f09f668fcbfa4291451e7737
|
|
BLAKE2b-256 checksum How to use checksums |
0be63ec9051a7230f311860977bdb6b679b1c385e7a3c56b82f1645dedf9f4cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 122.7 kB |
| Tags | Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
9761933b711faff6766ac122de59266123e3a6ed8ef4c5d8a93913372f0a2042
|
|
BLAKE2b-256 checksum How to use checksums |
b8c8db36a3edcdd00f1db363780d31cfa45953f8a2c60689cc99a1ff454e21cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 124.3 kB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
399b292c869962546c9c8701d513684b38f492e495ae0da07c1068b475889104
|
|
BLAKE2b-256 checksum How to use checksums |
2354cfe522be212953704644174f475c3692d278323495f206e09c1fc7aaa6f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 118.7 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b82629ebeab8ac3099e6b6d9ef9c6540c05d9fc02d2c7b8579ab80253a235308
|
|
BLAKE2b-256 checksum How to use checksums |
da422b5a94773a5c00baf1da24fc1d18598511fa3a96927f63e9e19522c8fdee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
| Download URL | dedupe-3.0.3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 118.5 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
22bf799bc00da2db78ddaee448af2e1a9cf70795201ba38a342eeed526c9e5e4
|
|
BLAKE2b-256 checksum How to use checksums |
56ee1f57e0eb2c8eeb7ff7010e8158971f35619367a5f1c22d251fa0df326e7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp38-pypy38_pp73-win_amd64.whl
| Download URL | dedupe-3.0.3-pp38-pypy38_pp73-win_amd64.whl |
|---|---|
| Size | 120.2 kB |
| Tags | PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f2e662835af884987c00873f0adccf9a1de9d2f8b900d20b1e3b46a270deb527
|
|
BLAKE2b-256 checksum How to use checksums |
c92afe524c3e21a8c443c2aaf29aa4af206b8c344d90a6cfbf93b7bbd2e0a04c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 122.0 kB |
| Tags | Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 PyPy 3.8 PyPy 3.8 7.3 |
|
SHA-256 checksum How to use checksums |
4ad643eb700201e3bc76e0368e23255a883b48ca5cc8952023f162680a038b87
|
|
BLAKE2b-256 checksum How to use checksums |
d920fba160b22fd86ab54796c979296dc713f0f739a9804c39b3240c0032688f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 122.6 kB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.8 PyPy 3.8 7.3 |
|
SHA-256 checksum How to use checksums |
807a19b2fe1787092ad4e95990d6e98eb1732ff65f09722af983285cbf7b42fc
|
|
BLAKE2b-256 checksum How to use checksums |
850668f01cc3bc348cf5471177e2661abe9a5d17dcc4f836c3a99a4bb315404e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 118.0 kB |
| Tags | PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
6f445d11991827376f7174938bd06ccb81c1e3b93d8098037af3005a599db1e9
|
|
BLAKE2b-256 checksum How to use checksums |
72025a94113f8322d7cadf44bfbd86b57b2009760fd73a682f7f4af60a3ef191
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl |
|---|---|
| Size | 117.6 kB |
| Tags | PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
d4e7c501aa864579f7bcba82fddb59bcc510602ba9d97451f1086e26cc091ccf
|
|
BLAKE2b-256 checksum How to use checksums |
305f365ea32df78340b0ff0408eba3e47804c91f6e40397f4a7f8331772a3395
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-win_amd64.whl
| Download URL | dedupe-3.0.3-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 122.7 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
428c17c387c494dae7691fa37b1db912b6aa8d8c306bf11e7b7633f2b755c479
|
|
BLAKE2b-256 checksum How to use checksums |
ede1b0e563672232f8d1297e281ad4f71f73e814d408fc837c0724b152eab367
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-win32.whl
| Download URL | dedupe-3.0.3-cp313-cp313-win32.whl |
|---|---|
| Size | 120.3 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
a9c122b766e0e4dde7eef5f1205e560550dfad8556c0162b2b0492d476eaf520
|
|
BLAKE2b-256 checksum How to use checksums |
b82407459512c1e86caa4c452b48dd9fea1c138ffd32e9547fe3ee3836b4fff1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 217.4 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
747c717df2d85329c622719b0e6b1a1ed9cb5ce7e3707529bde3f92739a0f806
|
|
BLAKE2b-256 checksum How to use checksums |
c4336a8fbcc3bc8a99bbc00d6236e435a3897c91f9d854cc24f64d24bc87af81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp313-cp313-musllinux_1_2_i686.whl |
|---|---|
| Size | 208.8 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
a9903da263ea6e94e256fc12f48fb8db4d241449649a488f03d85cc79cec23fe
|
|
BLAKE2b-256 checksum How to use checksums |
0049de6914d31138779f464a83b432f583a159cc6f2361275eb116478c760c4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 218.3 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
f1881726102b4e683e69780399615bbf954d4196a7d4090eb733d0752ff1f060
|
|
BLAKE2b-256 checksum How to use checksums |
84c0d2a07f4608bb23bd7e2f7cf7430ccc31e9ddf7b105f31a17621ab53eb5d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 209.1 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
a9fb2998f591381e6ab5588af1df120a41802adc09609b497c75381518065edb
|
|
BLAKE2b-256 checksum How to use checksums |
6fa99b782e1ce60bb31902941e0395019c6175fa7d73f670c8905d9aac996957
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 121.4 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
ae8beea269ec1b59aca221221ae029009687cf639998a0b225dbb6669a31f400
|
|
BLAKE2b-256 checksum How to use checksums |
dc376e0bfca1b6c36e5aa9050c9551022255a377c14aa195587df36fdd409097
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | dedupe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 121.3 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
9d9354bdfa9fbd18f4e439d7c4526a37f054520c992e44cc6a483fb4c5b02e99
|
|
BLAKE2b-256 checksum How to use checksums |
fddb26d128602e5ce1661103797460c1c2a19c267d65aaf417dd917c89b70998
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp313-cp313-macosx_10_13_universal2.whl
| Download URL | dedupe-3.0.3-cp313-cp313-macosx_10_13_universal2.whl |
|---|---|
| Size | 138.9 kB |
| Tags | CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
ff39302909810aee23766b7acb1c682df9ca1d8e3853f44b6398b89599231cff
|
|
BLAKE2b-256 checksum How to use checksums |
e40c4ae549af2ed07dcf5a925f7ab73e1ec4835ad3af7b6aca5c0bbc85626bad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-win_amd64.whl
| Download URL | dedupe-3.0.3-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 123.6 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e27b4e4611e3ea02776749f78e590230054961f1a268c44813d3b2375b543f93
|
|
BLAKE2b-256 checksum How to use checksums |
d63d6d9a4b62b13b97fa6370ac7e9864b62865d50b67f01a6052f98bd607a294
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-win32.whl
| Download URL | dedupe-3.0.3-cp312-cp312-win32.whl |
|---|---|
| Size | 120.9 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
4cd8e3a8448b983c17c133c16f6d13949e97a669c6efd2f5b3fa50a38dfba5b0
|
|
BLAKE2b-256 checksum How to use checksums |
5e8e823af81cf6b5a3e158a832997dd7f1e3c82c3ced9016827e3af9dc5a5d14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 223.2 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
3fd089ca5f01c5b47fd087abf12bc2b588f59ceb332f2c1394b7d85459a52be5
|
|
BLAKE2b-256 checksum How to use checksums |
9892cb0ae8916ab23df5ef0491ead8761b6c0f581aa88de2752e505820b1caa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp312-cp312-musllinux_1_2_i686.whl |
|---|---|
| Size | 215.2 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
2efd63c1bb82c25da8c7a8809289e16ba706c38e75cb66d55875ce5f1a16d785
|
|
BLAKE2b-256 checksum How to use checksums |
2b54dad78f9d6f0954009e3ed44b342394978acb8adfdd0b2667bcb7966920c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 224.5 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
0c7a304f2957cb9d91124c70d1887fad79789e8a2a6c9790bd5a83ca294f93a9
|
|
BLAKE2b-256 checksum How to use checksums |
43fa6f50daccf730b844250e6937bbb2e3660d8b0222efdc568d08da827ebbf2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 215.4 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
4c0d0999b6fd237d980118bfb0a453a11cadb9e13c9499eba3acf4002ceb074f
|
|
BLAKE2b-256 checksum How to use checksums |
459441e154b5a4dbe14357ed6763590c2938272b34081c8dbc3a6a1a8a793b88
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 122.1 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
2c569e1e68e4ca8b41c7883ab8c06729cfcab0cb063f7526d462db988819b7c8
|
|
BLAKE2b-256 checksum How to use checksums |
24751299a78807ece45dcb5aa9e5204ddad1829515917d4a244a462cfef47685
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-cp312-cp312-macosx_10_9_x86_64.whl |
|---|---|
| Size | 121.9 kB |
| Tags | CPython 3.12 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
0362236177d1a5bfdc74021564f92a88dd2d5cfdef5cbed8e508a4996d5a8500
|
|
BLAKE2b-256 checksum How to use checksums |
6a230949d8239abf75eb13e2df5eb3058aa04948de5f5d889a952091493cbc44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp312-cp312-macosx_10_9_universal2.whl
| Download URL | dedupe-3.0.3-cp312-cp312-macosx_10_9_universal2.whl |
|---|---|
| Size | 140.3 kB |
| Tags | CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
bdd62424c51033e5c6870a75c60a74907857ea582ea67749cdb58ed2935244f3
|
|
BLAKE2b-256 checksum How to use checksums |
be9216ff305a46f9f4af725ce7fa8bf5186bc2b50dd0f61dd8377d11b4092db4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-win_amd64.whl
| Download URL | dedupe-3.0.3-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 123.3 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
1c9b1593bbc042328b4b6a4e15f1e83510223647b7c962b0adde735b92f32571
|
|
BLAKE2b-256 checksum How to use checksums |
35c563cc62f8b6f5f4b1efca7f338b2374869803b999bb132ae49f3fe9c137ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-win32.whl
| Download URL | dedupe-3.0.3-cp311-cp311-win32.whl |
|---|---|
| Size | 120.8 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
90c628e9395e2473e05da6534f50e1881a3b680d4beee0389ccf9afc320b9cb3
|
|
BLAKE2b-256 checksum How to use checksums |
840926281fbef4dbf837c989a0668706d84bbe85d21c4bee2af8dcd81b8ea6f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 216.4 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
10891cfba220d43544266887e1b1505ee4a6cf150545fd3d1cddc9b1b46262e9
|
|
BLAKE2b-256 checksum How to use checksums |
0903bf44731d573190ae743c7db0fd2a453f37cd81d1f6684887285caee8f846
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp311-cp311-musllinux_1_2_i686.whl |
|---|---|
| Size | 210.6 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
08a1de347345e8696681e52a9a8983c900ba2885621ea4d2f6c4763d36d3d499
|
|
BLAKE2b-256 checksum How to use checksums |
c98c03c0433aba67891f69a6e196f65f8d177850f4a8b24ee3aaa9cf277f91e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 219.1 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
590ed2697f4de406eaaf9d6464efadf992b3cf3d242a3466611d8b945c249c4e
|
|
BLAKE2b-256 checksum How to use checksums |
2b75bd929a9619eaa52d0562894011702d6d39de37c511a47ad3140f087df0e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 209.9 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
7ad61b16ec7cd632b87f030ad7659ce35097b772abaeac6c24783544b60c8fd0
|
|
BLAKE2b-256 checksum How to use checksums |
a88061e7ec9b340cd14698f73565219c04e4c2d4fc7e66707f3cca25b7be0e97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 121.9 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
c01e10f01df91376185db1fbaca91c7b4043277c67fc2db71fc038b4cd738f06
|
|
BLAKE2b-256 checksum How to use checksums |
4a8febf37a0623380b282f650f519c3011ecd307427cef2a08ee17b460aad471
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 121.8 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
09ef4ddcac3bffd2079bdcdec4c70f595a8c7394e96489bba6c1b932408103ab
|
|
BLAKE2b-256 checksum How to use checksums |
574d5986e0854baf9de718dcb1d88471043eaf4e6b5a2e71b2c22df247c0d341
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp311-cp311-macosx_10_9_universal2.whl
| Download URL | dedupe-3.0.3-cp311-cp311-macosx_10_9_universal2.whl |
|---|---|
| Size | 140.0 kB |
| Tags | CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
b41b92e0185ae992b087973a8fa86a4c0aee70af1bdb0baa3283b5bfe10fbd86
|
|
BLAKE2b-256 checksum How to use checksums |
0de49d0167c9096897891cc465ef59e28c269eb6587f52c7b1d1a2f1a6aba381
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-win_amd64.whl
| Download URL | dedupe-3.0.3-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 123.2 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5a48310120aff668ded4c6fb49256ce17fe672c2ff4a123098497f315f15244f
|
|
BLAKE2b-256 checksum How to use checksums |
1e43b02f5a793a5eaf45d00c41d18e283d5718dfb31f4ffddbf034a3ad575e5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-win32.whl
| Download URL | dedupe-3.0.3-cp310-cp310-win32.whl |
|---|---|
| Size | 120.9 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
f8490e8977ca3085c22be2e87ced463bbf0d414c1e57cf0c92f0dca597ce43fb
|
|
BLAKE2b-256 checksum How to use checksums |
38d9cde4f91d904af4ef6ef155e9903b4d3948c763c3e7221c1854290c353c2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 204.3 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
d2a8858fbfa50b1f1d33516bb9ca8844e2b2502666398591be8b23e7280a98fc
|
|
BLAKE2b-256 checksum How to use checksums |
ee05a9cd94a4a7c8ebbf280e1c55d219e88f587f6abe710bd9345228af7a88f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp310-cp310-musllinux_1_2_i686.whl |
|---|---|
| Size | 200.9 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
1f03a4de85420813a4909d7a00ca889995d99478902deb710e4f9df485cc93a8
|
|
BLAKE2b-256 checksum How to use checksums |
3c8e9355ea6b817c75e73b2f0165e9f3eb645faf46e7bdfcb11ef0c2abb8b3ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 206.6 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
e39c8eca84338a3e75244e5fabed93dffb8ea0eb39e847afc095e93c8383384a
|
|
BLAKE2b-256 checksum How to use checksums |
53d3e6077d1e37a43dae0815c563edfdda35e4c3228e5333dfa07eef7f428d5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 200.8 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
3a3b231697feabaef94740e91511a8c65904dc7c7c5c4921d6279f2d3898c4df
|
|
BLAKE2b-256 checksum How to use checksums |
2cccb6195311b3ceae477ee1835942a42f20d7166af58b5783fcb3e42a02be42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 122.0 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b63cc787ac3e5b77bf834e5486c83ae5445afdfad5dd54f1e952737d4a99a65b
|
|
BLAKE2b-256 checksum How to use checksums |
fa64278d083055ebc6c553d3be324035374f1bbf6c629a096cb7fd9de1b033a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 121.8 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
5f655f15ad538d1ed3329b264ad7a1d594842491480828edf62694cd87ee5095
|
|
BLAKE2b-256 checksum How to use checksums |
e763bba458c4e51741db719124406ee2e0f9947307a14cbe0ca0a7213a2162ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp310-cp310-macosx_10_9_universal2.whl
| Download URL | dedupe-3.0.3-cp310-cp310-macosx_10_9_universal2.whl |
|---|---|
| Size | 140.2 kB |
| Tags | CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
05f1c6eaf3169cbe20e60b695c4e716ee53d359cf36c76ce93b812fa6cda7a00
|
|
BLAKE2b-256 checksum How to use checksums |
5e5df0ca13693a14f4d95ed75d30cb6b637419cb26907625f893cbe2fcb7a2d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-win_amd64.whl
| Download URL | dedupe-3.0.3-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 123.2 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7f148103f0fa6632c27e087b4e6b564053024cca2444842eae2bb566fe0c39dd
|
|
BLAKE2b-256 checksum How to use checksums |
1b2fdf6cb1246cbb2047fcb3d5e5381f8a8f564171c669e7011fa744feb1f3ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-win32.whl
| Download URL | dedupe-3.0.3-cp39-cp39-win32.whl |
|---|---|
| Size | 120.9 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
67032b7732a4a2de5e25eade70c020150d840d6901913705e86ff30059b49c20
|
|
BLAKE2b-256 checksum How to use checksums |
e7137439425eb2d25fdf036e4c33588ae67f6140343c1eabee450fbb259c8586
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 203.9 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
39e61112cdbf554fbc59f34372c1fda44542bdaf32d7e424a4318dc62bba9173
|
|
BLAKE2b-256 checksum How to use checksums |
dd281e1d771a6e90ce826d5ee164021ab5dc0e1a41d3bce1aff18a0a7b18897b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp39-cp39-musllinux_1_2_i686.whl |
|---|---|
| Size | 200.5 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
f319d2791b4615437e8d9bbd5f4b0acf47b94ea5674f01a312bfc051bab9a58f
|
|
BLAKE2b-256 checksum How to use checksums |
2e8c6e48ba75d577d1614e03f395441f625439b80f9d476e07fc306f46e83c69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 206.3 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
d74067c8432a99cf65d33c25fcf95426051f07f8abc100ee96c699ea36e1fa4c
|
|
BLAKE2b-256 checksum How to use checksums |
7fce91c3413e4f5e685fe015c9b46e91f72ba5ee6a033ac34f52023340c839d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 200.4 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
299faaea02fc16990ece560a12c2a531a1eb3306f65974503a684b1dc9cef587
|
|
BLAKE2b-256 checksum How to use checksums |
4db92f4da8b06e5f10a1922a904de55ce52b023d78d0312dfe8880f5efd20dc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 122.0 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
c55716e0a8f789ba026cf4e571e79fce66137078165c657b3d42634d0e3323a3
|
|
BLAKE2b-256 checksum How to use checksums |
eaf342ffded390a7e67a2bdbc6b8414a7b5da0594d0184aeb5f23fb5135e2b5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 121.8 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
995a757423ccc51d4b5299111978929c241c221ca7d698b29e736c2e1d57e840
|
|
BLAKE2b-256 checksum How to use checksums |
fdefc5b8440398d7102ebbd64aa0443f286fd6a07cd1b1b75cdc61c5c3892f98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp39-cp39-macosx_10_9_universal2.whl
| Download URL | dedupe-3.0.3-cp39-cp39-macosx_10_9_universal2.whl |
|---|---|
| Size | 140.2 kB |
| Tags | CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
8b7f3708f4fcc368fead04b2185140c89e3906b109e693ded93d8d80245eb842
|
|
BLAKE2b-256 checksum How to use checksums |
0492f2ac4e25e800606efd1b1fe8fed25abc32bbe1aeec04179ee260a8b4e186
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-win_amd64.whl
| Download URL | dedupe-3.0.3-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 123.2 kB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
8eeaa673a468cef591a3e2e75f7377c64834ce2ad74a3339a7fac82eaac5a804
|
|
BLAKE2b-256 checksum How to use checksums |
6306da5d645a281f1e7cace4bfd5a42c91d439b12300a7a0fbda5aface3cfe00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-win32.whl
| Download URL | dedupe-3.0.3-cp38-cp38-win32.whl |
|---|---|
| Size | 120.9 kB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
d000a0f6dd28c027b616738ee0a92fd6319acb6d5d6c7935eb67d41099c6906e
|
|
BLAKE2b-256 checksum How to use checksums |
b17fba3c764ed13a87492093ad7e6df88e3b6a24178b2a368e6db3095f080156
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
| Download URL | dedupe-3.0.3-cp38-cp38-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 203.6 kB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
54e676a4f75d7f1714d90927334a71b79b7a0465dfb90ac4d62eaad5a56911e0
|
|
BLAKE2b-256 checksum How to use checksums |
07e5e34648f96974f6198f59d2fab9d9b3d4c2f0e64c1ae4f44651fb8387b8b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-musllinux_1_2_i686.whl
| Download URL | dedupe-3.0.3-cp38-cp38-musllinux_1_2_i686.whl |
|---|---|
| Size | 200.0 kB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
4f3525ed6f9a5dec392bf270399950c36edaf32e4c7e6a50fc0fb670f66e55fb
|
|
BLAKE2b-256 checksum How to use checksums |
64b99c3e10f50c5eab9b53ee1d38e5d4626c8790fc40432d73aca8d65a158e4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | dedupe-3.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 206.4 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
2abb8559a5c24a15ee09b78da668231d5de7606930967b985a80131688ed4c46
|
|
BLAKE2b-256 checksum How to use checksums |
8ae335b5108292356af0bffa056f02521c2fc4dff7598e62c441c8fbe43558f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | dedupe-3.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 200.0 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
f4644cab955687e3f65663dbfd993d74dee91fdd2b116aa98724b4a76b8738c4
|
|
BLAKE2b-256 checksum How to use checksums |
96d7fcf76392cd6ea50a66dfa96d8f7ac100fb86afdfcd0b6c449844dda644fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-macosx_11_0_arm64.whl
| Download URL | dedupe-3.0.3-cp38-cp38-macosx_11_0_arm64.whl |
|---|---|
| Size | 122.0 kB |
| Tags | CPython 3.8 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
03d068942246987c26d32efbb0a550ef6c34bf6f374cda726442b13248416282
|
|
BLAKE2b-256 checksum How to use checksums |
8c95f4ec2d79cf1f1181a062124b5f957b47ca2edae1760718d6072ffdbe0030
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-macosx_10_9_x86_64.whl
| Download URL | dedupe-3.0.3-cp38-cp38-macosx_10_9_x86_64.whl |
|---|---|
| Size | 121.8 kB |
| Tags | CPython 3.8 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
0781d3ef9cbfde70ef980ba3e4738abf0dbb0b32970286c1a6867da313e1bba4
|
|
BLAKE2b-256 checksum How to use checksums |
935efd97b63fbe1681c733d8c8bd6930c406f5880ed3994596bb0d8e83b4b619
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / dedupe-3.0.3-cp38-cp38-macosx_10_9_universal2.whl
| Download URL | dedupe-3.0.3-cp38-cp38-macosx_10_9_universal2.whl |
|---|---|
| Size | 140.1 kB |
| Tags | CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
be0f25d09ac991982f9f990f944ebb70beac639baca9a5e0bb68ec6fb3b60e14
|
|
BLAKE2b-256 checksum How to use checksums |
ea3983fd01010b7fb89a61cd00eb84f4c5677b4e744bfa5a702f7142a086daa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|