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.13.tar.gz (34.3 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.13-pp311-pypy311_pp73-win_amd64.whl (373.5 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.13-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (528.0 kB view details)

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

wnet-0.9.13-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (489.1 kB view details)

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

wnet-0.9.13-pp311-pypy311_pp73-macosx_11_0_arm64.whl (399.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.13-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (460.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.13-cp314-cp314t-win_arm64.whl (341.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.13-cp314-cp314t-win_amd64.whl (399.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.13-cp314-cp314t-win32.whl (411.8 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.13-cp314-cp314t-musllinux_1_2_x86_64.whl (993.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.13-cp314-cp314t-musllinux_1_2_aarch64.whl (939.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.13-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (540.3 kB view details)

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

wnet-0.9.13-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (495.4 kB view details)

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

wnet-0.9.13-cp314-cp314t-macosx_11_0_arm64.whl (408.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.13-cp314-cp314t-macosx_10_15_x86_64.whl (473.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.13-cp314-cp314-win_arm64.whl (335.8 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.13-cp314-cp314-win_amd64.whl (384.1 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.13-cp314-cp314-win32.whl (403.5 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.13-cp314-cp314-musllinux_1_2_x86_64.whl (986.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp314-cp314-musllinux_1_2_aarch64.whl (934.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (530.9 kB view details)

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

wnet-0.9.13-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (489.8 kB view details)

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

wnet-0.9.13-cp314-cp314-macosx_11_0_arm64.whl (402.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.13-cp314-cp314-macosx_10_15_x86_64.whl (466.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.13-cp313-cp313-win_arm64.whl (326.6 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.13-cp313-cp313-win_amd64.whl (374.7 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.13-cp313-cp313-win32.whl (400.3 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.13-cp313-cp313-musllinux_1_2_x86_64.whl (986.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp313-cp313-musllinux_1_2_aarch64.whl (933.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (530.8 kB view details)

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

wnet-0.9.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (489.2 kB view details)

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

wnet-0.9.13-cp313-cp313-macosx_11_0_arm64.whl (402.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.13-cp313-cp313-macosx_10_13_x86_64.whl (466.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.13-cp312-cp312-win_arm64.whl (326.7 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.13-cp312-cp312-win_amd64.whl (374.8 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.13-cp312-cp312-win32.whl (400.3 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.13-cp312-cp312-musllinux_1_2_x86_64.whl (986.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp312-cp312-musllinux_1_2_aarch64.whl (934.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (530.8 kB view details)

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

wnet-0.9.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (489.6 kB view details)

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

wnet-0.9.13-cp312-cp312-macosx_11_0_arm64.whl (402.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.13-cp312-cp312-macosx_10_13_x86_64.whl (466.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.13-cp311-cp311-win_arm64.whl (327.2 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.13-cp311-cp311-win_amd64.whl (375.7 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.13-cp311-cp311-win32.whl (399.4 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.13-cp311-cp311-musllinux_1_2_x86_64.whl (986.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp311-cp311-musllinux_1_2_aarch64.whl (934.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (532.1 kB view details)

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

wnet-0.9.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (491.2 kB view details)

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

wnet-0.9.13-cp311-cp311-macosx_11_0_arm64.whl (402.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.13-cp311-cp311-macosx_10_13_x86_64.whl (464.9 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.13-cp310-cp310-win_amd64.whl (375.4 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.13-cp310-cp310-win32.whl (399.3 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.13-cp310-cp310-musllinux_1_2_x86_64.whl (986.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp310-cp310-musllinux_1_2_aarch64.whl (933.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (531.9 kB view details)

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

wnet-0.9.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (490.9 kB view details)

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

wnet-0.9.13-cp310-cp310-macosx_11_0_arm64.whl (402.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.13-cp310-cp310-macosx_10_13_x86_64.whl (464.5 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.13-cp39-cp39-win_amd64.whl (375.7 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.13-cp39-cp39-win32.whl (399.7 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.13-cp39-cp39-musllinux_1_2_x86_64.whl (986.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.13-cp39-cp39-musllinux_1_2_aarch64.whl (934.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (532.1 kB view details)

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

wnet-0.9.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (491.1 kB view details)

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

wnet-0.9.13-cp39-cp39-macosx_11_0_arm64.whl (402.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.13-cp39-cp39-macosx_10_13_x86_64.whl (464.7 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: wnet-0.9.13.tar.gz
  • Upload date:
  • Size: 34.3 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.13.tar.gz
Algorithm Hash digest
SHA256 c4d0cdf998f67f91e7ebf53e51f0ac5fccaa589c658651e6b2b934f360c2fe4f
MD5 c2b627bec0ade7f914a912539c18a528
BLAKE2b-256 b45437b02d2e4794c172e10969a44bde5bc4274064eda8baeaa7dddef9fc22f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 31d4ed26f3aa43402e19b7090db81c61742a7f25be36f1a4e6fdea1a94b3b3e2
MD5 6cda2e34921dd76ea9ecd87230ee0b16
BLAKE2b-256 d41c4cbf6b7de794135c179822de3b117e69c6e4ec0a4fcf670f583bc9555157

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 477338851baf4b8a2a00cd4b62d46c2fae22480c35cf69349e56167cef2438fd
MD5 d8f58ad74491ca0c9f47438d8afda339
BLAKE2b-256 30f1d1a172c96231b515bd8b4f696a96bea3e8ce2ddae85d89f08bdd6eb2acf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed0010b2aa3dcc7799433eecba78f50b41cbbec7b8e677649c7d1b96270e26f4
MD5 1338933d40cd72b2d8ec7c666368be0f
BLAKE2b-256 d97991f86083e61c59c02d4d2653fa44fbcf6499130b5a1e823fac32aaaa2922

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9d7b7c858b0e727618ec49820f091a32366a4816ed6d10828aacb3877959aa6
MD5 b86d3a4e275c99aa111edbe95c5eb211
BLAKE2b-256 0cdadde1f867a6b3ee37e9ca55af2540906cc3e7f04c93d73bf60053e0354328

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dda839049230d64a3dd1fa87359d89480acac8fc106038d3b7eab0ac73ddf57d
MD5 e54df6809f0789a7f808d6db022fd268
BLAKE2b-256 56278818a5d24d751e8d9a9be6fc08f23998b6783637ea99dd1f17c120afcfba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 341.7 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.13-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 bfd4678dfb1e1165aa177c7e4a135631615b9d9c27d69406813121d56be64f4c
MD5 87a627057aab16e6099346e5bf6e264e
BLAKE2b-256 f5599407aacf2f84690dd26543c12a360591eef016f12936d882546f29103edb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 399.0 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.13-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7648a67fffbb31564440121218db6db34ebc336a34264435f310201b468dcb56
MD5 e14a8e6485cd3cd2bc2197186a0b689f
BLAKE2b-256 698f573360f01183b6bfd0420cecd22c52b1fdaf7b76bc06bfcbdf92723522e8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 411.8 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.13-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fc11a961b61177e41c3e244ab8bd2f6d51250473d818d42e8a6f2f9e22844891
MD5 cf1c30df14f8190708d5951d5e3729f2
BLAKE2b-256 99ee84feaa40467f5d73807b967067dd2228d75bbe21f6d6091c306b63227d47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 263f296192ae45d9e52740cc05e692fed2f4a1e0cd1f1945e21adc96bf4e6c07
MD5 b14a672e1c4bccb42e3f290762aa3bc4
BLAKE2b-256 7c10260d563275de76124eb2414dcf4c04cb13b3f2c052bda076fb75c2bbf39e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97511b78265fd048993e18df55670e739e68504774e762f9d4e0fb6de5a096c1
MD5 84d40878217b5518fcd7d386d38b1cc6
BLAKE2b-256 25e3d9553dabb71d37754683cb8341e4868d456a62a7097f90cd366da0e1693c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8475c4ae53fba618ff828547efea06bbc413e23a2e257eba61e771e81fef98bf
MD5 fe724599f983ccb53414d716708b76d4
BLAKE2b-256 b71d34488cff040d8407908dc3c6573cead5dea569c60c2cbfe2d0e5b6162f13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f59a77b29570ebd59a777749c605c32684fdf687143f4d0a24ad79ab77cadce3
MD5 46629cc952a844e5612842efaa0ffe80
BLAKE2b-256 8722f4e19e8b36e73ec085958421f06de5828eccfed68e2e44b7df435506dbef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b03efba45d4c4fec2d79ce7f022395f36f83aa8f22b5e570b72e27e86a3ca384
MD5 1d9da2595ea5b08138f66be32ea496a1
BLAKE2b-256 606c3a4b9b7006a06ec16234c69ead0d163f5a59662b8354d7cb167825f232af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 63acca6519657cc799d6065ef218c51aacbd4fe3ead96c27fddfb33d2bc2a3e0
MD5 e8c2f3cfe276e3db095d521c088f86c4
BLAKE2b-256 fc5318825954aafaf93c1670d584455b71b57ee896167820ef13a74351bab42f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 335.8 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.13-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 79693c8c6373a05d72859068911e31111ebf006be00f107aff7f52cab342b744
MD5 996cdd1d8d128b8053625f31a17d312a
BLAKE2b-256 70c4e107a93b9f3db4ca3312441b1fdcc2f777210201a4336fcd351ad990b657

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 384.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.13-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 214c03a43bb4f2b46aedcf030f3f2e15bc6ab1db6e660d88798810da751a206d
MD5 077d7f87f68554764c16b7bf9e878d93
BLAKE2b-256 71636728af85743a06c5e5dffdb3b521e532834fa00741f51b50beda2f7f5885

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp314-cp314-win32.whl
  • Upload date:
  • Size: 403.5 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.13-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 27787b40557a934438e77b3bef657f8cde2b612f247d0f235a05401b02809661
MD5 4fcc91306b3b2d925c76057001a219b7
BLAKE2b-256 ad55046e4dee18356b30315a36616b996a13d729605498b56d89103f085424d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d90c2bd0758f49ba919d54502dc0d77f0b495875a99fb158090c30d6d9497c2
MD5 51c707cdb94e728aebc69079446ff71c
BLAKE2b-256 006bbb641268e6f3d0cd60a4397eacf62b0340b4494fe33c5c15c021d37344c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8988acc8e3b02de30b6822475ba43a158f8ed4f2350186d7e268fc2177af3e93
MD5 c5d1878f23eb9b3b491fcc125eb54b4d
BLAKE2b-256 117300a04d9f46719e236152d600d0a0a68dbbf0f6a1f465abb7b01d1d2a518c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e23f0c13c1194518de6563c9e3e434894aea9d3e4b61b99a204e76619c5e041b
MD5 7f7ff8666107e90d9bf10cd89826ba60
BLAKE2b-256 8b5478dc0dc076493d2ce3b1779dced2b1d22cfdff0bb2a1b150bf3945fab8c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63f16efb4a9815043c2c5356fe826eea898b1d9abd3fec154dd1da104cb59293
MD5 7aae166938ee5e04c04011305c1ea047
BLAKE2b-256 fb2fbf89cf1a320f2a83747a5b911f3f2b51e977f88da76a73a0bc9f7000f7ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5887c6bf5a97998cfffc723748b5a44f8adb98decb0d0089c68c0f3104c3681a
MD5 9541eb1331e66b5e73c1f144810db01f
BLAKE2b-256 758837fd8eae35c356b6dd9563f51d76fbeae8f077bbef7a3fabb1ec7990a95d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6868846d2799533ebe368b2f51b460b573d6eb309f45c428d94559ac05c2af04
MD5 a9e21e56ffa81aff5339935bacd2bfed
BLAKE2b-256 58c08e45eeb1e0c4128b4b45ca760594bc79c907e2badf664429745e3956ee0f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 326.6 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.13-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b20652adbf067792f3e3566e61f411535c62a99ab1fc9f59f083419b9067f494
MD5 387eb7d11b0de92d99ead06aa270f2bf
BLAKE2b-256 4df3e61e72c9f52a2cd5e29f330070dab615da4ed1311f37a7ab58c2f8611633

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 374.7 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.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0342b715a002806b85d60a262a862f59e5ac1e4aae956a5caa1823e5f26a3e2f
MD5 f6b55da4ea271b6043d7a37d7c18fb07
BLAKE2b-256 7b01cf44418316f7065f930a3fc08b19b699d0372850f8dcd6b23e370865f2a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp313-cp313-win32.whl
  • Upload date:
  • Size: 400.3 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.13-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 866adc35ecd36d897e650111fe07b244402eb55210c4aac5f1df80778a7d4a68
MD5 0f687593e4d3cd1eff0305131c8a8731
BLAKE2b-256 a145270c4effe8eb423ba8f8efce65cee16f01dd8ea6d6537de5aee25ef570b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d869e3bec7a70cb636cd8d7c4eb2582d3a340787f8b71dcadb6f9bb807ddba32
MD5 b282d94a52d9d06a864e2c6661337853
BLAKE2b-256 b4f0d562d504c225e744b43ca2dac134da0844a6d2c9c8bb3315b821cf7b19bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e7307cff643a20812f79a48002984efe146eaf296dbe09a921d522af2fdbaaa
MD5 7f411c38ad78e4f6f8a308b7ac10ca68
BLAKE2b-256 a6a35263b81e3d87addcbbb38a963569b99934b34f6ab083a54cb30dd4a7990f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a6eed51f901dd5bc3c4ea1b4ec0234d4131f7546668380beaa93d03d3d214b8
MD5 3d19f76ef197e6a56db2c33297cd074c
BLAKE2b-256 b447d4f5b39f9eb916db3739da7a3c05ef8849904305cb2fbc86bdd8d6dcc656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23b6e354e83ab119162b9bd8b1676051faeea74b940f33f3d33f2f235ee8115d
MD5 92e61a517d62d5d9bf212c077a81e989
BLAKE2b-256 d96e672b3797ff07f53ab9ce00a381932dc3be752620b4c3e11ab82deb3c1b0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97420e5f3ad579c3c578849045c53e3c1a40fb6fdadd44adacddb04730094d2d
MD5 85bde23b8045bf0b0fab02176235d260
BLAKE2b-256 6ef744153b3398a3e536dcd3701f25273572d767dc1729ed98275b62d88b2823

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5ad959017cf8887b583002cd5fce63119d5c8721ee53b92713d94c2fef1a64c5
MD5 6e21666075c3d04fdf239b35cf19807f
BLAKE2b-256 5179f7937a2fb1e9d2fbabda432f574013e0a94e9644c5276539c3c6fa129fdd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 326.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.13-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 122d5bc98ba1defe4c761e06a396197776e3b47dea995aba2a4f74f170d05db2
MD5 32d2bfeafeada0fc3d16874be5a89eeb
BLAKE2b-256 f1ecacf95cc5d09cf409d80029547b5c28a0e22b5ece10a860a95ff8feb44c47

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 374.8 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.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16b9550dfec02389bce8c81eb274e1133271453faf765176b62ba091aff7472d
MD5 e7f66397cddb7832f9e6e90a1e4451a9
BLAKE2b-256 87b83700c9f7579b546e978c78d93ec57f1b7e1217cc4ef43601db30cabbac85

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp312-cp312-win32.whl
  • Upload date:
  • Size: 400.3 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.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6f6901eb860e1f01b4cc10eb00a2a25593913a14a4f4849fec8390905224a512
MD5 29f77371433d595d8b1aac0c04ec2a12
BLAKE2b-256 852ba2bb099162f2973be83676315ec08d4556bed82ac3395fd8bac3eee013a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcdc2451d006ec3f01c2e032e19ac856acc892e7a9b8c7ebc26fa2cc9ad92613
MD5 8886c3a9e577efeb57718e3917ed3a42
BLAKE2b-256 71436d0d6aedc06e1010a25b5522b45ff1da3386998bedcd21924b8587993ded

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a2f77bd52e90847218a9a7b399d46ab88dcf1d506b2e699bb79fc314c1d9078
MD5 5815475b9b7bbf474d437ae315a6c350
BLAKE2b-256 d872a1bfd29f9899d8e6577e40bbd8da37b2fac136bc1c33914748062d1a70eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76a7816aa2a5c11eaf4f869c11def95dfbb4119787c593faf01ff9382fa7c1fd
MD5 7bb074d36e53b7fcf85285a722b18c55
BLAKE2b-256 67e2e40a048ca6db9f79bbeb96f1adf6decbc6dca749714912db6e301a585726

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbdd3a144575fef529250aa1d49006f3cf69c0f0dd143524b280c03f8b10c617
MD5 9b4aa82e566df58be198b2b1146c4fc3
BLAKE2b-256 0664fe2eaa2cac6e28777de90f38ae6ca83cc8fadc55dfa0aeba3669ca4f6e91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d276a72dd08e2b8cf0ee7c32eaaffd20b235141e1190b43e5cbdcbc185b10e9e
MD5 03546a240790a14364799ceac886adb6
BLAKE2b-256 5bbbd5be13bbf3ac4dd929dcd7b3b285e7eae6fdbe159d300621ee5bdb49a136

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7452cc8ade03a2a92d0f5efd607725a5a66759198339184ba8671dcc5b5020c6
MD5 a23d1156eb4b836ab980a82ccf5e5bed
BLAKE2b-256 357f2376ac26ea619d60ccd9be839e8ca2a0ce8a8edfe4eac0ad52f3d5d73a64

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 327.2 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.13-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3e5c12d4684faf1c98375d8aa5c182d9223c6934c0f3bcbbfa814a5aed06b3fc
MD5 1c739c454ec3ebd75b8117861b11a2f3
BLAKE2b-256 e2cf4865cfbf30e449f6c0d35802e3f3da80bfac889812026b8b69a4dfc698b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 375.7 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.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3cd6a4d5af25656c412f099de3e864aefc5459616852e61373e1d13bac8596b1
MD5 c3a791b17aa0d18166b3218d5c85f53a
BLAKE2b-256 40694ab93beb43d94b42e70d133c68294a3374a0ffbef308600a5ef75176755d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp311-cp311-win32.whl
  • Upload date:
  • Size: 399.4 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.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6fae553e5c1281738da13c39ea832b60c5688a866d63b87043957ced8632bd33
MD5 087098a9d3acf1443a5354f3759d821f
BLAKE2b-256 2fd28ef66d0eb81805a5515bd52a49cbbf7510adcbdc23d7074b194e5b36b4ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b92a38d43a6f87a784ac3cd6e07ad19130078bdfc9b887a64d276142710c9d8
MD5 279336a67001a6703c811186ecbbd5f7
BLAKE2b-256 174e3a6b5eea697dacd1ecd7831d7a2c89a9e2f2c4a592bf2877353df2b49f60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d5f9b289d7c6600baac1221a89d6a58420d91657490a372e9f9f3cebcda6ef6
MD5 58d9eea9fa991278b67bb669d48a7511
BLAKE2b-256 75582195833f7f3c481122900f54c38bc7db02754d54d30d0d6a40479fa17960

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7eedc4c7240b9a0ab57a3ea3a976122fd1146da0a3ac7d60b545890a080a9888
MD5 ebac2728b81b15d4d3976ce39a862c50
BLAKE2b-256 20d828a95dddedfba71e09597237c65444be0cc2eda416f6c55959fa259f9eee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f39f6346d63f2aa718d02b9d76e8ff0a52e9cd5ed82b83a2d961e0ebbcb50aca
MD5 fd0a7aed5c781106643358173127eba4
BLAKE2b-256 04d0f9bb2cf64edec079113c66cefd1f06b48e4d76630d5f78b11f714d52f4af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e592736494cf2eb4c47d4a96bfed193613fa9e6d25692627fe152e9b5a98d3d
MD5 9e937058e52cce2e67fef11b2df6443b
BLAKE2b-256 a091251dc20d6a4c47a41c7c8d9e6835997a1350c6949bbb4cd3757fa8eec8b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 374f8604c2c155aa4ab1bb656d9d8d775b01849eba92c7ed612f1ae6d426a8a3
MD5 2623b118ace6d2751cadd9fb0795820f
BLAKE2b-256 0a4e6a0de60eb501fbf6ec61683893d464d73d82094ad8e7f1359e9080bb8ce1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 375.4 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.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30168349b20bc8c149dcfb7117370a8314c3c24084dc00e52c5baf5d3a044c7e
MD5 fa51f024ab3ce553d800d02e39b8a871
BLAKE2b-256 81969003d27dd67e147f5fb25360c5428048351420427a23606c1643246ef730

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp310-cp310-win32.whl
  • Upload date:
  • Size: 399.3 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.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c26df493b8412c078e872b2bb620f546302033f50581913609ac9a71569ce0b5
MD5 45574120a4874ad94f3941a03f17e6d0
BLAKE2b-256 4287ac3507345af5a6b8ca9615fe220ba6b8109b8489a34fc4305438b7e340be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28591ad84f3619a8725c826e34c6e636113afe0111892341b2c0045ca6166d53
MD5 b0be9b4afe5762fe561a36583279146e
BLAKE2b-256 12b0fcf0bd3b5790499691c08e35723757b334b979c26893e9ac64ad8130e8ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db2a16ba1234faeccb955a6dd11aea00304feb7ff33011ead166679a2649e174
MD5 0e9ba6a5ea08aeac7a41a69c02105483
BLAKE2b-256 13edb34918a27487d9a62623954706fe07dc89ce803336c40b923755f84e39eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4e1d47e469efc448da8464e7591b449688943bacb55cfd7fa761f38ac2ea148
MD5 6363197f826d50a6c21488b30c697ffa
BLAKE2b-256 12560f4a9c230e8bf76d83dbc66c259f0ab3cb68dec96ece499aff17ba36c9cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9f31f9998498d769b9dc86ede3b1416a9e047153f078187cf9e631e65cd7468
MD5 e6bf2537f11ee910f82796b1c6fef587
BLAKE2b-256 86ea85ada1993e65d9c9d538057a96b67bf00ed9769e6f46906145a8e49d7839

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8037a9abceeb1b94228180a12cf04dd23e29a58ef215f2e1f02be248babf04c3
MD5 e62797755817ec7b2fd10d99b1e1792c
BLAKE2b-256 d4c39cbfeaf0c2e4b2d7793531bd4b201d1a663eafdc27315dd1dea05aa59bfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d59c6528be4f2ff4721e6913ed46841c3dac7d3acf7effd86e55e241e6671daf
MD5 92efdefeeef218e75c8e5e435eb9c1ed
BLAKE2b-256 e46b239a534ea31bfedbfc2b380eed2c13a5e49af199415b853adc7c1d1346e0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 375.7 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.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f810ffd7b4a14adae75faead8812ad38ef7428cd7e5ce6a979d4aac392e7887e
MD5 22de9e16cb8e1353c30225da7c8b6043
BLAKE2b-256 8f959eab172e924b06f5aa003b6abb2315b25a2cc2f5f38f6e057c55984a8700

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp39-cp39-win32.whl
  • Upload date:
  • Size: 399.7 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.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7bf2b18846b1b1e586fa236ede81e5f16e1978fd33c2010bdef108e893a393dc
MD5 2fc7c78679234fdea6d516c8d14df93d
BLAKE2b-256 3374fddabdcef73b0f30961945149d3a1133543a9e6baf2404e2b3c7fc0a19af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 986.6 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.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23dd1e54fff9dbb8fcd89c661a2302bc26b5cd07a817d604018cbd67cd2b42cf
MD5 36ab88f1ee52f9704d34dec825825239
BLAKE2b-256 65e1d8f2e3dc06234e17117d51400a2cbbfa0b223199229f0480efe511bbcf50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62d0bc53c8ad62034fcf661236594d744dc49485dc5f8fc46bd986649c6820e2
MD5 dbe5dec8fca9c770ca5b0512d652f268
BLAKE2b-256 a5caed90f77ab62aeb77aa2d710f6c90c0aed8c42e13362d1936a8538d904752

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ed0bf002925b4a5f1c196816396ba83761ad2db2fd5613580dce70feaddcd21
MD5 b84852f4275daa853db9b700b63cda17
BLAKE2b-256 6b41ab4b276209d23101aaa145c987ece54c8962e71397e5900e0f90ac7bac86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a80cb2e36690969c0dc4b7659cca6bf74e5afea5366bd1cfcff4d2106bce13b
MD5 7e80777fc7a80a9b4cea11ee9f5dbbef
BLAKE2b-256 0f19a51fd32bda25db44c2958c6e9bcacb3875095bb52affd9213d0c6a2e2657

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.13-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 402.5 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.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71d7ed12bc91f9c880b796dd8cf9d78397c27b1dc25080f9e7b3e14d1e35bf75
MD5 8b0ddcf8bbb2cbf1a48ff5543fb8039d
BLAKE2b-256 496b891777f658fb11212495f4d9769155f9d1413d83e99a5dbd3d98cd2382ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.13-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2c7acab6afb12e5b367417a8949c4327cba70512a374c3d2e476cad4a19a0310
MD5 12c2950c4f050e920b9fb876012bd936
BLAKE2b-256 16a37a69f921de5d651faf326c94066b2fd355e45b122cab5295ba371038c593

See more details on using hashes here.

Provenance

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