A diff library with semantic cleanup
Project description
py-dissimilar
Python bindings to Rust dissimilar crate, a diff library with semantic cleanup.
Installation
pip install dissimilar
Usage
This module provides one function:
def diff(a: str, b: str) -> List[Chunk]: ...
from dissimilar import diff, Equal, Delete, Insert
a = '[乀丁abcd一]'
b = '[一abcd丁]'
chunks = diff(a, b)
assert chunks == [
Equal("["),
Delete("乀丁"),
Insert("一"),
Equal("abcd"),
Delete("一"),
Insert("丁"),
Equal("]"),
]
License
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.
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
Built Distributions
File details
Details for the file dissimilar-0.1.1.tar.gz
.
File metadata
- Download URL: dissimilar-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 813d7e6288ff35d77250d757ea1f920bbe4fffd9bd79a0ebc975f1c0b732b294 |
|
MD5 | f855c37cbb67dddb1fc81d1fd24f079e |
|
BLAKE2b-256 | 563f04a318944fdb52bb011abe7a62942fd7c9a5737463efbc2cd84542544039 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 148.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43fdc5757e458443637f46451638abfd008bf749ad60ed3d18de9d5ba49987eb |
|
MD5 | f96cd7c10710c0e2c4c76b3826c55896 |
|
BLAKE2b-256 | f6b66ac97f28676dac0824d1785ad9eb8c70f09b43ed6080d602989f551c0a34 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eec64d7aa821466d1450b8b3b936928e0eca1d406c246ad98ba38b36a8cee665 |
|
MD5 | 0c2d0490547e20fcfef628a578bec783 |
|
BLAKE2b-256 | b07ff721f80ac94a680dbae1b6bcf093e88e173978200f36e58c1d6a79dee814 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e9ef80cafafeb2ea328c910e656ae799b72a070ff2dc514f2d66dd3fc6d2d89 |
|
MD5 | 6f30266a0cb088182b9e302a6159f94a |
|
BLAKE2b-256 | 2b34de7aaef37c13238f8d03891747b88feaba8447dd1bbf7d33bbb35d458ffa |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bf1f8c5869e16dcd72885f7bcc0e33a99a100b5a5124638d794a4a6813ba593 |
|
MD5 | cf1b8704c882b5a37f6627f23f3f3b2f |
|
BLAKE2b-256 | 0e258f4f52c31237862583262cc14cd4b85d8a339dcc8ae3b9a2864da5e9097f |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f9fed274276b0e0e7e62fde06a1b8d3fab957ad622b2c712067f7841e3e5e43 |
|
MD5 | 59bf4f0f60cda5c39adb0c9fcf1859c1 |
|
BLAKE2b-256 | fab677677b82a7d3beabf328afe5764b383c17d5765dde0682892107f25803f7 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 835f35868738a8af323033b98d6c4d28297108a3eec6e14f5c2b33c61eaee2f4 |
|
MD5 | 699e5b9cf8b96cc8f8bf2c79e63bb004 |
|
BLAKE2b-256 | 6c774f9833e61933bf22084698f359c38afda636d595b7f88a5f53cf3148e11d |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c8ef4e6e93e301bb0145a681f0464ccc1c6d411144b7aff078ef36a88076449 |
|
MD5 | e9ef00811b451c59d2aff5848a7e4ec1 |
|
BLAKE2b-256 | 9cd66b50e0535326b11a13933d7c8bf7f3aa4288bd4dc92641f6c9d1e1d15330 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 535.1 kB
- Tags: PyPy, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7659622079423b05bcb7d49a17c5536b3e07ceea51fdc8a824211c93c79945b |
|
MD5 | 34731e83774038381ae4bb66100d6cf1 |
|
BLAKE2b-256 | 8c7d655ec111fef73ef66600fa7a4e9ff76a85aa88dfa1afd1d0a06200781661 |
File details
Details for the file dissimilar-0.1.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 273.1 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f9f6dfb7efefcc6931165ba1c52d2a701ed0b8eaa5359c4a8ffb4053b999c73 |
|
MD5 | 95174cb7eb12fa14706ec2d8ef636326 |
|
BLAKE2b-256 | 214bcfb192e8d2fcf0a78aafb9aa5788329210e52a6fae0429a871a0253b077f |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 148.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d97c97c23702d9fdc4f4a7a0e396a165ba10b2ad8de04a9b557cab2bda26366 |
|
MD5 | 492f90c1f7543008798316af343ada94 |
|
BLAKE2b-256 | cd22f6a57671d726d0b613d002fa082d7c598e5bdc3ae8efc4c9fbd1e29706c0 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dd1dd0eb349517305217e6184c84d23d526826f38252e1c8f822fb97ecada7b |
|
MD5 | dd021e367dc785c86558e01fbc17c8fe |
|
BLAKE2b-256 | 6acb660fdd2b1bb38970a710ad461144467235e2144d46c80a523872ea54a7f1 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaa9f49ded7a970378038814647a2bd90d16ca0669dac313002cb877fdf887fd |
|
MD5 | c47fceb0a04389fc0c8a9006df05de14 |
|
BLAKE2b-256 | d3792ddd4909e3560023417467c1355291ec1b83757fca506c8ac148420205cf |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2920edef5800547647e8d8af8b4fcb9c7d48904740ea9da0d921205a5f43573 |
|
MD5 | 3db5dba9b6162ea5305e57c78aad0a49 |
|
BLAKE2b-256 | 266fca408e2129e2c5b00577331e8a55c8e4d69ed498869ff4c166723baa6da7 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae41be4bf3b39236d9564918d64bd63d6d2cc58c1a14b01ecb75329283a471f8 |
|
MD5 | a1993914c6c28ccdc9b6c5e26b3e20fe |
|
BLAKE2b-256 | c7fa4d6906f7571182c2df0c7c287e8833643ea957a1f554904713b38fab5930 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee88e9fb089901eb4d05ec43af295297d6342661850311262ad606c5948cd058 |
|
MD5 | 2b0965dc24b3cd9f3384ba03650abcb0 |
|
BLAKE2b-256 | 70ab6129d9a278e6f205450bfb1ee525cfb3fc2473bda60917cbe832f1cab692 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9baa4e91c98151823560d9db9e646f30c37126af0ecb1ae194be0ee315677b95 |
|
MD5 | abfe816ae26e2c87fb667eb57793b6de |
|
BLAKE2b-256 | 9688be234fba578967d94fa43406605cb49c1ca7e7dbaf8b904111567fbeac6d |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 534.9 kB
- Tags: PyPy, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c5884fb3e6b42de0ce1e55368ef3886cac2b5f4d5a58fb083cf66707d24ea82 |
|
MD5 | 5c6cea90861b786ccb14411f629c061c |
|
BLAKE2b-256 | 571dce60f56f0888086ddd0dd6e3f74a3b3ca0d10f7fdaf9440a1696a0b8e7b9 |
File details
Details for the file dissimilar-0.1.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 272.9 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19174ab69e9869804047f75651476f6d0c43927e48fe79b501f8f00b798caaf7 |
|
MD5 | df5ffb8c7844712c74f0200c9cba090c |
|
BLAKE2b-256 | c396d8c7a3519479a920d0c19064e32bd431b82d7fee01f96db9795f29fe13b4 |
File details
Details for the file dissimilar-0.1.1-cp311-none-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-none-win_amd64.whl
- Upload date:
- Size: 147.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c61d2c67d4ce3a3dcf23a622b8b1ea6f806652969e969bc663d4668d76c3eac5 |
|
MD5 | ab3b38e2238d49cbcc3e8cf1db288f51 |
|
BLAKE2b-256 | 8189d39f0832735578283a2477eee36c35ed1d43edf877cc21d32110794deaff |
File details
Details for the file dissimilar-0.1.1-cp311-none-win32.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-none-win32.whl
- Upload date:
- Size: 142.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e36e26d9bc1428479bd0d66f14ba119ab5afeaaa3be3f23c33a576ef304ace98 |
|
MD5 | 921c4fcd77ca09f569216f062c16b8fb |
|
BLAKE2b-256 | f3eeb8f09c75c57d1ad04bb7f89e1fda7c25eeb176d69afa35dc94ccd51303c2 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64c2da57644f40961900abbc1a66d5e4c80de3f722878ddd1b71924e923e9ab2 |
|
MD5 | 9ba63fb4f7d96ae917814361d501ed2e |
|
BLAKE2b-256 | 4605c8eb1ae69f0d20f6b2046efb736c2fa5404354b4b0e7dda3debed576baba |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39d912f7a1e2e6c65d2b2614c4178f4c9d8027b7fb5b1e22bfbe7d3ccb58bd41 |
|
MD5 | f555ee2cad8726743648570910bf18eb |
|
BLAKE2b-256 | 3cb3ac0db71a7a8080bbf12f478fd3b3ec777d12e7dadd429475245f0b500356 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6d972f2233598e215881dfcc687e93ab8e6fbcf3da2f9715a85d622cbbd9cf4 |
|
MD5 | 7d2f656a80efce4988a101abf5487c2b |
|
BLAKE2b-256 | 3751d29803ebbe68cc8129d3c75dc008aeb279b1223416d0f496693f40eba571 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb5df223766cf3f8dfa42e376613a2c399ff868452e4744077ab510bf1ca76a |
|
MD5 | 52f25f4b8ecefde51638dbdec73516af |
|
BLAKE2b-256 | 415dc9c1b56e48a0a6e43965540f679e81b610ca3c695bc4ab7286ad43cafd19 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2b0479e24df8ced92f0db91bd378636685ef2c5a3c65c7520f690c13bc37d37 |
|
MD5 | 61f0811e4482957fb97e13c474507063 |
|
BLAKE2b-256 | 9ab7381ab476c1c099d08906c83ff619a9999e73778b84fd7257f0b1aa8b7e07 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bbfd7ffe161bbd644346b3e0404b136dd0f82912f08e37f927d8a80cbf179da |
|
MD5 | 4362e36f3d366f556dd8de883bd2e84e |
|
BLAKE2b-256 | f9ae528a6ad4a464eb982fac15def5bc284e2fdfbe95c9d92490f6b5938bd406 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a01459e7ddad625d41f671434e1356fe8ee44e0e10222b991d4d4d42264c8cc |
|
MD5 | 1f6c7a37f1814795141ebb167c4df79e |
|
BLAKE2b-256 | e5bcde3720f44d7bacee2891c9b008e2c96b9230725f16b1202f91fccb53cfc1 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13409141efb9287865259e8b58d9440e35d2095e5bb171f70158f4bec8f738df |
|
MD5 | df9a479816d34850687cfe6d183a1425 |
|
BLAKE2b-256 | 4570148ced7fd25f6229770a19db717cb4732b74b4a76fba15aa5e258fa2d26a |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ced153101c5c5a24a1a229ebbdef4c12e2b0462459fa557578fd54b04a28a7c0 |
|
MD5 | ffa2af1a2c8384331c1c3d92f183828e |
|
BLAKE2b-256 | 606aeeee231ee3b60fb26749bed4d67160f8d97a55f685b128cd90b9273d50a9 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80982b243302eb12928c98ccbd7bad58709f71568eb98e77f283479d5f20dc64 |
|
MD5 | 8abce07eaf4a9d02097df989795ffc5e |
|
BLAKE2b-256 | 7583d3bed53bf040444332be32138171b40cb44e038a05633501ce9901f26afa |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 535.4 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1dde63036d2c989600874adcc1bf010d9e0cb3e602225a5418c6749265b992 |
|
MD5 | 2782ebafc371f060dca7a7df2b471283 |
|
BLAKE2b-256 | 5f406b95b3ba0feaec811d3d21d2c9095ea32106150d048b34c1db6e45c508b4 |
File details
Details for the file dissimilar-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 272.8 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d481a57846dfd0456cad02be9e20b6dfcf34a6b741c0434b1a7e6bc182fccb50 |
|
MD5 | 6923b33c375331ef3aa255ef31beb737 |
|
BLAKE2b-256 | 39f6f740cf8ab857a9c94cf5709788c29215e922453c753784428007a67bc5c0 |
File details
Details for the file dissimilar-0.1.1-cp310-none-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-none-win_amd64.whl
- Upload date:
- Size: 147.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce51c6b94a0c01aa0497f27d143ab2b849493c5fc5b84fbddbd88d27d5069027 |
|
MD5 | 2d34129b0d7c2a319ef9ff7acca758a5 |
|
BLAKE2b-256 | 8f600a98fdc5010f87beeff27d2d05f3ee367070b8a85e82bd81733fdbd8c58c |
File details
Details for the file dissimilar-0.1.1-cp310-none-win32.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-none-win32.whl
- Upload date:
- Size: 142.6 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f515b65d54dfa3ac509cfae5cc862f7e179d348379cb46919ab43672e3a8235 |
|
MD5 | 1c0c6adf7af06407831de15792759d96 |
|
BLAKE2b-256 | a7592f39c41a6929975d0723707ec727487453db17409ac0834719c1ebcad52f |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d7372aa76f1806542a0acf644ea1eb18d674886076c245952d0f91b10a5f25e |
|
MD5 | cead1e28392223cadd2398ddc13ac6b9 |
|
BLAKE2b-256 | 8e7ffb88a32f88677bc3bf06c6a3111ceb2e284d05ee98f3930ca724e0595218 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a658906849bae2aa87ffd75083113bbb115197f17fb139cb7284b1ea42cd53e |
|
MD5 | a508ed6c7481a08e233d8548ea1d8980 |
|
BLAKE2b-256 | ddb9259a3f01e1249742ce6c67f73efc42a67ff5cd870122882cc31edcef7fb9 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a61e928efd03554ca5468a910168260ddcbcbbfcb70d02b7d7b9ee6d64a70dec |
|
MD5 | fd95e09c43177d69e1c9efaed4350230 |
|
BLAKE2b-256 | eb04b37f6435c925222acdac6c435158daeb8c8811a0ea370ce0d254049732ee |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e58648bdb8954a6c2bc56e33b0d999731449678f5189f4dedd3c7f2d9477a02a |
|
MD5 | 6b86337dd15092432a215584006da20d |
|
BLAKE2b-256 | 332c2a7bbc419c7147fdf3c22bfb1d952c828d6b1aec0e66b1d4b66bea137282 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34fdda9723de2daa45d95c6b9ea62d60dc2352ab3b0a26a373be2f2269cbc3da |
|
MD5 | e5ed89ffd329df9f10a7f3314e2d9f52 |
|
BLAKE2b-256 | a2f7c5a46c8e39634391c5acd423a7162d0f447cef4f71861e524e54bdae43e6 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56466d9085b018e9ef2fc5a59b13e902de040f91be63a32be68f964e3510a25 |
|
MD5 | 1d7b3f56d3e158765e67def7bf72ce3f |
|
BLAKE2b-256 | 0f02706fdcaecd007d0318c8f39ba2947cc947239ec797f9d258ee628a1de9ed |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 802c5d2087bee3b1673e312694e6422dc0b7a4b0c8957693e31d893d9f051ab0 |
|
MD5 | 0abed612c636712ee9b7f02a6b88643a |
|
BLAKE2b-256 | 65b52ad32bc6fd8b23692f2b2b9fc5ec98a39bf32e956db674fbcbfb1e938e2b |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8094b36046da7a11e69ba57b1935b00d3a0c6d95909ea527db3060f623a6a2 |
|
MD5 | bd248109ed96f0ddc2825c2da105dbbf |
|
BLAKE2b-256 | 7d8ddc2589143c00fdcfa0a44dcce060a7f9f0c78bf8d23ae0c763434ce2ec9b |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12da7d7d1037faba9d8d5bc4a064c824ba5fab3698ac9c9410e48670544c404 |
|
MD5 | 883fce493e5b1cb7c1a04765a9cfed38 |
|
BLAKE2b-256 | 2c37c41af06ed9a78bea01c3b49777dcad68c22480120197997aada8e4436ff0 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63842dc65843c77e785e4dc3430d629d4db26d5916d7d9cb4f94858ad482b6aa |
|
MD5 | 0bb8859c70952803b22e94ebc4e3921c |
|
BLAKE2b-256 | 8ea6e709940f0d96ae2271193249499ea30f37ef0e1154e9634e3361cf07e8a1 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 535.4 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af977e18bb170eedcdbd40bd7d9b216da7e12fafe5cc469780de7fe0181c31bc |
|
MD5 | 36ac4abf725f53dd4336c281df33241f |
|
BLAKE2b-256 | 2fd77eb48a363e9e9378fe372a3a72f05289071774c2f09bfa82183f6d3dba12 |
File details
Details for the file dissimilar-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 272.8 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1f39368e997daa339278869a27a669c7fc1e8ea59aefd6f5c87de18c1e31e26 |
|
MD5 | 18c44aaab07e1cf4536cc8abbd21a8c1 |
|
BLAKE2b-256 | 8c1abaafd41e6807fe86ea6854f334c711b0ce3f60fca02b34b1b8268edace53 |
File details
Details for the file dissimilar-0.1.1-cp39-none-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-none-win_amd64.whl
- Upload date:
- Size: 148.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66966b82fcc6d8b5905d0e7c942e7164257dadd6cb606cd35aa8b2c331e260ce |
|
MD5 | 9910907e6ec370cc67ce0ba440aadcbe |
|
BLAKE2b-256 | 174f7f32a04beb612281ba537bffc424277dbac27de5552561cd575b6e23cb5a |
File details
Details for the file dissimilar-0.1.1-cp39-none-win32.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-none-win32.whl
- Upload date:
- Size: 142.8 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8ad8c9d4601d08a07dbb8aaae29c7176da28ffc4dc1d27ce31afc3eb373690 |
|
MD5 | 419c8c134ba3b32694faa421af54f1dc |
|
BLAKE2b-256 | 431cbc991dc1e6e009ce0491be6b09039e71df149bf4eed763779f0112b39e03 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d65ec6bc80050728a5d3491cef0d11706756f00e20a133eec56a77231ea8b39 |
|
MD5 | 11000919ad675ce9423df2898b9c136e |
|
BLAKE2b-256 | c5c17e63ac08f7bc48b1d38cf6ce358a588c2dabdc81cfdd84c86b0bcab8a021 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a178a15d72d7f8c2257d0657b0298fe7f63defd14326e98fd391907efcf35b25 |
|
MD5 | 45a575ef9ae89472f3de3e87eb96f48f |
|
BLAKE2b-256 | b6f1c9a9f8b16aba0cf33cf76df2a5a4836eafdda124b6180d706ea60536866f |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49773e81ba6887bbf00ac6ddae0229fe16c49cacf2121aa86597aae17b479447 |
|
MD5 | b54ca7a688829c2a1144e07acabec027 |
|
BLAKE2b-256 | 3c9129018cda1eab04f0e7b465b84e9ca570f5d2871a263d519618ad5def9253 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18fca119be856203429a237709abda117071a47b314eb6ac3a8d19cf97c04df0 |
|
MD5 | d3f922c6d44d2d9c35defce6719f6fc3 |
|
BLAKE2b-256 | e26425f2dbe0ae974b07cac2b58c4df86f403dcf84c50215a288e306cdbab637 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04b9633a0ca7c88bc18b0d7dc4f69b0aab0e6c67bedacd92d06d8c82cf30492a |
|
MD5 | ce8fef46850fbabf4b77f8bfbdbeb930 |
|
BLAKE2b-256 | 3b1305f234999988cd42d4252ce1f3eb636bc97249b0b8e46e447093b7b74c7f |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 010f3bd3dd3f6e248b0c9a905b06ead2288573c897f652ebeecf0830b7f06262 |
|
MD5 | e994e393ca8dc470714e0656e8689995 |
|
BLAKE2b-256 | 93a147b11faeaf6ec4e9a7fb1970896973f6903e2cc672101b99330e755ea81e |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75d0100e95b839502330da77120bb4fecd27b826ff0141c95bc528d4549d0621 |
|
MD5 | f4c6c9043e121784242ff5e52bb6f11b |
|
BLAKE2b-256 | e3396707ac32c1024324d46cef7acc26805c1cdd2789b10d9ca46f6c343e7bbd |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8780d2065cab8e7a0eb9aa1fd8b05df6e866f0fea9bcc799405df9b2c025f3e7 |
|
MD5 | 3eeae327987cb6ea6e615f6a4971ecb1 |
|
BLAKE2b-256 | 5a8795e8e3b1ad80ec6b9a57b90c1402b003de1c5a4e75e4b433de3c7e22b176 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2545fcbd8f1f7b09b386ec92d87d5b7a1503adc885be9e6fa7033ad689ba1768 |
|
MD5 | 1bcebfb8ac0eed6863ce67026c561924 |
|
BLAKE2b-256 | 9459f69b06c66bde751da3253a8cd5c556a3e0e8fb8f64268739f6001c536c3f |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d407eaa598c27d80db243317cd59541eb80930260659ea80b713f6a3c6d1832 |
|
MD5 | 547b0b36f9978530806a4d49032f202c |
|
BLAKE2b-256 | cc2590e7b0ad6b0c6ef9df29742e1829c0784f5c4835565a52938961592591fd |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 535.9 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0cafa2cba25a4dfc6572945b5a8d13bf9284c114502d0c2c90182a9c534aa1d |
|
MD5 | 9666d7dc89d923e0ce60b9684e2e0989 |
|
BLAKE2b-256 | 98d0d230b2c2cfbba1c30c58a10faf86129026936b65c6ff7befafcecdb939c2 |
File details
Details for the file dissimilar-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl
- Upload date:
- Size: 272.9 kB
- Tags: CPython 3.9, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b4e50e2920d419c61ba0a8ff2c5d7868afe23772bfacb358e0b08c7e455e627 |
|
MD5 | d681b95f4c0019fde172aca5bfc70bac |
|
BLAKE2b-256 | 68563860a9103253f37c91ddcff495859dd9b8d8fb886152df92de0b14a2af79 |
File details
Details for the file dissimilar-0.1.1-cp38-none-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-none-win_amd64.whl
- Upload date:
- Size: 147.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 679fa9533638446f41668cf29f9b98c303de0d90dac55f2a73bef63209a2f55d |
|
MD5 | 5a33ed440f7a7b04d8c7d2848c7f6074 |
|
BLAKE2b-256 | 037d0083044253c24291f803b8eeff04b23251382c70d8d870b46b5e2759d4a4 |
File details
Details for the file dissimilar-0.1.1-cp38-none-win32.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-none-win32.whl
- Upload date:
- Size: 142.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5557c1fd1cccc1d3d31da6b9cbc57b9445ebc259fed07af45f4aa565eaa5f19 |
|
MD5 | f6b481f9233d1f1aa97ba1471382f300 |
|
BLAKE2b-256 | 1ebfce8d721d175213fdc521a15a7acbcd19ef1e7e50bf9ec4d1ec3613179b6d |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d94dc38f4830f03634026991a0a763ac8380b7aa754b5b50ead5fd52ccee07cc |
|
MD5 | 2438bcca8c9b1d7d6489bec1806ec8f7 |
|
BLAKE2b-256 | 0fce8ce377e115fc0b6c9c600bac1c190b31857ac7324610d779c2b86a293e98 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c17e479de0090a92befa92cf98caec4e3d0a54be9b484df7fe8328178e38138 |
|
MD5 | fc212e6c05707986e3438e82d56f258a |
|
BLAKE2b-256 | 1d4d9b0f750c38f05b1a1033601068d1d7379462cf8b355fbba57a8d0733329b |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8987c0950224ab0c1de37ed5d68f16864b0a882edb44557a7649bbe65693993a |
|
MD5 | 82955be91f8bc96ed0304626547f64cb |
|
BLAKE2b-256 | fed6bce586ff4523e310611b9113c14f7ab7effb8495f8dce723ed44196ff4dd |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db033ee499e6fe84140f9cf83c00d6a6e5b3bbb04fc56dda95a551af91004b05 |
|
MD5 | 9263f2a351cac9c16666ced9669a3fe4 |
|
BLAKE2b-256 | ed0ba15808fabb4c929c32dd084aa9ab8984c065bc711c62f961590a97a7a685 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0337c479f62dbecb02b87dfc333883bbe2eae28c1210e317142c7e247f193071 |
|
MD5 | 131af9418abc136d3347653373e781a3 |
|
BLAKE2b-256 | 8779a041c024e9c212b07ba0d8a475adb3ccf7629a948e7910b421de7e0ecc29 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b594c5108adb7291b68472cb102deda3c5217d71867b64108aba53b6c75eccce |
|
MD5 | a7974cda01a31a866274320617d60e8d |
|
BLAKE2b-256 | 009ccc7682c0e670620d6e5a3758983918189e1df2c1a79be625b79dc80e54f6 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34da458f6cd7073fa02fcbbd4bfaf766a26c2c601dadeb62b9969c23af909e6e |
|
MD5 | f04b2e222895f7ac7caa0d250aad117e |
|
BLAKE2b-256 | e873b9775d9c4d9e8bba412998bd928fa535112c9c515b416d077719d050fc4e |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 881ee1b255820a6eb871d030ea1c9474052991538bd2b474103e3d2b2a0262fb |
|
MD5 | 8098b01b6fc9bd18ca520593fc22f67b |
|
BLAKE2b-256 | e00c7cae1d16623486c00c6923fad9638078b3719837f7cd0811efaa78afb8e8 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9687703a9527372ed8737f78acb6f143df8e5fa8e6c29142cfb48b8dc4ad4bf |
|
MD5 | 724e4ec40574b9d1a3897a21c4e7840c |
|
BLAKE2b-256 | 08d05ec8c594da7279c991fdb72665dbd0d2ea5f0101450f6f94edd85372a4c6 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 501e7af9ffdaaa83512c74c5379e6bdfff48206b0c8a6489c103735ddf7f5be8 |
|
MD5 | f31492454ce97c799156b7364898bc29 |
|
BLAKE2b-256 | 5dd2821c13e12dfac002bb19a51efdfd2cd25366cb15bff8a3ace922cb78c1e4 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 535.6 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd52840b1b7fc41c287b09f4113be31bbcdf105647ff4d9a788d025d472b54e |
|
MD5 | 167d55a4b29914ca420b99b8eb7da260 |
|
BLAKE2b-256 | d85016d236c4be18117dd06ef7d38c6679db27907f37408aed7ec5f18c597e62 |
File details
Details for the file dissimilar-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl
- Upload date:
- Size: 272.9 kB
- Tags: CPython 3.8, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ca3024780ab367a38f5274f1006d8de709fe70a690527270306620f21625ab |
|
MD5 | 5742285193efc8945c95f7a39bafd986 |
|
BLAKE2b-256 | 34cb70c1e6a062de4ed9b273bd6493e97c80b9d189a170c11048c318893b3ebb |
File details
Details for the file dissimilar-0.1.1-cp37-none-win_amd64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-none-win_amd64.whl
- Upload date:
- Size: 147.9 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ff1cf26fe7179eed1203cbfdc220fbfeeb9f25245888d2964fbd2fc0052a3e |
|
MD5 | 088178a2bfeb1c5593df2fd23146ccca |
|
BLAKE2b-256 | 140f9c59b0c75538283bfae7ee4bd76fb9900efd4ceba3d478c7e75fc6e28fcb |
File details
Details for the file dissimilar-0.1.1-cp37-none-win32.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-none-win32.whl
- Upload date:
- Size: 142.8 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01a8f683548ef75588e56bbe41fb5614ebb5666bb723a7795cadee2a5dbf4eae |
|
MD5 | fc6fdc5a9871470bfacecd8cd87e0003 |
|
BLAKE2b-256 | 5148d07db700cef5056dcecb9c9d8b45ea8d436886dbd7e840eb2e5fa8e452f7 |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2174b45ab10428376866bbba00616acc3a2f2ea7669ad1ac9d9e7a9553bd1256 |
|
MD5 | b3dc6055ad61403a400ef915f0a4a6a7 |
|
BLAKE2b-256 | 97dbfc3679a33440ce9290c7afafed3c64a221b429667ab00ab2dea3794d83ad |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6e0f5124b6663b70d17afaecc8be36b51962679ae7aab93cef3d45b33ac4099 |
|
MD5 | 623e6c14132b51606d9e93538be59eb2 |
|
BLAKE2b-256 | 0739df3a23b3284039d94a9479c32e8032a3529e80851f8995da352556992fa5 |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9efe405e26f8e91e21e2cc5ac1d562e9cd608d2dcb34547961911b2edd47faa |
|
MD5 | 469c8324647e1f01f91c3f7929c5b11a |
|
BLAKE2b-256 | cdaf055504196fc94d551126a09d1dbf06425811d3cab15daa9d5829f984cf7c |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c357a0bbf0a123c83204dafb811680eb780d0bad7280a9bd97f2168905332ff |
|
MD5 | d1992766478cb68513788830cd2b4ff4 |
|
BLAKE2b-256 | c833823cfd33cf568888a101a308733939c516c397b4a4c241973340cdfca3b8 |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff980d774843f2293ec6af5a411274d61f7739ebea026021deacd1a8b2ebaf95 |
|
MD5 | 8a244aa5b9ca5b2c5580f53a80633924 |
|
BLAKE2b-256 | 318c5fd987870187b7eed2ea5b9a850e18bde99541ef7b733c4ff1cb49200ab2 |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad02e7af7c92d1184f2b27f6f4f6a43a7e3ccb2246bb07e63a63bfa81206fd5 |
|
MD5 | 6fe52ddb5b4ec59dbcb88beba39035b6 |
|
BLAKE2b-256 | 9bed4193cc4314c82d8ef0bd64ed6dc9b949f3c6fe3b03d7842eff566f3c333d |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01240411b2010e59140b63f46d5c34da2e0a09720d58d848e55444578d761ea |
|
MD5 | 3e280bb0b80de19253f8fa51e3e19577 |
|
BLAKE2b-256 | 0d323780f7e5094fee938bf3f1bde057fff248eba6ffb81ef8e56770bc9e4bc1 |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db29348d45a6fab9bd1876b21ac6c8179965466ee38b54d0e29a0c7ec0bdd41f |
|
MD5 | bffee4d87de99b99248731014bc04a11 |
|
BLAKE2b-256 | c70f0e0776055ebce322cf7a6a680ddfc0dc9c77ac3b6229e769e0195b6a66af |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32ee6b35bf011405029d9dddb71531ed70d6c3e1201f9d19544ec9783d274472 |
|
MD5 | dbd83e46373564e6a2801fd4287b8939 |
|
BLAKE2b-256 | aba345c3fce1ed267bba85fb9c4794e0e23af50e6ba01fba8acc42744dd493ec |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77ed863d6d8d26cc32df03bf95d36c12029adf423e636298cf1e4b3690489b4 |
|
MD5 | 3094af724b37d42f2719f115fb6aef6c |
|
BLAKE2b-256 | 40307062fc67f491bfac3e29b351f94a4cf334ea61a2a9a5ab5dd622d643990a |
File details
Details for the file dissimilar-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: dissimilar-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 273.0 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781e60e7a91360d48f9f3a57ff5ca824ddc07727b9b52e94f78f08ec6a2fb50a |
|
MD5 | 6b21a82439e1aa8ae16c940c249aaa1e |
|
BLAKE2b-256 | b428cadc91567571c4bf2efe8b30a76ea62fe2b45222293efc35f4cbaff6b2e7 |