Skip to main content

WNetAlign

WNetAlign is a tool for MS (Mass Spectrometry) or NMR (Nuclear Magnetic Resonance) spectral alignment using Truncated Wasserstein Metric-based methods. It offers algorithms and utilities for comparing and mapping spectral features between datasets, leveraging advanced optimal transport techniques and spectral topology.

Features

  • Truncated Wasserstein metric-based spectral alignment
  • Algorithms for spectral feature comparison and mapping
  • Utilities for preprocessing and visualization

Installation

pip install wnetalign

Usage

import numpy as np
from wnetalign import Spectrum, WNetAligner
from wnet.distances import DistanceMetric

# positions shape: (dim, num_peaks); intensities shape: (num_peaks,)
S1 = Spectrum(positions=np.array([[1.0, 2.5, 4.0]]), intensities=np.array([1.0, 3.0, 2.0]))
S2 = Spectrum(positions=np.array([[1.1, 2.4, 4.2]]), intensities=np.array([1.0, 2.5, 2.5]))

S1 = S1.normalized()
S2 = S2.normalized()

aligner = WNetAligner(
    empirical_spectrum=S1,
    theoretical_spectra=[S2],
    distance=DistanceMetric.L2,
    max_distance=0.5,
    trash_cost=0.9,
)
aligner.set_point([1])

print("Total cost:", aligner.total_cost())
flows = aligner.flows()[0]        # Flow(empirical_peak_idx, theoretical_peak_idx, flow)
emp_ids, theo_ids = aligner.consensus()  # greedy 1-to-1 pairs

For more complete examples see the tutorials directory.

Tutorials

Tutorials showing how to apply wnetalign to NMR data can be found in tutorials/nmr, while an example of LC-MS alignment can be found in tutorials/lcms.

Results from publication

To reproduce the results and figures from the paper "WNetAlign: Fast and Accurate Spectra Alignment Using Truncated Wasserstein Distance and Network Simplex" use the scripts and notebooks provided in the publication/nmr folder for NMR data; for an LC-MS alignment example see tutorials/lcms.

2D NMR data

The 2D 15N-1H HSQC spectra are available in publication/nmr/2D/15N_HSQC_GB1_reduced folder.

  • NMR_2D_original.ipynb - plotting data distribution, chain alignment of the series of 15N-1H HSQC spectra measured in different temperatures
  • NMR_2D_simulated.ipynb - simulating synthetic temperature series, validation of alignment procedure using standard and extended metrics, heatmaps
  • NMR_2D_seeds.ipynb - performing alignments for the synthetic temperature series with different random seeds

4D NMR data

The 4D CCNOESY spectrum of 2LX7 pdb structure can be found in the publication/nmr/4D/2LX7.

  • NMR_4D.ipynb - simulating the replicate of the 4D 2LX7 CCNOESY spectrum and validating the alignment between the original spectrum and the replicate with standard and extended performance metrics

7D NMR data

The hypothetical 7D NMR spectra can be found in publication/nmr/7D/NMR_7D.

  • NMR_7D.ipynb - simulating the replicates of the 17 hypothetical 7D NMR spectra and validating the alignments between the original hypothetical spectra and the replicates with extended performance metrics

Citation

If you use this software, please cite:

Król J, Bochenek M, Jopa S, Kazimierczuk K, Gambin A, Startek MP (2026). WNetAlign: fast and accurate spectra alignment using truncated Wasserstein distance and network simplex. Briefings in Bioinformatics, 27(3), bbag247. https://doi.org/10.1093/bib/bbag247

@article{krol2026wnetalign,
  title   = {WNetAlign: fast and accurate spectra alignment using truncated Wasserstein distance and network simplex},
  author  = {Kr{\'o}l, Justyna and Bochenek, Maria and Jopa, Sylwia and Kazimierczuk, Krzysztof and Gambin, Anna and Startek, Micha{\l} Piotr},
  journal = {Briefings in Bioinformatics},
  volume  = {27},
  number  = {3},
  pages   = {bbag247},
  year    = {2026},
  doi     = {10.1093/bib/bbag247}
}

License

This project is licensed under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wnetalign-1.0.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distributions

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

wnetalign-1.0.0-pp311-pypy311_pp73-win_amd64.whl (494.9 kB view details)

Uploaded PyPyWindows x86-64

wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405.9 kB view details)

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

wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (364.5 kB view details)

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

wnetalign-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (313.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

wnetalign-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (367.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

wnetalign-1.0.0-cp315-cp315t-win_arm64.whl (642.6 kB view details)

Uploaded CPython 3.15tWindows ARM64

wnetalign-1.0.0-cp315-cp315t-win_amd64.whl (495.7 kB view details)

Uploaded CPython 3.15tWindows x86-64

wnetalign-1.0.0-cp315-cp315t-win32.whl (490.9 kB view details)

Uploaded CPython 3.15tWindows x86

wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_x86_64.whl (865.3 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_aarch64.whl (811.2 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (411.2 kB view details)

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

wnetalign-1.0.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (371.7 kB view details)

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

wnetalign-1.0.0-cp315-cp315t-macosx_11_0_arm64.whl (316.2 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

wnetalign-1.0.0-cp315-cp315t-macosx_10_15_x86_64.whl (365.1 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

wnetalign-1.0.0-cp315-cp315-win_arm64.whl (640.9 kB view details)

Uploaded CPython 3.15Windows ARM64

wnetalign-1.0.0-cp315-cp315-win_amd64.whl (493.4 kB view details)

Uploaded CPython 3.15Windows x86-64

wnetalign-1.0.0-cp315-cp315-win32.whl (489.2 kB view details)

Uploaded CPython 3.15Windows x86

wnetalign-1.0.0-cp315-cp315-musllinux_1_2_x86_64.whl (861.8 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp315-cp315-musllinux_1_2_aarch64.whl (808.4 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408.4 kB view details)

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

wnetalign-1.0.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (368.9 kB view details)

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

wnetalign-1.0.0-cp315-cp315-macosx_11_0_arm64.whl (313.5 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

wnetalign-1.0.0-cp315-cp315-macosx_10_15_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

wnetalign-1.0.0-cp314-cp314t-win_arm64.whl (642.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

wnetalign-1.0.0-cp314-cp314t-win_amd64.whl (495.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

wnetalign-1.0.0-cp314-cp314t-win32.whl (490.9 kB view details)

Uploaded CPython 3.14tWindows x86

wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (866.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (811.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (411.9 kB view details)

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

wnetalign-1.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (372.3 kB view details)

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

wnetalign-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl (316.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wnetalign-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl (365.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

wnetalign-1.0.0-cp314-cp314-win_arm64.whl (640.9 kB view details)

Uploaded CPython 3.14Windows ARM64

wnetalign-1.0.0-cp314-cp314-win_amd64.whl (493.5 kB view details)

Uploaded CPython 3.14Windows x86-64

wnetalign-1.0.0-cp314-cp314-win32.whl (489.2 kB view details)

Uploaded CPython 3.14Windows x86

wnetalign-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (861.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (808.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408.4 kB view details)

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

wnetalign-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (368.9 kB view details)

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

wnetalign-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (313.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

wnetalign-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

wnetalign-1.0.0-cp313-cp313-win_arm64.whl (618.5 kB view details)

Uploaded CPython 3.13Windows ARM64

wnetalign-1.0.0-cp313-cp313-win_amd64.whl (479.2 kB view details)

Uploaded CPython 3.13Windows x86-64

wnetalign-1.0.0-cp313-cp313-win32.whl (477.2 kB view details)

Uploaded CPython 3.13Windows x86

wnetalign-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (861.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (808.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408.3 kB view details)

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

wnetalign-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (368.8 kB view details)

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

wnetalign-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (313.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wnetalign-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl (363.0 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

wnetalign-1.0.0-cp312-cp312-win_arm64.whl (618.6 kB view details)

Uploaded CPython 3.12Windows ARM64

wnetalign-1.0.0-cp312-cp312-win_amd64.whl (479.2 kB view details)

Uploaded CPython 3.12Windows x86-64

wnetalign-1.0.0-cp312-cp312-win32.whl (477.3 kB view details)

Uploaded CPython 3.12Windows x86

wnetalign-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (862.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (808.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408.4 kB view details)

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

wnetalign-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (368.8 kB view details)

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

wnetalign-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (313.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wnetalign-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

wnetalign-1.0.0-cp311-cp311-win_arm64.whl (619.3 kB view details)

Uploaded CPython 3.11Windows ARM64

wnetalign-1.0.0-cp311-cp311-win_amd64.whl (479.9 kB view details)

Uploaded CPython 3.11Windows x86-64

wnetalign-1.0.0-cp311-cp311-win32.whl (477.6 kB view details)

Uploaded CPython 3.11Windows x86

wnetalign-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (864.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (809.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (410.2 kB view details)

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

wnetalign-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.0 kB view details)

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

wnetalign-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (314.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wnetalign-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl (363.4 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

wnetalign-1.0.0-cp310-cp310-win_amd64.whl (480.1 kB view details)

Uploaded CPython 3.10Windows x86-64

wnetalign-1.0.0-cp310-cp310-win32.whl (477.7 kB view details)

Uploaded CPython 3.10Windows x86

wnetalign-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (864.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (810.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (410.6 kB view details)

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

wnetalign-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.5 kB view details)

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

wnetalign-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (314.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wnetalign-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl (363.6 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

wnetalign-1.0.0-cp39-cp39-win_amd64.whl (481.1 kB view details)

Uploaded CPython 3.9Windows x86-64

wnetalign-1.0.0-cp39-cp39-win32.whl (478.8 kB view details)

Uploaded CPython 3.9Windows x86

wnetalign-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (865.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wnetalign-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (810.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wnetalign-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (410.9 kB view details)

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

wnetalign-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (370.7 kB view details)

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

wnetalign-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (314.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wnetalign-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl (363.8 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file wnetalign-1.0.0.tar.gz.

File metadata

  • Download URL: wnetalign-1.0.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0.tar.gz
Algorithm Hash digest
SHA256 149517cc934fee5fde139d7458420deab1a720a19c455a21134022988e0945fe
MD5 352926dc56073f028bc61b42563383cd
BLAKE2b-256 5616f14292819697e79bf3406fe13aa4c68c305580e9a58a3668adb953602595

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0.tar.gz:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e6f68fa626129e38bd345c1d789a2340c776db6f2540f364eba9e88a5e19aff1
MD5 c0e6651a957af2144c02c3afd4d98340
BLAKE2b-256 a52f901236b86220a053deba5be6777e62e94c3719f8a41a877b8c5abfa91637

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b776aca11f0aee33372d6aea1ff40f8084c6fa92a25854db17a7af4557932a4
MD5 a3413a4ee470aeeaffd12461389f9e24
BLAKE2b-256 d6b604ec81d278f6dd941954b01794865a1dbf43355b47033731f68f07c3ebe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7250ed8a70bfed298e83abb8b608e29e8ce40dc25913e56c00894947ce24cdbe
MD5 9a135fcff9e2473af36621d7a8a5b87c
BLAKE2b-256 6458371e4a1800af69fbe41ff8c613311692b7c41d970f3234d1b2e7c43c263d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0d953540c445cd49926436cbe9e8bec27f6a5a2e444d430209b75f37d6883cb
MD5 248145219e53251a522fe331a94bc9ad
BLAKE2b-256 c02b3febd9551686bacc0a1751cff5b874f27245639bfa5eb327c9b3cbafab4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4dc500023e5740503e7a12c6332280b7e2869b209f0fa6025db45225841572fa
MD5 fbc0798191ad4254e18287bc724389fe
BLAKE2b-256 b94e79b13c9eecc35f125d41791d1a54f9c5c98498689ab78f110d652e58f0a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 642.6 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 9f3c1033b3bcbc6539f3248fbe3922f8cba8aaa613e4aedd85f678d9f4670475
MD5 b9e4b9462483b8b8a419e04202618760
BLAKE2b-256 eea22214fd055f387916bce7e7523730ac99fb7ebe3846e3eba05d0af31954a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 495.7 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 b1236e2caba0ec722908f04475bac276f8ca5009eb0f23755920d270ae9ed951
MD5 0cdda75539d6ee922ee027f8ca5a2260
BLAKE2b-256 0f2609a3aaacd8088ba795e51e52c5111138ccd4d8221596f227956f0928039d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 490.9 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 3040cf9f3c5394a34b0c17265cdf07bd8fd268ee5b3623bf7f65af886c335754
MD5 5711e0568705f85190a2928a59b0eb20
BLAKE2b-256 46a4feee641dc88b8c5ad79d48986f2cae5879d522d2b0c80231baacd34b449d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c948f96b46a78b9eee2f18255493e07f732808f11d436180956fd4667df4f34
MD5 0dbb19cc8424d55cc1722746f86ab82d
BLAKE2b-256 f4e5e549cc07b70ea9a56ddaa7a2d89cb60c6df3fae555ad75b4ecbeb1dee6e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9e0ca06b9e8ed7210e0484b8e180e0cc016776c8878ec11ce011026a53a8769
MD5 8774d6870129f63c0e1ee28f62a068aa
BLAKE2b-256 7a68e5593ff923ae41578aa471e581f4b52a1f3fd2c0fec8de38fbd2f7dfcf85

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef548341d8a7b41006788edaf19e200e01eb72d777e0035272eb6bdbc9e86083
MD5 b20d852963a76a7c53b81a351dea8299
BLAKE2b-256 5bd10a72687e7d5d604662f4ec4dcdc5ca0e3aa769495ca659314c70fae0de94

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08d7ff9ed52e308c087dd6c459f25e18084e2f2eb28cdb14c712474bccfffa35
MD5 bc23960ea5b3047e6711af8a22860df8
BLAKE2b-256 2a71b57cf51010bdd38fbf35f4391aab384845beab8aab9938cfa67f9f886e34

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fee1986001c6ce14eb396a1c9e7487d38e40a2ff981275b5e7e1d0000ea86b8
MD5 eab29e50ff990e414f6bcb17c9110a11
BLAKE2b-256 70227be35042c26d5bf924c27bd7715ad0d6f245313711291fb3702fb6d2c262

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e79f32dc2a3f6fece342876f1babf68cfb2c94c22ab087ae5a385ff94a18d49f
MD5 ce5eaf05e082f9bfec0c4a6a63c49b78
BLAKE2b-256 79dfabf1c42581044f8101a15ec079fc4068d5710d9dfd8cd1eb4fb72081b861

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 640.9 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 16d75d23ea4bcb672afecfd6c27d6f247c9727aa5b89f0ef3235e859a85d5e72
MD5 ee445ffc5612fa663e87f12ec96f6b25
BLAKE2b-256 de167bfd6760414221ff710b7504581dbf92f6a9e20f7fdf7e2b5346dca2ddb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 493.4 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 e8bf1e253ede66cb76133e7095a24831f8b0ac6f0db28f713796a254c775fa58
MD5 03725ab5ed46a8af2a7da4d60275a076
BLAKE2b-256 55d524db33f70fea75d9df18a18baa6bbaa499d94115f9e226d3dc012614c696

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp315-cp315-win32.whl
  • Upload date:
  • Size: 489.2 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 c7aea4dccbd249106c9e848d246ba36fee0a8b46cdf4c558166a34ff94cf6cbb
MD5 7f6d000d8ccda6296a88a0f9a384a670
BLAKE2b-256 4789701b41ac7a34068d2e2d91ab2e1aef31a34d543dc75506e0f084bf7d6680

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e02bbc0c266ca8ef096e9685738dd688c25832f0e0f643641512c75fd5bc0b95
MD5 552d70b5b1478b93ebaeb642a0000a6d
BLAKE2b-256 fad89dad0653d300acea2c22a811527aaf2e6acc2a0a3846784081045731a5b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7012ddd2c3ba5a384a335728d872bf21c5805deb994f35214dc2c77df875244c
MD5 04feec1c745a3fa4123ccd973c6dfa9a
BLAKE2b-256 5fbb1bc44f0d0b3fd7549c059df64313957576d607e475ded62d60defc56da5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0653949167aca910709dea168cf0b2d5fa4a99cde66a236bd0ee9ea8f066cfce
MD5 c6eefe539a484a3d8bf0efb4b063b551
BLAKE2b-256 6a78e5b0415c7d93b5261e17d7176424ff6c1ff8cbc6b2eee0881366a1b39082

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e57f0a9fe86f9571fa3a00218c6c61f0e887fda217c2b874b588c35034107384
MD5 7a34ff4a6bb3f933fe7c287bc638beb3
BLAKE2b-256 e08442506d7eb8cfa817dd1b8a2d991ce4679c7c9f705055276de5d5187ef668

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8793af6c4096e40da02c26d8e3f925abf844c62713e5c17c918f721a43a8b2f4
MD5 f34b6829ab6f44f01ad9ff13d553d09b
BLAKE2b-256 51fc9249cd10947332a458fbf8b91f3b8506f6e0cfe328e1531caa3bd459b38d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b39eb3473981478ff63065fc2beabca239ced812f74c3a58636a992d44189d71
MD5 76058dfcf7ae43d13a620666786c47a2
BLAKE2b-256 46916f58b3aff3e8f8d87a1efd6c7800830a0223a41624adf324c32d5d7de5fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 642.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e215a1dac6985de8dc2c09a11f6a69675091b063a817454ac0372234aa39b49e
MD5 f6f606d21578c3cacc5c604785fb17e6
BLAKE2b-256 9cc24752c75c60af87f1f860d2c940fe024cfd8bc30c6e78d90a9b1ac1570d16

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 495.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a4c7ef6aeaed29fd10c782ce4f3fc975da220827aae458ab1ea3e711ba12098b
MD5 2149ee7f7e83851635f3777ae64062e5
BLAKE2b-256 2beb323d23460de23a3dfae85f2f0f15ae42703dd11d8377d9cdff8acb0689f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 490.9 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 822109805bef49cfc3952f07ca808cd147447ec38b61f13fb19e8151f60f8563
MD5 eb0d3c8acba50843cf407822f96a951c
BLAKE2b-256 6a127981ed4217abb5da3898fe9d8232a4ffb5f2a77774a84705e835fc6e25a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5035d7d66c7e756f72e2b7422c2b81f0f47c5d4f7767262621b643372d69da79
MD5 45c803178bfbf4371c56dfbcefc182eb
BLAKE2b-256 c8dc508af162221857633a4bf36204b2523c03781b97fa25bb8ae25eaf040102

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fe7fb9f237245ce81460b37a3c552166ddab6fbc422e9230fc1e016a17ec980
MD5 706754423f34e6dd034aa28887af0c02
BLAKE2b-256 5cd999a8a6b105bc366abdca7ce60924e75248067df528b7cff345a61d746922

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e5698cb4b374039895015d434d0b25129deecc76b260b6f4a8c25f74b728c5f
MD5 229b943eb58a6ab1598f5399128aef85
BLAKE2b-256 60a91ac2d515efa20f71ece956740a4398e00c07fe01ced076d5b38df1b9d09c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 755f15daaaf6beaf9231bdfe05e5fe97e8e80edf2cf14807b77c9ee0637f5524
MD5 d1d0a4ea3f39fdcef93c3eae2dde9242
BLAKE2b-256 704340c29e494c34b717d237dfaca07c14f87c63f177fdb51eb85bcd51a8f005

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31d92e5c8e44d225e515f40de664afcf52969737f15a3183511deb8de895a981
MD5 8f91bf793e9853ce1e3304f1e25b1838
BLAKE2b-256 f9fecccbbdf389adb498265118a1c384a9b1c3f9a6c370fdf2fc4fb0baadab30

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b9e22f40c4d6d2f9630660ca0188192a1f9f53ef16f35f3491a00526bd50b155
MD5 92f35a24e61170d67dd4d675b310d9b3
BLAKE2b-256 a7045c6dea2cd9a8d223a86e38aeab823a6d65ccd09d512f77cd12b58f67a4bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 640.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c5fe6542c6fac322f1683a11d9e26d1d4cd607de0f552e021d2bcc2a7ff8eca8
MD5 68a8562eebaccb9cb277dd6fda8ade0d
BLAKE2b-256 7080ea3bb4cb335da2345834b4b8489ed5b5c6d5c08f6446ee520387bd4dde31

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 493.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b0a339de4fbe8f1928b7785fb8f79d6894e8fdd3dd17371c1010cf11d374c50c
MD5 eb088b7beffee72f84447d2d104afec0
BLAKE2b-256 746a971e3d291377a45b4f6c952c9dd0ddc17511dea6749909ace5b58fb5579f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 489.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cf40ebbeff8759489d65e333063b2fb056f460bde37f6d65dad2f7b8856549cd
MD5 07b6e42975fa6aa755bcdc0c38659fd1
BLAKE2b-256 e086dfe9cddb8f9e2c6028c3d7042533152474b7d2a1821226918e74a2ff038e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fba58363255c3cc0f9ee741e9fe02da33a2a14fe35d52a003f9e1bb6706e969
MD5 5a723653abea5878694fef5b3a9e1376
BLAKE2b-256 5e38bf529d97833997bd5ab491279df180de0114f820d67bdf74ad986ed2f547

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c053fb4cb26f6d74f39f8db8b801c848f5258514d44f43b2e39199806b6d090
MD5 fe175a29e217383f22f1b5b479ab10d0
BLAKE2b-256 d4664eb544dd890c90559e45d594ced8b540e2dfe6c595b99040ff4dcad1c5bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9a530cf3f1d9e5241f460627750bf9fcdeabfb671f9493d94e81b05425528a4
MD5 61cca2ff578973dfed374e2656457096
BLAKE2b-256 b3876b00f9390cb17c7b60c533c46be141a6a1008308d1cbb4e76c0eb7888ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab79de7373150af4aca02e0cc657eeb55ba01f4132f95b4e73efe5c08ea8066c
MD5 8a335c00d8c231bc8eaf856e76012c7c
BLAKE2b-256 24781327f0c0f0eee84f950ba9bb4713b32720353b7cb706b86bdb4d965d868d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7f530296bf39f44bc5699425675d412b6266718a300db3234daafab41eb64e3
MD5 6597772255e943f80f63e1fcd660b064
BLAKE2b-256 fa7f13aafc1d6e172313f858ca531a533cc0b2de43d994991ce75b90bedfee41

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 40d51022d5772382a2eb8ce99a5a0caa0a75f9359eabac25af0b2f01bde597a6
MD5 7caf9754b235158feaa8ff51316b47f1
BLAKE2b-256 d9e2b778d6a78f51e5418f7158508e936d73b58bf1f1b1b876ef3b1e6ef9f8b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 618.5 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f3bc26e26b95c65762a3e42612d42bade09e4c1acc68c04dff5ac6647603b37c
MD5 4f3b5ca2943db8cf7ee2797ecbbff714
BLAKE2b-256 369920c05dcd94b695edcd109184e9a69fcc94bf0dd40acd6957947ad9589111

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 479.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9f463d2e570f8e875e373eaa142f266081505d0644ff139d7a833bb04e9b3509
MD5 298775f27fabe9c6619a862f533b8480
BLAKE2b-256 622aa30d0c8d84d125279481c6ea7bfca6c586a3f3976e15ac3ab41d35471412

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 477.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 75aa49d3b1e5f6c7ee0d1832e86ad9ff27da89f4cd77e111ba28d179ecdd5e39
MD5 e374b518d3d1ae7769c3dbe76e27524b
BLAKE2b-256 d36091b948f5fa33cfafaca231a76ad9284d03851ff7276cd61ef8943639f666

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc9e4bad6c93ee8666c34ec303f0b27041eebd2ece54f8e61c05c73319d73327
MD5 9972717c38a1f8efce58af6770722bd9
BLAKE2b-256 12772dc63a92e20c19bc9428018df8593d111616fc21e2e5063110e4bc1699c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70fb3a7c999460abd565632d46fb07f1642ff6ec4d0fd16b10cbb8ca2562eaa8
MD5 0143d9e42ba702c014abedeb40310b5c
BLAKE2b-256 448e0de84d4f376ee2a374476c3572cb7c5b2b73ffa0ea79fbf77bfc485099a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a755001adcbf7ca43b75f8352a736af0677703d817c9e9aac2296d016d401169
MD5 1a6f9d66113451e389639aaf74629640
BLAKE2b-256 660ec1491b622bdb599aef2740a492bd09161c5bf0c6af973c36bab5b7be1d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 110487d5674b574ffa90705011cf35bbca1ae735828d4a1c139019045e99b493
MD5 41da20a413b75eb41cda1c5dcdc9e8bc
BLAKE2b-256 f8850e5e0c6b5503de0f797c8f2f864dab4a831a2d8a06b1c122020a30f5e709

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f88c5aceaf6158255883b354a69f170cd66db9b3f2e4888511152ad26e733b6
MD5 3b6c2d7373178569f6b5706d01ec3b55
BLAKE2b-256 98edddbe94a74f08328f60cbc9fc5e496332bf3fea1b4cc13dd54c9ea611806b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cfa7ba026b766fde802b8779d44724c77a092555de438ee9242bde150a55fee9
MD5 b313a044c07d3336acbb027a6de00aa0
BLAKE2b-256 706b66ded81e70e2c17ef1caa4e9c7b4df0b4d64b96c4372e6b7cfd33c1e6d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 618.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 72f68066f684e4b4b5c61ddf9b0825e520afacaefe95e0c9dfcd851ead1cef49
MD5 239fe3c70de42b5bec42c81a9d384efe
BLAKE2b-256 605041f637ce44606e25abb9d5a3800e2370dc0e48f46d4a0c56f4b27003e902

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 479.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94a9bc34b3612c05d75b327770d03de1d91a5a10bb975cf2568ccc5b845c876e
MD5 7eaf6b9d650eed737e526ca62073e6c3
BLAKE2b-256 edc1c37dc23f2dfbd5da3eb4f8437c2d3d22960df0434a4ed688aa7ea2de4a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 477.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7413832bff8bed0e2a506036699c5c4174e1a3f90452c64841489b7b1a831b75
MD5 2718675a8381b41e316edcbc03c61f05
BLAKE2b-256 a72150f0c98e3fb04f27c0875e9885307d5d76afda8be4de9fadb82fdb195423

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b6808b99b543ab19b92ffdce1391634b443ae8390f084d6edb90a4bb2c2255d
MD5 779b298024aa7812633e34740214337e
BLAKE2b-256 dff9cdddf58002a68f460d10496e0fe97f7c5bc3c41f2bab76fd3670a22bac91

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69d4113d644c350b146753867908d92a09a9666fcb7d43cf1b2e2958a5041dad
MD5 8b801cc42802b11433919dc261bce73b
BLAKE2b-256 209786c458d7d71ef97b8f9dfaf0d0cc33d27a177a2593c6b96fb60910a227db

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c34977fe4377aac07a201be07488f17ad825be50377609cc4d00364caa1232a5
MD5 64f7c43894aaec2cdad83f048d1bd741
BLAKE2b-256 56bf8d2b7fc501597ff2dfdb17dcf35ee3fd5036032d8bfcd1820960b6b75bae

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9752f555da30f9d56d4892ac72d50787e6392e6057577e4c6e8701dd38ce4d3
MD5 f3cd0722de8e43e5b0bb2d80001c6636
BLAKE2b-256 faa19b2525a7bd78a2139bb05b2635df464b24b72e55e4eb8981cc1bce20d23f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6cd1d1b56d739ce72eb1884c6e4b4d5d6e52b31e1920d51e387858c49e7b4ad
MD5 9c8238e3852877ff7d7345123dfdd607
BLAKE2b-256 64401c8d9ab6909bf821548125f49810652a10c8d3c8dd35fef2a3ba477ee346

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ddae046ced7be6314bd52bee1a2ba85f29ce99c91b894475aa8fef750f0eb471
MD5 dd23aa5dc624b0741c00df3f6f36a2a9
BLAKE2b-256 a0be047328c83fc5a4d74f7345095b1104acc863ea02ebfa0c9be15268c6dee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 619.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8bd874e61fe0e79a9127c7b098447ae80773c74ce1ca9608a08bd0930b28aa47
MD5 2bb859ba9228b771e3946dddfaaf1204
BLAKE2b-256 920afb7a2405c35ace7adb6b246d807206d8deddeb54360b59e1b34dfd901cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-win_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 479.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9dfc4e2dfa1ec8cc60c425029e148a4603dac542b17658b79a461a9440f646d
MD5 5e03ed353cc9c81d36e9a0df13f43f1f
BLAKE2b-256 9c5c36d5f562e7f71ed61f64088e59217dcdf8a241e34db52eceec22b273a00d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 477.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 27d2850af01b21468899d28ef9d7557bd66146e22c09c458dd7b94ab0e958426
MD5 c69f2561adad903556d9813783dc3c49
BLAKE2b-256 98d02b0007139abda7ade25dd9fd06d4511825ec6bdd171d1f508258d1e2a97e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86ab338bafff54a399ca67f5149efe2cede949ed4ff2a76df256937a6383a0b3
MD5 45c58cc7c2d37c9cb1a369eb61d3b40e
BLAKE2b-256 345f6f9fbd0f1908d667d4806d493fb387b371ce8c769d74de8379fa4b1e7407

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62c01357f8f10700aa8a525cd2a8b4190ed525146f9b4840821a225df0edaf77
MD5 691c2f7b065a243132eb87df13e84af1
BLAKE2b-256 0d6f8b2b75f7e039caca1f935a617eb33af50e7538cab8584606425fbe9cdff3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a467c76e86ddd8def5375dcb6e93e73dfc4398b2e4ba9cdd3aa7180f76dea68
MD5 8fa4488e56e48e5cf99321c6f1597f19
BLAKE2b-256 819ac7aa3026fb2ea38f6af77789020c01e679a7656e68b55a144546cfaf7e12

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e0dde2f153190b9d310bc8cd4e6e3d6f9025571bda50737f3c8c7864635d8ee
MD5 354af195a2406f3ff6df0132019612eb
BLAKE2b-256 ddee67cfad4a8092b0baa4cba79600d627f7d7f580a34bd7ec41a8874c8e49ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9c1405137feb3fa83dfd17db7aa0008d86e1529ff85cc72be91490138aaadec
MD5 506eead6148949c800c362bf94b71f75
BLAKE2b-256 a4f9a433233c511115ff44dc84b38925e99a27e47b0535d3fb9317a8ff3d5d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e1b11572718650a2a89588db55fc687d5e21c263b331bfd60658c06ed02fc26
MD5 74b3f392e14da5d05f64022ce46a4311
BLAKE2b-256 eab7f70505c133901f9bb0e8e0aefce4b9848caa8ea115f9ff1ff5b2ba0a14d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 480.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0ea64b604e7a250514c8ce35e545ba897dc7e07f99a8cbbb506ab796b248cc5d
MD5 81caac83b9a54213bbe9eba6efc492cc
BLAKE2b-256 930d0a1e2b01f4c1a94cc4404a083bd2612bdb32e02d9b0f762463a318741f50

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 477.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 16f78f1d87dadb9788afd646578498c94c1d22b917d75b3f231356d0be873994
MD5 16577bdda1d1a909fb8f96809483185e
BLAKE2b-256 884a6c20836f14a4d3ff65f4299479e1fe5e6090146a3fec4e59396997aaabc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb571042089d578fdd1bda300171c605f8136b52c6efbd77e51e1f0b696847c9
MD5 cbaa3a26c26c45726ee57883e5f6897a
BLAKE2b-256 f2ddbd256234f29a11fea475e53125ea8df580f165218d6b56a55d790724cf21

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df2e0b8bd5f3e66826c72be2cccb461b8fa72feef0f96746be0ef0f2a11ae93e
MD5 e652cecd98362ed81080b416cb60550d
BLAKE2b-256 2f00a5a20e049e8b55f9ec1b3a8bc23d7a4885333d75b0b687f4beebb7f25475

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 516f45181d4d020fede2c5ee01c7b20973e42f335da29e7ba26d327fa5c77df7
MD5 dbbc8542da82b32a472624e1cdf3de94
BLAKE2b-256 cf56d350410e844f9e02392efdd807db4981c960a6d44e0ad7e9145a2bb7e462

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c6c18104da10134af695da78c15207e91e4bc51e4bd4138cd85f5b3cbf10378
MD5 7031fcbee93a95d9b5b510943e10f01a
BLAKE2b-256 3b1ead40ec5efd2ffbbe2728c91756a8f53ac438cfec2e1f7a1ec83e3a9e2a45

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77e01a799ec50f27aa8be38704457996b89e9d4e70260e17d4d52b3319884d0d
MD5 79de13d3c88cb2529147b1965568c029
BLAKE2b-256 48bbc59e7431512b2e6b74c259dfa36fd4d85e6c38c6476feb84bde22d64a721

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a331f1b4ff0dce6998b8503b7a521d9437099b366c70373a1c9ba8a4553d55c4
MD5 37d71d7b588bf48ebf5be4648298a7e2
BLAKE2b-256 0a92e0db9c087d16cc591a045e7881449799222b4602bd90b57069015d8291e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 481.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 979652b91c84d8d710e96426b6768588b33d3d97cb6a8668f495a84f7dff4a29
MD5 69dc51559436ec2ff5762b54946afe71
BLAKE2b-256 94147619603975f84f71903b8bacc033ef590a4fb103a99c4c56bac87ff46fd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: wnetalign-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 478.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db897e2c0ed25de1bc6b564270e20f2022f3081a3034861b0d8da097bb5ce24a
MD5 9e563f1c06dcf707250e344101a9e07b
BLAKE2b-256 b03fa5d124a3b8511d6bd38c3d4b238b8032b806ddde35af4fd89a19fa6b19ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1e43d36afafdd70f2be9ab90dea51c823f6d18ed78541fce3d54c0297bc20d
MD5 ba72433c378893e64fc7582a31bee756
BLAKE2b-256 71ab0baaa357370b87d5f01b673f39ccbab740e9c99545895d0dde3787cc4cad

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd7c9386e07057d8cb8a9678bfd0f5c9aaf80ce17dd9d9e657c1263e3b6de172
MD5 61f526847576d40520bb95f6647d17b7
BLAKE2b-256 911b5f636b456d53a5b14aa0736ca8005fb1132a68fe9166a4c2beb07fad2ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85dbaada23eec60df4d42037bd86369c46abe3f78a1dbf4d3e430f6450b90646
MD5 8637f8a0ecad787c4a58aecf2b0825b7
BLAKE2b-256 5000c3fa88f6d71e621ff0cc3de5cd6bfde1ea1a240a799fed1bcfbcf9d50dcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a468c8bd4d1619957870d088b1a286653735079ba15ebca30c79bd4fc21cd2c5
MD5 df93fa3c8325862bbc9f007b507a3c66
BLAKE2b-256 1ce45877a3b8deeb25ae0a4f6c4dab15251040530d02158a3eb3575898998a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59ff2f4179cef225eb4d48f68a84498b0f87a19f713e03f08b75affd43c214c5
MD5 ad955d6f6c9f84151017a8bde71994ff
BLAKE2b-256 4acf01a5cdd4903003bc8e580475f85cb16bbe776d8b082b916cb7fc38193c3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wnetalign-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wnetalign-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a56bda2c9eeef4e6c6c0cd1547dd33368483d66dc2fa4697f5cd5c35033d47f4
MD5 a47b28af708b3a8f39f58f6e8ca74aa0
BLAKE2b-256 985f770badcad17563b0523f01e48f092f491ce606a321450a16c976cc6887e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wnetalign-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on michalsta/wnetalign

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.0 This release

85 files

0.9.9

67 files

0.9.8

67 files

0.9.6

2 files

0.9.5

1 file

0.9.4

1 file

0.9.3

1 file

0.9.2

1 file

0.9.1

2 files

0.9.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page