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.2.2.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.2.2-cp314-cp314t-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

wisdem-4.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wisdem-4.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

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

wisdem-4.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

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

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

wisdem-4.2.2-cp314-cp314-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows x86-64

wisdem-4.2.2-cp314-cp314-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wisdem-4.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

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

wisdem-4.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

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

wisdem-4.2.2-cp314-cp314-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

wisdem-4.2.2-cp314-cp314-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

wisdem-4.2.2-cp313-cp313-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.13Windows x86-64

wisdem-4.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wisdem-4.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

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

wisdem-4.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

wisdem-4.2.2-cp313-cp313-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

wisdem-4.2.2-cp313-cp313-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

wisdem-4.2.2-cp312-cp312-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86-64

wisdem-4.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wisdem-4.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

wisdem-4.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

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

wisdem-4.2.2-cp312-cp312-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

wisdem-4.2.2-cp312-cp312-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

wisdem-4.2.2-cp311-cp311-win_amd64.whl (5.8 MB view details)

Uploaded CPython 3.11Windows x86-64

wisdem-4.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wisdem-4.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

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

wisdem-4.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

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

wisdem-4.2.2-cp311-cp311-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.2.2-cp311-cp311-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for wisdem-4.2.2.tar.gz
Algorithm Hash digest
SHA256 ac05852e5aa4862e04805436d5ccf662e982d16fabef31f9fe98a577effef734
MD5 a3959159c412252fd84ee1202e2c81ae
BLAKE2b-256 5ba409b98547c2c86fe6ba35095e01d6bea7b0ed345c90407432cb2ec7a0cf55

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2.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.2.2-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2940dfce38483ccddb186d7275f995b8e97d4c4a8b028f89f50b8ec9001d67e9
MD5 660bf194e183f3ff1cafbaa799566098
BLAKE2b-256 80243084a14b669615d4545b8f11d5f891eeb7ef6b51b0cbcb2260e305b22e1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 667246f5338824c57e01da9911a48b47521828ebf21da4c5cb76a9891f56b6a8
MD5 6d35e9985a66dd2a59cc0477291bc3b1
BLAKE2b-256 006753455897ae5f2330a8fe34cb73740958ec2e11774cc7c87ed4c28e566d2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c8f9e82feb64e7cb0766496431e07ae33da9c7119f61f5935126a793cb59278
MD5 ec2672f8f9b0d7e7b427368e21bafcad
BLAKE2b-256 8d150dfa4ce7345487bd648a9a08ba06cf2231f328d69425f35df3c0d531048f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 899641cc59a085d8967ecb219d312ca03e1e31ee701f645b41b0ade04eb3a66b
MD5 00bfb4b63994c8c832d7ab001ff00082
BLAKE2b-256 336c226a7eddf964ad39e71c72aecff76f87152838134813a3f5f939102869e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f11cd1e91dbaf780966f05cc8428b934ff43300562e31aefda4c2b6b7eefdd7
MD5 943185426fb0ea56f80e642b22cab556
BLAKE2b-256 128edd647661115e0755d209ea30459c713b141b3e22c867448e4f95f4a41552

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8575c2febbb44b2a343a16e8a93abb1159fba1c25e98ae788f01ff3f4cafb96f
MD5 0c968de514f676f16cf257b39cd87aad
BLAKE2b-256 46c4619520ff72b9e0b6ef7d0a749ec0c8252e784465b814223578efb0030083

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cb2d2e0cc2e1e131398b1fe77ad6629fcf246d2dfe9748b420baff78c9b498a7
MD5 79102ed9b56105e8bd626b5f80582fa0
BLAKE2b-256 cba6067d42553596db16cf44ad975d376be420350a79db21c287e0589291c209

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fa07284fa4e7320208fec40e39331ca53e2d1bb6c72fc6decfed94e089cc0aa9
MD5 84d97e94c01d029bc65b69e79475ccba
BLAKE2b-256 ad77475be51e121850bcc807dc66ecfeba429437cd988e66982b7460814865d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c313bb1747ee2a05f44b880b5258a9d761cba02965f2c7a28ca9bd9209a510a
MD5 ff2c9a71e758e7a563f5da90bff59199
BLAKE2b-256 ad89c8703dcce390efea0cd7404fa9b51a5976b46aeb52ac2a40388d2f0dd02d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3363573978ebf70ba94a2f9724a5ef01730d471fe7a68942226832c9975e9d0c
MD5 24c4eb01ce4e74b451fe4b68659c887d
BLAKE2b-256 cafe66e80d257267b15ecb5a1eba0f76191de354a1fbb7a8192907604849475e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46a4b9b8ea6654fd5cc8232178559fc9d58ca2baf151d17f7179e0c26d9e9634
MD5 2fd2d5341a61c7d20dd3210f721c0ebe
BLAKE2b-256 544b0ca55892324bb72f6f7339f99aef75ed1d63268f00eabbccf3af8ef54455

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cfc1f173ef5c84d7d1f3e3d3664e1b31e88308a8f95240a3af6a4a07fe27949
MD5 b6a3220055af9c93234f1cf3e3aad5ff
BLAKE2b-256 142d966025b4dcb2ae97ea8a0ff070d9caeffda2378696e0ef7712c3f5e669a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c8ca2c00e79d26bcae773dcf5f6285a1f20e16dd8fa75e02f061e78e3a41262f
MD5 fe636df859bbb187ebafdc166aa83228
BLAKE2b-256 cf792f7689267032b35cf1927cd6923d1a4cc2eb5a0c2cd6d3dcaf7411c912e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 89e85a7ac966fbc5660a48d284a9024bf590ec323381409592c626559a622e24
MD5 9cc9431d7c7cc4de8f10deb05bb6fd56
BLAKE2b-256 7a07ff5c9a0067e17237db259bf468c62acff4566bdd3d54afa3ce03062c330b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 be04429330a618e4c77ef0dc27bd97affc1b7a3193676a18dd3ab02774a8abec
MD5 e9fa23ebc2404998a4d581539ba1ec65
BLAKE2b-256 f5f097baf397d70cf614f5560e06468c5aceed5343219f9548db32b14f22077a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2458a49fbda6e82c149ccb25e5fe6321425d69c093c01ddc9ad5425e2dc7d71
MD5 e338e8afad420007240d23e365ed9aaa
BLAKE2b-256 a7e5b83eb368816e20853126be75ee4e9871c7ffb77045c5f3d29c788b3ef921

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8c2e06cf6e8cbd6b6736ffef6078d96a38ed5a0834d771f9a52baf484ed06d8
MD5 1862eebf36bf686976757f762f0bc603
BLAKE2b-256 245a057954cacb74b8bf77b6cee4d24073c4f534bbd4d20eea0b99ea034edc82

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07ad5e803466838eb59e24b5cb783b5da8ed24408c380c45d69192510023934a
MD5 af3adc62933c4de39bb67105fe24544c
BLAKE2b-256 c0a26ac26bedd9d5dfa3761f19cd72422b846ac18219caa020be126664c00f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c88ac8db0b0531d55876480b99c73ce5c71f359bfaf11c04ca23108b5970395
MD5 de13da717012d38be8bc531118b9ef32
BLAKE2b-256 b4625c4582b6a53450bfe5a2c8bc9ea92c9660b5d84f3838bfef82db3b134302

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 37a36a385ccf66691c929a98d61b1b95432ee3d8fc920dd06b1b3eaf24974f54
MD5 ae2f51d0a0bd6112efe1a0f843214583
BLAKE2b-256 558910cdb1cc323b4bb942a6cc6d29bd33473773531017f3859d1c83d1c63283

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 45f4fd22383633f36729f1bdec7c89795227e7b7cc33b498449e5731af3f3c63
MD5 9a9c867c67bdcd85ae04c42c970a30f9
BLAKE2b-256 164486ffe90c3770728a617497b424707bd9fe344e420df9848a4e1795b1bb87

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16b49d7e4f87493b9894e7fe0150c7957c1703fc134134cdde6ae8efc3f09176
MD5 f8d1f52894321e81eba7263a2c21796d
BLAKE2b-256 9d248a70f9eac2fb1914a80d9008ed26d62953f6d0fbac8d988d4f425cce2dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54c9dc626f2c614bf04d12a00dec219c28ccec770754e50b1d0c44399c1d8e68
MD5 45bde60d6b41b9ed75fa94c12783df2f
BLAKE2b-256 630d7912e9d2c9946c13d7183ee7eb46770f2eaa08d1ffd3a9a641ee70c4ba02

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93d3fa07f236bc5e8bff672d2673c397644ddd9e24816dec086db7a76187da8e
MD5 b2572ff1bee88f54595b3d5bd67e22cc
BLAKE2b-256 18972fc7029c9e3870169ede0a50f860bd974ff0d1f86c272b2561df7ff837f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e954ee132b2a7302a27bb37f90f528630c4c770a951ca25e54547be429cc429
MD5 510961e16b1862c9729ca4dda7d508d2
BLAKE2b-256 042569b8faef334e4c6e7ff739628964854be2723c6ff6aa6d4d720b73bc5f6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9697cabb8a957f780abedb6942fdce277932b34676893cf2975311206c48754
MD5 f14ab8a6fa52470f18e4d6996021be13
BLAKE2b-256 ce9f268b1747740c0dbab9ac81bb6cdd1dc095ff5bad0bbc2576db57ed21dc20

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6fa59e9cf3566c6f701862071653ff35426b25988125aecc8ddfb0c973567441
MD5 2ef3b95964d74f1c92b265d50cf92771
BLAKE2b-256 6ff74e2b60e65c707de938146794a0f6344d466c4369b406da66686b644854fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3409913c936bbb8ef170241fa42041a83a9245b33af9886d7ebf97242e887be8
MD5 a106df43c86ae986adccb9156ecfcecc
BLAKE2b-256 788dddd3d28d81d17bd3b53145dff4a206fe348c9044cb0e0c4518d28d392092

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5099a9b37f31734d36afff6627dac7e8f0abffadc49664d75d7438f38ab0c7bc
MD5 8fed2fda14df7a279101d5a424b57240
BLAKE2b-256 aa470259b4d42622db3208e0e78ec7724c86de0058446c2499bac5d9b50ad702

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 029eb80e8aeec5b6dbb9a7ca0b1a3b5d76a4f3cda19bb54313d4bb305bbb911b
MD5 7dedb9516faa9b26b48e36ea7eb603e0
BLAKE2b-256 e86fb8bfcaf5e92fccb35fe2f83d508cd321f0b126c648c00963c1a306d8f321

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48f488582288fb13e660ad9b9eb52e24dc2a733b04294dd4ee6acc7fd2d81977
MD5 a2b94d203a4803fc1ea9dad6b4917ae9
BLAKE2b-256 3bb4ba63f6325f0abb6390262d86868abed57a522cd1e48e0fa8af0f761bdcaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cdcb6a9e6fb56aa9d030fbd32d68011c97c88d475fbe0576ce943b49de79358
MD5 381134024c1e3ecc7bbf222f2fabadd9
BLAKE2b-256 dbd1640617c1c2b777952f4c5a7a2841253aeeb3b53c56bc797e08f3ed51af9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9c80e41651ef1128fc34488f697fed3b4daaf49d9e95720527a06335ac079f1
MD5 203b0f9326082732f21bb55184ce243c
BLAKE2b-256 a20547611904e6bd69cbcd1eca3d1f3260c8129f57f520576c909250794a1520

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fcfae4596f9d6b7c4f2af60af21a3462fdfc2b0273b98b2444a0cd1590620e4a
MD5 7ac20e5c718a1cd45608ae907afde660
BLAKE2b-256 01724aaea2481a965323345afcc9daa7734460d512df263ab2dd4e29243418c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.2.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f024e5d0f6dec4d959ed684202b6842cbad3eab72ee8a2ceb918177268268ea2
MD5 a460c0b20451d1c6060d51ca8f48d8a1
BLAKE2b-256 4672c32f9b81dfef6c626583703b8d081ed027b77df5e494b84c1fc4d7190ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.2-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.

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