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.15.tar.gz (37.2 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.15-pp311-pypy311_pp73-win_amd64.whl (387.5 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.15-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (551.3 kB view details)

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

wnet-0.9.15-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (531.7 kB view details)

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

wnet-0.9.15-pp311-pypy311_pp73-macosx_11_0_arm64.whl (408.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.15-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (473.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.15-cp314-cp314t-win_arm64.whl (354.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.15-cp314-cp314t-win_amd64.whl (413.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.15-cp314-cp314t-win32.whl (424.9 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.15-cp314-cp314t-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.15-cp314-cp314t-musllinux_1_2_aarch64.whl (978.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.15-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (559.6 kB view details)

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

wnet-0.9.15-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (536.0 kB view details)

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

wnet-0.9.15-cp314-cp314t-macosx_11_0_arm64.whl (419.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.15-cp314-cp314t-macosx_10_15_x86_64.whl (485.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.15-cp314-cp314-win_arm64.whl (348.0 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.15-cp314-cp314-win_amd64.whl (399.1 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.15-cp314-cp314-win32.whl (416.2 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.15-cp314-cp314-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp314-cp314-musllinux_1_2_aarch64.whl (976.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.9 kB view details)

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

wnet-0.9.15-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (532.4 kB view details)

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

wnet-0.9.15-cp314-cp314-macosx_11_0_arm64.whl (410.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.15-cp314-cp314-macosx_10_15_x86_64.whl (478.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.15-cp313-cp313-win_arm64.whl (338.7 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.15-cp313-cp313-win_amd64.whl (389.0 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.15-cp313-cp313-win32.whl (412.8 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.15-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp313-cp313-musllinux_1_2_aarch64.whl (975.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.8 kB view details)

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

wnet-0.9.15-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (531.4 kB view details)

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

wnet-0.9.15-cp313-cp313-macosx_11_0_arm64.whl (411.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.15-cp313-cp313-macosx_10_13_x86_64.whl (478.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.15-cp312-cp312-win_arm64.whl (338.7 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.15-cp312-cp312-win_amd64.whl (389.1 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.15-cp312-cp312-win32.whl (412.7 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.15-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp312-cp312-musllinux_1_2_aarch64.whl (975.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.9 kB view details)

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

wnet-0.9.15-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (531.9 kB view details)

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

wnet-0.9.15-cp312-cp312-macosx_11_0_arm64.whl (411.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.15-cp312-cp312-macosx_10_13_x86_64.whl (478.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.15-cp311-cp311-win_arm64.whl (339.4 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.15-cp311-cp311-win_amd64.whl (389.5 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.15-cp311-cp311-win32.whl (411.8 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.15-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp311-cp311-musllinux_1_2_aarch64.whl (977.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.3 kB view details)

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

wnet-0.9.15-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (534.5 kB view details)

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

wnet-0.9.15-cp311-cp311-macosx_11_0_arm64.whl (411.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.15-cp311-cp311-macosx_10_13_x86_64.whl (476.8 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.15-cp310-cp310-win_amd64.whl (389.3 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.15-cp310-cp310-win32.whl (411.5 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.15-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp310-cp310-musllinux_1_2_aarch64.whl (977.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.0 kB view details)

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

wnet-0.9.15-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (534.2 kB view details)

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

wnet-0.9.15-cp310-cp310-macosx_11_0_arm64.whl (411.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.15-cp310-cp310-macosx_10_13_x86_64.whl (476.5 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.15-cp39-cp39-win_amd64.whl (389.4 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.15-cp39-cp39-win32.whl (412.0 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.15-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.15-cp39-cp39-musllinux_1_2_aarch64.whl (977.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.15-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (554.2 kB view details)

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

wnet-0.9.15-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (534.4 kB view details)

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

wnet-0.9.15-cp39-cp39-macosx_11_0_arm64.whl (411.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.15-cp39-cp39-macosx_10_13_x86_64.whl (476.6 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: wnet-0.9.15.tar.gz
  • Upload date:
  • Size: 37.2 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.15.tar.gz
Algorithm Hash digest
SHA256 6bb295a7fd2187901b658edc1ddaf485014d18fdb942f3bb0ce6b3168db08df7
MD5 0c7bc9dabb5b9ba8bbee68f97d9e4142
BLAKE2b-256 bb00f1ac0ac99058cef8d45e665da5a7582c7a8875bab985b070b5f9c46ed8b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15.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.15-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 18a71d3cbf7392d378b1169673d2579c2d7ce932459abe2452d04b06c628efa4
MD5 97f2bbe24c8a1fbbb7d0806fa91ef400
BLAKE2b-256 7dd1add9f72d3da3d8cdeff23ce4c5e25dbc0eec02adb2cd3d1137248dd94d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d717da87fed3afcc554ff27a9bb59eee4d716981a8cf98ddb3a662b9b859bdb6
MD5 5f7751769b8ad02424e1a07cd62c4f71
BLAKE2b-256 2628321dc202e4c17140f542e9d16edf7a8801b8b5788aa96990c5b744f1a174

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 582889d446130d2cc652536a27853cf1f2fafb66e7e5d6710cef1f4183cb55f9
MD5 9f160c111d652d337da08d3e4230ed3a
BLAKE2b-256 64b41fca187bc86f33ff9fefb28dad54939a77b155f2ec5f015c587355de808d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c759bb56f01959d95965050644c6ba6218558f30dfddf6613bb71ccbca26dfde
MD5 d622e4f5db8afca3fbc9dcc622215588
BLAKE2b-256 b1a6f3966d90cdf036b181ce35d365bf71387318622923f9723f09c798dbb9fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b00e7c587483b0088ed4d9888e54fc4eb6d0af704cef2d3950f87baf8566ceb0
MD5 bb897cfe3478a897e100c19b58c48e68
BLAKE2b-256 c50a019f60e47a3291e224f2ec5a9198abb56a051971625d77f156584a58077a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 354.3 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.15-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9eff405ad2e4e2e32994450a9c9f3f1165cbdf9ed21422a4bb9e9896f22bad75
MD5 09174ce91c6e37e5afb10e5f9378847f
BLAKE2b-256 2d682b05b8d580960b17cffb07ceb0e3d2d89394f445e2c15555eee1b9ae41ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 413.1 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.15-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0d36d0bbfee7b2030bb86f0928e79f76224ad5a6e7950324b5b9defd38a56b6a
MD5 97d4ebfa392f7d3d73c7f517dd1b22c2
BLAKE2b-256 6fc7008450bf76c90f7a1a02e32d7c198b947fa9eca6009e49d18f868f5e10a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 424.9 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.15-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8a3101c8da4f2a5f3bc14065bae0ef1703187993bfab5cb5b291a63a61d5c5f8
MD5 0ba124ca26c0436e4f4cbb9d0196e71d
BLAKE2b-256 c850410a2275771097ccb62defd4c469f761c9aaad1cb1124926b242eed744e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb68821fb33498992cc79201d3b274afe3ac73f5eaa52a597f75b959bfac9d87
MD5 7895ca86bbae601cbef7bf18936330b6
BLAKE2b-256 5f3cd38c3618b67f0ffbf0c77abb89ac4ae893c4681e5abaf4ee6602dbe6aabe

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9337f7fd0b088d4def1f4aee7c247fce1765ead045f88563bf1715c95533fb92
MD5 22b33f607daff4bb8413422498aeb79b
BLAKE2b-256 3c9dd4cdfda7b200b7841f2b7c63ba7b5aac65e007684b97dbe69a8e42595038

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d54e6703c2ab72f029d2fa68e4fe7d4bd2f282c0236e5d7179aa5b77f9a93b1
MD5 9f2a3be802b37e402cd4d288ce96752c
BLAKE2b-256 e5341099d031771fd647fe1fea829f1720a629554d0ef772282f27d7e7372c65

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a1284094e3d29b6ed3a2c9685fea8c690c52c8691fcad2c7947762a3e69bc7b
MD5 e22aabbda401f6457cca6abccad7b4bf
BLAKE2b-256 1421888617fd8c2ffb8799e3d7f254e6deb5e4df3914336280c8b02c6b918a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b76eeb3694263608df666e9de96ac3473f88e3d076d4054061f3a4a596653674
MD5 4286d4daa0c88e5c50137acd8b2a6954
BLAKE2b-256 3db5bf01238754a5c3ee01b0629a59a64021ef56942af9631a00a5b3c2026dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 52b031e9162f8c7fdcbe81cfb220b8c62ed84fbac7115d5acdc8ea4017d5066f
MD5 a70e824ca872f7b5f5b715688d29bf0b
BLAKE2b-256 983cad052f4d65392eaa06fb3a1ddb6468d8e6e964e309292cb6e9e03f596180

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 348.0 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.15-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b0cc3f56e54183d6be1558cb9c505f87af82a1e193797c68d6b05825c27bee1d
MD5 6601996a16bfbf126f28bdc4a390de34
BLAKE2b-256 16ca65b8432c9db0ae861c85053b79912bcfc7011150ab629a054725619cdd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 399.1 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.15-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8bf8da1187b01cf3090d1f316ad39df43bffecae4a9ca6efc4102d3d8f24201b
MD5 b57f2b05e7e5e1d024aeca826fa5d210
BLAKE2b-256 3db225dfa36e54297d413f9282791e03d3917d12b0ed7c2d58b79ea8e3160cbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp314-cp314-win32.whl
  • Upload date:
  • Size: 416.2 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.15-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fe99c4b5ff7e0f09619b8cf74c87f0c8f43e87348a670bfaaef617dafc2bc3ef
MD5 c0bcee4079632fa5bcb9abb2a24a95c7
BLAKE2b-256 3154ead9a2a77b9285074899e193c5a571fb4d97da4cfd99412c08b89a996d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8d43c4f159e24d94548496f0325e93eec3f5cc7a0e908e1c92aedb25f59e6a1
MD5 fac98a81b37c603cdc49ad3b49b20b71
BLAKE2b-256 0d43c3e6e915b163670ba2b57ea33225069b018b82049eb82769f45475ebd623

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5da48c12f910542f7e1f19527b22e2f64b05b418337efcc97d95e99c158967d6
MD5 a4447bc5ea8919fffd6800e76ec59ceb
BLAKE2b-256 b9c43320a1c72a3445cd9b68c2b160263c66e5bd197234e9935b7d1a4eb335b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7dde95bba2eadb4bd99de3abb438b6dca5c66720f2a2553327436aac26826ed
MD5 582a195b145f3821fc06b2c2565c84b3
BLAKE2b-256 2aa148063d6be0a8be889f15075bd2a0296d6589c7c8552ecb656bfe75b00116

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe6b86d9841f3651ba8bae72920e9630f2285af8b8fb5b03f32ef9839cad50d9
MD5 15b613f09e41096106cfd873c4f83b1a
BLAKE2b-256 56465e4f1a68d361ddda7fb95bf444c5a301daa54e7fe274d655e16f09dc3ee4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c41dabd09f451b289a0c9f246a9b912b8425479214f1179e2d110130c1d30e1
MD5 e234f0a2d32fdad2ae6a05002428a187
BLAKE2b-256 87c46aed003fa3c24db7efa2f75d8949ac9b803e6ca44793574ca512198af7e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4471e38f3e57f156f67c4a9c766daf37d2226cd74dc9f6d8ebe6993c2fd88593
MD5 19480a6a5c65e9587d84ed2f51ad8ae9
BLAKE2b-256 c18434b02534bd7649232c2c3c7fa6a6f911ef17a895d10142b124c0bef076da

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 338.7 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.15-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a76b3cd4d17728d007682c09c47857c6a39edec1e0f63db5c5a44e9b9ef3baea
MD5 a1aa8e8020dafa33dbeed2b9bd547b8b
BLAKE2b-256 a43acd402010ce305122b07e94089557e37dc3f01b99671c99c9ec8f9a9158ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 389.0 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.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 801e52bed2878fef67b98b5776ca993adf267ca9515e93f0c66b58fa8a821d6a
MD5 9b1e961d85e23fd039c6de09b70b5301
BLAKE2b-256 93fd0241a409e5b63d71a6a3d070854a222eca19591d55a9ae6164482ce66131

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp313-cp313-win32.whl
  • Upload date:
  • Size: 412.8 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.15-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f2bb6d5e420e235f36110ad3cdc2f103c6047fa9928e26383399c52d353ac4f8
MD5 5935d95f5c845da1bf90e728f14ed1c3
BLAKE2b-256 d8b2640b717e654c589b418d4478991dce186f61157bf6ad427f62f23db0b1c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1441f2a5eacabfb5abb9d609ad3c4fa1eefcd7e34a0cf6947c9b617a4473ca
MD5 46108c25f02a0bde192f280384de7751
BLAKE2b-256 41bfcd0a250d5dd26e1888808c90bd25142455ead591c699c7ca4e69c486bad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d26ae09e5cccf7afc0482944c80562856d968b0a3f4acec662b114dc357a9df
MD5 f6035494111eb363fc22e073e22eb784
BLAKE2b-256 23a3ad6bbd3dce89c0157bf0c8cf4116b7d7c6fdf61c1b6bbe9be3d852d2eece

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5869418bb828e27e5f47584cd6f1743f840e56dd41e29e5a43afae2eec641fb8
MD5 1d16c76ec2b6e6f8bf834cdca5efe84a
BLAKE2b-256 78fc0cd3e25b3230bddbebc1a53bbd1b4847b08ef4ec713faf1b0d69df378d1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f5fad9e095467023607c28cbdf2f2b6b0acc8dcc8e7578d0ca4f85b707bf956
MD5 c12279f41a73a354c096bc60d894e9d0
BLAKE2b-256 3b5386d5d1d088e9e8f70be543853bfe493cc734df98053f89e27003f1601347

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b79e71110d7707b7d8ae5d547a34ef0853ea38b120ca10d6a8ccf8291682756f
MD5 4c81267787f2d6995643f3975788f334
BLAKE2b-256 088b0c90ea0e5695cf46805c9d69a25fc9cc2602cb4f8fee19e5cadbd28d1a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4f8687a79ebfc56f74b682798bf9b05e8a099e74996786ff4aa6d3a2e928a194
MD5 875f2d02fd708b61ffeca032fc080eea
BLAKE2b-256 e2734553e7b1a5e5db1992a5b104f0d16be3c1553677a9f95d81b70903bedba3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 338.7 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.15-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 667ddb415603af110f3728fbd3a9ec8d2c7844884a0cb61a2cf2a51f0c90ac22
MD5 d7f0ade79fb5240c15e29f8cd5a7d1df
BLAKE2b-256 33358d74271d2a4acf2a60bac924bee8bde423cb33b4cd31bb03f5cec37cfd0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 389.1 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.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6dffd537a84e6af397ee0cb94a5205c29a650559a4db9162c3019fc31d76bf8
MD5 afa991f573a3003c2340ad9ba091eaa7
BLAKE2b-256 907f87acf5e5852d057d2b7110be4e06aab02ea4f21f2d45d84ce51e116600d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp312-cp312-win32.whl
  • Upload date:
  • Size: 412.7 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.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 72b673e1c0f939713480a529b6af8679a645ec318c936a52e19669a6f0612a5a
MD5 e0ff71e16988f828df5e72d29e62cf03
BLAKE2b-256 e0c555a8aabf8057873940d7b53113a63401732d81baed675e63724f7f9ac869

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33181f7e5fe72bb377a13d01be8c06adae89e97defd721e05ecfd2a19a9766c5
MD5 1696f77d5b3093ce48bd4b749be19f8c
BLAKE2b-256 841d5a4c3d3f0a64d5fba91b63963113780856cb689cd9342c6bc63a6fdeb5cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2971af11dd415b955627bcf312e5c83651cff7b040e2d07850dac72af11f880e
MD5 d11beabab0b4a622ff72f7f0e9d13e98
BLAKE2b-256 884f2f69e928f72ff0b7462f2611c764351504535083f0482ac900c364509d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57bf11a1cf12f937b737c33186b96371e5c28564c4f82298ed8afee682f0f2a3
MD5 10966a11520e6bc07479e34b41696da7
BLAKE2b-256 047a7aace5c962d84529453aea99eb923af049ce28fe4c577ffeb79fc370b268

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d947c729c5fc14125465085394b59853e91cd20c10e9ffa5697f4029a64fa198
MD5 955775e7ada6f7f3f2bede2863b81686
BLAKE2b-256 3ca08f721900a61d714dcaacc79c228a8e939e98b4e8d45e0ba81ffc8aceed13

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eda7f9c9c1831e8ce93c8dc8597b926562f1cbf42d1780c7c5e6fbf15f487023
MD5 7de9e0e01c10690360e936a574202e8b
BLAKE2b-256 88f42b34466e233fc4116e2316ca05252a4e2d1bea7404707e495cfaea1dcba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e4e658530be9e0eaeeacbc198a5fe8302f389f23e1f30003827898b8221a3166
MD5 296d67971e4c6b59b1791886773a12ab
BLAKE2b-256 e0fe012a0f25d372da039d015ff26a6fe003b3d682833947e582a0c7b0a243d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 339.4 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.15-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ad84eabaaa9fdf098a46cc61e1ccb31d2a20105f4e7e6d03204c60ec6109b4f1
MD5 4df352d0523308f586e838cc1eb7b8bc
BLAKE2b-256 a19e3608b270f8aca0dbcb40b3cbe4388f840d919e4d85843141ad54980ea7b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 389.5 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.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 efd90198c434ce7ed132f8bb0e4fde353a1fd30cd062d21cc955a51a4a9bab01
MD5 0f0c200259297de542f5c1142c332df3
BLAKE2b-256 934958e1d1f56a906de38eb15f4bc3506baa8bef0617a04e6d79a00695c88a61

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp311-cp311-win32.whl
  • Upload date:
  • Size: 411.8 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.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5bd75997ad8effbcf3b1573d287f169bdf27799622bd9c152a014e84a8cb7a3c
MD5 bdb5748df590efec6e1303d197a94dc9
BLAKE2b-256 88c3a819ea052eee786c61a109a62c64071e778fd79f31003ae9c01d1c35986b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2736f2e29be6c469f74ebf0efedebfad302f32723ef0c35e77ca4c3133ce5385
MD5 a1fe7b0aecbdf6b467f6c49a30828b53
BLAKE2b-256 fe379a080acb3168ab86a5dfee16d26398b3c0d16704def1b415f46745938ac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f67fb0c3d278f5132690f16d37942f1d14d3ae93f5e6cce71c528d2b815760a3
MD5 c296f1089d754a832df07531fba9d365
BLAKE2b-256 de89c2438d476081fe1865ff99e7b99491b16843778cea144e4efe6c8128c811

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ca091e7496f000064a29882de1f9ad4da81a49b55b4fd8162bda63939d68f97
MD5 a5ef8087cf7e9c722f4566015fcfe440
BLAKE2b-256 dfa5e1fd395950ae94669bf67e3cce8360836d22fe7d5fdec8ff3569b939d434

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc42216875197e05ac5c015c2197751ebafe9891c32aaf88ed98afea882a6b5b
MD5 d3433367c90389ac477e2523480bb23f
BLAKE2b-256 27e7e97164ad3d4ab7424361dbab1e493d3060536e2dba564335d00ecf7fbfd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5706b3f48a6c5c8b65d8c87ecb4698c0303e3c932431e0bb55c419f86b3f14c6
MD5 2433400147e5c4f51fb35d79d5977541
BLAKE2b-256 0809af497b6abaf13b993265ceeae43c45d2606405931fb5b55b5e1a2d970d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5ba2b043c9717024f0927d99b0c4b7b1c5d0e6812b7372f605002512fa581a2d
MD5 9623110ceba49d486d6f6a7d33cc927d
BLAKE2b-256 4e8fc300d523b674eb621d92718d57d0226f560b89e8b14f17a548b415213abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 389.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.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0a0a1970d37ce54ffdb9768f2f57c277a35045ee9c9ba132c347abb2b2a56e6
MD5 8db9a369c28521700889044088645c17
BLAKE2b-256 fc25aefa3b7d8c6c9318b211de1d93eb15f4313efb0c02b99dfd38f6b670a5df

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 411.5 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.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4d435b1803068b7099437b10b14014ab335b48243eb05968e8f4d0ab7bc1a70f
MD5 80e3dff087aa3fd06a69366f87fbf684
BLAKE2b-256 70125b0420934ae446f6476267c9aa7cf698aabdf781287d026cab050e2878e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07e2a63fd874626eb729b3119e9549e7ec6b3b14ea7a1e4bd7ff6821dd6f928c
MD5 081af01d0b612f5b04a243cbb81a2fa8
BLAKE2b-256 177418bfae0c64c0fc6c4280d3b62c265898eaf3e098613f2b8a777606785ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5719bf7666e31a9f3c6f235a71dc074b2bb694eb861c96af588207dbba58f79
MD5 dd13ab9876a8450befc0ca6e45b975e5
BLAKE2b-256 48ca908360cdc848d84f7c32e6b9a93e8e1de644095955776381dad016f775ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a219fb9e192fc0fb852b37896227428708057ae105f9034fe6edea8894a83d54
MD5 321bad6e57d873a3ac0babe85de758f9
BLAKE2b-256 59a41a53eb7165ccf0c3b3daa983aafda3ef64b73ceb12083efa3e810da1339b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a353e2cff62801f2e4388292520e7575f644fc4a92739d61e3ed1c3594eef8d8
MD5 fbd2668df60c533b88660bf2f2da40a2
BLAKE2b-256 8ccbd8f0e761dad49e894719cde132b22ebe77fcc2d51c48b422f65f7bcf9e33

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74856de1c5aaf8a95a45c2f8b4afe7fd1b849d15bea5ae7f479618cf143593da
MD5 513ca0560ed7673de46e8f95be2ba3d1
BLAKE2b-256 41716967ce1a869097424ec300d4e1437092dd007b38661d8983b9310a3040ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 838ba8e0062eb4f936c6e567e074d18429263244c21be90040167afb22ce5aec
MD5 e066bec935e47233ffd594b994f5b6d6
BLAKE2b-256 52b8bf8336e36040dd405728e44925db9f4fa3922cfce5b1832a2b6873470bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 389.4 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.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1fd7c86dd1f85345660e577a93c88990ffd36a08fe8ee043f9a20b949cf37822
MD5 2a21f84a7f79b7847282e808bcbb93ce
BLAKE2b-256 07c92dc717721d53153e81b237a38c05db04e8efde2491a00fa9e3d2f2a3dd24

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-win32.whl.

File metadata

  • Download URL: wnet-0.9.15-cp39-cp39-win32.whl
  • Upload date:
  • Size: 412.0 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.15-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 16b295e514fc17bf06e21b055f7c859bb8f38dcc3306872ef1ce2b734fe1e5a2
MD5 9938cc9b6c591eb98b4bd9932327d63f
BLAKE2b-256 06e092e00dbc7f8835e6453cdf6dd5cf4adef758d5a3a0f9328b01c0b51e1c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 730f6efa6f6cb7e8d48486d45ca69388bfd6626405ec0825abcdfff062fe64bd
MD5 38e9d14c2fb18fa8538f9816e27bb11f
BLAKE2b-256 44857edaf2e439cbba70878615024a76793026c4e83109f34431e0fcc141fcc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1fe8c80117bc6bcaad82ff48dbff9ffb5804d41b810411bb58fefa9c80ea2571
MD5 fd72e1fd8b5a69e36d31c1e57821a3c5
BLAKE2b-256 34d31aece24a47bc86fea5932cca58219dde08cfd47568a1208c6aa83cce6f33

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88b203d090409167c5f88fc2fe2dde55687f7af5632e2507fe85db96c2f6e841
MD5 0003cc09b20aee70465fcd4772f6a0eb
BLAKE2b-256 e2f4d914387562cb38409fc6ff4bdc598262a19bf1ac2c93412e9fc7558acd18

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e333e5db5bef8413ed3a1f9e8d91adbb8e6fd87c5363e8ec36cab3a9e55637d
MD5 9da453f7e1d1e4deb0900141129a3a8f
BLAKE2b-256 59823c67a56cb44a76a9a07fe4ba8c70c3c110402146e2733129948075d557cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: wnet-0.9.15-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 411.2 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.15-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d31b608c58e0376ca43154bb22bb8709ab73d8ef8110749c3329ec1b7cfe8f75
MD5 ce524351a7d8346cd4e7b2b80ff5d3f1
BLAKE2b-256 ecbf8a3c1ad9e19bdf747eaffc43b3883d1a4997e6363fe1d111f7df5d9f3534

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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.15-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wnet-0.9.15-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d6ac8429c64dc97e95c015a2eb5fa2b38407c8a885f375a2fe6c32b1aa76fa1b
MD5 84e85ba6270340810865f2e363cd044e
BLAKE2b-256 4b8dc0679a07f1d5b2e6639c2d43530b6c0bbd903cdf611deadb22ba1551c7ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnet-0.9.15-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