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.14.tar.gz (35.9 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.14-pp311-pypy311_pp73-win_amd64.whl (374.6 kB view details)

Uploaded PyPyWindows x86-64

wnet-0.9.14-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (530.5 kB view details)

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

wnet-0.9.14-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (490.1 kB view details)

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

wnet-0.9.14-pp311-pypy311_pp73-macosx_11_0_arm64.whl (400.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnet-0.9.14-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (462.1 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnet-0.9.14-cp314-cp314t-win_arm64.whl (343.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnet-0.9.14-cp314-cp314t-win_amd64.whl (400.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnet-0.9.14-cp314-cp314t-win32.whl (413.0 kB view details)

Uploaded CPython 3.14tWindows x86

wnet-0.9.14-cp314-cp314t-musllinux_1_2_x86_64.whl (997.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnet-0.9.14-cp314-cp314t-musllinux_1_2_aarch64.whl (940.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnet-0.9.14-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (538.6 kB view details)

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

wnet-0.9.14-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (496.4 kB view details)

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

wnet-0.9.14-cp314-cp314t-macosx_11_0_arm64.whl (410.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnet-0.9.14-cp314-cp314t-macosx_10_15_x86_64.whl (474.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnet-0.9.14-cp314-cp314-win_arm64.whl (337.0 kB view details)

Uploaded CPython 3.14Windows ARM64

wnet-0.9.14-cp314-cp314-win_amd64.whl (385.3 kB view details)

Uploaded CPython 3.14Windows x86-64

wnet-0.9.14-cp314-cp314-win32.whl (404.6 kB view details)

Uploaded CPython 3.14Windows x86

wnet-0.9.14-cp314-cp314-musllinux_1_2_x86_64.whl (988.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp314-cp314-musllinux_1_2_aarch64.whl (934.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (534.0 kB view details)

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

wnet-0.9.14-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (492.7 kB view details)

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

wnet-0.9.14-cp314-cp314-macosx_11_0_arm64.whl (403.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnet-0.9.14-cp314-cp314-macosx_10_15_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnet-0.9.14-cp313-cp313-win_arm64.whl (327.8 kB view details)

Uploaded CPython 3.13Windows ARM64

wnet-0.9.14-cp313-cp313-win_amd64.whl (376.0 kB view details)

Uploaded CPython 3.13Windows x86-64

wnet-0.9.14-cp313-cp313-win32.whl (401.5 kB view details)

Uploaded CPython 3.13Windows x86

wnet-0.9.14-cp313-cp313-musllinux_1_2_x86_64.whl (988.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp313-cp313-musllinux_1_2_aarch64.whl (933.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (534.0 kB view details)

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

wnet-0.9.14-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (492.0 kB view details)

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

wnet-0.9.14-cp313-cp313-macosx_11_0_arm64.whl (403.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnet-0.9.14-cp313-cp313-macosx_10_13_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

wnet-0.9.14-cp312-cp312-win_arm64.whl (327.9 kB view details)

Uploaded CPython 3.12Windows ARM64

wnet-0.9.14-cp312-cp312-win_amd64.whl (376.0 kB view details)

Uploaded CPython 3.12Windows x86-64

wnet-0.9.14-cp312-cp312-win32.whl (401.4 kB view details)

Uploaded CPython 3.12Windows x86

wnet-0.9.14-cp312-cp312-musllinux_1_2_x86_64.whl (988.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp312-cp312-musllinux_1_2_aarch64.whl (933.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (534.0 kB view details)

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

wnet-0.9.14-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (492.5 kB view details)

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

wnet-0.9.14-cp312-cp312-macosx_11_0_arm64.whl (403.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnet-0.9.14-cp312-cp312-macosx_10_13_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

wnet-0.9.14-cp311-cp311-win_arm64.whl (328.5 kB view details)

Uploaded CPython 3.11Windows ARM64

wnet-0.9.14-cp311-cp311-win_amd64.whl (376.8 kB view details)

Uploaded CPython 3.11Windows x86-64

wnet-0.9.14-cp311-cp311-win32.whl (400.6 kB view details)

Uploaded CPython 3.11Windows x86

wnet-0.9.14-cp311-cp311-musllinux_1_2_x86_64.whl (988.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp311-cp311-musllinux_1_2_aarch64.whl (935.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (532.8 kB view details)

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

wnet-0.9.14-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (494.1 kB view details)

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

wnet-0.9.14-cp311-cp311-macosx_11_0_arm64.whl (403.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnet-0.9.14-cp311-cp311-macosx_10_13_x86_64.whl (466.2 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

wnet-0.9.14-cp310-cp310-win_amd64.whl (376.5 kB view details)

Uploaded CPython 3.10Windows x86-64

wnet-0.9.14-cp310-cp310-win32.whl (400.4 kB view details)

Uploaded CPython 3.10Windows x86

wnet-0.9.14-cp310-cp310-musllinux_1_2_x86_64.whl (988.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp310-cp310-musllinux_1_2_aarch64.whl (935.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (532.4 kB view details)

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

wnet-0.9.14-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (493.9 kB view details)

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

wnet-0.9.14-cp310-cp310-macosx_11_0_arm64.whl (403.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnet-0.9.14-cp310-cp310-macosx_10_13_x86_64.whl (465.7 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

wnet-0.9.14-cp39-cp39-win_amd64.whl (376.9 kB view details)

Uploaded CPython 3.9Windows x86-64

wnet-0.9.14-cp39-cp39-win32.whl (400.8 kB view details)

Uploaded CPython 3.9Windows x86

wnet-0.9.14-cp39-cp39-musllinux_1_2_x86_64.whl (988.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnet-0.9.14-cp39-cp39-musllinux_1_2_aarch64.whl (935.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnet-0.9.14-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (532.6 kB view details)

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

wnet-0.9.14-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (494.0 kB view details)

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

wnet-0.9.14-cp39-cp39-macosx_11_0_arm64.whl (403.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnet-0.9.14-cp39-cp39-macosx_10_13_x86_64.whl (466.1 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: wnet-0.9.14.tar.gz
  • Upload date:
  • Size: 35.9 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.14.tar.gz
Algorithm Hash digest
SHA256 413f57946e20d948e5dc70027a9359fcbe74c823e3d6f77816e520b84e19e9ac
MD5 4c7328bcf4fbea797037e7da1f03414a
BLAKE2b-256 d66a01d42e9dbaa9205f898d64d286fb5cbde8379e190cb17473aa22d4ff6826

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a69ad50458cbdc1d97f2c9d6fc1900006809d50242c54437e61bcd9123464fe4
MD5 f7384555047569fb52a8692ac457c000
BLAKE2b-256 506a9017152ef58413bc94e83b93233614d93f6a454a8e1b6e3cbf1419acb0f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3917bcc3620916fbea6d08d01f27a718e96bf3d522027ba5589420a536d19ba4
MD5 fbb471aed3f3e0bf93a3b57f1ab4a365
BLAKE2b-256 2496fa28dcb60c0a0a6f1d07ff1dfcf03ec330d0e2593a4048c0764ce2cbe760

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e434e2399c2249f5eb84909cfc876b56bbd4941d2c616a9b6026e225fa9b5dbe
MD5 5fc6ddaba38d7760d136485cc516b55e
BLAKE2b-256 1fb8a48a0b06d462d85a1ca43944ee293d6b83a3c44c381a610daff1ac518158

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc271dbf8b2c2a1030272d4a3faf0fe4883e41fc503c468acdca120cc76dbe84
MD5 5c05b9d3e91ea850458ad1d8cda23987
BLAKE2b-256 39a7b5c93b3616c389fdc42a24ee566642ebcceb67bcc328d49d9d7930883af7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2f214b98fc2cc66403193569952f642849b1c53dc3dfcd6c76c7bc3349d7bc77
MD5 07bc5fa46b71f6bc5a52daa640f0d2bb
BLAKE2b-256 50e5d9670057bb82446656cc098ffb17e009b506a12046bffede8afdb4e3a115

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 343.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.14-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e4ec22f784bee20a5b621509027e600936730a9df9c510a69075bac54bcc2f63
MD5 f07e0a2bad2b115eab9f9ea9d9843bd5
BLAKE2b-256 745f4fb1ec4f2dcdacde7a8a762567c89943a65bca4d19bf9744ab2327ed68d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 400.3 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.14-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 942f026250ac994b839c6df85499522d60ccb886a50d7dde7d94ba5a0200c546
MD5 6e257dd3b4e43f68f173a69b43b5bfbc
BLAKE2b-256 3a51a5e075e101f5650198b32899201c41aec5a850b3646acfbc9d8d4f0daa25

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 413.0 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.14-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0fc0f236fcc4316fde2e89c481afbe98ec6bbbbc83f3f2284ba50ffeb9ee5399
MD5 8b1f85f991d45264e5bde55876e1c7d3
BLAKE2b-256 b0b100b8cad4818e91d11faa2c4d22a809dd8395da9b19cf283b25d17106fe1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f581b203ac420d2fec61009f142537f1b5fcde3a4e4b569d456ffc2b75db15ce
MD5 471f107c516fc354bb56aa565505e67d
BLAKE2b-256 4211720ef65997bd550e12d95bc22ef8288eea8eb95b8c9f47bd9dd74670dc85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93e54f607238d572a83397f0b2cca3ffb70b39fa061f038a06b33165c4458ecc
MD5 1f2d790948da127c4bf8a3e4eb2ae05c
BLAKE2b-256 06a0b12c251267b9137bc99a0569f244c918af9abd8a96cee26afb9898ce94c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8bc71fc300cce1965cd579d562905229852feb09f6661fbd697ad37a8c54896
MD5 52b4697f6d78594e845b9ca60e96ffa1
BLAKE2b-256 c9c17c092baf1c933f73d7f9c0bb193c6f53d9a1105d093dfb072563d33675ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6211b7ee92b6d4b359e61eece10f575bfc52e876493b04394ebf378aaf90b48d
MD5 9b2fe73c0e963261b6ea28a8d497def1
BLAKE2b-256 6bda6d7c9a572123cf539d82611c0df52177794ab11298a190dd3646b3289d2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ffed1858c13b008d875273d2731bce3d4de79c1cddd767a8b69a47ae991595b
MD5 b0e90d2d867d992f575012d91ef1d7d5
BLAKE2b-256 67dcb9db8228aef02674abae0c5fe4510d4d10102ff23423f94ac1900e2159cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f27abb788e619e8661766819cca2f58c9ef91668a580d9da725abd8a8d7c8e7
MD5 5fe0f5fceb116b6c20776878751e71b1
BLAKE2b-256 a618fa3fa7ca2a526dcb26af5b2799acbbe6b4225c11f98c8d05fbe81d45c5db

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.14-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2b1a58330b69afcbe5fa93f15afceab465d0f84e67df235df28da5567bab1b1a
MD5 ce20d09e2f03dcaf9db14ab8355134b4
BLAKE2b-256 e859b899a65e9fc902904c5f72c93cf4ae189f6906d0db43e43cecb96bf0aec4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 385.3 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.14-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3a0e9ee6dd5abfda824d51af47c9b1f441f4eb62589fb6267047176768a05870
MD5 7088eec6521a4d0d966e5d3492be51cf
BLAKE2b-256 8e00af167e847b869abf6757de0a569699d6e8cb085a17a787f726766183ad5f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp314-cp314-win32.whl
  • Upload date:
  • Size: 404.6 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.14-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5ca8d67e026fbb82f448e9bea196bd74fc8b7cf7839163c37afafb58200c54bb
MD5 5d1bd598730938b7e48af348604577d9
BLAKE2b-256 fb5207c8f3e3dd5dc3434f1090d608e258902690c2b23cec97137bc8a8c20c06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d76b163c721145957719d3b0f2625ba39735d5ad6d79554c4ec87ce5edab375
MD5 5aad8e1c9a9ee950354c77d49e57cc27
BLAKE2b-256 dbe764842866619d5ab9bb31d45ba6a4eea085754b3637c26c7f8d8889dc3064

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f9af28461cf4fd0537cf4fb51027e9300c8a12b11e42743359776ead6eb6875
MD5 2731a785d759d2c6c9600a6e8bb55f5f
BLAKE2b-256 319bb525f1195e2eb4ba5f96acb4d75655f24b709f0276c6985d5e57e3d1981a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80f2b90cb5d28826ff8b03288f8649d606855214688d8374bd10c93f7d9ff5ff
MD5 ff5fc18ec3ebbf755f0ec041685aee67
BLAKE2b-256 6d37901908d81e02e9596e114da6b500e4b0406f270e63c06b91e365e81deeb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 556eb17966908330404a2e127b734ba8e1dc392c7df621390b3ccb0a16bdf352
MD5 7d6acaf9116274d13fde5bd9cea8df93
BLAKE2b-256 4bb1f41e31212c96d2e7cf8657144ffc210f8bfb61c7bea07752d0354473321f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 724658fbd424f078cab444b965e975fa097c3ee16a6a98683273319e3fe6ba58
MD5 dc24ab31742dbde9b0a29c436662e181
BLAKE2b-256 38f7c2d548e31eee3b759fc1d6fc06f667c91f248aba8b1e4f233f90bf30011b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9a0f91dff239335ada4173992c97699c7f08f2c1385db53151bd8a9ba9bb40cc
MD5 f9e583ad2401986456e4a555c67cfbb1
BLAKE2b-256 fa985438aff44a8f48ec6ad106311fabcad1fbd59e3b473b5cdedf9a5c0c80ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 327.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.14-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 68700bd9de03e29ee919484cd2208f8f1286f6d08fb90f2881698eb68fa80788
MD5 f157775bae7c31a162e17abdd01e19b9
BLAKE2b-256 26e55ade2ff4ce2ae0cb0e00777f270bb4ec1da5e474cb68e959aafe390e25f9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for wnet-0.9.14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9199c4717ded139179c99115576bfa49e9d255e96377bfd8eec88cbb8da35b19
MD5 81c1772e4af4d454d441935d2cf444db
BLAKE2b-256 c58daa1bca9a4580d2b8ed48a7dbb4a19bcfe71f3364b02ea7ebe202212d975d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp313-cp313-win32.whl
  • Upload date:
  • Size: 401.5 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.14-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c5b908d079cb2ea2337c9c004278271bb4d6dd1b8e92dba5b943262a4053768f
MD5 fd6380661e00adf446b51803cf2a1f58
BLAKE2b-256 bb1c5363226ace338a3e0047e4ec61c247163e74591560a575a0d84446e3cf02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3371a9fd23b340f8217e205e8b5a71b3cd9cf9241ac85126bcb53762572e305b
MD5 073bd8d2535bea46ad3418cf5aa9aef4
BLAKE2b-256 d461957d2a8cb5af1ce528ed88b413312df8a9c8da6b91788497860898639a87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c0c3203412a9298f07914f3cd62e03e88d5458bcc0899cb09a68033072d3cbe
MD5 034470448f3106453d397877d829709b
BLAKE2b-256 2efad200111b548a9ba198c7a70840e485cbeb8da9bd843b9f0d6ad83f7fe500

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5629fac80fdf7c6cf7ef63fa870740778ca1e0f98d0c6cd967c71f5285e650dc
MD5 4dbb783c63ca64574e92092edc22fde4
BLAKE2b-256 55d705e3be5a0af73cb252e66a609f38a17fcfc15c9d05c4f0809db211683ffa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 310b3363c5b1384741c74d820bf0b28a589a8c52e299bcc04622b7d3eaf7c506
MD5 2dd5fd576f64412ca88f9afbbaff3631
BLAKE2b-256 6ac3e94237e414d8a70c2d226bdfd69703b84ba16ae24cff9338a08637ea6bec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15b67677ba37458f1206ab2659af4e32001edc9b5f4e3be8618bd8aa0e2c2cf9
MD5 aef1390a99f05af29b20965ea920623b
BLAKE2b-256 a8594b7359b06656110bd902e11cce6110027ee831fb707eb29a50cc036a6b7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99516e659a06f88b9cffc3d2a6fc79e6e8a6df4a7c8ac81220097756072c09a3
MD5 3c79f32bf2e935d0b9b854f3a4611bb6
BLAKE2b-256 0703fe16cf5c279f5daa13ce5c7526785a9ce8f5e32385652eaea951ca8ec6c0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 327.9 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.14-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2b96e79d065d3ffea3da7549255e708e5f286eb1792fa5047da6cd52bdbf817c
MD5 f6dbb55a8640733d02eed5b7bfb4bb88
BLAKE2b-256 3529d6a26b8b52b3bcd1ae48ebd5a4adf19c6fd1331268767ac7bdfeb1832378

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 376.0 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.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7791041650ad2e83cf99a72189ee766663c0dae33b8e91ff6694483cc5aef390
MD5 a186172f6cc237d239c9323f75689460
BLAKE2b-256 d38357e370287265094fadf752e76a323b6580d4167b4f3b3a89d095974e0151

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp312-cp312-win32.whl
  • Upload date:
  • Size: 401.4 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.14-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a5c0b7cff433fd1d70bb1046e86ae9a3e7ed6904596229319ec3411119416798
MD5 dbd26c644efb8757161f858826de8726
BLAKE2b-256 8f875589f508d8cc3c72504bd335483f7c7cd23954ceeff3afb7894e2f77c02b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67043b02342181647cbfb1530d0f9b81c476b80e83ddd11e0497e23f0f204b4a
MD5 480949c8baa3bc4ebc0a9f6e4ca2853b
BLAKE2b-256 13b61e975b2ca049063234abb719ca937ea06e7267ae34c767982f3ecc5fb27e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75c66694062fa6a60b22d3bbf94360c71b50423036eaf793eea546171d132234
MD5 ffdbae64da6a95c05b987bb7f355cef6
BLAKE2b-256 d39b19bdbf34365b9622f755d572039bd24edb8530a03fa3eb727cae6b1d5f5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af70ff49a363d4b31d2e245b6099fd5e8c094faf005f310423f64985baac154c
MD5 700bd2aed17fbb25c53d06a2de3841e8
BLAKE2b-256 3ea015201c1038b93913e57e86f56718518e8a9707c61b4acdade3ae04e6118e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a7a830bde0d114974e98081ae6a799c4e714872efa3c55344ba01ab5921008a
MD5 c6ecd8ba40386dd786a36cb6dea6202a
BLAKE2b-256 0fc77d48cd1888cea4d8aeb18c3c334591747129aa15eb9c4325d6a1eb971f15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dac740bf2a1f553b9fd41224861257d1e289ca0e68e4bf70d95271990ba756b5
MD5 acedd31b444b00e1b8dd0df9949d9c24
BLAKE2b-256 3bf42b95265e8e9796d01600e5642e8a8fdc0330422ab28bd7624ab71f5dfa16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8dc307f759117e8af21333490d2174077baacbbd1d7cd755c7648cb87cd1b1c1
MD5 a2c3a5a0d37f838bbda876f3ec39f641
BLAKE2b-256 e4c7f322bfe700798ead95955b5987d61959e5e2de2d98e1371a8c01e16d7c56

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 328.5 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.14-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 84656ad0eb97d1be34548c6453bd57f1e08632e09093950068ced8cbc47ede71
MD5 8e209132430c940f1ea316ea95200de6
BLAKE2b-256 3782032d31e81aca56e242cc7c589971609d220528b07b8fe2131485757ff207

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 376.8 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.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 03306734da9d93bb3e6173e04f269e5308d4e7405d6f0b9418d06ecb65fee216
MD5 d98321ee5180a593dc657aeb2e1c8863
BLAKE2b-256 3b81099d22980c8c8f1ea01bab8ccf3036fde2baf48a70d82a7cf4d98cf38688

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp311-cp311-win32.whl
  • Upload date:
  • Size: 400.6 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.14-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f0c7fc0c2a987c1ca4346f61c281e8841de4128e137b74cb86e84936565d3a01
MD5 74abab1891979ea79030e6eb4dfaaa02
BLAKE2b-256 93774211264a5fafa507e64957ea57dec46fac6a43bdad7372629f5409006173

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9b1ae089e00c9bdcb1d9bebd78da0e04fbb81bdf6c3ce93c415c71a4259fd50
MD5 02fe50c2740770555669d5b512bd172c
BLAKE2b-256 5efb09840522b2865a016da1d5143e3138e2aa50101ac746543467a9845b7a72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03f2fd93b012802d99f63a2df8da232020ca2778856b39c9f7af52a986b9bcfa
MD5 67732701869e743f16f1fc70915b9af2
BLAKE2b-256 542dc4fedea09d46a450ad304706df0046e1a62311945b058b67ae201d1eb421

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ac81a5ca435fb6025499c5cd9668acd86f2cc750203398d76a9f613e2871d44
MD5 56ea7c08043277c0f23e42b0d57f152c
BLAKE2b-256 07c497972cfd7d8a3bcb937d5a4c1471eccb410b971973804fe36f0a920ef301

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 355a4aa9817d2672b677e49e660003a554619f4286d2c2a3bb609f51f0a4adb9
MD5 b2d04b58a197d96d5e0839fe5b103c3d
BLAKE2b-256 3043fc85b2b4d7e6756b64f2beeeff5db857f4d5f540060c9adc4ac703197cf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40e55e6c51cfef23dde3ac09724e46c56e38dccb26971fde188a1573f17c1aa8
MD5 01eb1250642702ec132b26fa464faa9d
BLAKE2b-256 f6bdac22f7ee0056f8fa61aac5d15876469d8973ce280e42366ec0af23fbf90a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7b855e5cb4f8cee5638ad5c3d2bb683fcf172e33afd23d5ed53db9a9eafe997c
MD5 dbdb594965b263b04d70c9d06832b61b
BLAKE2b-256 005ad7635f5aed417c78e12d38832d28f57ee4dffb49fa69943919df5ab80ced

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 376.5 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.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8fe9947dee844c1850379a01164cb86bde86208a5537278eec69dcfc62ca120
MD5 644dda9c52ad959c3aa7a40817b4837d
BLAKE2b-256 ea270e08f3a9d257e84124a758ce2e38bbccb63e5c42c50efd1d53b2f96cea43

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp310-cp310-win32.whl
  • Upload date:
  • Size: 400.4 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.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8a6658d0b299ece233dd7d2c55a33a2e28f8b505cf4dab9762aca37175d61da1
MD5 15d89ab092f98c51651a0a5818b9cc2e
BLAKE2b-256 b63daf779a229ef11773287aaa3da51663452d8b3f1cbc5c3fd0b6cd3b1e51b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cc890bd573a60cae1b6bc2a0a3ff8e83d4e80db8967045603b7e32458ae17b2
MD5 0a400b6413c04622eb9f10aa209ebc1c
BLAKE2b-256 253d8fc62213060a4a415188be939ea634602e80e1b8ec40cb1dc8415bc01b26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62b1cbc5f8e40ba881d0d90f3bd84b296d69697e179de5bb508307db9a739fd8
MD5 cb6188410cf0876753228a9e49b63379
BLAKE2b-256 5809660c775ea4d07a1ce131ec059a220404e6dc894649eda4c2b9e30a90e393

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74fb31e53e568d886a8144342546dfa516fe10c815f0d85a98cebf1367bb0dc1
MD5 4c2dfad40e1ac8a6286ff39f41fd006b
BLAKE2b-256 b0215276961f5df64e50016c9251aabfcef5cc7e6d17eecb94a990ab6709fe3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f9aee3f27074aa2549950fa3d7c2b003df70a844a2035c60b89984a53aaa6ba
MD5 58d2c1ae48f5541ac2e172236deb97db
BLAKE2b-256 060bb6d51e90df16173db9ef9f2637b350407d6b23db4990bf387e4fe416cc4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5457411e0efbb12c3f88f9410ca337365dd05763d00cb6f7da950780fe36fd6
MD5 4a23feeb43844a6d0bd692d48a31f67a
BLAKE2b-256 c0e8d5926f15f06eb8d12952238709c19a8138a36a323379584e043afb7bb13d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 783d2c635fc2457c6d1375012911f7035a1fa8963c0d62441e03726ff79ecc16
MD5 12287837920bda730470f33875dc7d63
BLAKE2b-256 3f4d59bad6b7d6de6ac169a6e15854701851710890a9766a8846d8e1fdb7aad0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 376.9 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.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 266047c1fbab094d7f7e80caa912c896c6ab89f3b2773927f29c643cf0f36be9
MD5 6c8040d3e008a0ab153400bb698d14b7
BLAKE2b-256 8b4497088c1cfda18d2d7573c12b9061b8dff44cac8bd18f0d768323e8f6aef1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp39-cp39-win32.whl
  • Upload date:
  • Size: 400.8 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.14-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3691e2c2fe7eefd119bb7813a3d502982efb8e077787ab8345581c5bff3d062d
MD5 86c66f62f1581e4268ef0ef6a4e4761d
BLAKE2b-256 b988c696d2a0d7395154ca0b47f33cc37cc9615b325c1b830b8a280afbf5c929

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 988.5 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.14-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72c1e7d9d4cb78cb74228c8b1bce7ef02e2202c9c5c559db36570128de1bd614
MD5 e93ca13cce09855c80dd03ebf16ca8ff
BLAKE2b-256 02d9f8fb9b17682e7426df0ba7285567b1cb5bf49bcc93a6025187a2a916543f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eae563d6b158229195c2cefacab28ac902131fc0f5ea4327062e4eac34882841
MD5 2e297bafc197000265047ff1fc52e464
BLAKE2b-256 6d8801d740046b155fa45f26ad4459227a86e8d8d8526dea91367aaf0013a834

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89c96a18cfce7eb279a9fbec48c3a6bdba7c1a982f77f361d7d755f2e9d91470
MD5 78c73af0cdbdff12e78bb08a3f17c5b9
BLAKE2b-256 8dd0add0040b85c2e2000fd4e0b506fad439b368a4af6a03d22cff2eeb574816

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 527ab07a7cc8832db7a6eb74ce5c624abb2f6407decdf435d55b9fa993b224ed
MD5 2ce329f1f115ca384c3fd13d2ce1252f
BLAKE2b-256 69f7629229ecab0ba0dc440f6ed34278b1e242a4def3809d3883b840b1dc848e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wnet-0.9.14-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 403.6 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.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48349369ebab68dca036b52792978dc89c269be7c1b896926216b5d9db04e491
MD5 938f9d3ccb1b5ea5a7913ee3181a50ba
BLAKE2b-256 20455b8066ddfd8915bbb1c9976562653fd2e22982f3f560d2fc64843f7c0ebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wnet-0.9.14-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2ce9c969081201984f1442518e96fe09e85e4eaa450ddc366612ecd18b430a7f
MD5 f342b50d2632f7338985c39a9540473d
BLAKE2b-256 7d738ede4204f733311af4eb36f3602e688b34c16dd9d2e4a5a572c2c127c700

See more details on using hashes here.

Provenance

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