Skip to main content

Wind-Plant Integrated System Design & Engineering Model

Project description

WISDEM®

Actions Status Coverage Status Documentation Status

The Wind-Plant Integrated System Design and Engineering Model (WISDEM®) is a set of models for assessing overall wind plant cost of energy (COE). The models use wind turbine and plant cost and energy production as well as financial models to estimate COE and other wind plant system attributes. WISDEM® is accessed through Python, is built using OpenMDAO, and uses several sub-models that are also implemented within OpenMDAO. These sub-models can be used independently but they are required to use the overall WISDEM® turbine design capability. Please install all of the pre-requisites prior to installing WISDEM® by following the directions below. For additional information about the NWTC effort in systems engineering that supports WISDEM® development, please visit the official NREL systems engineering for wind energy website.

Author: NREL WISDEM Team

Part of the WETO Stack

WISDEM is primarily developed with the support of the U.S. Department of Energy and is part of the WETO Software Stack. For more information and other integrated modeling software, see:

Documentation

See local documentation in the docs-directory or access the online version at https://wisdem.readthedocs.io/en/master/

Packages

WISDEM® is a family of modules. The core modules are:

  • CommonSE includes several libraries shared among modules
  • FloatingSE works with the floating platforms
  • DrivetrainSE sizes the drivetrain and generator systems (formerly DriveSE and GeneratorSE)
  • TowerSE is a tool for tower (and monopile) design
  • RotorSE is a tool for rotor design
  • NREL CSM is the regression-based turbine mass, cost, and performance model
  • ORBIT is the process-based balance of systems cost model for offshore plants
  • LandBOSSE is the process-based balance of systems cost model for land-based plants
  • Plant_FinanceSE runs the financial analysis of a wind plant

The core modules draw upon some utility packages, which are typically compiled code with python wrappers:

  • Airfoil Preppy is a tool to handle airfoil polar data
  • CCBlade is the BEM module of WISDEM
  • pyFrame3DD brings libraries to handle various coordinate transformations
  • MoorPy is a quasi-static mooring line model
  • pyOptSparse provides some additional optimization algorithms to OpenMDAO

Installation

Installation with Anaconda is the recommended approach because of the ability to create self-contained environments suitable for testing and analysis. WISDEM® requires Anaconda 64-bit. However, the conda command has begun to show its age and we now recommend the one-for-one replacement with the Miniforge3 distribution, which is much more lightweight and more easily solves for the WISDEM package dependencies.

Installation as a "library"

  1. Create a conda environment with your preferred name (wisdem-env in the following example) and favorite, approved Python version:

    conda create -n wisdem-env python=3.13 -y
    
  2. Activate the environment:

    conda activate wisdem-env
    
  3. Install WISDEM via a conda or pip. We highly recommend via conda.

    conda install wisdem
    

    or

    pip install wisdem
    

To use WISDEM's modules as a library for incorporation into other scripts or tools, WISDEM is available via conda install wisdem or pip install wisdem, assuming that you have already setup your python environment. Note that on Windows platforms, we suggest using conda exclusively.

Installation for direct use or development

These instructions are for interaction with WISDEM directly, the use of its examples, and the direct inspection of its source code.

The installation instructions below use the environment name, "wisdem-env," but any name is acceptable. Below are a series of considerations:

  • For those working behind company firewalls, you may have to change the conda authentication with conda config --set ssl_verify no.
  • Proxy servers can also be set with conda config --set proxy_servers.http http://id:pw@address:port and conda config --set proxy_servers.https https://id:pw@address:port.
  • To setup an environment based on a different Github branch of WISDEM, simply substitute the branch name for master in the setup line.

Note For Windows users, we recommend installing git and the m2w64 packages in separate environments as some of the libraries appear to conflict such that WISDEM cannot be successfully built from source. The git package is best installed in the base environment.

Direct use

We still highly recommend users use conda install wisdem into an environment, but if there is a reason that is not desired, please use the following instructions.

Setup and activate the Anaconda environment from a prompt (Anaconda3 Power Shell on Windows or Terminal.app on Mac)

[!IMPORTANT] In the environment.yaml please uncomment out the OS-dependent dependencies at the top

  1. Install git if you don't already have it:

    conda install git
    
  2. Clone the repository and enter it:

    git clone https://github.com/NLRWindSystems/WISDEM.git
    cd WISDEM
    
  3. Checkout the desired branch, if necessary:

    git checkout <branch>
    
  4. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment.yml
    conda activate wisdem-env
    
  5. Install WISDEM.

    pip install --no-deps . -v
    

Development

In order to directly use the examples in the repository and peek at the code when necessary, we recommend all users install WISDEM in developer / editable mode using the instructions here. If you really just want to use WISDEM as a library and lean on the documentation, you can always do conda install wisdem and be done. Note the differences between Windows and Mac/Linux build systems.

[!IMPORTANT] In the environment_dev.yaml please uncomment out the OS-dependent dependencies at the top

For Linux, we recommend using the native compilers (for example, gcc and gfortran in the default GNU suite).

Please follow steps 1-3 in the Direct Use section above, replacing steps 4 & 5 with the following to ensure the development dependencies for building, testing, and documentation are also installed:

  1. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment_dev.yml
    conda activate wisdem-env
    
  2. Install WISDEM. Please note the -e (editable) flag used to ensure your code changes are registered dynamically every time you save modifications.

    pip install --no-deps -e . -v
    

Run Unit Tests

Each package has its own set of unit tests, and the project runs the examples as integration tests. These can be run in batch with the following command:

pytest

Users can add either the --unit or --integration flags if they would like to skip running the examples or just run the examples. Otherwise, all tests will be run.

[!Note] Legacy users can continue to run python test/test_all.py to run the scipts, though it is recommend to adopt the simpler pytest call. In a future version, test_all.py will be removed.

Feedback

For software issues please use https://github.com/NLRWindSystems/WISDEM/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.

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

wisdem-4.1.0.tar.gz (5.6 MB view details)

Uploaded Source

Built Distributions

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

wisdem-4.1.0-cp314-cp314t-win_amd64.whl (7.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

wisdem-4.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.9 MB view details)

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

wisdem-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

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

wisdem-4.1.0-cp314-cp314t-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

wisdem-4.1.0-cp314-cp314t-macosx_14_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

wisdem-4.1.0-cp314-cp314-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14Windows x86-64

wisdem-4.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

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

wisdem-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

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

wisdem-4.1.0-cp314-cp314-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

wisdem-4.1.0-cp314-cp314-macosx_14_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

wisdem-4.1.0-cp313-cp313-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.13Windows x86-64

wisdem-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

wisdem-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.4 MB view details)

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

wisdem-4.1.0-cp313-cp313-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

wisdem-4.1.0-cp313-cp313-macosx_14_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

wisdem-4.1.0-cp312-cp312-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.12Windows x86-64

wisdem-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

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

wisdem-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

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

wisdem-4.1.0-cp312-cp312-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

wisdem-4.1.0-cp312-cp312-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

wisdem-4.1.0-cp311-cp311-win_amd64.whl (6.1 MB view details)

Uploaded CPython 3.11Windows x86-64

wisdem-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

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

wisdem-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

wisdem-4.1.0-cp311-cp311-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.1.0-cp311-cp311-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

wisdem-4.1.0-cp310-cp310-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.10Windows x86-64

wisdem-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

wisdem-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

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

wisdem-4.1.0-cp310-cp310-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

wisdem-4.1.0-cp310-cp310-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

wisdem-4.1.0-cp39-cp39-win_amd64.whl (5.8 MB view details)

Uploaded CPython 3.9Windows x86-64

wisdem-4.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wisdem-4.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wisdem-4.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

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

wisdem-4.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

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

wisdem-4.1.0-cp39-cp39-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

wisdem-4.1.0-cp39-cp39-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

Details for the file wisdem-4.1.0.tar.gz.

File metadata

  • Download URL: wisdem-4.1.0.tar.gz
  • Upload date:
  • Size: 5.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0.tar.gz
Algorithm Hash digest
SHA256 c9ac5de060f94f201800d7e6fa97bc5a597611d0edb81448228d48bb2966d87a
MD5 f65b5c13d00b733702f7b9b97ceac709
BLAKE2b-256 7c83517555f0656596e7c61433449b466e22372ef86b963a76e04b103cb78ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0.tar.gz:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7a5a1a34e235be6c8b925ab9182a6ca88059e6acbc84284efa77e9a70eabbe5e
MD5 19f130a48e389d3ffbdb17878da6ac92
BLAKE2b-256 3cb16d9ea91d609b14d8ecf0c828d3e9222f2c678da6830a248df3d3e321e64a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79885aa532010aff1ce622f8795d6a9fae90b148cea4c79582b830d0cbdc6d12
MD5 eafa286e0cb4a36c501d28d2139b1f35
BLAKE2b-256 5c114715f7ef5ec2e7316697f2144620cee6720db84f7e5afa3de0a72d157ff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e065689098ef1dde1b97ab1d424a3ad067ed8b3d81a8f5596c54755dc817cf59
MD5 e7afef7c0c02a94d7722f93722a015eb
BLAKE2b-256 22b62eea474b48f59d475818cb4c8611a74b7e969464a2903952d96d75d33173

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a036f687181e47d189b4c3731654d28ea3decd9dd026322a5ac4f34bde1119e9
MD5 98014119f000d03b907257df68fc2d25
BLAKE2b-256 937fb7d59cb0df34f83cb118971f95df506a40124e4d589e87ce772c682ea2d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 856f5888b566d067fb83bbdcb0fd8aa1689f6b40bde3b2c3d2d969ca05bc551a
MD5 f8e0f30907cf556c4ba8ac466c7f24e7
BLAKE2b-256 91549c15c63bfe3ad20e6a2be62f6b031ece7f67ffe64e847c95c76940a82a14

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 846b455e661f6bb246dfcfedbbb2375c04784bdb400d7d8dfb0209e0323b5799
MD5 6c88760a965549535c4f54cd5ae2ee89
BLAKE2b-256 d030b4564af8bde93d0a9638a5186a8989cde1bb0a7f88216b199c387654cf91

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c641a640e6fb5aba14d80a214dc17d01c786e5c48d94eb3c0120ae0576fad1fe
MD5 55414d42dd3b188a848e7bb3d65f84f3
BLAKE2b-256 5554f86cd91c23fa51c24f53492ebbfcc1f5aaaafda3bbe34c8458045f6fb19c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 461517ab322c6e274c4334fd77432135c78bd0ddbdb4e4ef9e8a7e5c2ee88d6c
MD5 ec38dc28d60b1e7328afc3713e5ce19e
BLAKE2b-256 e68aac4a8d9e92a9e076a9332df3e2ff233746192babf23487d0b560b5299ba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79fdb8783d81629aa48ef84d80bdbe321114f983162552ac5b5a68bf96e3481c
MD5 e43040a8e3a3f01482f8cd487c8c62d2
BLAKE2b-256 47444ee248413dbe767013cc310d756428676aee776fe146aa43be8b9fdfeb9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c27b37153ec51f170d18142a93d196f44fffbbe62fe3184640dffc98def881f
MD5 7107b827cbef076d6ea5313431ea0e8e
BLAKE2b-256 361662d4d8a43b92d3b63848a685e64ae66e763352a5b91bfd1c49436ed47329

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19b7f029bc01dbd7001f0717af6dd40d2dbcea6b1ee5405385877e9d8ba89894
MD5 47890271887f0eef3445742142fe20a4
BLAKE2b-256 82b84dc68578a948697716f8aed75dd0b4235cdd56e363e6800a615ec3deb7a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a38120d59357fb4a8a08eeb02ae37a64e46b9294974803da679c47cef16eec9
MD5 ab7625311051b9963c604643533a90f2
BLAKE2b-256 48e91c8cc120a8954e296cf574b9e9c3a81c13216aeb1cfbd83610d2631c13d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9331cad69b4dbe50eb57121027f694f4ae1f111c2b948d4c7c39274091ac079a
MD5 72f44ce823c57b44ff8f849e44298517
BLAKE2b-256 4bcf35866bae98605c4217777d112f8ddbac512b343ae6f5f6518c8a7835d278

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5e32f3feead0fb54901073f0fa15a10e20f62a4f73d3653ae7008d104c75a9f5
MD5 799dcc70e0a8dde084b9f3da14902aab
BLAKE2b-256 1d924660b397b4e9df9edc01bef9c89a4db13d00f16965d6d6024f56febedf8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 31113659de2d04ec0345df01fae04d07fafe72b2b2fbbffe544af9b471893c1e
MD5 86038f89540c43edf86fad0ee1437dd4
BLAKE2b-256 0ce6199c5311bee7310b619c57c4a735d71601aa8d3ee83d92907779cdbc1e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a88410f8a4a9953f9944f90987e4e1d719cd026edfb867b75ca32694e46b4258
MD5 63c8ce7358fa8fbbfad3c97daef2fea6
BLAKE2b-256 ca7695f498af677e0393e7dcbe916ae60d43bb20a8c0e724aa2ec5b314be1248

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66896e78a05aaa9f9b97264bb37c186bcb5a8c01fdbb238691c820ca61d7b510
MD5 06bbc776a2622ab5b90895ff6d662f35
BLAKE2b-256 ae38eaaa580018c417f4c1ac09e7343d0a37af9a889ca5ece6d7de9e2a1189be

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4592c6e3f0baf36dbc3ab4a08c3eb420dd6d3be1e035d44da07141fd6300c22b
MD5 73c9e1ff2938357c807592758924192c
BLAKE2b-256 549d513f6aef6335c9553407758ee654683a9ebbfd3b4a3fa7cb30a07e6833b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2263efdd05aecf0de40ebf34d6a1f1c1c022e073a2f4ee16a34d6c9dee86b702
MD5 ba98c774adc2477c45c851eb5b19bf4e
BLAKE2b-256 c7772da5765dce2cd0eb2446626351d0839ec061144830b1d771be3964f9ce06

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0e7f8e4f046266fd53927fef854aa3ec016f3a71af05595d891ae086a8502db5
MD5 7b0a0a8e6fb714cd3ab1a03588806af7
BLAKE2b-256 32c5c74e3b2e8cdcf04c27165647af8f332f047c6840e2e117869cfbd9d4dc83

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a4eccd8fe810f9f0d312734263ef0cc1e583a4d97f20563225bb4cef224b9633
MD5 fc665c3c2fa71c887997a6f38fa003f7
BLAKE2b-256 5c7bf8d7a4f7cdd0d59d6b8eaff096049c65502c0cfdc6ec6bca4871dfa2eea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c6df9bfd99f289fc9acc247ff02b039a152c124ebbed8869cab73e788a1190c8
MD5 0657040bda1b477c379faf607cfa4b56
BLAKE2b-256 51b89ea7f17ca3296df70c17e1060bb5f22cae2dddde422ab55e826783cd1b81

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fad1de47f0dd089f7cef4b4a61027992f7aa59ff48cefef2398f01eae8a35287
MD5 393dbb47b19393f388687003a90ffec0
BLAKE2b-256 aa50a0c3e709c658e652b67027b29fdda34ceb48aa1ce92bbac3e2f7afc40652

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 470848ee2bc23223f69398b083183e12ea800c621ad5cc2d1acc9168a0d80e82
MD5 4c40483ba38f32b190cbf1c717608d3b
BLAKE2b-256 005cb789437c27d9f41a27ee5eb93a4ea63e9ca14b284980de5902eab0d85b7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c33f28104889da9d9d92be02db120d1251a4f7001b720d27e83839954cc0fa60
MD5 9d895f1425b4a7c7d35d7ae9a019a0ec
BLAKE2b-256 79420b0c6bd2fccdc68bc6aee24e71978e54574e84c3841f3605578badb16f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5973be849db7db1619c9ebc11802719a0f1f06fdc5e03d51440d6328aab3aad
MD5 08bfeee57910095ffea4cc7a7dea8771
BLAKE2b-256 00efed60d10352dea99e43ca8932d4b089548b00692cb82af7cc303dc5c314de

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ce059e74f67f72113b904f25fa880dbd365678c3af2832ab190976e1459442ec
MD5 021b1ce124e3c4cbcfc365381b9fabf3
BLAKE2b-256 d74e7c3827cb9ceb09fce83f9ca9fb26fed7bf5886ef7e92a604dcc606a6e7f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fb88f3cb087e6196435e8dc247aa6f881f3713c7b83b73bb57ef56a8f417197f
MD5 a06d7ecadb33dc655e9dcf1e4ac67baf
BLAKE2b-256 b7e25a0a36310850486549ebfad41e5b9f2ec9ba395c0cda6fb6613c89e4cb44

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 125dd9dd60513cf4b4c710beb56da7a1635a3d9719b903162f692e689cf1f6f3
MD5 2e9f341e5bbe4e3b32ec879a0206fb35
BLAKE2b-256 074136ef72d29065aae2f2dd698994352a06cb5c3133025b6110cc9ec229ecd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5a34dc15ac78b6bb422471a6f0a405dd07ef48b66a7d8d068bba94d979904e3
MD5 bde9373f00db0bab6231cc16cf4c7378
BLAKE2b-256 783470581636d8f0e5755022866e0526ab8388adc86decf5571bdb602d8077df

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33d59d67e6d83aa1d43b2c3b5f7af6d970131c036bee885be8cded3ab01ddae2
MD5 c74efdd0e9299b17e3662174929d6e76
BLAKE2b-256 11c4eb6cbe9b933c2850905278945adb8da6be58335367664e10bad55a86a324

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93cbee232d6c43597001a2d1f0568e2f24cefeea001744d0619065a2399939d3
MD5 92f162febd0800ffeee80156d4e270bd
BLAKE2b-256 44651c5822967e0cc7a62982646f0cf9cadfff390576db4536313dc831f8fa85

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88c2c70c537350a67a8ee3347999246f2f02e435424731b48316d833ec5cb17f
MD5 f0570f602e6c6e3372bb859a02a56478
BLAKE2b-256 79c9db7064418467776aaae056199b2344e66e5fd112e261e1b033858ae47650

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3407d6b036beaab743bb59bbef6045cc5f0e0e66e76b1c40dcaf69c18022c94c
MD5 c4b850662ce082ba16de769d86a919ae
BLAKE2b-256 44b68a05b9d9b3ab18e2efe343421e49b4482e0c6f1d288c8641c94c3f56f0f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cc90c18093cbe3bd1a32b5f16ef5347f2a5b04c41aeed6a5ca81aecc15ac2736
MD5 54569321c464d6ae831b84249128e78b
BLAKE2b-256 8e1a80dae714d9e1c6c457dd148b2bd097bc82953600229536f155f2d80dfa7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b43db676ba11622acaacaa8a29c7b36e977f691c09016e0078859c2dc6f1326e
MD5 30e7e66125917b25662dfbfc31bdb88e
BLAKE2b-256 b2d8b377916c9a07935fc9a8f5a7d68e9274e70b0ebfbb0b78f5a3212fdda048

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc68e74d4400e9241299bcd17304f41a288f7af2de508f123abdfbebc494c21c
MD5 50b0d6a1e58a385852dc6580c44afabf
BLAKE2b-256 320b0a3b097ae6d33b7021e25fba6f04335d6cd63d0b0a67ee176a66e685ba7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf3dc93b20c2f579e78846ff23d5cfabf132df191c034ffe4883e2808e2d86a3
MD5 2a3153b85017afc99dc19f438d8e2ea1
BLAKE2b-256 9da0e191a6d3406592c9e6cdaf90da3c8f7c72c974615bd21cdbb70ef01aa1bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f69e3a27641dd35c90909c69da62a35a09c0e4a1f3b60f89514b7f1d5e5eb40
MD5 dc332f0110a769265523968a29efb1c5
BLAKE2b-256 7d747f49594c29361d4ff067afa5b745ff1cb010048e4d29a1d4c263d4338922

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93d2231956f32c16e8b3a7f5c96a24827b6f01d71b59ae5b3f3390920b325019
MD5 3b34278161fbc0e74472f6b1d938c877
BLAKE2b-256 dcb8e1168b26f2c4a52b84ddca6418a8e8fc39f356cccef2028e4444f6468b23

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fb52a852d7a7750579e90935f1ee2ba7dde5b144590aae3b506a28da91fbdce3
MD5 45a5a216992120ec8539a65bdfe56846
BLAKE2b-256 60441d3ea804136e43452c0e8f260fc17304abd080cfc314c3c5d22f8cd3c7d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 09fcd0af66885aa37e3b617cfe9e0a0d4f360f7fb4743f58d4c36484422f66dc
MD5 56af398feafa4d244a6847646103ca88
BLAKE2b-256 a90e2ef8a2bb4acd40a2d8abd4cbd5b7d3df515df6d67cdc04a494c23cf44df7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7ab22085c68fab5c6d1a89a3f3daeb84920f957a19fd23a7cfdd755c78e0dd44
MD5 1b2fdb38da1cc1b8f023d5a9da8f2cdd
BLAKE2b-256 e51f48f7bc28cb04a2c485f42020953ac70fa2b357f80012b72f965d387bbbc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 821dedcbe9962c38bf1ebc1eede6da845d90d4bc38981b9b2de0caedeb376297
MD5 f41081b8cb073c6e3663de9331473776
BLAKE2b-256 8fdbaa81316ccc983cc166078db3833a4312269ea140782d3a1b1400211cfd61

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18288f831e32c5e8319870b3e02e11aabb23215e456292a4005a7629c0a59d8c
MD5 fdd88bc74ea073c4ee83510bbd5c5213
BLAKE2b-256 2244c7b23a2c344ea7ce95ef1f5e8759bcf4ec7e8d1a654ee6ee0e126d30f5e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28422932e9e7369ceb808a3bb68508d09103d59d19bb2fab8189751a8b668090
MD5 cb9dfae4eb21128be8d2ea2fd692e589
BLAKE2b-256 b108fe19dc8b75d93c2908aee544d6b60ba07f09958509173d8e24b31bfff032

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4e09310cfd2a6057ef554bfbed1b657eaca079cce0a7f8faacffee9f0227398
MD5 ff7c765b7a72ebe51e9fe0169a5c3e19
BLAKE2b-256 624b702b389c73ae276f28a1119939c5eb305f0ad557ed8612117d6b1ca7d84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 15cc4b3469af260dfcb9aa2dc0661a3f1ba4af17f2b21590368692ef51283799
MD5 6877678443ad8d4608046aa524eb5ac9
BLAKE2b-256 f1777806382e53938a8a692f5691c499be721b17991f2dce225b779f940e6070

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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

File details

Details for the file wisdem-4.1.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0c2b6885419a3f1e3bfb9492ac3c6af2d44baf0a674537747c4482d554cfd9ac
MD5 8766b55cf015637c0e54c3336edd5c0a
BLAKE2b-256 4c74f9e6edf3c9c333ff8374213dd0c5c4ace12a52f2d5c85079c4a82bf2b18c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.0-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

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