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.9.tar.gz (23.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.9-pp311-pypy311_pp73-win_amd64.whl (272.3 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.9-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (354.0 kB view details)

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

wnet-0.9.9-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (330.8 kB view details)

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

wnet-0.9.9-pp311-pypy311_pp73-macosx_11_0_arm64.whl (272.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.9-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (317.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.9-cp314-cp314t-win_arm64.whl (238.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.9-cp314-cp314t-win_amd64.whl (294.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.9-cp314-cp314t-win32.whl (293.7 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.9-cp314-cp314t-musllinux_1_2_x86_64.whl (818.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.9-cp314-cp314t-musllinux_1_2_aarch64.whl (776.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362.8 kB view details)

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

wnet-0.9.9-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (334.2 kB view details)

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

wnet-0.9.9-cp314-cp314t-macosx_11_0_arm64.whl (282.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.9-cp314-cp314t-macosx_10_15_x86_64.whl (328.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.9-cp314-cp314-win_arm64.whl (231.3 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.9-cp314-cp314-win_amd64.whl (280.9 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.9-cp314-cp314-win32.whl (285.6 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.9-cp314-cp314-musllinux_1_2_x86_64.whl (814.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp314-cp314-musllinux_1_2_aarch64.whl (775.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (358.1 kB view details)

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

wnet-0.9.9-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.7 kB view details)

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

wnet-0.9.9-cp314-cp314-macosx_11_0_arm64.whl (274.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.9-cp314-cp314-macosx_10_15_x86_64.whl (321.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.9-cp313-cp313-win_arm64.whl (224.9 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.9-cp313-cp313-win_amd64.whl (273.7 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.9-cp313-cp313-win32.whl (282.6 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.9-cp313-cp313-musllinux_1_2_x86_64.whl (813.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp313-cp313-musllinux_1_2_aarch64.whl (774.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (358.1 kB view details)

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

wnet-0.9.9-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.1 kB view details)

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

wnet-0.9.9-cp313-cp313-macosx_11_0_arm64.whl (275.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.9-cp313-cp313-macosx_10_13_x86_64.whl (321.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.9-cp312-cp312-win_arm64.whl (225.0 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.9-cp312-cp312-win_amd64.whl (273.8 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.9-cp312-cp312-win32.whl (282.8 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.9-cp312-cp312-musllinux_1_2_x86_64.whl (813.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp312-cp312-musllinux_1_2_aarch64.whl (774.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (358.1 kB view details)

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

wnet-0.9.9-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.4 kB view details)

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

wnet-0.9.9-cp312-cp312-macosx_11_0_arm64.whl (275.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.9-cp312-cp312-macosx_10_13_x86_64.whl (321.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.9-cp311-cp311-win_arm64.whl (226.0 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.9-cp311-cp311-win_amd64.whl (274.5 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.9-cp311-cp311-win32.whl (281.6 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.9-cp311-cp311-musllinux_1_2_x86_64.whl (814.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp311-cp311-musllinux_1_2_aarch64.whl (774.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (357.6 kB view details)

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

wnet-0.9.9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.3 kB view details)

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

wnet-0.9.9-cp311-cp311-macosx_11_0_arm64.whl (275.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.9-cp311-cp311-macosx_10_13_x86_64.whl (320.3 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.9-cp310-cp310-win_amd64.whl (274.2 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.9-cp310-cp310-win32.whl (281.4 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.9-cp310-cp310-musllinux_1_2_x86_64.whl (813.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp310-cp310-musllinux_1_2_aarch64.whl (774.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (357.2 kB view details)

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

wnet-0.9.9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.1 kB view details)

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

wnet-0.9.9-cp310-cp310-macosx_11_0_arm64.whl (275.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.9-cp310-cp310-macosx_10_13_x86_64.whl (319.9 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.9-cp39-cp39-win_amd64.whl (274.5 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.9-cp39-cp39-win32.whl (281.9 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.9-cp39-cp39-musllinux_1_2_x86_64.whl (813.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.9-cp39-cp39-musllinux_1_2_aarch64.whl (774.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.9-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (357.5 kB view details)

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

wnet-0.9.9-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (333.3 kB view details)

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

wnet-0.9.9-cp39-cp39-macosx_11_0_arm64.whl (275.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.9-cp39-cp39-macosx_10_13_x86_64.whl (320.1 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

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

File hashes

Hashes for wnet-0.9.9.tar.gz
Algorithm Hash digest
SHA256 6c600374db1641b2797be3ad6758f90c462ee5083527fe01dba155b8465c8ca9
MD5 2d54cb1859188f030ed0caf746bf0016
BLAKE2b-256 b63108b470e3940de48d7878585be62addefadf4073154edc2e61ec57d90d24c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 64009886b62bf1d79709d6ebbf9d1390603a66ac7508bea1fb3a564ea5560e50
MD5 dc6be8da9a8c9059ddd7396d9f39356e
BLAKE2b-256 48fe97eae6c499105680ef91292ab4bb1c717c0ea2ed403069b4e2b3943016bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e77d5ed4ed2daae08673343a88da09ed34c603d6bf5e046c3c6b0419c45c5967
MD5 a66d9f02de05fedbbf21d4fd288c7d4c
BLAKE2b-256 8ac7b3f630b42c59119695b6b03c395b7c1334c7ae3717b87c41ec6ebd518b33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9fd4c91ee751b1633c0856f08004e0524257a6a080640f2d229c492ed239bd56
MD5 f5d5da42af4d4fe1839dd70c0f3f9545
BLAKE2b-256 317a3a59543b93fb665c3557e9b758441f919fdc3947f1c1428b33b2cf6c79dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e40e7fe889d0dd8207fd65eeb5842fcaac2b45fdef4e3e68909b16c8eb0b228
MD5 0c8c8aebe102d53bd16c5b3897bba7e0
BLAKE2b-256 10f5e718dd76c05cf8b5a588fc67e1d8067e5fb28bee488472059975752642ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0e2441c51ce07f0b338e0b0636a1173a2e06d1d69b53ea3a925d76a8a18b1cb7
MD5 ff388b3f9f75639497ddab4704586518
BLAKE2b-256 c65e663d92e6b192ae154fd6270b19efdb1e9aae934df64cdfd2ccc37fa7466f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6820178b14b479b31ef38245755352c9a5924e305a3476e7fd8b0d15bdef060e
MD5 1919be7d5258d867dd9090445d972e18
BLAKE2b-256 4081995c804e9df33d6813ddef09934b3c6f60c19c5d4ac2e9f637f5189ed3ac

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6580e4775e5272506fe98ed6b4c5b75f7f157887174a19f1830c6cde0de63584
MD5 f843c0099fc70e84254afe8744f2081c
BLAKE2b-256 66bdffc49d6e06fff44242b059c9a238f3a98302b7b20992dd6bd3400d14ebb2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b8c3ae5754b948315bffee491197b36e0a9d4ce607c589b3329d7fe7540e5eb3
MD5 a8a7917dd6f593be27f5816e8b8d8b2d
BLAKE2b-256 6e63b64e935fbd3c004f7a1903d6a44ed764892f98e6047d4e26d334dc629f2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31fc6cec1eab06c298e497f76ed3bb1e4f7bda0b0fcd3a1202c14de70db9eee5
MD5 57fc4fe742a467081a05a4aa34edff0e
BLAKE2b-256 f1e82c3ac38db8fb0fbb3248f17cea4fd3fcd956f16d4f2d404d6c8c0d551ac5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7192324c81506c4eb817b2c857c083463922892ffd2ecc37a96409e751e5a2a3
MD5 813aacd65fae25f397c9dd01d1a97892
BLAKE2b-256 b1bcda6f4c1a6b03715504ac0d84a30cd0f0952cae10bbf89d77d466857c0f64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4614388b6095200e14cebc4bbfdfb1bac479bfd85d44e33a8fd57948d7c4066a
MD5 5c3331dd34740d920cccfd8b3ce016fe
BLAKE2b-256 fe123d2598e2c83d714e098be0a66b9094060a17c07b409c4a5dd6ec4203cb29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66743a4eeefe98667b789391add9a77fe1e8ba453b7644a119a0cc18faa23666
MD5 2be4fac47f5299e91dcb3ff02b18ef74
BLAKE2b-256 25ed08f7132cf4e5cf48dba030799606667187e6d5ebe94343ea6ad3c7c7f90b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f5aa5bfe8a7edf23cd4db5353d3116f55b7227feba6d8c209d63751790bf0ad
MD5 044a0a70d8a6f83309fe3acd30fe774d
BLAKE2b-256 04902044b6ccead13d0e5c4da799d8ae455ebe0b865452e085ed40d29564d4e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 05f89c4226e557fa25225c8c677e0eeda00b5c7be4bd6915abe033ce4dce7140
MD5 3550e203d39fd8f90143f245582f4e07
BLAKE2b-256 ae06a600b0af5a2a0ba752565ff09ac898b187ccdf64a924b9e52ea00071d290

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1b15e9137b543b524539e2740173286c4b2ee81fa45d02ba61d7e461c670d07a
MD5 3364444cfb6daaa3faac1c8f16757882
BLAKE2b-256 2084c3ae26dd78920244865052aab3e8cd6e23b18acc1c6a4a85c4d13d33cb00

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9b6eb19e971ae4171f033b94326eeec7fc70b5fe8e1ebde6fb39de8ab0a7a037
MD5 e742b85354db5f002f67b490f2cb0709
BLAKE2b-256 f2a3f31e7f6631f301193f881f97c3ace3f86138b5b1c26142aad5450c91f9c5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6a570ee2347bab8589e051027298cf156b3875931df99b0b10a9c01dbec089b0
MD5 130440d503f0b288a5323ca9349fd1ab
BLAKE2b-256 ce436804c42394c8a5ebf95ee6563285058c5cb387f8cfd9f07f8548138e78de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fda6959400fee6c538c6bce49f8175d97a73f091e4088072b7e2456442526876
MD5 7b1fee8889da3cd2688a00200b1ff19b
BLAKE2b-256 76c7024648d47e3ef90fec4a85e4a0a4b1b647b18330dd278b439eee9dd8e6ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 034739a3367826b76166f58ba3a37679781744b1a38ec16b1ea6a99d5dd26c8e
MD5 39a07d5f461c349a6abcec41e824fa9a
BLAKE2b-256 6d00bdcf371d67c9f54cfebe200a2ca27717ad40bdeca00b8c24edcbc5db38e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1db305e2678fa9263c943dfc62672a791ae542eaf0cb134f0039a320d933f01
MD5 10c445704c8cac9192713e0d0316d55e
BLAKE2b-256 cf7b6aa4d2eb79474edd75dcd77f9e3c13472438e0e040e3b4ffb5825accbc6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7264da0a4ac35d7ab0f74dc620074e88427b5464fb2be3b5c57012cc3e947758
MD5 7f5aa51c8feb4c821ee524e155fb7ccd
BLAKE2b-256 f6378de9d86676f0e4c9d2451006b8e1e90620d8aa1d81527a731a7a42b0a0bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c38dc837387c9039091805fa4a7cce65ffbea1e93f50b508f38eec5e8610b561
MD5 e07a3c4b7103e34d6eb4079cb1d8b22e
BLAKE2b-256 68008a730f9fbf5df2c6d8fade8a669ad867ab21acf7f36ab433a31026e1ed0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 26479fa1c794a255ab6ba641d239ba0d2614fec73f23d43be5aec4f9aba8fbf0
MD5 0e31e489c75be8887fa69dc7d1de3059
BLAKE2b-256 038cd54c0e402f3e419252f5e4016fdfb55ff5a3fa93cf7f7b31fba10ab69d76

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 48c142c96283961bf9b0447115575e056768c3f518029fb338f25aa54d2734eb
MD5 3be8a69e52e54e995c6aa4ab11b5a9b0
BLAKE2b-256 b4bc947a478101989359f617852d9b25b5806d76500663a868839570ec6511ff

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bd9a12fc70612c1f1a969c1d7c766f3fef957160fbd3628048aabad31fe1803f
MD5 a31f0fc8804a41079ce7b0b4fa257510
BLAKE2b-256 cb7cf0e011dd8e79cbe7120bf45eb92b52dd956f8c21e0270e27efeb94c584e5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 85b87c01d9e7ac56ca9baf4e6e897c71383b224ee7eebbe92bdb526d84e20b5a
MD5 b8c45f607435e700f2227684a32a99c9
BLAKE2b-256 f37ded8ba3d3733bab8a1a7f8bec980712098340ab45dea1e0b015836be5b35d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5328327a21518b9e9dda8b858dba7d9a345e9ad8fdcdc525991fb6598d3632cf
MD5 f9289669d0ce5f50144297b59f726fbd
BLAKE2b-256 a89bcd2ac78ae34e3d34d813d9d4ba41bc82d56955b49acba2c1fcaaa5698980

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98e5e25906c818ade59d81f47573c96ac9f35c68c176f5ef16217870ee526417
MD5 9ade4c610cc5f1c174e73f2615860366
BLAKE2b-256 05ee04610e4a81422b107dab1c6d85bfde3e04fc3e229cb4bc96ee8ca4003ebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1bd6c50961a0f1381cda112c771a9261e38ecce16357c7c95a29efe21fef102
MD5 f4ebce566231d698598c774395ab4ceb
BLAKE2b-256 69233cfd95a0544386461b4b0c40684c0793c8a59cee2a23e3774a15dcc150cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 970a5e072e0d76aa4b98807f937157272c827df3376d4da1c5dc324febafce5b
MD5 72e453be53c4ea978b7a26b13ccb4fca
BLAKE2b-256 5c5650e78fdbceb9c53bbb05b60d3f706dbda0c01eee38ff7162f3349d439089

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cb55a2c3e3384829e78a90b53e49dc18591466c6226a93a124f3f289273ac9b
MD5 5dde1ef9cf6d6abb7e252d97763f24c9
BLAKE2b-256 6b849a5920422fd9f0c0f3e6ba6af0c79d6344e9ea9b7262421cac3ce5650040

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b8a9d1a1857f3ca90782b48339559a3ac786778620bbf27ba0fa7a570f90d7a6
MD5 f52e6e2a9ed7f4f420a2ebf98e77a5c1
BLAKE2b-256 573d3955197a204c5ff9a509545c7df96f6356b458d92c397606e2f39ccde717

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9c07ac438398c7be0b2399ce0e0ef557fc38888c4419ef225a632067fe03d318
MD5 e73e0c9df96ebe698007c20cc414ae0f
BLAKE2b-256 542c30294de8df027b9fa629435a285ca2f0d27b04aa687b72c1003a7766cf5a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27c805672ac92eaef9685b6a16d84c303d3919cc11c2e65ec44081e8a379a3fe
MD5 a99b892dfd7f04174a36b8bd8478a99a
BLAKE2b-256 844c4ae2d2b0b1076d1265c68b98131f4a271a6c050d4963f6ca54d736229eb9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 757aa0f1429b5f237334c45fb0e8d8845da93f41e66a92eed46571983f698bce
MD5 f2191211e1bbaa546288fac3435c1071
BLAKE2b-256 93d7f185204f391eec160bcd05961f7d24e3a9ef99b8d3862f6fcc47e93fadfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 141acfc7b69e98d1084e7ace67bbb9a16747911e55c65b2bbbb972e0531827fa
MD5 2214792bb8ae7351a1d6bd1e561fc42c
BLAKE2b-256 2cf5c22bf1e93b983eece0f2dbdfff82f3e8a4c9cea6bc9d35d9f99b7220db87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51a15245a2a26d921ec418c06dcdb9e96dc00d1c13cf32c90f7539da4cb050cd
MD5 7b666852fb1227f6a1f9665cf72cce92
BLAKE2b-256 0f0260baae8a68c34757a856196f44063d2c04784a38fcc5f5054996115d96c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 178ec697436e163902b7fdc152c43af7118cf82c1c5b62fe88b82bcf68a23188
MD5 fd1038651c795c0d558403240eaf38d8
BLAKE2b-256 ccec2e1adf833ffe4666b8ef50d4bb604b8d2ccbc5e918f6802a29c07f84f873

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 589c4fc7f27cd3776b2ed3f03e2ff684cb2e515cfb9a903167cdb84482612e00
MD5 fc9b62014fc4af1ca05c8edddc83750e
BLAKE2b-256 5ae70b98c9b5c1e4f48c4d5595d025911506b7abc1af9c9678facea01d1dd2e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 889fa3cb5972989a7a2d6eca9f079a9b77982da8a0f95e1aad2e7dca4e38eeb8
MD5 becea3e22e53821a9d909b5ea4b80893
BLAKE2b-256 e35950141a843e74295b0284b52fdcdfbfb6dc8aece62cf1d0d40f962e791a27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d4945219132b22b7bec80a5107f9037ae7dca824d95e20fa3ecbbace50f0243c
MD5 2eef8f1a2729e315bc6bdd115d23863c
BLAKE2b-256 4c68f93e8c3505363700819ceef9852f7fb5514044313f6b6ffcf22643bbe748

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 012df048b110e6e3fa4e9fcbc66147bcd140e616293afdf67ff135b66f0458bd
MD5 48cacd3afbd481b442891fbd852687af
BLAKE2b-256 0e72c6721b0af180b78297392e3da9d3ebea9f78e643022bedddadb11114a84e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5063e081cb1938e8edbbeea870017cc7c5449fbeb061b74b057a18b7bb547d1c
MD5 df876e79fcfaaded467538575c8ac5a4
BLAKE2b-256 a6256a8015f6e36b676cb6a30108f773c46f7a046594986ce14f91ca94df586d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e0bf622263113b3f3e37ed25c23b7676a45d9c41f482413ab2b1c4593154bf4f
MD5 65bf3ce26a9b3f8115bb0950f759adc9
BLAKE2b-256 bb378f371307b0e7e1958f4b59f3ea3addf1c9d6cee9f27c6a5e158a5fe6c302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e731d643acbc77172af5ddd1f6529b4227a5a07fd9727ed1badc1e5f5de61f5e
MD5 d3bb99c0352a921c380598b8c6a85815
BLAKE2b-256 da0ddc1ef2679c7085fd1fd40cbd5974a08ad44a2314e4d43fddbff88dfb56bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 129f9851f8f29d95784b96f86de49276fd5f9aca3623efff2807bb6303763e87
MD5 fd9c37c02bd85081183ff6db53dc6185
BLAKE2b-256 fa4d918aa458a76bf3062d85e91b88fa597576c5d671be0eebbd7dccc37f66dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cfca65e8d48cdc97758113e254ada45125b24a254ead089c388eb80e6bc29e4
MD5 ff8ec807925eeae17fca704eaa0214cf
BLAKE2b-256 3e2880785a081072a10f380496734c1f344520c746b1fd9acf8a3c7a71dc34ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13a092203aee63330287ae30434f23801feb69b5f56e8d4e70fe483ff8ec1bdd
MD5 3fd8209faa456b602fa8397b36cc5107
BLAKE2b-256 faaba2280f9741dd6c12b2411619e7f85b4d43a1d30cbc29da89ee16c5615406

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e6ae460c07a165fa2ff50c3ec3a892f9a0072049eef6fb9fe99a14b6b8164fb
MD5 f4c64960a3418e51f1ea134f578bf5aa
BLAKE2b-256 2aef1edb08bcd83486829795b8e96ef47d2e06b6319107554fc29b98986f5b69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 da85efd94dcbb295106fc4187c73e778be0ab40a47fe0e3788104485e04ab916
MD5 b1c8e84fced236447316d91dc4b94ca0
BLAKE2b-256 6e742a723ff9e13911962d9528d9e826c7c97f6d81bae5e5472c96fc6bdf826b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 53c3e0ad89c5c4a71c24926ee1cb9fdffa106047a225bb427cac7e53f44af4fe
MD5 090314210e75778b4347e39961f2f5c2
BLAKE2b-256 b4f0cba56f00a7767331a456c322c6578df5b04ed6111cd0cf9c80a9d7d8212c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 221ff2efdff4ac4c9bd82410a701a0c86eb01dcc084f25e473fa7b3d9272860f
MD5 bdf3ecade81f0eb4bef43975c150df90
BLAKE2b-256 19006aab1322c5e2079bb01886b279cfa28a68a8bd298f6cdbb4882712610a8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3ae99fa2cfbeadbf92041a80a8c1a914d3dbd76b26d1b5c041bc4319a92bd31
MD5 898ce79e7ad423900f6d8ec996bbe694
BLAKE2b-256 48f498b7fc0e48e6ef9fc96bd2e95d9fbe380833bd6ec7cf620c08ba92ad4cff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b75c14628f44718e0f836f0f3fba55efcba1c9dfe63ecc96de81f231a7126ad7
MD5 096d3abc35bdcc918bd8144b86f5d4d4
BLAKE2b-256 b6bf4105e760bb6723ef9b9e9ca6f611ac6392776e57769782120318550db499

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d2c3a2a8d82b2edd147160fb2eff61d9a0cf471558a8791b5acbe8d5af7dd25
MD5 89cffc6fd4719676be592e021d65ce53
BLAKE2b-256 c5369d9c5a05ce1f24d8f8446a837f4fb132122e1abf5ca472f7682548c5caa9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e754809258df9ed4d3f355831aa227253ffb95b24e04b1fed3887b2e798e079
MD5 4fab8a84b704338003d0bff3d7e0c419
BLAKE2b-256 af349e3c14178d1cf1c0f15fb83dea3e22a84bd986f5764ddcab44013b0be9ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31301fddccd761e3768bb5e26890e3ad4d13b48a4e2ddc203385b202751f69d8
MD5 52dc679dcc76302ad12868106dca0808
BLAKE2b-256 67addea1c078da7717d8748da55175f020e271d3e25554b93bb966760a9b5d8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5c126215660eece7d91b532fdfa810187372f4e1c620d3550d8cf2978cfc0ba
MD5 84eb111c315c5f1dd4d4fb90e2ce09d7
BLAKE2b-256 9b3a9a54faecaf0b5e904cbddddda5392dac2f519e7349543701599e2e2a04e2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cbc9920b4dbe8579ff9209dfbb27cd0f738330a711b0a8fdadd863b3ae22c6e5
MD5 5b0260d61e97b638cc4ab92bc625a48b
BLAKE2b-256 236e7c32ec3718e689a8592eb357f5f615125a3350191c918701d1fa2637688e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aa6bc5d5b1315d5fe31637acd9bb9669a59ef22b954da4aefa0c3b4b2acf7f73
MD5 0e36c51ee48700b3576fb14fe2d0af93
BLAKE2b-256 c574bf176b380878cb5e3158076ebe627561e54afd492b8c46c3b0393d14c5c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.9-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 813.8 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.7

File hashes

Hashes for wnet-0.9.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2902f2f6a80776ab099e0b78c202ef806c49ef98f908e820e1363bc2a27a8395
MD5 9f99d486ef49eb5b1c51078da8a61488
BLAKE2b-256 8c4bebda8846ec5d97eb40ad4f1e54d0b58209559ce1b63e4b425774752eff8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7b14eccdb3c3fee8adafbc3e11a0123387a4cac7c1f56f5acb48c1387cf5c70
MD5 7fced358a3ce8f21769a536fda4e2a19
BLAKE2b-256 72938292a2793655997d64ebdabc57e682f9b6964dba27c3659af6cf3c8eb120

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 144e95302163c451fee5fedc7f102e1ffba966302dc460989c4d7bd0254754ff
MD5 c0118eb2868e0ec7af6023c77d00d701
BLAKE2b-256 e31f1bdc4e4706ec7f165824a700d9d1d8258886a3dfaa1a2195886c2f216a0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.9-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 859ac089011c86bb7e5db3f66987ba4f9248854365df29b270334757451b1898
MD5 0f89045916a6c579b44d7f1c13ea4f0a
BLAKE2b-256 379aa00a122b137fcb0684a07b78786344b24d580c1956ed87c31364d40f580a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24a728f0882b1ddf66e968404e032356df4019310919d223370bc661737ef5c5
MD5 b4949e5937d9fc826cbb08f1692d133e
BLAKE2b-256 9e50934dd04f4919972d28388b88534ce1aa8cf2c49aad556f93aab1a52fcd9a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.9-cp39-cp39-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 320.1 kB
  • Tags: CPython 3.9, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wnet-0.9.9-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e569b3f817085617ad5690bd6c1aaceec4d258774b42dfd152419fddadbee810
MD5 cd402e9c8d4f1e20e033b36821d062f6
BLAKE2b-256 34e102f4225658176d03ae2b801323724fb3292422417caf86baaf08b196aaa7

See more details on using hashes here.

Provenance

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