Skip to main content

Tools for calculation of Wasserstein metric between distributions based on Network Flow algorithm

Project description

wnet

Wasserstein Network (wnet) is a Python/C++ library for working with Wasserstein distances. It uses the Min Cost Flow algorithm as implemented by the LEMON library, exposed to Python via the pylmcf module, enabling efficient computation and manipulation of Wasserstein distances between multidimensional distributions.

Features

  • Wasserstein and Truncated Wasserstein distance calculations between multidimensional distributions
  • Calculation of derivatives with respect to deltas in flow or position (in progress)
  • Python and C++ integration
  • Support for distribution mixtures, and efficient recalculation of distance with changed mixture proportions

Installation

You can install the Python package using pip:

pip install wnet

Usage

Simple usage:

import numpy as np
from wnet import WassersteinDistance, Distribution
from wnet.distances import DistanceMetric

positions1 = np.array(
    [[0, 1, 5, 10],
     [0, 0, 0, 3]]
)
intensities1 = np.array([10, 5, 5, 5])

positions2 = np.array(
    [[1, 10],
     [0, 0]]
)
intensities2 = np.array([20, 5])

S1 = Distribution(positions1, intensities1)
S2 = Distribution(positions2, intensities2)

print(WassersteinDistance(S1, S2, DistanceMetric.L1))
# 45

Licence

MIT Licence

Related Projects

  • pylmcf - Python bindings for Min Cost Flow algorithms from LEMON library.
  • wnetalign - Alignment of MS/NMR spectra using Truncated Wasserstein Distance

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

wnet-0.9.11.tar.gz (31.7 kB view details)

Uploaded Source

Built Distributions

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

wnet-0.9.11-pp311-pypy311_pp73-win_amd64.whl (324.6 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (454.8 kB view details)

Uploaded PyPymanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (418.4 kB view details)

Uploaded PyPymanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl (344.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.11-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (398.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.11-cp314-cp314t-win_arm64.whl (294.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.11-cp314-cp314t-win_amd64.whl (347.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.11-cp314-cp314t-win32.whl (368.7 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.11-cp314-cp314t-musllinux_1_2_x86_64.whl (923.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.11-cp314-cp314t-musllinux_1_2_aarch64.whl (865.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (463.8 kB view details)

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

wnet-0.9.11-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (422.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp314-cp314t-macosx_11_0_arm64.whl (354.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.11-cp314-cp314t-macosx_10_15_x86_64.whl (409.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.11-cp314-cp314-win_arm64.whl (288.5 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.11-cp314-cp314-win_amd64.whl (333.7 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.11-cp314-cp314-win32.whl (359.7 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.11-cp314-cp314-musllinux_1_2_x86_64.whl (913.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp314-cp314-musllinux_1_2_aarch64.whl (866.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (460.2 kB view details)

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

wnet-0.9.11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (420.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp314-cp314-macosx_11_0_arm64.whl (347.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.11-cp314-cp314-macosx_10_15_x86_64.whl (402.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.11-cp313-cp313-win_arm64.whl (281.0 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.11-cp313-cp313-win_amd64.whl (325.9 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.11-cp313-cp313-win32.whl (357.0 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.11-cp313-cp313-musllinux_1_2_x86_64.whl (912.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp313-cp313-musllinux_1_2_aarch64.whl (865.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (460.1 kB view details)

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

wnet-0.9.11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (419.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp313-cp313-macosx_11_0_arm64.whl (347.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.11-cp313-cp313-macosx_10_13_x86_64.whl (402.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.11-cp312-cp312-win_arm64.whl (281.1 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.11-cp312-cp312-win_amd64.whl (325.9 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.11-cp312-cp312-win32.whl (357.0 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.11-cp312-cp312-musllinux_1_2_x86_64.whl (912.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp312-cp312-musllinux_1_2_aarch64.whl (865.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (460.2 kB view details)

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

wnet-0.9.11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (419.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp312-cp312-macosx_11_0_arm64.whl (347.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.11-cp312-cp312-macosx_10_13_x86_64.whl (403.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.11-cp311-cp311-win_arm64.whl (281.9 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.11-cp311-cp311-win_amd64.whl (326.6 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.11-cp311-cp311-win32.whl (355.9 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.11-cp311-cp311-musllinux_1_2_x86_64.whl (913.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp311-cp311-musllinux_1_2_aarch64.whl (865.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (458.4 kB view details)

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

wnet-0.9.11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (420.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp311-cp311-macosx_11_0_arm64.whl (347.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.11-cp311-cp311-macosx_10_13_x86_64.whl (402.1 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.11-cp310-cp310-win_amd64.whl (326.3 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.11-cp310-cp310-win32.whl (355.6 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.11-cp310-cp310-musllinux_1_2_x86_64.whl (912.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp310-cp310-musllinux_1_2_aarch64.whl (864.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (458.0 kB view details)

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

wnet-0.9.11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (420.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp310-cp310-macosx_11_0_arm64.whl (347.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.11-cp310-cp310-macosx_10_13_x86_64.whl (401.8 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.11-cp39-cp39-win_amd64.whl (326.6 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.11-cp39-cp39-win32.whl (356.1 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl (913.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.11-cp39-cp39-musllinux_1_2_aarch64.whl (864.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.11-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (458.2 kB view details)

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

wnet-0.9.11-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (420.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

wnet-0.9.11-cp39-cp39-macosx_11_0_arm64.whl (347.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.11-cp39-cp39-macosx_10_13_x86_64.whl (401.9 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

Details for the file wnet-0.9.11.tar.gz.

File metadata

  • Download URL: wnet-0.9.11.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11.tar.gz
Algorithm Hash digest
SHA256 b2ebe5c81806fbbc2fb37ff5ae4510265d6d1c35b80b922b9bed9392ba4828bc
MD5 3b70f1b272d00ab2015c89930ebbe365
BLAKE2b-256 d12e810dd50363fd0306167eb4e91f2cb81a93d5a55588b9e7d50343b6bb6933

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11.tar.gz:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e62ff183683eb4f51aafe4610261d21febe520499251543333ffbb320e34be23
MD5 ef0af1247722c4c10f16db66dc333ee2
BLAKE2b-256 ce76940b1a222264258561897ba2a2e9a451c05977b088aa5699d36d62de7833

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-pp311-pypy311_pp73-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ad8ba4a8c18b73b0ea86c6d1c3989ecc79c18783853d88f3ba4e0aac0e60f12
MD5 444b2e4bb70288f3abc9b0c54f25d127
BLAKE2b-256 d2a256d73208af0dd8b90575ac15443610ac48a40609628ae1599b334277cebe

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cfd6378143b410e93531cfbf33e8e862de65ed4608c06e984559573ceb8f40a
MD5 276bd032d5cc7596fee729bd22274bf4
BLAKE2b-256 5b3165d2cfb4133d6ae2c4b35089d952e252187aa0cb5924d8f76e417c3f9bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9f5935ac9adae15063a3a22d2b2d3f48ce14987758b2de1c6ae3bb6a5d15057
MD5 74b0b7a91ca070bacec1436d963d8b85
BLAKE2b-256 d2351001f3e962f28ddfc7da75162dc34c53cbf735fbdc97e10c266de850f304

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d11fafad08c83654a6953dfac9d882465470ef47f85b74716414b22d2f11acaf
MD5 26197398ac0e80529b49e4f3ca54ad67
BLAKE2b-256 854b70bea6c0261786d3e8931dd4cab8bd7394e3ff4e66b4931c726da0f05ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 294.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d06f30066897ed9ee32d47a73a8a1f8cab21339022e2a468249819af03fa7f61
MD5 ae63322bacc58580872814317daca7bb
BLAKE2b-256 2d7eeffb26b863385d8a33fead66018a9e5ea7ec88fe61f4a363f6fa88e3bb2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 347.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ea1f40d6324db244f9dc225598cc482db9614167dc7ad128d0523666cb945ead
MD5 c365e15e6e6659769f8977d6ccb78150
BLAKE2b-256 b1b6f9a0c9aa6ce167bc33e35227d00c6f13ccf48ba3acde41b66732eb2ae3c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 368.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4ad41b5947aec818931b110ff6d857b85c5e3f0a95ccaac487728ced9d67bf42
MD5 9f9abe3159118d39db79c7a803eba81d
BLAKE2b-256 688f144c1d37b420a36a9b24f014d05ed0f5eaf8d0cb9d0b9b90cd222127abb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3da0a697f920f998862ebfb0f18cea5fd375aa56d3dc780a8448ea1e3550f37
MD5 ed92d2d66e4348c91a470ad0d1fe042b
BLAKE2b-256 a5b468a72deb9e1d7a577fbabcd6f093aa15f9462cdf500553e4e07e991e5d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3dd62c6699701e0347e982d5cb38745d370c4e7aa6423c349b423178caeb825a
MD5 080276bd0d9b06a78ca18df0bf51e5c1
BLAKE2b-256 c6f4f263225f5c45767e7afdb94dbf9cde49806005161e9a664e8ff24035d67d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d56002fef9130bfad1b54ac23979cf03afb181da7ad88bb3bd9a1312ccf48160
MD5 8738460f63bfde1a6b995e1c38ea4814
BLAKE2b-256 e5aeb96af8ed7270a23a2fdbaca442caf7912368807a1defaf84d20f3624d862

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf7054c30b756dfcf438c4014c109a4555877a82363b751535a972e61bb76234
MD5 3a2e65f71f895886f458d9a0e1b32d1b
BLAKE2b-256 b347d74f1bd0c240ab682b48058e3502ce5d948afa4508c40933632ce10f1c6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 548c483b083b94e3a7caae41537e66edeb9e0788efcfe7eeae209737b9ed8827
MD5 8f29ec4d5a5c822ec2397a67d4786ecc
BLAKE2b-256 2ed5eb2ce986c31127297222b91d13da5d0a36c1bfdfebc903fab020f9991e22

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7b69357aae66c9843abdaa1ba412b0b9f67ee133e59fccb926c8a153eb6a530d
MD5 ce068d96625074e31b2254f2e442efe2
BLAKE2b-256 776d0b0c28d529d647467f7742e2f0dfd668350a2d39dd7095d980daf88b6a6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 288.5 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d6a78af9420efa453d01b2ef7ae77fea32ea01735d4a56a48905df4bc5c9483b
MD5 cfbb579d08b5242e99c5840088418a67
BLAKE2b-256 f63e754bddc791ee83325c4e356bda3b1cc96167b90041b84b81646fab44ee49

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 333.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 032bb60297f8106507628427d75161de28d12127206abf72f4c6a71a1239c493
MD5 0e7bca28d425373a6a49377a6bfe0038
BLAKE2b-256 d6e108bda2da12cbc204620d28f712cffffe7e0865a246dc8228e1d1bd533061

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp314-cp314-win32.whl
  • Upload date:
  • Size: 359.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c31d7757a5e9eef724a0e9f86417f4d1e7315e38bad4b0f5a055983c7e37bc5a
MD5 48398ffb48aab1ff01b710c761005cd8
BLAKE2b-256 4280d00cd0b66d114f00747ff8fd61df2bd2cb31ca587fa5050b1801fc5e3eb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bbf591ff49b0ad81ca8cc27e27699ebe50dcd3e422ea85de4cd410569a1db6b
MD5 d7bdbf7ddc6b30cd180bf17735d13a00
BLAKE2b-256 a29d68685f8e68779c766f9eb9fadaa5e807be0a9025f08aba0ee7691aa7c69b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e5e496fdd360fc92d26104d8fdce918999da628acd71ebfa969741a0c0f667f
MD5 6c5440bdaa11a093a2dcc4b7bbef8c6a
BLAKE2b-256 b8dd7b91e7a35c7ae5b4ed780d012189cf92a783b28355c1f00dd37aac2cedbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6f00ee52c205bf92f8b4fa8e629698c3fdbc8cc984d3fd18fd6ba7004341c30
MD5 57dd1c9de7bea7158365f31dfd8748c0
BLAKE2b-256 828415c82ec7b283ae55a70f27fd3dfcc420be7122b60db96502c3bb15db8252

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64ad8ecf34aec65630038bad9d23062f354221ac3dd36195c23ae1cf153e884c
MD5 e039323dede5c4de7cec19f8900e7b6b
BLAKE2b-256 6f1705320faf7dffe4d501f818eae57b42a3080eefefb6eafe49ad87c5bb1d56

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82c54d85b9b2769436cd880aa2b41137af3a75d4d4ddbf408b0311944162e8e6
MD5 e698911393f0471cd75c56e639527678
BLAKE2b-256 8de2545847e9874f1acf460a0e4582a57a24e1e879c46635025052d9c72e342c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7ec0152ac16a60eb3c0b69ef23ed35106d2cc678e6c83f6872c4df85563aabc6
MD5 d53678f265dcdf3f0cfb9defc267a144
BLAKE2b-256 3b2025b787ac3750793ac6773febd6874f9d702671d1396c9d68665063417d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 281.0 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d2023ec4eb41ffc979d77d7b3271251f00722074a33804f31292db2883553a43
MD5 c97f8c1342ff2e99e0b9ba70b4034013
BLAKE2b-256 f419255e84f0ddcece1eb165d187260feaa23b8153f04b03bd06648c58abb8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 325.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ad0ba51c2cd2cfdfaa195c0ecbea571505ed33d22b67a1967c4e44a65cc48142
MD5 bb31f958d741b7e7746da48b8ad02f80
BLAKE2b-256 d08fccb9143bea0c5c3de015a554c37ec3afe150336d4867b0947649ddf1d9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 357.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 425ca94c29450a78ee89793ca2e9de8a2ab696403e95fce43e3f8baab08a4cc9
MD5 bd78dcdfb710eabc1ad81f069ee4620d
BLAKE2b-256 e499fddaf506170338676f6fc7236027f6eafc3c488682c0ce97163f87ebad40

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a74643adf599136458da5b9f0343e7eccda6b66c97c911df43096b1448267131
MD5 63ae272c4b2b9dd98b60cf11e5b66688
BLAKE2b-256 7ab65caf49d9c0b578c88b7ba3334aebb36b3dbdc2a23a600b14856528752af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e20ff312fe270baa022a107295ffca16ba112a125f22442a4eddda61136059a
MD5 94d7c7e6063847914d47b5430f90c218
BLAKE2b-256 39717096d5c9ce795cffe1e81bb232c5eddb9405587da11e392c805377393198

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba72a461a358ad85ead6694dbab4f6d5bfc6c602033dbe4b8541bdb440682239
MD5 c0e693158d2d6140351bb21a469eb055
BLAKE2b-256 194778818bc7095da2b940f2eb14d8443f1c39ad509a0b32fe4a9ab367ea2bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1af510575845a4f4618a02b40f3ec565f0174902824e58ea3f3a5d7c4bbe2433
MD5 d1e9f5fde09178e63f5a17fde3038fe2
BLAKE2b-256 9d59780a2bc98b624a974992af06038ce2abed62380b7e2d74fc60fa36d79d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 706441f1f3abc54f845b812845f8a700b95880b92a9beb45af6e7b0f02cab9b8
MD5 30446e66a6a3b6e75765f47bf48d746a
BLAKE2b-256 484f9a2cdf858c4d4d96736b3372815e0859993676c58abd2cab59cde232f550

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d9afe098cf8eb40a254fc52d96a3f34e5ac06be10ca2f70fe6a025cfce77983a
MD5 4606b06219408fc3c115cde3b7ac6f5d
BLAKE2b-256 c775cf1f9ec5cf79222962f1fa7b3bcf582621f5f0648cf4d5cdd5932c3a6733

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 281.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b3b67c15d03b72bb4f79d04452f993d0a6f526487fdf8c00688d2da5b950a0ad
MD5 cb3e32af2f63526f3428573af89c4dd0
BLAKE2b-256 370efc2b79c2746d5ff61bf4b5d3be13d7acce18f936f9de5409bcbedcd9a91b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 325.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9333ac2ec51cb5d1f3d16e8a78eb834f9c85258d2a2e7bd97ebabde2879dc073
MD5 f87e9ecdae010fa5f5cfa7c67c725133
BLAKE2b-256 a4adf45cfde1ec576f51e365a43c1168f4be611f277ec277d0199832ccc60385

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp312-cp312-win32.whl
  • Upload date:
  • Size: 357.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f7ad42cf216a2c01436c0fd85fec6517fd5c06eaa48d8f887296349bf7d0eec0
MD5 ad42cf0bfca7314a1c805ff024b11d21
BLAKE2b-256 16e28435b0f29a5892cbad3d8752189c7f8c17ab13bc910f09141a19ac06a2f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8c1c3d0c2a849730f14118a21c3975664fe432836df0ded6036836ae7ada030
MD5 c13f37cc0a4aeec2b066e8b76b6d8359
BLAKE2b-256 bfa378d2d0dc1bac5da81347d168aeba2d08870a849f386900e4df7221af9732

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e403e340c180eb018c1767f4f2fae2e89f864d8c324c14a526de7d55821b971
MD5 d5046881f44a19a46b59fcd4cc4bc7f0
BLAKE2b-256 db6e9ea40e9bd086f5ac704854f6f84b99c142e8418c05f79eddc3e346452551

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81147777eff9692b657ff1174254b7bf49462f2b5501634628048d7029ef507c
MD5 a3597762c532f696f98b2ec02f54de3a
BLAKE2b-256 1a96475b4ca0780059bff4c2d4795b1549e2a5868b9a15c79aff90fbb24cabd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55701221433a3a1381c407b504f3560911f598fe5bb971a0a63558b563ca9010
MD5 93a1dc317989a240e6ed12d45ab60813
BLAKE2b-256 fcbace781f9e8867e68c19489df69fc537cbfa905daf37f94f79f61bdc632d3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de99e2bfbd30ff19ca40d9de8a825d2dd97f2d1102dba544845994a4008eb11b
MD5 b9d2cbf14b5c0261527b396211a72a5a
BLAKE2b-256 e154225650f55bd08e08897c5fb20a30a0d0f30e8f833b924211a0111506ef51

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dcf4d34b889f68eac6b1d99f2d97a07f5c2ada07895018454994cc0789c95417
MD5 b7f584d419be88c630be9e111eae5059
BLAKE2b-256 426479e4ceaa6b3c8546b2037e7bd10881151f224ce8ca525ad5445636cc9e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 281.9 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 101dd049f501aa3d3d5d51b8f513b2cc455d347d1286f3baa096d10298f2ef6f
MD5 6bda0c59c2c7bfee51814daa60b54657
BLAKE2b-256 9d057eafef0226bb08bd270962d72983e6829722210a625296049bf746223167

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 326.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1af193893cd60cff99e7c5a7632df50136b473e094e6c7d61e4acfb53c365d9
MD5 7b7e74d7333d31b221101540f749c6f8
BLAKE2b-256 3712c124d809da6b2a88d59e6cd1ce229bfeb9c816435a129818e3ae2aec8b17

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 355.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 10849e403187df0ecd8edafd9a409970f60f4822147725cebeb3820fdbe44d79
MD5 7f9486707da536b7eedc2cc30f6b200d
BLAKE2b-256 a6b9f51882df941e01017ff5183aff72a5416a8bedb17d35730c297626be91db

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c77d4bb115ee719d792c73b07301c4df054abfb2917bb5f75301f2745140653d
MD5 5d724c3bf0fd0126f580dac69bd5227e
BLAKE2b-256 309266bae57dd3b367b03697b221f942eb0622bb376545a7ae8611fb37e4ea60

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fd5eb284485a2169ce5b444b912b36cb9cfcc0fad3d7b0a63676297c0af3626
MD5 0023c396249fcf4cbcf1edd6d5b60332
BLAKE2b-256 e578107c84f62b055273b2a0e4c6a554b8f1073de1c7c16af13e4b7b477c9627

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8040ec1a9fdc06391bca2c138eed0dec9b9b9f9e6046d90c5e4f44ad1da34f6
MD5 3e0244e85a9e4e49e47ecae136f07cf9
BLAKE2b-256 6cf251e8555f37403cceb623b8a38686035649a6ce794c859b8bcfa114de1925

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3eb6ab686a2a55efec51cbf66dbee18690f6545a7a5344e964d8039b6a3cd1e
MD5 bf05d034d0f13267a32707d49aca54c7
BLAKE2b-256 1075bd038d12f1e53f015d60ea83b4c96f38c90021a273eb9ebf1da9dbfbcf56

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e377939f1c925a8004c34e84ed01554135ab8ae38bad3871edce11cdabe4610
MD5 b8e9147aeb50839013623ab76f1dec90
BLAKE2b-256 0e6681bdf75f918b65241b8fd467278baddcc9f24c1f05cc7c02edd0db6f8fe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f2f5a70b9475ac596079094a025a0b1d5361517698dab8943341452cae142dcc
MD5 32b2ed54f77b24a2129c419b5d0f39c8
BLAKE2b-256 11cc09a1aca536cdeced615fb41d9d5510087134087ab4b6a5b9db4fb83c0b1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 326.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c6dcf9cb4511424c89b1720186c4ed9f9dd7ef97f07b718870bdc52dcdc9a00
MD5 a13f3916ac4c36c3aba6594c9f03b4b4
BLAKE2b-256 03fad1bf468cdfd5354df9c54b9773493e8ec8854b1685d63f6ee28c8a0ab80a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp310-cp310-win32.whl
  • Upload date:
  • Size: 355.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 018effbb2dd4688793810a1e0e756647f46b0485fef413a6b6a19dd06d642d5e
MD5 80d2583bbae67a96e4dd32e83911786e
BLAKE2b-256 5a00ec3c31310d70ffa29713b19864b0a3bfae59299a3341c8316d2e4016cabf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d549d59361a60af416b3ac5df1fdd8b870a5553b1fe761bcc5251f9201e4dbd8
MD5 57c88752120eadd7059df4b1d12a6c0b
BLAKE2b-256 79066a12df1b566105824b22e6f6708041e21024ea46e852bd2e6b173b7fa7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a6acb825134a194a3d7583c0dabf3bb3480b02d8c8b832e59033afbdfd003cb
MD5 4d7d7273cfed021186b6a808c3378abc
BLAKE2b-256 a52aa17cc7b65c2f432389e7d68a20be34b39506cc5ef35a1bccdce21ea137ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22a73b4697db17b9d6a2a7dfda251115c39f40e89f93fc97e820ffccc3bc4d28
MD5 37d16dff0d9d13af5c15b4967b9615db
BLAKE2b-256 f9f2095e052c28fdd3583ba2802f2d6e6726b8d44babb138b1ff8ad02a26ef9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65e3073d9a7b63d947167ee578c667ef5686eebfd377c6570092ee6a600a6154
MD5 2b6983ac202b7b6f6b25e0cfa54c9b56
BLAKE2b-256 be5891760690566d595f6906283a9fb8ab37cfc59bce3fceb95b044868aad12b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 380bb159599c8427901db17c65422f21e4ebcef710b1d27ae01ac222f3347254
MD5 56dc21c398b00cc944128d19439493c2
BLAKE2b-256 75883476895a45e45f7b1c707bcb269b245f85ffe61987afccbb0669d1dbd2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c6e5d91a5260b75485c49015b7c17971b3f3daa24779a63c846ca90f98e8b340
MD5 f16c1feded1ecd5db92e40778b35da76
BLAKE2b-256 e69345e70edb7f7b794752fdf7d426f6f9a04ec32acbe37aa13fc9912d316156

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 326.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 decbb9a38e5a8eb6562035eb48e5ed8a615b33e99a15939e25c3271f9c00ddc0
MD5 a691580247506844d41617146ea5ddfe
BLAKE2b-256 f94c5f6dfd97b9ee485afa1aeb2f708da53fab7677bf298a11fa55de308be9f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-win32.whl.

File metadata

  • Download URL: wnet-0.9.11-cp39-cp39-win32.whl
  • Upload date:
  • Size: 356.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e64b1c40a4c3791094289084b17566c1af6a5e98eef6b571c1086ce99c91e551
MD5 bc7f99c4b7a44228d12ab920a613f945
BLAKE2b-256 18679d6cafdee68c74d5a5ad5716bd1f4f5b7dce20ce464ecde007b13100f246

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 913.2 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6a8b38b4a634c6b6650e367281fe3124e7b040d11cc334bee07ae1375ddb7b5
MD5 e9039b0d965003b530b65db0a4a750eb
BLAKE2b-256 7f1b5fb5d3dea4841fc0a940d2a20b58bf72530b30e7ec3a7e6adb186282297c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f441cd5fa862cf1e5208915e86ef8329025bfe5092075d2d1a47cf36f3395329
MD5 a54f8a85c11731199917c33f2519bda4
BLAKE2b-256 6ea8b1027e02651be9bb2ff877a458d91beb94947726ffb55d581ac058df1c70

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ef854147e8c67a594cd4ce3014125245f500c96825c346f1196be03784f1b60
MD5 9cfe51e012c1de0d9825d44afc93a704
BLAKE2b-256 10b670d91deff4da6fc96628d46f6cde47fb00045321ab2ba12019c031f1dfbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5df0054123150f1b3ba5299f9f7daf409b1a5906f61db4974b0a284d6b153223
MD5 ad509713ef0243c6306c139c6780486c
BLAKE2b-256 603800dd48d2c865cf63f6cc30365f78bbd9c6e128dcda9a4dd4c186b005fdf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: wnet-0.9.11-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 347.8 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wnet-0.9.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4522ac9cff970843c6b47e88df16d4bfb5fcabceea42de6c6c374f7ace08399
MD5 0ed5c1503f6f737ea58701a2ba1f7451
BLAKE2b-256 ef0cf3cec8fbbc3508757c47bcb5b811cc66c78bc4d6442f50c1a40ec551089b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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

File details

Details for the file wnet-0.9.11-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.11-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 be4f6d2ad412683c3c24ff63eca7e9da057d462a1c97515b197fe1b53c1d141c
MD5 83c1fb7ef688b9908ce39a43d7b54b06
BLAKE2b-256 61a6357b8bba87d70afa7f96c17a8af9c032538f587703edd2c65c67d0b2eaef

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.11-cp39-cp39-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnet

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