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.10.tar.gz (25.7 kB view details)

Uploaded Source

Built Distributions

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

wnet-0.9.10-pp311-pypy311_pp73-win_amd64.whl (300.4 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.10-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (403.1 kB view details)

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

wnet-0.9.10-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (368.7 kB view details)

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

wnet-0.9.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl (309.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.10-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (359.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.10-cp314-cp314t-win_arm64.whl (272.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.10-cp314-cp314t-win_amd64.whl (322.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.10-cp314-cp314t-win32.whl (342.4 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.10-cp314-cp314t-musllinux_1_2_x86_64.whl (866.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.10-cp314-cp314t-musllinux_1_2_aarch64.whl (813.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.10-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (411.3 kB view details)

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

wnet-0.9.10-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (371.9 kB view details)

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

wnet-0.9.10-cp314-cp314t-macosx_11_0_arm64.whl (319.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.10-cp314-cp314t-macosx_10_15_x86_64.whl (370.4 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.10-cp314-cp314-win_arm64.whl (265.1 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.10-cp314-cp314-win_amd64.whl (309.1 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.10-cp314-cp314-win32.whl (333.4 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.10-cp314-cp314-musllinux_1_2_x86_64.whl (861.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp314-cp314-musllinux_1_2_aarch64.whl (812.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405.8 kB view details)

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

wnet-0.9.10-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.9 kB view details)

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

wnet-0.9.10-cp314-cp314-macosx_11_0_arm64.whl (312.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.10-cp314-cp314-macosx_10_15_x86_64.whl (364.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.10-cp313-cp313-win_arm64.whl (258.8 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.10-cp313-cp313-win_amd64.whl (301.9 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.10-cp313-cp313-win32.whl (332.3 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.10-cp313-cp313-musllinux_1_2_x86_64.whl (861.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp313-cp313-musllinux_1_2_aarch64.whl (812.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405.7 kB view details)

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

wnet-0.9.10-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (369.9 kB view details)

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

wnet-0.9.10-cp313-cp313-macosx_11_0_arm64.whl (312.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.10-cp313-cp313-macosx_10_13_x86_64.whl (364.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.10-cp312-cp312-win_arm64.whl (258.8 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.10-cp312-cp312-win_amd64.whl (302.1 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.10-cp312-cp312-win32.whl (332.3 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.10-cp312-cp312-musllinux_1_2_x86_64.whl (861.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp312-cp312-musllinux_1_2_aarch64.whl (812.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405.7 kB view details)

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

wnet-0.9.10-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.4 kB view details)

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

wnet-0.9.10-cp312-cp312-macosx_11_0_arm64.whl (312.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.10-cp312-cp312-macosx_10_13_x86_64.whl (364.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.10-cp311-cp311-win_arm64.whl (259.7 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.10-cp311-cp311-win_amd64.whl (302.6 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.10-cp311-cp311-win32.whl (331.3 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.10-cp311-cp311-musllinux_1_2_x86_64.whl (861.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp311-cp311-musllinux_1_2_aarch64.whl (813.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (406.4 kB view details)

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

wnet-0.9.10-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (371.0 kB view details)

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

wnet-0.9.10-cp311-cp311-macosx_11_0_arm64.whl (313.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.10-cp311-cp311-macosx_10_13_x86_64.whl (363.0 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.10-cp310-cp310-win_amd64.whl (302.3 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.10-cp310-cp310-win32.whl (331.0 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.10-cp310-cp310-musllinux_1_2_x86_64.whl (861.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp310-cp310-musllinux_1_2_aarch64.whl (812.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (406.0 kB view details)

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

wnet-0.9.10-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.7 kB view details)

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

wnet-0.9.10-cp310-cp310-macosx_11_0_arm64.whl (312.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.10-cp310-cp310-macosx_10_13_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.10-cp39-cp39-win_amd64.whl (302.7 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.10-cp39-cp39-win32.whl (331.4 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.10-cp39-cp39-musllinux_1_2_x86_64.whl (861.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.10-cp39-cp39-musllinux_1_2_aarch64.whl (813.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.10-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (406.2 kB view details)

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

wnet-0.9.10-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.9 kB view details)

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

wnet-0.9.10-cp39-cp39-macosx_11_0_arm64.whl (312.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.10-cp39-cp39-macosx_10_13_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

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

File hashes

Hashes for wnet-0.9.10.tar.gz
Algorithm Hash digest
SHA256 c3a8b01a5b45122b6e6c5c474a8b7d7915e2ad0c666553e1d70977c1293068cb
MD5 045b85192970bb4bec3d7314cb58ecfa
BLAKE2b-256 040d0258c324649fc5953ab79f51da039fa9429f417faf1979c0590e5f311103

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4465c53433774a1c427eabb16b21ae90d40109d0241c3e8cc6f0f551961f14c6
MD5 0cf9459736df00a8f8499f445bb20894
BLAKE2b-256 9c3b54b59ed4dff4d859a6ad2507100632ec0cee990669a015d31b716b1bb360

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 037ee371e7b10033048669bf8dfef395d79a828afb30aecc0b22e5438c51f725
MD5 3010e94c7295fa211c3d0dccc8a2cdf6
BLAKE2b-256 a47ed74d095402ab242fb35a105fcfa12ad9a4dacb3acfb126a81421a5b2a8fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f8f15a52d99ba01bc7319d970330690be8095a98cfba5be2d5340eb66342998
MD5 b574cd723208c9be25c02d8b1e139bea
BLAKE2b-256 0d8debb078c44d6b239bc634c09b44e6b42cf13f1e11fcd5f6b8a4a43b88456b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7af5576c1226e91330a2f501df829bea13c8181c99f143d0b4177ba26d3e24c0
MD5 2469bbb52bcc7184270d6221c61e6f6d
BLAKE2b-256 2b45aaefc29899575243917e980f986e0917b3755c6c4d338e43fbcd9fb4a39a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6b14a1e3349a5182fdec666000230761f0cd12f100ca5abb40c153a2504ad211
MD5 34a7f48a33d19e596b7bd1a92f897343
BLAKE2b-256 0ac9a692e4d7d35f68a06f6ec10dd7bee796d314e8b982b93e0611de279c806e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 272.1 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.10-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 50db1ef39af2b9793e3f9443b3aefe78209ef6c0bd2fab3b7e2e52b78e61ae06
MD5 4cd59f952ce91c6644c28f7c7e4fd8dd
BLAKE2b-256 38a7599b4ba29b043ff875decbf0c74dc6eefd0e2c84b04767733e8ed6ecf806

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 322.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.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d46ef77f59b25a539a7a0ca0a5801624f82e172e1c4685988c1620c5f2445950
MD5 73e8de17ed0f6abc7fd3a9b49afa7bf2
BLAKE2b-256 763ad308d7585d325581d0508248fad6538d0b6aed2dcdde57b1a4d0ef408dee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 342.4 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.10-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b948a5b462c9b75c544c58910a3aae748535ecdb42591b6a87f37ce6d5ee4d9b
MD5 349ba65b731b5564f0b21aa43156441d
BLAKE2b-256 f48d43ddf8ba2bf09b1ab23a4c95a3aab7aa43dfeee287bdcc27ada8a36de7a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6836db505d3b4b407421249f3eaa2540d64c85bb61eaa2d650f4332f6495aca2
MD5 3c01bb71db356f6f454a628dcb2ae505
BLAKE2b-256 72aab4b60c85df8eec14260cfef729cb9772b4a6092e8fe75f28cc29b6b428a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cd09ee84583295b5401675a2c35640118340bed5eb8e63d79ef539e4c1567d3
MD5 2aa804a3740c8caddf53e0ba6cc34b73
BLAKE2b-256 5a7fd51d809a0604c3797c830fc37fefbf23e4e417113b83c48b8a2173685cec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67bd8caa53ee39e7d4d9f1ac993539e0a8276028e93a0203e5ca0f5c7a36b152
MD5 b4db7ed098c6e79645901fb80bc2f446
BLAKE2b-256 250dbcf83b6126aebdd15304daf552b9d9300aeb4b7a22ed1487ed0171b6230f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b603b23f6b19aa5dfb8afa2db349756f8a6a210759e751e221fe8db2d488ffb3
MD5 9c4854cf4e484dd532c3d19516a78834
BLAKE2b-256 b7d2c426d8debb8fb385c51e7108067fd7949840b4e676183b2faafd8a159679

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 887f98d1ae5c06d680ca54cf8299f6571070617ea4d5fb6c4cd201a720431831
MD5 2e8bd9b8e7eb982a7a6418a0d30debe5
BLAKE2b-256 498e4147569ed3cf159e551a74ffa87764c36928de90fd9373f66b5b01b2b356

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1b3b92f28b38d76b048f7562692d8310d69ca1717f72b86f14551a2241c221ba
MD5 0d03bbb525cb14d5fe85b09e0b767ce8
BLAKE2b-256 19b47808d18420749db0cdad61449f7062a79cdedd42b39c94c1161bb18a7645

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 265.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.10-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1a94950b117e7718a074c2086f1fd1d27d5c30c04bb1ab5a09f69f739543e99e
MD5 678bc187f95335cb250f465fdf1bd5be
BLAKE2b-256 a884502827b7a80783cd78369d2eb2eb1923e39fd5386b8022b9b210b4d9f7f5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 309.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.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 123adc0c334fd8c0410016b16736cd7a08b54fa2d9de922f87919d19121ec71c
MD5 10ee4ea1233305176d027ded526bbaa4
BLAKE2b-256 e52acc63de05f004b03b3b87ca153aa27c54d96ce035a2c64cadf545ea278a06

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp314-cp314-win32.whl
  • Upload date:
  • Size: 333.4 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.10-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b1ff20c68063eb48e8838b7037c68f1849727fe067e79061b707e0f7555433a2
MD5 2f70563a11b1786cfdece8b01db078da
BLAKE2b-256 bc2714ee8a00e46fe10c281791ce6fa5ed91e8317f4ed40bbf0222fef0e37e59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a16ffb70fd077300ef5482d72319839c50a83ecb53512a2a06a7af7893de837
MD5 dc7b787370de174033783db2c1f7dc8a
BLAKE2b-256 f2cb393818336d69c83010ab0f056505099ebaf57f7e4a7f7f83f7495e94e313

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4310e7c9359e2b84f9a28f8fc0e880da79e1ee9c56ff5b6ca5be419ab358a53c
MD5 b47898bc44da8f115cfc99c75aae55f3
BLAKE2b-256 24c4682f8a7d08e78427a2a9f1d3fe48839fcc72ca588673a6114078476ea837

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 285d966196476baa3c232273ec90fdb57e2af13f598d0aae04e44b0806de4aa6
MD5 2b186099eaddae9c3acd4d60f3353468
BLAKE2b-256 1515855762eec7aac41df2a09e09842edc008c575a4868260174b295263d3266

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f99c2340f1b6bd9b7dfd20ffc0b2692ea427dc91445f8e6847e228d7c75a7f02
MD5 d955dac969d3c1c58be1e4bc43abd166
BLAKE2b-256 2798a28bf19c28742b3c9feadcc37e65a4175c2730f6c47750dd6e22bcd8f053

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bce7f67c3bf3c69ccf5241c915d4a65f39b27160a27fdc033ec25e7f1deff0cf
MD5 cfe7181d97cb60852c0115e7eb2b8dc2
BLAKE2b-256 f235ecb7a1cb3255b4cc45cd2d0af615c9cf096dd0c7060bb28343b7d005a266

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6ae0378e37c1ddf7345219eede8f9f6442678fb2feccacdd8ad4d9eb84c0d7b6
MD5 191a19b280327c736a45b2b2dc185070
BLAKE2b-256 2ed39bf2c1ffb28042abba68e7296c08ae1b52baa3ac7b4676221bf453620bc4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 258.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.10-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 35bd6724210c66b4cb415c2bba08d5521c7c771a864020b59a7f3e3a05190f20
MD5 72c43d1dc716994b41f9da55c87a35d7
BLAKE2b-256 071048832acfc63582b6f1a912a6c00770bc13d7bc45e267e54c97f248592aa0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f4b2f6bbca83ad5ee6fb1c1a6431052b0b3ab660bfbf7b550e91f2a4863fe3d4
MD5 949bc0ff39f7165075f78b202068c7df
BLAKE2b-256 880e62611788813ddd50b89bd4c08e70516f37697b74f58e1a3f7f96a7c379d9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 332.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.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0388769434983a206c64a96c98711d6fe9216813566993f8f325f1b6129ff35a
MD5 2985ec537bff8aba89ae0d4874872501
BLAKE2b-256 576c5c2953f0a6f1611f9abc00ee28effd28f4d99cd97d3194a0dd289d947486

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52b673c6b4f3a95a256aff2b95a24b8b5dab9f97bb3f147b39acda6a8966fdb2
MD5 c601348fa6e1e7dca564881796c06a8b
BLAKE2b-256 1f6ef09dec11d7d677ae06891db729bdf722c9862feb782445545c143596525b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d67f786ebe6495e6472b8079f981246f524559306165131321cd19763f6252e
MD5 ad51f58dd17cf1b81cd33b58d07385bb
BLAKE2b-256 9c6b445a928e8bf413d4c22deb05dd6f85e82bf5d6e296af7d77e85af6364f3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c3c6bd64d0c579c3dd0ceaffe152a41b77c7e24ef3c7258c8b85d8fb21f2100
MD5 3ef464def279e37a9af59965039deeb4
BLAKE2b-256 4abfd99ab4aa8d7dacb1e2f2f215eace5748fe0cc1c1d847ab7a5e9853b1ece1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba4693fdbd55bdb947f45e2ad1fb2fb71db8ed87592b5842e6e03a13b432f48b
MD5 76cab9acfe98eac1756cbdf850591e72
BLAKE2b-256 b457fb6d2c0d4248b91e0de828d647132df3ed8829bb3d7b64fcc74709e049fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5d5c763f79cbca53529af7d2600e4ace55ba9cb4947ef2f307aa367245595c0
MD5 b6190fd2736c581b1a98f7b01b50dff2
BLAKE2b-256 12a998079ae8c2a09e965a97a2c3dad2a6a04c382257049c67dfd4d2fcdc1340

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9a56213c8e703d78cf51ad1e527344323f87b7851a4437b8f94c1f8d43543d2c
MD5 48eedd3562619cfdcdb7c3026f20cc14
BLAKE2b-256 69d3cb4c2f7ff3d705c40b23822cd821f176cde6a0162c0ddef125431d278c3b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 258.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.10-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2116f81a141905c11efaea0bdf0824ddff6853505ac6b942600853d4d797f1e2
MD5 0df18825d97c7e6fd2ac84462f25b56a
BLAKE2b-256 5bdf87402238c0bde7157d227ff487826d944551204a8137d946e232578756d6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 57baac62360027564f903abf14733a29db9cfbccf9860a1f4658e631a42bae4e
MD5 96ca991963b68e60826976454e436c0a
BLAKE2b-256 e005d7eac123cf1896337b91749b6470337ad904c6ec2989b795971b572a0ef9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 332.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.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d416bd3239ff30965e6e31e0fc4e7c38cdef25e98f63c092d12e142d631efc82
MD5 693e1e155ef5ea1ce7e3049453ca5fa9
BLAKE2b-256 347018504c169663ac4b9bd86533a667a98c9f0ba26cc1f9af1cad1f37c20771

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55d1a9a1f77a9a232082e65841f2a2bb0df295add69bebcbcc7e23f608b86a2b
MD5 8158b7bbfd3116fe59fdcda64688ddf4
BLAKE2b-256 663f2e89149ec8e7bf1c644772f9920459702667ade3d0b5e616ba77b2007221

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a46c1433d8090354e9a097e126c8e41677981e886279e64257e8fe6dfb263165
MD5 87cd5da550b7008549a0a5407ddc4a79
BLAKE2b-256 5260c3a3e4051231cf24b32e17a8298dd7b114753f2bf1c29910053f1cc43c1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39cb269ac2da3ca041f571994cc5bfea1f6b99cfb12f4eed84935e22c33413e5
MD5 8078ac333755d0942e914698ebffd94f
BLAKE2b-256 14876121e3fdf17ab61d846ed0b89e6f0a986df47751afcd8f0cb27714d63134

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57e7c168b6ee56d19e17d1d131723062bec570ec9dce237503553575264b5028
MD5 a31236d4dec200633aa765e1ba6481d7
BLAKE2b-256 5de6481706c6ec15a707fc3fc94e87c66cb3ef384a28686c5f03e2b27b66ac09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db9316d0f051ee8f1019bdd9e5319fd6235af1d4f9188fd4d9b7a6b8612fa005
MD5 5f1b33b0fcd00075a8a85589d9381dce
BLAKE2b-256 4dfad3b5def71afff8bf7950004315df9dc32f2378748ab097af1514b412e656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 45bb4ad548c7182d509a089b417e00c980e933f2d9a5fadce1a2106e9724d104
MD5 b3c2709116d9f1795fdeef8b2b7e6398
BLAKE2b-256 b4a2dca4e10ce365646e04fb03e3a2fc8b8b6a93deb35abb7677d1bf7bef1112

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 259.7 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.10-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8ea84b04b67fed1fd24a82d03338b31e83fb2524f6debe206542e49722d46de5
MD5 a4d8b6a37516ae6335fe2e604138a599
BLAKE2b-256 e185ee3eaf415c4bd5ca83f11380ca0b0f0b5ae239e3d820e38e0f3d4645bbc1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0a35f89056a8c5ecbe3406bbffd784b02be67d25840d65e4266d62a99970872
MD5 6e0f0b9751a994708bd828c4a1f61e0e
BLAKE2b-256 56fa141b37bfea18dd0096adbfc094b17f41a06e369b6338f4f20f4c390fbf47

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 331.3 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.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8c78317bb7805c964189dbfe7cb7a9924a54dfc3d619a43ab12f76e579010df8
MD5 f6b7c8f7b869aa5ef4f6cb876fbdc99d
BLAKE2b-256 2c3209421afe757e84022b459207ffb3e8a4001ba325a1fe7eada8cd8487602a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d152070fd770c8b590b54502e3fb89a401fe1b729182d449f105eaae8c39cef4
MD5 1079ce084ed1b6967679cecac579185a
BLAKE2b-256 5565237518ba28c8137937be8a37b9ac8785a3c1937e11f245268ebeeec49fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96b7e4cd98ed6aa8ee3554e0c522897c54c46942e83de1198bfec15cc2c871c6
MD5 d3620b064ec04460e94442f46f824f4a
BLAKE2b-256 ef7fbd2b6cbbb984e26aef94781e11ab55e77934d3824cc7b375a3fd6e0b55df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58e4fdbedf9ccae7f013206a866777acb37fb320a2891a3071ada6b54a88541d
MD5 4dc556111142e3ff42f94a27f2e5e832
BLAKE2b-256 02194ccd3b2fbb474a57f91a6d47b6be708bb2342a4ba3333c3f9251193acf6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3fed2a41b5a6b3aeed86e1640d1f959ca4516b85d18cff7ee84ab8ee4ca052a7
MD5 50f890b01dd928203d8d63b3540b0d87
BLAKE2b-256 487536afb9e97933f3ce8997ff409246cfa33942e46d4e43db1462f7aa03e442

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eda869ec48620320c035208e61c8a32887e4e9d3b84afee226a78e539d961713
MD5 68d130338844b2fa78a0f240f04b8e36
BLAKE2b-256 090305a79e2ba542182a8e76f5c4de01d0b314f3aa6a7e4b1da62cea8a2fbbf6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7a0773f8f0450e9f1666b05a790cbf80ab1b0495c81f1f0b937e20b684d1311e
MD5 5a3756aecd11aefa6a921a7b0b079631
BLAKE2b-256 d451a276f12eb9f7cfa80404643fba8fed19e43e321abcd2e59d8e4ec9d38e83

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a43972c78b12f8ec02c8ac5ee02b3279e26d2125829431db3a00ecaa355bff6b
MD5 dcc817f59fd2611383ae828af4600f9e
BLAKE2b-256 d9bdc12562bc769f78bc50b630362b8e35c2e3258892abc2cf352d0dfde9c4a6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 331.0 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.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c205e5dee8618f294f7e1fc4145e7ddf452b855d81720ba20e8ef06c58ff8dc1
MD5 d3b4e4e7a70d92ffce44355d4e0bce0b
BLAKE2b-256 abb37bf7f0140dec0fd9884eeaa64b384e0454f56a228e90a12546c463997f8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b7ff9b856478d6e556f377b9b99ecac526cbeb1446703f6e53318e9d2b2452f
MD5 305b658b0631a241900fa80d347cad94
BLAKE2b-256 9215a5176ee519b7f5e2ae803c879f4d35d3ae5e17e95c0cd13080e5cdf0c2dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8c69e5264d11512d2d022fc78d20c2794f6c03cc5857f0c0f6064f733c2d05f
MD5 83e35d6f7705c8ee04f2f9cf434dd9e8
BLAKE2b-256 0e0d274a337b69d2f469d08486354bd73cfd929842cda9310443539734a7bb49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5740c19fa1a2e8e6adc5dedd3f0bc640da330d5670ed22a63f714a4a3f9edc4c
MD5 b9a8f9912341d65439c752cd4196545e
BLAKE2b-256 4b55dd61620f34ea2f59fcef0db1e65dbfc2c89dcd6702fc394da45f0c3ec159

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37acea6b96869fc47a9e67804f00adff0107a8f0972448f5d72ef459f3a57f8c
MD5 d7c8ae3fb7be3bb88f72b54bf7f83f4d
BLAKE2b-256 6b11f83d9d8ee13bb4cde016338fa95c5cd1aec5a0c3ce1aed12cf157b48e8ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 000b6dd6222cdf155e02e2678769e5531415d0d32bcd59a59ea64d077443463d
MD5 63e9e706201c6841f788a968eb6f2731
BLAKE2b-256 a824d04c92d59535f929cb065ac5d66d404f158a0c26e407cefbddcab38a5e16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d751f7881cecf701b0162a7960f8a0ebb5cb36ac22688dda819185f8ac45a33d
MD5 d34d69e7af61a5b7009ebd5c82778cc4
BLAKE2b-256 a3cec328881b2eb3fd6cc3ac17e268ed000be80403e4c86d1a9da5567660d6d0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 302.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.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c46041e37b4185e93d3a51a0eafb49a6aadd4cc7a258bf529d1697700391d2e
MD5 d50fa0b122f9cf490cc1c0c0fe2a0d46
BLAKE2b-256 32943d8391c7da7d52f8d9f9ac1f2929129a7f146178ca60c7c4b9529a5bf35f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp39-cp39-win32.whl
  • Upload date:
  • Size: 331.4 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.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f8ecd2ee3e3948d026001aa02df07b5b6143ff4efe07a630363f7ad49a27a448
MD5 3c434c884efc02628c20eaadb03a2718
BLAKE2b-256 77cd3149876758adac3f7250aa40608a10126547986a2437902269e7f9901771

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 861.7 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.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9e94fc0f06160d80631733c47778ccb006631a294f61229fc0b4c145debe792
MD5 d9067366d206df50c94529f295cf42e4
BLAKE2b-256 33a9f5c78cb520eb08d3dd8006a2d23c68d6ee4703f6c7ec6db923556707690f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c202359273b039e8812e508635ae78b2f177a6471632856192f341bf7582ac78
MD5 dc7125aa127b2b09caf24d400cd4b5aa
BLAKE2b-256 264ef10e242f0f90872c0899dea87923c5edb89139a3c5a349d31bdcb1ca33b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e824479037a902941b9113b63b790f17bf4396eecc8ebbaec0b3276b085c7331
MD5 6f429a82fbde7757f55ffca07826a70e
BLAKE2b-256 b6ed43d5c6234da763eef0d1664622af4c45f47ee646ed53e28de94712356081

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e938aea9a08470d6858552e4a49d50663bae1164bf920d2bb3d66e0ec6b68d94
MD5 35e9486ff16be4783a1e0495733b5ca9
BLAKE2b-256 a1bf2dc5e8ca3216ea922afdbad04962d5221e45934140a023756fe7820c114e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.10-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 312.9 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.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abf4f5ac888d6f023caf25b1f06b7bb9f2a762e60a1bec8295ff5a2939897e9d
MD5 944fba70c0614804060e138166d5ebdc
BLAKE2b-256 ac1fddd41977b4a704b11051b1b0fc1f822231281d7aeb6b57d3962f6651c4ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.10-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dca2f83f1451d84fc39576c041296cfd83afc4b0d5ae31d3664af76cc30810b8
MD5 3d2e6c7a3474be868b5ec5ab91e42ddf
BLAKE2b-256 74728cde4a449a0a4dcd20ebb3eed7458a7e93bf36b1b9c451ee070561553d6c

See more details on using hashes here.

Provenance

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