A rusty mutex watershed
Project description
mwatershed
A rusty mutex watershed
- Free software: MIT License
Installation
pip install git+https://github.com/pattonw/mwatershed
Features
- A mutex watershed implementation for affinities
- Should handle up to 6 dimensional arrays of fragments (7 dimensions if you include offsets in affinities) but only tested on 2 and 3 dimensions
Usage
components = mwatershed.agglom(
affinities: NDArray[np.float64],
offsets: list[list[int]],
seeds: NDArray[np.uint64],
edges: Optional[list[tuple[usize, usize, f64]]] = None,
)
where:
affinities
is ak+1
dimensional array of nonnan
affinities with leading dimension having sizen
offsets
is a list of lengthn
of offset tuples ofk
integersseeds
is ak
dimensional array of fragment ids. Noteseeds.shape
must be equal toaffinities.shape[1:]
. Any entry not equal to 0 is guaranteed to stay that way, any entry equal to zero has no priors.edges
is a list of(u, v, aff)
tuples to insert arbitrary extra affinities between fragment ids
Credits
This package was created with Cookiecutter and the pattonw/cookiecutter-rust-pypackage
project template.
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
Built Distributions
File details
Details for the file mwatershed-0.4.0.tar.gz
.
File metadata
- Download URL: mwatershed-0.4.0.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 884c0047fc4fbfc1a620a88767ccecab9d2c1174308ce87bce3604cf6e51c8da |
|
MD5 | 7266f22425de73f893c50d50c2176233 |
|
BLAKE2b-256 | 7e609260f696f1e85103ab74d676168c4fdc3e257750169acdbe623d6f29154e |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfbbde2bba6758edd8ecd2ac468315e97e52f9245b2db211e73d9e5b92975430 |
|
MD5 | 922245eaba2162a21a8592e6e06a4e1b |
|
BLAKE2b-256 | 55a75d839c24761e659db9cc2c6af79322335801be5ed6073ca526e6851a0ce6 |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-pp39-pypy39_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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89a9e1385d514a88b2f66d278849058e2d38ba071af146adc090621d84ac43b4 |
|
MD5 | 49901bc36df244574be3386b895f9d5f |
|
BLAKE2b-256 | 6d1ae8712f45828178ec548697fab4e29350054cea0a15971e396b275ff8539c |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e32045f568955624db5f6866a46009046621b7c33c4623db9a633e2ede42160 |
|
MD5 | 7dd4cb9b4ebc96fec29ee4276a6cbc76 |
|
BLAKE2b-256 | 36aa69a8de4284fbfeb631ebdca65c660defff79f344bf104d648b57ac984fa7 |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31637c19738f8c876a45b1024e724ed1253d130281938f31677d4b32be5d8119 |
|
MD5 | 61a7fe289e6f480818649e4a75aa4019 |
|
BLAKE2b-256 | 8dde4e1525de1e4974e296f0a5d122db0348dff4a5810d80bebb32a762c1fcbc |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d680d7eb5fbea78210e47c2fa714a1c4b29853d8510d1618288454c00cd0796 |
|
MD5 | 2d32ddce814f58bf3e38994ed9a8187d |
|
BLAKE2b-256 | daeddb4d405c3c3cfc4bbd8298a71185230f1c19b64bf25c7b461e55a5637abf |
File details
Details for the file mwatershed-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52c5106d4ce9269dbb07d226044af21d0fbd8d69e47a67a2ef7f45d8a35639c5 |
|
MD5 | 8dac33c9e405b968abe39dd485d18245 |
|
BLAKE2b-256 | 55d784bde375019fb9786ca0f0f85e38f75902db08331937a643baa4f24dc762 |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66ffd5093b1d7ac46a1a11546a4506bc132efe5fd5a77aa3caaf97319c1ad2df |
|
MD5 | 551be4e8550f714f02659f076f7c6bb7 |
|
BLAKE2b-256 | a8029d59bfea6e0768339aa9dd7051041bcefce92669583fd2f0a1fd8e0cf615 |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 660aa5d47dee2341c91b9d4f545d46b4ca93893070f07798c37b033209f68439 |
|
MD5 | c595dcb78f8a03db990c45b704bca2de |
|
BLAKE2b-256 | 57638dad9e5dfe94eac7606242449adc25bc5bfb5f15816a878f85f700a32a42 |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f10593ee078b336d10b5e7e21c766cf9bb4b92341b7dba9d3ad3214ff256f7a6 |
|
MD5 | eb94fb001cca6cd4d7aad7b16362068d |
|
BLAKE2b-256 | 762624aaafd5220dbc549dc79a25471a4a68750aec2679513757ffea47edfc91 |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77ae8a7070475d1acdbce239a54f8a44ab13b51aadd18a5664ff0db84fa334da |
|
MD5 | da6979ecd396f953b9fd67a344dd07b8 |
|
BLAKE2b-256 | 8dc0199c84563c5eeae3d201c3d6fb1ee6b0d8268e652cb0e6ad45d52040dea2 |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 624c55c02c237e1d6ccdff7b50f76a44cf3a32161827acb1f39d9e216daf2db6 |
|
MD5 | f71b01255c441092daefb01c8d35fc0b |
|
BLAKE2b-256 | 61ce9e99901460efd93bcbcf1a68af58b8a066de1e0756e1e07e598fafd640eb |
File details
Details for the file mwatershed-0.4.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ced71dd5b70cb49239067e3aa4736471aa649e10fae3d8cdbaaceaf90a826fd1 |
|
MD5 | 7c9947fe35c97eafdf738dd14ee02853 |
|
BLAKE2b-256 | 1418852e2466e226e561c1994039a556942058febb9dfd897ca5f7d8d34cc0c9 |
File details
Details for the file mwatershed-0.4.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 193.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0316f7df6acbe64e8af6642c4a1bac10e241c13d73bad2cadaf7af159efe31d1 |
|
MD5 | 2a939c6654e1f545713b706cfc51b9f0 |
|
BLAKE2b-256 | 6bc2d81d7278ded68ee94076a057cee61de28fc6f4b3d0bfbb73eacb1d3fa229 |
File details
Details for the file mwatershed-0.4.0-cp312-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp312-none-win32.whl
- Upload date:
- Size: 184.4 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ab0f1b5da30d76867c7cb2f33400e757368c1522fe1ddf05be7b57486a1fd36 |
|
MD5 | ac962ff25c4a8ef03d46ac4aaa14cb50 |
|
BLAKE2b-256 | d39713855289e79712971cad051fce395ac995b2e94cec224fc4767f2eb76251 |
File details
Details for the file mwatershed-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 304.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54578e0ebee84e8934c52480919a9d6373981f75682f39a951ceff67a1087cc1 |
|
MD5 | fb3b0044b86292a0eecbbae80a492ffb |
|
BLAKE2b-256 | 5c553acabee33fc07a8dc98c288baaf7a90ee7bab596548b665926eb0643eeb3 |
File details
Details for the file mwatershed-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 314.3 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77395877d2f105eb3637830cf0c7fc62e41aeabd9c71992a0922a8606e91539b |
|
MD5 | d9e7c0c134075de9a4efc6e264845e8a |
|
BLAKE2b-256 | 430bfb028a934177cc98df005c2d6e58866aed167bdb591a53dcc8b3f46504b4 |
File details
Details for the file mwatershed-0.4.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 192.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943bcec81c93ac53f3caa47fa830f0dd60b1741b0797492e7a2f50ccc4309b06 |
|
MD5 | cc68622a325913cd69e38b940ae4424d |
|
BLAKE2b-256 | f182eecd510a4fcdbddc5466fee54366d665aee8ff0511c7e19556e4009fe84c |
File details
Details for the file mwatershed-0.4.0-cp311-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp311-none-win32.whl
- Upload date:
- Size: 184.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 020a3b15d6115bbbc2085731987b8f9fc15c9d63105bfaeac4219b96c2edd699 |
|
MD5 | 60e2d1d7c002096ec9c9d9d848bfa6b6 |
|
BLAKE2b-256 | bca9d8c7d6e7b01a9b83e804baac2b3f35479836d338538335e4e14775cd11bb |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c85740f895bd47d9971ec26cff5acd49f378e09dad7b54c9671547f09b67e26d |
|
MD5 | bc249103f63578a9416f2f050a4369e2 |
|
BLAKE2b-256 | 8e6e99a1316ebb58fc3d6c81409751dbc694c9c89970f11d0137cdac28cbd602 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fba55b9ed6818bd6463bca517c4e9884b402c22c871aa259bd1d8a0617202b2 |
|
MD5 | 11d54a5b5b27c91c7646d3206db1f5d3 |
|
BLAKE2b-256 | 5de2f27a78964ca58563e18a94316dfa68cf558885b45b500add7d21bef564e7 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ea9d0cca0507cd9392a66f047edabb2c68881ec95202284a84b4e38642c5909 |
|
MD5 | c26c4f83724e166dde15e311fc33993a |
|
BLAKE2b-256 | ae18032fd592aa37342c09fbfb639775270be8da40bc1224372f38c7e6443100 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f73fcd2d88cebcbbaa736e55b5bef03baeacb5bb98e40d851e609eae22f7aa19 |
|
MD5 | 6f0785d512ef3dd293024a4706f491ae |
|
BLAKE2b-256 | 9d4eebf5e20a8fef5e697b3120e2c1c8d73b87330dd64722859c52ee6a6313d6 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5310318906740182e0f2380813006dbed392fb9e8575fa752960af90922f1f07 |
|
MD5 | 56e002ad1ad6d5407de7aad2396e00ab |
|
BLAKE2b-256 | 23065cfcc866b3a6c62c66a93e74ff2f8046cbc9ae5c1d3552a505b97dd9023f |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8a35015cf548035c9e348a7a365317cf2706e22d1d2bb1bf45b6bf3b4476960 |
|
MD5 | b0faa5771e58cadc00655e2e70ea7b64 |
|
BLAKE2b-256 | 938b49196833138c893c4b305fd26b49a5d4a423368c6b5380b018405c3a60e8 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 304.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7d3da07848d15bd6440309cd53e124c6d3fa957e5f00c0da5ab4590013faf98 |
|
MD5 | 7460bf3b7ea8ef39fdacfe6ab96f041b |
|
BLAKE2b-256 | c6a9bd514e982660f9203a90fbf7257b0b182bf9df406f33f131f52a029a4f87 |
File details
Details for the file mwatershed-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 313.8 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f68f6a79dcbe82b61cd04d3cff8babf42212e4615b19986481e03d80c59264aa |
|
MD5 | 8b940066344fb9d5a77a0fafe053559a |
|
BLAKE2b-256 | 1c9629e65d9177a8e3327c8fd3257b31316fb9518383f789bb2c59ec64e26f9a |
File details
Details for the file mwatershed-0.4.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 192.5 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 166abcaec636957dec3a016f1722bda03b83aae37f0615c9e91640f4bf24b366 |
|
MD5 | a425077033df87992e9da1c9a27e2f9e |
|
BLAKE2b-256 | a5f0b3acb35e0db0838ec20efffc79d69b88ddb243f690bd70c6778157dbe16d |
File details
Details for the file mwatershed-0.4.0-cp310-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp310-none-win32.whl
- Upload date:
- Size: 184.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e2168e0779dd4d278459227340dbfc3af4b1a0dfb8deeae68dd464967803b33 |
|
MD5 | 3f9ec8947233c366eb390087780335af |
|
BLAKE2b-256 | 0c0fe1c96307a9298d216bdaa77becdfd0a864a27840cb57d30de794143a4d93 |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad5cfdbcadd1453f2e3da7d4feff29f1385c1c5309f2a3c96dd24b7ba0551511 |
|
MD5 | bebf039e58a13edc66f73721b5cf34be |
|
BLAKE2b-256 | aba74a8017c9d8a481c908d449e75bdf717dfeb05d0f9b02d5b83136026b4c0d |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e9e72aca6937e987584ca07a1df210410c5cf05ee8d7b96370b707d69d69f70 |
|
MD5 | b62f4cb61ac9d5d7b8a84d07912ec209 |
|
BLAKE2b-256 | ec13d5891f171d216d73abad2ae38f3868e8078662354493dcaeb257d539557b |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7347872bf18ac90abc15edc2eb72ef7ce4d509978857dd097160ad62d6f004dd |
|
MD5 | 84061172f60a5dc8031a69d60c5c15a5 |
|
BLAKE2b-256 | b2e2624c1d844e8f9a4cf7521b53a55ab726861a99231b7e705ed900c9824d52 |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e15851950e9794e2c03f39e30b376da2931b80800d5d30c3c740decae50a70 |
|
MD5 | 231ee717dc66f3ec37c2a0448ca1159d |
|
BLAKE2b-256 | 97edbcb25093df56f371f997df645e95aabdc28a3ec6b65ca67124608fd95fcf |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157a8a0be485eecf92296445fd60ba8bc50d41f1c2774ed3ae2f21e0cbb1fe8d |
|
MD5 | d42caefb8dbc5a3cffb7e0c3d3fa8527 |
|
BLAKE2b-256 | f0a1cc5112b8ef242e9c99ae5fa853a9ef0612bcd8c85fa112f5d821c6789e71 |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ae6306a655e3c22d5ebe992f4d1fe211f0510ce6b165a4fb60bfa33e167d6e |
|
MD5 | 76ff4620e40870bbd17c36e36dd26659 |
|
BLAKE2b-256 | ff88535b817bb2ad0059717689de1e1ce7bd61a9e62d5f5897b6b579a8de0ada |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 304.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c04335ccda13f7696f8ddfc99b75d95a1fecfbe5f99fbe9b91ead53e6676d60d |
|
MD5 | 3406d93f29845671f93f220b15e8121c |
|
BLAKE2b-256 | f10e1e8c7fc677f6063da470e27b458747ac904582cfa461944bb0b8542ce385 |
File details
Details for the file mwatershed-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 313.8 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1472404bdc95f84b7becde2424c9da7196567a0ea91d78a0315b29d6453a16d |
|
MD5 | 45499b32c3da3484b83c84363249e712 |
|
BLAKE2b-256 | dc2582a4dee661ebcb6a55ae0b6eb1384ad016e463720f3595b14cc573d8b050 |
File details
Details for the file mwatershed-0.4.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 192.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59d7e38315fc1bbeb4ff88b1ff0f30235c388cdc73658c5bb09aff061fb2e406 |
|
MD5 | d7d13d51fc73aa20e34f394e4a61ac72 |
|
BLAKE2b-256 | 3012841d5b13de8a15d4d7116ec91065d8505e4e711408639376f3bb0b6a6115 |
File details
Details for the file mwatershed-0.4.0-cp39-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp39-none-win32.whl
- Upload date:
- Size: 184.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79e1a0aa807a3131a1ab3b33349fd689bf0b799f6d47e1143b2c795d148c620b |
|
MD5 | 4f5d120b88df3d3ae0ce03812ee6c570 |
|
BLAKE2b-256 | d767ba13f98914834a07106c901d20ce76d8cfb9727537df17356073e67ddae1 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5171b380acdae0e20190b39a17bc2736c7ccffa8ca3e43ddd91fb96e6fdf00ab |
|
MD5 | 507da71db28e62120cb41ab445040cc7 |
|
BLAKE2b-256 | 0cdcf0b9b07086e4b9665fd5f8e4c8713f224fc0c6a4029d1d3618b1be2d6264 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72f30a26d971985fcc646c9a2d9e14fc1fcbba1b8e41fd6c89d9bf3b6f816218 |
|
MD5 | 67e8ac9cab661e2e5997a7dd91f20178 |
|
BLAKE2b-256 | 50aace9ec212db97b34b7b58dff3db186286936c34012c63e77162b2a6eaff96 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b049258013f8977888150c518cb08c06a0e752defe730a45aa3058dabcec8ff |
|
MD5 | 5748a8d4bc24bbaa01f61344fc82c677 |
|
BLAKE2b-256 | 2b00986f740b6304228b0f0076f85db21fa38a7e10f004141de8aeee738f72f4 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d1f55cf489b9810247f910c42ee71073a3c4049732e06d70368c1c402f31fb2 |
|
MD5 | 8e86d5039676939a0d80c1b2b5ffd65b |
|
BLAKE2b-256 | f4d18fd2113b607e6ff7cdffaccdb2726f25d16481d89060497e988697c45069 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a26e1f664386750e7abf250dc34a4d708d22205c0e0bdf443717ede56cb712f |
|
MD5 | 2f06c645a5a1a892d496d296143b05b6 |
|
BLAKE2b-256 | 9d8887f26d2cc751155d7dd85072fa2a18b80aa3f6278dd291e871915e0f7939 |
File details
Details for the file mwatershed-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7080f283c4e1dab1e1b6a50dd8ea5a000f808da052f69981ab58fbb7eb08409 |
|
MD5 | b6d19b11406933c19ce2ad4e489947ac |
|
BLAKE2b-256 | 635279415ff5bbc928293fbefe1b599feadc0fb79d9588e51826b4085ce244f6 |
File details
Details for the file mwatershed-0.4.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 192.5 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d750322f62921c6a71a2afdccf227d36986aea72d9db6b176f31fc9f161622ab |
|
MD5 | 12568ed12ad86c686e769dc722d0ab77 |
|
BLAKE2b-256 | 51f42b57da855dfa038afc8796d5e021350e5d40104e474dfb7ea4c2ef803d10 |
File details
Details for the file mwatershed-0.4.0-cp38-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp38-none-win32.whl
- Upload date:
- Size: 183.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d67a79601543843875756008e48fffe53b5c008ccc24f92567e15586a3ec288 |
|
MD5 | a11963c7d195b68fd8103a025819575c |
|
BLAKE2b-256 | 9b39ec90a38e2628ac8febb91d78fc3de1eece29458d34b4af5b54cb36d9467a |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6eea19fcf952031a69537d0d31248e8163f29cab11b224bd4f823c317df0b67 |
|
MD5 | e6f4e49503a9b1061cb8c3a78d64c083 |
|
BLAKE2b-256 | df312eda8a984653a0521eb0f05b686f7ef328070f6efe8dab8645a041aad735 |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f50e77ae4c44b3eb42bdc5fb39659aad50f860c4a6d4f7ceed840e83b464a1d |
|
MD5 | 23545a73b7a7da89139ec914cd677072 |
|
BLAKE2b-256 | 81afb7447b236506c8bb8d3a72f331bb286e20b0b17123ce07a699c27c325fc8 |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 498820abb34fadf601736809057211302cc870d413e887bc7cd703e645f5dba8 |
|
MD5 | 5cf0f20ab38bb1efdc4e582b8d7712d9 |
|
BLAKE2b-256 | 70ce4a7b83dcf42d02030f8a12a49e2669d9b9315188f4f816720543c27d229c |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6681131b83a33470f6900ae5a381a26aa738533cb9f5cd395c89b893803efe17 |
|
MD5 | 6fa8fe2966f7fac427f3ec7ea6716007 |
|
BLAKE2b-256 | 5fc9a2f8e6f94da659c92b761eb1db091f743ae32ea899c3aab968625d1e9e06 |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39e51b8cc776dec17709dc34c0f3c716c3975cff84a2f89980a660579b2716d4 |
|
MD5 | 9a8d2604dccbe9ec5284268d156d167d |
|
BLAKE2b-256 | 174ae30706ca2c30e95c5294e8fd784ca9ba8ee1fda6619be1469da95db9ae92 |
File details
Details for the file mwatershed-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82cd71382f1e3d3096203d8d19d10c29463e3aa053f14df5b9b24683115df8d4 |
|
MD5 | ff1ea8cc42b9b5c63616b8361b90cde3 |
|
BLAKE2b-256 | a946894d84b4d8082999c35383362a7bfecb08edfa2fd4cb6055c67a6c2e783f |
File details
Details for the file mwatershed-0.4.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 192.4 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f1e58fd58b2358f975d4d90fd2a88e6b6df39bbecc4dd199da25958473b5570 |
|
MD5 | 72069b7448bd8e890cc6f11117d09ef5 |
|
BLAKE2b-256 | 0fbebacf7c5d69555edb50149f5b313d90510fdd3ff24386063365495196b5ff |
File details
Details for the file mwatershed-0.4.0-cp37-none-win32.whl
.
File metadata
- Download URL: mwatershed-0.4.0-cp37-none-win32.whl
- Upload date:
- Size: 183.8 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22bd4bab802985e754f82c879d49ef71f8bb78b7a715b1dc48d33a3ae74fe6e9 |
|
MD5 | 0f87e336fd77b0bf1f8cd851e1704950 |
|
BLAKE2b-256 | 25a44d8652573db457c3e50f469573c439ddc2ee179ffaff6a81ec6bf749016c |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cebe0397fca4af466c17b6160b8eba08e8b615d1f87272e3371a5fabacc0b9c8 |
|
MD5 | 14bcbae52a9a0a0e52d172c898344006 |
|
BLAKE2b-256 | b3e5c7419ba6b1f62da9b864c0817f7259268682cdf24e04998f4ba40f9fd5c4 |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc95151474eac149a53374b3893e9ca441e512fb655419ec2ed33fcd60582de |
|
MD5 | 4d6e3d3608d6966b8c7a82ed94fd799a |
|
BLAKE2b-256 | 3d372e6936abdca9d5ec4e1f58694fda63a2cac6763668207eb0fcebe5f58449 |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50e0dacc2257ab75d2dfbbcf319fe75d50e3d2e466a785606f4024b1e859485b |
|
MD5 | 0f6f9df47ebc95a411da7dc300c470dc |
|
BLAKE2b-256 | e16f8e75d00f40e9778dab799c28bfb05eeebfddaf1f224a3ea4a3361628c675 |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64c390a88f926888d92b9187ecca101d4993859805a3ef28d11761e2c0434ed |
|
MD5 | 0ddd54b1d0f32fb19d3f492e53fd01e1 |
|
BLAKE2b-256 | e75523f8c43f77cd4f19aac9b6f34bd04942b086a139d609e7d58400ffaa30b5 |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f966a923271e053e8792f9bfcfe82766d2bce5e61fe6654e3c95e18a298e20 |
|
MD5 | 1678dacccfe2655c704e9561493b1f1d |
|
BLAKE2b-256 | aad06999caf27ae3e213cd06e3062dc47cb432b4d9c18a6731b7d8821fd07edb |
File details
Details for the file mwatershed-0.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: mwatershed-0.4.0-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/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d5e078529c6ca09314a717823a5db5c270399d5cca320667b7dc71ed7bda5e8 |
|
MD5 | f78e7adfb6d1f19f2ab2ef30aea1e479 |
|
BLAKE2b-256 | 79ad069e23950fcb9a9f3e5ab6b935c06d9d008a623d2d361e85f99d56529f0e |