Skip to main content

Remove duplicates from parallel corpora

Project description

RemoveDup

A fast, memory efficient Python module to remove duplicates from parallel text corpora.

It's useful for cleaning up datasets that contain duplicate entries for training language models.

Installation

pip install removedup

Usage

from removedup import rdup

src, tgt, removed = rdup("source.txt", "target.txt")
print(src, tgt, removed)
# source.txt.dedup
# target.txt.dedup
# <num lines removed>

Notes

Source and target must have the same number of lines. No validation checks are made.

Duplication checks are made both on the source and target content. E.g. duplication needs to appear on both source and target.

This is a breaking change from versions < 1.1.0.

Build

git clone https://github.com/LibreTranslate/RemoveDup
cd RemoveDup
python setup.py build

Standalone Binary

You can also use removedup as a standalone Windows, macOS or Linux application (but you currently need to build from source, we don't provide binaries).

mkdir build
cd build && cmake .. && make -j4
./rdup source.txt target.txt

Contributing

We welcome pull requests!

License

AGPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

removedup-1.1.0.tar.gz (347.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

removedup-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

removedup-1.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (70.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl (61.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

removedup-1.1.0-cp314-cp314-win_amd64.whl (272.9 kB view details)

Uploaded CPython 3.14Windows x86-64

removedup-1.1.0-cp314-cp314-win32.whl (266.1 kB view details)

Uploaded CPython 3.14Windows x86

removedup-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (60.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

removedup-1.1.0-cp313-cp313-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.13Windows x86-64

removedup-1.1.0-cp313-cp313-win32.whl (259.1 kB view details)

Uploaded CPython 3.13Windows x86

removedup-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

removedup-1.1.0-cp312-cp312-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.12Windows x86-64

removedup-1.1.0-cp312-cp312-win32.whl (259.1 kB view details)

Uploaded CPython 3.12Windows x86

removedup-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (60.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

removedup-1.1.0-cp311-cp311-win_amd64.whl (265.0 kB view details)

Uploaded CPython 3.11Windows x86-64

removedup-1.1.0-cp311-cp311-win32.whl (259.7 kB view details)

Uploaded CPython 3.11Windows x86

removedup-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (71.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (61.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

removedup-1.1.0-cp310-cp310-win_amd64.whl (264.1 kB view details)

Uploaded CPython 3.10Windows x86-64

removedup-1.1.0-cp310-cp310-win32.whl (258.5 kB view details)

Uploaded CPython 3.10Windows x86

removedup-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (69.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (59.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

removedup-1.1.0-cp39-cp39-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.9Windows x86-64

removedup-1.1.0-cp39-cp39-win32.whl (258.9 kB view details)

Uploaded CPython 3.9Windows x86

removedup-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

removedup-1.1.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (69.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

removedup-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (60.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file removedup-1.1.0.tar.gz.

File metadata

  • Download URL: removedup-1.1.0.tar.gz
  • Upload date:
  • Size: 347.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0.tar.gz
Algorithm Hash digest
SHA256 71de3c61066ffb2d94a66286bd9c7e511872cd0c684b75ac92f74a2a74595918
MD5 49a8a3acf35952ff4d1be36ec70938d4
BLAKE2b-256 4c00ea627e8d9c77e788b9b8194ef54d3504405e2159e117b076ce9dd588b796

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0.tar.gz:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f37ad8e3695238a62ccd4c81842f68c3378de00ae770dcd12e7042e748c2732
MD5 a26f8791622c9387b4f27fdea1ab2d93
BLAKE2b-256 a82d56c4e586e4d26eb5e86477045a5b0a998786de2c5ef9840934cf07cc5caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da888f0306ebd11c20db8556e73d603945e55cd85abae59501adbe9587c7b1dc
MD5 25bfb0c6296fcc78869317c7ee03add6
BLAKE2b-256 32a19d9e97820ffde5897c90aa161056c3775012510dc3a9e60b930dd1c20636

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ebe5c6e8e4fa1aff8b4cfbb9b276b64e90e09fb9b22cc0145716b5832a8dc0b
MD5 41f4a698e297b63569255da16bd69653
BLAKE2b-256 6f5126d2f1d16143ec510b71b4d712d78d8f476146a23fa0f8aad7b38b5c61b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 272.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 da9b75edbefab4e4545239219360ae1783d5802f13f82d9c827ab7dd7f9dc68b
MD5 785adbf75fa88a6715967deb7033ff53
BLAKE2b-256 98185cbaebbd826c86e3c6c5c8a67089867f0660c716375653a3a7eefa096d47

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 266.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1707a20b8b3e62a5ca2ba9036e375a962adb8f774f90b97c241c969a81fcfcb8
MD5 081129d9e1856ae9a491754c60a0f8d5
BLAKE2b-256 8bd31771e490b0f9a6f637063c2e90cfe306e63a96bbb8906bbe606830a3ef59

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67bb42bc0943846e4a4deb5ccfcef00439501b5491fdc3950a46be5624b6642c
MD5 24c7c20345024d8a4224fd309bd6f755
BLAKE2b-256 1c737a503d69e028d70dc542d27f66b552a9a0d074c32d327508e143e0b4ce59

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b70a52fe8dc6e5945b9f13302d77794d8edc989bd44f3e29e5c7c1c3d1959130
MD5 1169974f64efafb7f6dd6f57d73604c9
BLAKE2b-256 4dcab46aa98680c5d9a8942c75821c402caed1c13278627b7401a09ee8a3e5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7ecb1ec9f9e9e2b7206a19b420cca17b63c0bec042ee14cc4d42750f3be0af3
MD5 882f9a940217aa48034fcaef2a0de7fe
BLAKE2b-256 97e3f171a513fc4ff4b187bc4f26d1f9234d65b36ea09f62c8dd60040da1fe88

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 264.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fefbea78ce746bc5c8d754107c481d1adeb28dc37a847b781ea95e303e7cba1e
MD5 6fc68170b66462b9ee835c5cf2e76b2c
BLAKE2b-256 89c1e884c9e5287cdffdc1cce5df5d3287cf20e1976229674ed0cb8d51058c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 259.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 35745e2d7446b18e970c4d357673cbe77aa18613130a11bd48bac3209d714bcc
MD5 61b6646e8beda3f077cb4895f3738370
BLAKE2b-256 178fa7d03825cec764060242da38cdcc9ce46f4a5b5bdfb8fd15131f5f8ba04d

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b94a28cc3cad7d16846d17163d197349bb990aeabe4c85158c092aae790c218
MD5 774d53858ace8ccf16fe35c24aab9a0a
BLAKE2b-256 8777a137279a9b3082947bf0ebc96ec535a52caefad82481c60403ebf10bdf41

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5fcdc5a4920b86d0cf1121912a0c59d447d5a4a780319d94ac82c37a9e6e44e
MD5 4a91b39b854f24490386711b3a0c958b
BLAKE2b-256 a87bf30f3aa910983d41d547f938fc8b70de917b6e4f38425a554932babe2a17

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b3d803ccbcde3f900cdf56d6d7ce6acfcd166dcb360befe10999cf3d900453f
MD5 74bc470bce32025eda35f8d49170ee7b
BLAKE2b-256 0f02b1a34ce2886e3ef0553e6b9a1d796050b82972de2066ee34e76ba1048187

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 264.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bed4b4282c5d92ccc70988a79f50c34aa85e088e7af4dbaec22e9eda699c3f18
MD5 661bb0fb6db4f3b22ecd75f578f41df3
BLAKE2b-256 359c4c401eb90854756588c9ce6246b0acd855c3320b59d711379198c093c351

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 259.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c55e09f5af2e9623a100ccd0d7e6a1b7c5a9e0b32945c84d6f4ddb92b58b93d8
MD5 79292fe5f0b6edf41c4e843484805b29
BLAKE2b-256 4d9c2c6663d7308252dd541e105ce919914731af0c43a87c41d87c8b0642cb0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c8d445182d9bdd5edb34cf316113a42b20803879fe2d17f5648905011864d06
MD5 375a5a2a3569fafdeb288bc77a758f91
BLAKE2b-256 e30493626445339bb59196950ff44cdc7232974e66c4644eef0462ed7dd73630

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e172aa7fcecef643bc298b711918b0d3aa83fadeaf4590a23d50c644192057ce
MD5 722e732f4f0b330d56a8a413001461d7
BLAKE2b-256 306662ba1afe68db9b3bdb9a4b9f54fbfdaa7bbec1bab91080f040d4089a8f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3ddabf6451657e700891074b8e6cb7e42994b4cb7c714860b4b46ea0c3dbc64
MD5 737a03f57b9f46ad6433a476705379cc
BLAKE2b-256 dfef9f351b9174128dc975474c827a5b1126c3d9e05740af1de83d3f1c845058

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 265.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f8f7907766abe8b12725fbabd151445b6506b3d9c7f18a741b85e649a480391
MD5 9dd81e97e2e9bf770076201579e68f14
BLAKE2b-256 9996d6d96292162a2937ecdce1ac36df2022b04652e8019b53b5da5171d17617

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 259.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2a9c96143c55f6e59b0ac252ea842609684b8ad494b2d4c4db505cbf1e7b61a6
MD5 b9146bbf704f642d6711690dcd8fe9bf
BLAKE2b-256 887515f8b8728bc49573faa04da54cb7135a0ac6388cd5c0cdfd049bfb795f3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa874a749c0979ff6711fd95c40471ecdbb84f46ac34486ec0b8e11e02ed9776
MD5 ccdeab65abe23daa21821057adcd450e
BLAKE2b-256 7aa85b2f23f5aa644df2423af5c59516acb82f479525aa679ad2ea22c2d6bd92

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40152e43a5fdc044882d242cca8287e61bb40317e6ff217ebd738d4ace9203ef
MD5 e9a80be0e20cc45d1c65ea0df2325c9e
BLAKE2b-256 a03723c82464dad1864d91e1f99f41523316e35c4ee09503f2c4e671494e1ad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc68a5753c1b0fd521c7943c1f045b9cd0419721d93607a06134f77106c5fe77
MD5 2cc42c84bd718dff5d73c30c3b40681d
BLAKE2b-256 3e65129e3636b05dfac2074690da28fd92fdeb99b098c3ac61f04a471b1c82c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 264.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b4df35a0549e91b1e42cb5ce52b489798e9a7cab7bd208bc21e7b8e94495318
MD5 cd773df6805b9d89861f73fda0904e2a
BLAKE2b-256 1962091a179b6717e8b808431dbb528b24f82d90ec44c4c42b4c4d9491f115af

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 258.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 71bcc9577f08ae465e06e207431c454f6aea2acf34f9f04f10a26605ba90a980
MD5 1505e345a5f3eae8e23e2de059afb1d0
BLAKE2b-256 1baa3494197ea6f8cb8caa80f555ec4c3b64fc7acf987c283be2ce0dde810c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dd980d41b4f00d10bdd696be639bf974dbfd5065bdb17b5ac837340099cc001
MD5 170b441fb98cb9a83d75e0d32b613981
BLAKE2b-256 cb09c0f90a429439c5ff2fb7bcefc308860f36f5bd2eaf5b285fee0554e872cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e489d8ed6e6d4909073a3ec981d738e31bc2bd066aad69a59c100755c660b47d
MD5 e80ab57aec261a89414ec42cba51057c
BLAKE2b-256 72f65de50db822dee6caa57a84f305ac21620e0a783221c1e9aed1abb1907632

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3603808eb64928f68f0d4ef28213f41e57af6dd0fcae7870d7799ca38e49457
MD5 5005a4b7969d70aa5053faa1b7819069
BLAKE2b-256 cc0e8a432f5f32ef31fb7802df7c673cd096eb87b727d72ea5039a9d1abcc519

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: removedup-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 264.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5cc3ca5b1913e8eb06083e3b4418b0d07a37768f2a465a1e9fe2aea450318388
MD5 3c81f92247542f8b0bafeef128c315e9
BLAKE2b-256 18a10f36f4e923d2140530d186aa330b3d1325b98514b7a352bffcf5e5f8c2be

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: removedup-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 258.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for removedup-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b3c5681b5373b6eb4352dd765b73ae2a50cfba2e473df1d95ec9f62da28fe702
MD5 1a9dfaecc8a41b308f8546e2565ab69e
BLAKE2b-256 a9772aa2cef256d452a228112fe5d7524b8aba2d3d067da39471c84a4fa488fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77de019889bbd496afec641fd93694ea640bbd38e2af9c98be4b1186b70a13ab
MD5 f716f9d9f5c5092350134f3e0fbbedbf
BLAKE2b-256 54b710b36378a8db82b174cf0168d95f6505f9454eecd1b00a019ccf72175504

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 270e4e90ac38f5306e59b685ed04531971f63f94f681c7832a08735fc80f0425
MD5 7444f81ef947fc6b08178c85c86ac483
BLAKE2b-256 f2b466c865eca14262188190943991d28bc21fcab5ce5b151541d62d21de25de

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file removedup-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for removedup-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41d80423648f676d9297821f2c65fe96693fe1366a65d491329a4ac5486d2f08
MD5 30aef560b987285f8d4bff6caf4f5c1d
BLAKE2b-256 da9e8c6bafedafd4ecf24149acf3806c4b8965adff267a08333779e05efed9ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for removedup-1.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on LibreTranslate/RemoveDup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page