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.12.tar.gz (34.1 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.12-pp311-pypy311_pp73-win_amd64.whl (358.9 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.12-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (506.4 kB view details)

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

wnet-0.9.12-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (467.8 kB view details)

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

wnet-0.9.12-pp311-pypy311_pp73-macosx_11_0_arm64.whl (380.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.12-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (438.4 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.12-cp314-cp314t-win_arm64.whl (328.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.12-cp314-cp314t-win_amd64.whl (383.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.12-cp314-cp314t-win32.whl (399.3 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.12-cp314-cp314t-musllinux_1_2_x86_64.whl (972.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.12-cp314-cp314t-musllinux_1_2_aarch64.whl (918.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (515.1 kB view details)

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

wnet-0.9.12-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (473.2 kB view details)

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

wnet-0.9.12-cp314-cp314t-macosx_11_0_arm64.whl (390.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.12-cp314-cp314t-macosx_10_15_x86_64.whl (451.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.12-cp314-cp314-win_arm64.whl (322.1 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.12-cp314-cp314-win_amd64.whl (369.5 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.12-cp314-cp314-win32.whl (391.0 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.12-cp314-cp314-musllinux_1_2_x86_64.whl (964.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp314-cp314-musllinux_1_2_aarch64.whl (912.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (508.8 kB view details)

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

wnet-0.9.12-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (469.8 kB view details)

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

wnet-0.9.12-cp314-cp314-macosx_11_0_arm64.whl (383.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.12-cp314-cp314-macosx_10_15_x86_64.whl (444.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.12-cp313-cp313-win_arm64.whl (313.8 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.12-cp313-cp313-win_amd64.whl (360.1 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.12-cp313-cp313-win32.whl (388.2 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.12-cp313-cp313-musllinux_1_2_x86_64.whl (963.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp313-cp313-musllinux_1_2_aarch64.whl (911.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (508.7 kB view details)

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

wnet-0.9.12-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (468.7 kB view details)

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

wnet-0.9.12-cp313-cp313-macosx_11_0_arm64.whl (383.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.12-cp313-cp313-macosx_10_13_x86_64.whl (444.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.12-cp312-cp312-win_arm64.whl (313.8 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.12-cp312-cp312-win_amd64.whl (360.2 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.12-cp312-cp312-win32.whl (388.2 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.12-cp312-cp312-musllinux_1_2_x86_64.whl (963.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp312-cp312-musllinux_1_2_aarch64.whl (911.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (508.7 kB view details)

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

wnet-0.9.12-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (469.2 kB view details)

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

wnet-0.9.12-cp312-cp312-macosx_11_0_arm64.whl (383.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.12-cp312-cp312-macosx_10_13_x86_64.whl (444.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.12-cp311-cp311-win_arm64.whl (314.3 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.12-cp311-cp311-win_amd64.whl (361.1 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.12-cp311-cp311-win32.whl (387.1 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.12-cp311-cp311-musllinux_1_2_x86_64.whl (964.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp311-cp311-musllinux_1_2_aarch64.whl (913.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (511.5 kB view details)

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

wnet-0.9.12-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (470.4 kB view details)

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

wnet-0.9.12-cp311-cp311-macosx_11_0_arm64.whl (383.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.12-cp311-cp311-macosx_10_13_x86_64.whl (442.7 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.12-cp310-cp310-win_amd64.whl (360.8 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.12-cp310-cp310-win32.whl (386.6 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.12-cp310-cp310-musllinux_1_2_x86_64.whl (964.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp310-cp310-musllinux_1_2_aarch64.whl (913.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (511.3 kB view details)

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

wnet-0.9.12-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (470.1 kB view details)

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

wnet-0.9.12-cp310-cp310-macosx_11_0_arm64.whl (383.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.12-cp310-cp310-macosx_10_13_x86_64.whl (442.3 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.12-cp39-cp39-win_amd64.whl (361.1 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.12-cp39-cp39-win32.whl (387.0 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.12-cp39-cp39-musllinux_1_2_x86_64.whl (964.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.12-cp39-cp39-musllinux_1_2_aarch64.whl (913.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.12-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (511.5 kB view details)

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

wnet-0.9.12-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (470.2 kB view details)

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

wnet-0.9.12-cp39-cp39-macosx_11_0_arm64.whl (383.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.12-cp39-cp39-macosx_10_13_x86_64.whl (442.6 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: wnet-0.9.12.tar.gz
  • Upload date:
  • Size: 34.1 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.12.tar.gz
Algorithm Hash digest
SHA256 6cfd936a957a35c892d457666c69e42b356d86954ac0ca496b28e953826725e9
MD5 2fda8cfead06b166ec09b9c1c96c1703
BLAKE2b-256 8db3add185164ee3d68fb3c0b64b48a30d729fe7f0f154075735b5e36564b84a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bbeadea9e38810e5ce6325eb86c6990463a1208ddbb55e800b9fa26c0308fc52
MD5 672ac30a837903f24d1e087b2ead1d1a
BLAKE2b-256 57294751398ece24a33c0a2570a5b63ee3ef72d36d5f671dd1a92a3f6cc7aee2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31da56488587fd2314c7edff702fdcc42a8f3ad97a9a2ccdaacd9597c577f6fc
MD5 30305e4c86ace809bdbbaf4ce0315344
BLAKE2b-256 f49b60c5ce1008a98d0e5fc56ea5ee62f33178130dbf6e84a672df058f7ec7b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fff43b58c5ac30d63f74ba0119d0ad2b0dd1503a9e14c61e5288f0960afeb000
MD5 6568bee22f7bc1f10b745a3f5a8ebc86
BLAKE2b-256 f573e3ea096d6214ee73e2fe79dbca9de2544e5ea9c6ee745430aad0969ee258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69cbe44f121a2e63c9ddcddb3622ec4c19a6de304414aeddf797b031567182ac
MD5 ee5dfd175a27bce8ac3073d59bccd99b
BLAKE2b-256 8343c38b631a946d83e3db335654fd913e40e2f57fdc5db44d2cf0294d0102f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe5bbd52adb52683ce291bc4075978f45eeea4b5c732b24c051f11019a9ddc79
MD5 85a146ca3e14d5b07bd3b3e1b6acfdf6
BLAKE2b-256 766b36b59d2e3f1d81cb540ea9dde138a83d151da7c40def81e41b4266e60be0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 328.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.12-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c46884480698f93c2458cb3dc3468b4fd6cc5f288a979c7bc465d94c4021f435
MD5 88cf509c804a3c9678716781dac126d5
BLAKE2b-256 9e4864693055fdac03b096f768433bca8cf2cf55a235cedbd02ae4c8a1d428cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 383.9 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.12-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2ee32899d46c2709f6b36e63fa076fb3c17952da8b20e52ae204e50b7bbec9ad
MD5 f7a211103c80b3058adbbf048de2e941
BLAKE2b-256 fe1a48e3fede6c4672479b655bb034c5be49c1dcb99df05f71e451c1ad1b5293

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 399.3 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.12-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9fd2fc5262916bab7c2a0b4394010e334c71778c47848ec07cb1e0c5fce563fd
MD5 e1b1dc847d9fc7f8920b54fcca5035df
BLAKE2b-256 c27b3acb6a045361a440dfc346f38b755425ba2756f64cf0bc4ec841f8fef1f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d45abb9dd35acca0a4f3ec4c9a710c5cd7d1a99d0c6bd26f09376e3c4566c771
MD5 cd94b9203361017364b9d591b62aff69
BLAKE2b-256 ccfd2dbef71096c78a35073fc3f3ab907706ee01a290179a0b8c4a8546547a7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c88034123ffa6fef0066890304bc4da412dc1e18ad21046880e2cc316b54811
MD5 384dde9dc5caeb26e124a529bd1cb52f
BLAKE2b-256 61c1a4894f2ba6c0b0e1b884b01765d3d80770a15842f66b4b55773ef0a05e1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c76938709d553687c5263d7f18fbcd3276966ab0f535f247b0a34eca4f21580b
MD5 20994169dd3f3dcfdd113719f563451f
BLAKE2b-256 7d4597b3ebf848e5f4c388b949c2f0b917a4679757d07f9bcce4f16380417349

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d6f5420f4dfa0dfc4e232fcdde6e0e113539df17ce2fc0affb8144914f7ba32
MD5 55c483bfb11dff5909bf2bd7b262844f
BLAKE2b-256 d0a78768263ed1be6ddfd638281ed93e52e32b6f811fba7217ca2b33d9e21f4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f32b757a4ab05fc366f61d35a37fbb2b4ad783bf80ead9faa4e6e8fe186940f1
MD5 fdfe779903561125b7481cc887347d85
BLAKE2b-256 ba2d6c10549f4e4577cb14d6ca6d76243e02169e50ee469bf2197ec533d6380d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 feb9f48bc26350a29b25902cc5b9f37ac9d5e0fefb3841dad110fc0d46ea8f82
MD5 3bc7ac38d6e5191aef44418ec115a6c5
BLAKE2b-256 3ba9c198e39b367e764de757268c2c4ec4e105282012f0e73a18487421d9496c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 322.1 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.12-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 13f63982c53e94c0a774381ae452cc8a59b10008802a46d4db02c23b5b573b6a
MD5 b1a199a5ce4ab2838fd1d77b36d7dea1
BLAKE2b-256 866f7aa22b91619f401b617c8586e92d34758cfaaf4d725f164381326e858779

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 369.5 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.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 88fa96361d4f37e06ab4a51c4739ab3d362810de88a9177436f2da01a4b9191d
MD5 cd9205fb9c0a58c671d61a1aad4cede7
BLAKE2b-256 9663504c24e462b7641d6f8d08e3091e81c6a50171dee8f8ddd8edcc538ac9b3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp314-cp314-win32.whl
  • Upload date:
  • Size: 391.0 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.12-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5c5eaca98fc074a245a9442b08496838523c2114097f2f0299428fd64d1a11fc
MD5 e2eaf757a2deff5a5dc52f93e159fd82
BLAKE2b-256 a82167ee813bf923ae41b31a4b5f512123f888b656f4e251416f69d9d133196d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24e5e7a09e6ed67e2ba63f1dc485bb967eb41acb5d8a0c416210a2d3641682c3
MD5 02911c6730b7767c29c7adee39c593bd
BLAKE2b-256 d093d677e560845868a35702ba38fe2bad234f49bd7e2f13cd894adf80d99218

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1ee8d763b942f443b7dd683fac428336177d5a4825aa984c48dc6379b253d6c
MD5 66acd0ff5848b82de5e2f11628ba1001
BLAKE2b-256 50cdf815f4b7f3fe30720a26d9830d60f63afabdc7216b5d10ee55fbfc74fd37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c1dbd2f2433884c04eb3bdc1685ef59f7fdb75bee70f2ed68af38f1bc80fd23
MD5 245d3c050d4c2ec4953451af5a611376
BLAKE2b-256 4bb564758a3ba99cbbce81e634282057aa1f4e0262f100819590ce984e139ca3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3c2dfe1afad746c2af56ecc952edc725314c28c1aee43970ac522e03c4634fe
MD5 87c82741e605570171fb1013bf766bff
BLAKE2b-256 3c8455e120d89fd60b39eba1af910392b8f5847cb1b8f188ff438434c49c1b05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8ea311ebfe55878d0646dc172d094b3122c99b23c1417956fecd2f5e4393720
MD5 9c80ccad5484bad5eac3a4a2289c013c
BLAKE2b-256 87c39769ae3571647cd8e2128d02b1c0b914bc40478e1dc77e6a930cf28518c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 327bec35954d7cb21e01b4ccecbf212507bcdfdb958bfaf88726fd34768409b5
MD5 5b41efa913e9dcab1f5c7d1d377bd04e
BLAKE2b-256 1eb782c75d12f257889ce45154562e7d745ab2d1f7839563e5aa3f8753c2cdbd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 313.8 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.12-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8fcce8f45019e0898a5b166110aa9d7cd737c962a6cdd2129b340e4799e4bb2d
MD5 e7ec87df8d7f84b9645c2c75eafab460
BLAKE2b-256 f7c5b14b25c952dffb7db3c668370aa1d6b474243406f5e1b272ab2b85b37336

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 360.1 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.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f42dae6dcd22b18506e9573a28a3d15d0a999281d703b23ee337af061648a559
MD5 e5f1fa11a0a67d7f6ebf049364459fc3
BLAKE2b-256 18988b9a7bdfba4d96e0ed507e9a74e32eda904be1d69183e32f49279c118e55

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp313-cp313-win32.whl
  • Upload date:
  • Size: 388.2 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.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dbd0e82cc8e9fbf6f15dc6c370073db6ddbd50d9cb5c97402d93a6b70b623b29
MD5 a10892487fbde82067cdc147e4452a8c
BLAKE2b-256 2537c5cdbc23dd99a55e0de81e79feb4196052bc326e0e21587260047f52bc3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7abeb8bf7ebe2649153a0217e1d93e04db5a7e516e83855b888a71e24f305d6
MD5 f572b6a9f5067111a4564a454a524bcf
BLAKE2b-256 569e2c8ccac1edbaed81f7d8dc92d65fc45cdc1b94e84ce888b805e37d28c187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06d5aa5c03bbc316c549634af083f555614a8817602cb3a6dce2458e83f2081b
MD5 396d1968cefff10d0f17dcb5b074676e
BLAKE2b-256 6b92a37f9fc6526367ebb69bc54c3cbbddfceb8f0158d2c8cadb7357db914a7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91325c343b56104c5770dda4b3e055b06b7c8296910e80c1d995e0486d481356
MD5 03cdaeab9445b66b790cbd39dccc8c24
BLAKE2b-256 5a06cbcb40db46d4fd46badf6542bdf824dc3f2d6912d0f936a1830516f17604

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 941f7b95933aaaa0c8a9359198fa6bc66fa9b6143aed222e2d46c2a02524fcf5
MD5 3b6953ac008c0abd85216251ed875da8
BLAKE2b-256 578f17a39d31a67bd0b7a98b62964b42d7943c7e23416f9d860683abef63029d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 786ad87cfbdbaafc8b5b8512491c780c0f1684277f0b48353bea7ef2b1ebda3f
MD5 1459031d1e6972b6272478fa6d0529c0
BLAKE2b-256 672ca93661c183a205308a0711287fd5bde610809e8265409c959cd97c186330

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c6a0517ce80faa7424a90dac0f1075df6016947825d4cf40c6e11f1ab0366f83
MD5 75bc9a89b9ca1e00a02b93ca3aaa086e
BLAKE2b-256 de9552920af93a48dc7b42510900e6f129fdd637160a5e0397602f4d687d3c8a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 313.8 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.12-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 54832bdb87bb4e0c0e8c3b24610e8b9554fb55c9c010dbcf9c08450bbf23d9c6
MD5 a8a57e1966f421f76e860a27d35bb174
BLAKE2b-256 3e1eea7121cb93ab345b6121794d617efc98841f2302b8b37bcc44616386b95b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 360.2 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.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a6a7780db99b426edf569517b35feaf13058b88180e75446a012a9852ac32375
MD5 233ac23de95922fa731eb64329e8c5b9
BLAKE2b-256 03cf254da6e45a9fed99dbe0cc42b6893da26cb79f1f20b5ff51d828b0bee04e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp312-cp312-win32.whl
  • Upload date:
  • Size: 388.2 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.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ffdc3eb92d6c9bedb050cec676f8f4c0eb662d9d1743efa6599c2406e74731c1
MD5 b723163809ce8c8949d1beaa9e5bf891
BLAKE2b-256 7d15d406053e49cfc3960f643b88bf1ff6bc2c8f7f2d2c812f5ad8560908c6cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e2532ca39902cf210da28e46634d7959a76273e55604c67c5759d6ca7a2b029
MD5 9e2a2e00676ea3279af446d9e684e3b7
BLAKE2b-256 39c6ce61de47ec2fd3116b1de94b5fc12f56e9658459704daf0c2e327d8edf5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09f93dd58baf6f5c7b80e3c5dab6ae093cb07450a84851867c066fb504409e21
MD5 7d52857f002b5447e7def66ff70d95fc
BLAKE2b-256 033dde39a7ae032e93025bee230dded06f15d77d4b0459ca5a660e0109839999

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 002b56463b792f39a72bb7ff478e9f22053240591aa34aa23acf96601044e728
MD5 a321e2d95909d26943012630bf70388a
BLAKE2b-256 afcc49a8a69c0ea04578551f34b4b9305987949649d8a4406ce5f8fa438afaad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fdb6e430364b5ed6193e8e95ad64f5c8fe7bd120e589f244eef94bbed3786638
MD5 add02a9efebde8bc97a560d3e46ef1d7
BLAKE2b-256 5d6b2c098b053022d11a3a40ac92e59a6c29f5744f16f25add423bb4700b3b43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeca54d8500514d02b540cd36bde869c12717d3463464e7d56fd48eaa50fb8be
MD5 a8943b05b2eb0238ccb2b50109d3b17a
BLAKE2b-256 ae75e597410b60ec538f1614c6cd519e9051d882841ddece255caef2a13eab09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a123884ea26e65d1a3bf5ca9b5b786818386a7e04feeeb075e66f474c9a3e0fb
MD5 cea85d33217aa2c6622a64e67d959577
BLAKE2b-256 96eec8b42766e5002b3a5b7097f56a063f11691fe8f4a2eedb65745452ce0336

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 314.3 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.12-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b529aa92eb0766628bc2d6c735ccc1cf4089f0ecb9bbefd0047285a624791c5f
MD5 0796bc7b3e6a71d486b470a883159db7
BLAKE2b-256 696f7df6ff10b5ca9c012e24f5e193bc86ff4a325932959e1a8b42a2bdeddf43

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 361.1 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.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 849336a7a5324e4c895490a1e19fe7f7da4c23d07446fad7793895460722ca05
MD5 6bda64ef47bc0be0a777264934a40997
BLAKE2b-256 5ef027151de79a6b2d5467180c3d50e85433ad4823718aa5f7aac2f6388f6c04

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp311-cp311-win32.whl
  • Upload date:
  • Size: 387.1 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.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1caf69686ddb59c091665ed11abb0c8f9d9e4007f96681a06c373425c39546e2
MD5 4857bdb05dcbe4dff9b9ef2a5679efc3
BLAKE2b-256 92c848d4f0a203fbe28a2fb78e30d73b6f7acf86e6fb275fde051502db05a330

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ef8ddad0c4ef68e94ca0beb91fcae1580d2ed63cf99c20a4c4e0007cc7d5332
MD5 9d8dfaa0bfc8492b717d2de0219fec6c
BLAKE2b-256 524a8b60c610de21fb1d77f11f0c74e61eb660fa94f10cdee0cb18fb2aa4610c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 595d7e16fc9ddaa22c7167f550201ffc48219d4524fdb8e170a07f9f052044df
MD5 2da61dc0d367ab03540d751d8661c1e6
BLAKE2b-256 2ce89db7658e6aa2fc5e7635a0b0019d1e96f0c351442d4b0a64c35aab722540

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a8bb6fb1153c72fe874d91a54f38453af6c91a1364b78faf39f9068855e4d78
MD5 4816bb161e01d63a8d46429efacea048
BLAKE2b-256 0da115879511ff825cf9aee7cb579d7bcd6b1185697a47e8932f0f0e4dd7932b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bf5eb6a608459745bfa2e8c74e2409a864d1a8ecdc7073363e8111522bc663d
MD5 fd4f9590f239b9adda5e88a38bec0dc4
BLAKE2b-256 e4b7c033fa1c3ba9c2ab90fa3afd42f28e824ca5cf5cff832554a73841fd0d56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55e13a748268e924afcb4b23b041599a452ee55ac986591238cb8fd06f60c67a
MD5 0845cd3f66b40e4ab51b7668484a555d
BLAKE2b-256 f54030946db8042bd06e107934de3ab2f06c443d4a58c69cf2be69b270165742

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dfdfc86ac13f81ceffb3da253e70561d9653bf93a3bcfae8d05ed0e2a89ae549
MD5 a7de59f4b66da48913c2bff8c801fa12
BLAKE2b-256 bf50927948d4e102adeb2ab0e94a16ec58cffe426ab174bf7cc5be11b26880c7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 360.8 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.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b9a778938395ccd6506b82877c7979cc231807120f7bf88dfa388be1666a0a4
MD5 9dc4bc724a959fc4ad143ab42c064c78
BLAKE2b-256 5da025513c6052ba21f35d0408d78695ffb5f7950fd8ae0f86c44187fd9f222f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 386.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.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0fa4b5aaf53b1c4e3fab9cef87ab0162716b3e898f45829d46d4ae5c9f5f6368
MD5 974efb9809b8c52ff437cdeb3bffcd57
BLAKE2b-256 5c8b5083cea962bf40c017b71054998cdce9a0f17a334a0c76f022f6b3c48c3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06e9999fbe1baf849f412eca40dd147736e9d74f7101a5ba29a456ffcac1e82b
MD5 1abf4cca2bf976463c3294e4a41e1ca8
BLAKE2b-256 e4a3ab8db8bc5619421794d226cab7bf8e0cb3ff130c88549f64760ef6ecb9e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 863ca9b8a31dd8c1cfc5e1dffa7bdee6ed3e59bfab4bad9348dc11cc2b2dc91d
MD5 2a5a880d1042d19707dec7448234e0b9
BLAKE2b-256 f62d9d649cde97a910dc806216e74252f07529bed88016d7001cbd046cd60a06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ff59a246f8b0174aa4b9d641bae914f3e34add33d03746319398f5ff8ebe492
MD5 6d41b3fc7c4b82b78d36de197f8a1a43
BLAKE2b-256 38fbe19705b1f01156baf39dfaf7540645cf43ce5856f3f57c5df236a32cf5f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 780f344edbfe38c761aa3eca6f0bd69ed43c4f663a43f1873061b6d5ceedf6c5
MD5 789975c60a2f8a3d02d2bb08f5f4b0bb
BLAKE2b-256 e4c6e4216b4cafe275c2188787dffbb81f182e4fd8a45409daebc00ec58b000e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd0ec573943e5bf4a24a2605f163c268f40c25ae4656fd0b46e803e153c8e367
MD5 22abae113929b185c848ae9e801d049b
BLAKE2b-256 0624238f1909d2ab743479dd8b6f2383efb98dec49d0310a7cd3fab879e6646f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6eaebcd2c050607744cac5fa3eff6ec3134637b7da0216a763ef5249d662bd09
MD5 4c1f077a7136339213719d83e2abefe6
BLAKE2b-256 d91a14c0fe9ff8f243bb71f879cfb99029786a5fff708c4bf5b974af6af53d23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 361.1 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.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1e78b3c73438d4fc5390ec963bb5f0cbd4c99e3a15811575c63ad4e672a1cd60
MD5 44da00f6737e53ab5d4c24071b387b5f
BLAKE2b-256 537e0ab326990fb0d1f329ed8b416816a6191eb0ec079ec3de852bc3c92f580a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp39-cp39-win32.whl
  • Upload date:
  • Size: 387.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.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2ec341f182c715bedb88aa67ee0d1c785b19fdf512cefc267f45b738d748bf44
MD5 0596fa8d2d7ab7a95dd10c248313596b
BLAKE2b-256 62b34f79716fba2d68dd798beef8d75db4382a72d6bb19e9545c52b7fcfbfb26

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 964.3 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.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a64ce1f66476e0676de86e092770bd59383e2470fa73cadc1d73f2ded127f6e
MD5 51db1be24aa6074833da51e7a205c0ec
BLAKE2b-256 18a051cc9b62ddccaadde0c566af870f0a5f1e24794e20c4d09ede06f29ce695

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e3bad01457c32b692b31d5137226d5f5aa39d68a0ece45c115fe00e6ab8c671
MD5 81135d9401c2e7579e4786c0f8eddb4b
BLAKE2b-256 e2ae1c47f2d3aa0c1f4ecb7bced88b129b6c056e65ea464f3fece49dad4137dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd94b327421145e9545ae781d44347f061cdc0f1a250b57fec8c1e1a045d0700
MD5 33dd6e98a1796b946800d98d5d88cd12
BLAKE2b-256 4fabc5746ea12232b4e2172309c86bfee76c69d9988938b7dafd5e7b2e8115d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2feafb592fb0f6796526268b08384aae4bf8e954bf42547dafc2cddb490bf81
MD5 5fa1b5dde3257d81025b0eb95f71474a
BLAKE2b-256 afb931abd55b5ad5516e2e8b3206ecfbda63ab570b7212a438a366fff09591a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.12-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 383.4 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.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b1fc261ee59b8bf432c22ed0e54edcb9c27a1a20ab48ff40fc3c3d1f9cd8d69
MD5 091d7a3d277e93c4f3b6776ddb310014
BLAKE2b-256 1462d559a567a096435ef6ec79dd7c167d72e48022c6371c08a33b28cb8db2c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.12-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 045055d90fd0f94b630c65960fc9305c95aa47feb6b873cd5df2706bca4c3071
MD5 6eb12ee4aa1b175149b076ed61616be1
BLAKE2b-256 1387abe5f4a63826be6efa3e79de9a60728a91c2a23398c8cc4f1ec9019dec75

See more details on using hashes here.

Provenance

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