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

Uploaded CPython 3.14tWindows x86-64

wisdem-4.2.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.2.3-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.3-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.3-cp314-cp314t-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

wisdem-4.2.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.2.3-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.3-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.3-cp314-cp314-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

wisdem-4.2.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.2.3-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.3-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.3-cp313-cp313-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

wisdem-4.2.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.2.3-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.3-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.3-cp312-cp312-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

wisdem-4.2.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.2.3-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.3-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.3-cp311-cp311-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.2.3-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.3.tar.gz.

File metadata

  • Download URL: wisdem-4.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 5e4c0b132244d428563e13fd75d62bab65100406446a317424b6b44e63519cf8
MD5 ad656583736cb6700ffde46f6e5a888b
BLAKE2b-256 100ffbad1f66e40248a4c278ccc2b19a9e8a9807c4f76186413a311d3b6b99c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wisdem-4.2.3-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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bad5d3f49a9214674f06029b3184e554f1638b9080c833fe0788cdb4ea329802
MD5 b44ee678cdbf5174c21f0d8a3e2a83f6
BLAKE2b-256 d913dda8265b4b133ee181d16ab298e1f6c49e6f80bd2044e27c0efabbe80fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57613b054541cf5bc49ef4df98d28dee36d5a52e9236985489723f17efc3305b
MD5 42821ca21f605b703aa34aba69317151
BLAKE2b-256 841501f9c16f5aad573655536409dc396175a621646c5ebece4f7f98fa7a840e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c1142a68ce60834b9847838fe1aea6feb4cce7e5c92da533c25084429b3ff8f
MD5 bc3899d1189f2b930383dc79cb95276e
BLAKE2b-256 007749899807392ebecc3bcd2b86da6c75d43ae9e7c5ab2012b0d61e9a51286f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.3-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.3-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.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d35335eff5fae5f0a99066e5b368f4c641e75253efd4c1d391f9dccf693ea4af
MD5 1d7531f93143ea0ae9fde0a83a24abb3
BLAKE2b-256 0a9d333693ece238b89c5cccebfed982ad75a15f295d2a1701c4d206fc01ae7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a90b6f71ad58bbe6393e39e19fecfd3004a6ee92731e65916d9abb357da8c3a5
MD5 d30b9d2c46024bae5090e7bfd21a8ba3
BLAKE2b-256 55310075c4003890ca760511044f725520edf56bde107c36bebb9df4e500e230

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec6a25a13897f32dcd09c411851fe1607cfda2e656f84cf1c54dc131176e6fb5
MD5 022aa599801d4716b5fe3ef3561b0989
BLAKE2b-256 b3996b59a58178322811a699ba3e3f28ecf6b0f7698aabbb18dc058eb4e2dab7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ac38526b941fff2aca72e4ce5fb73308bb701813d7ea7fff17d933ff5e9c5687
MD5 574b3a4fadb715c242f76b517601c975
BLAKE2b-256 eee75190de2e1d1aad17eda1f6362aa1818f2266f4711127b59bb261f57f53f9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wisdem-4.2.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0439bd0f2ae7bd8f5971379fda854cb5988f43810bccb2eb256a0d2c814b82ad
MD5 8731fb65e37e1ac7f34d702295cb479e
BLAKE2b-256 6ddc0d5526f8a5b05e259328d31792973b05ffb51efc63b72d417138b150243e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d48e39fd146b14883506b9171ddd555773d867ce1ea5929ca482598e43448d9a
MD5 75f27374f79dc195a05e6687c48ae850
BLAKE2b-256 446ecb992724844b2debff268f2019a97811a4e8f3464b2d3fe13c38e3b75d08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a4a82a52a5aa83b267d7676e906b4573cb909ed947f1e3bed5cf43e965be2d8
MD5 046218a870abb22a0b0bc493a4310a13
BLAKE2b-256 9c6ac3ea4a953e32364e924569ce85d1286855bde0a921645bb20fd71d72f018

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.3-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.3-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.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdfe0dbceca4295fae54261fc307961789a12fa00604f03a63a5a5514865672b
MD5 2d206617a941ac4a76c75a1d4e5f143f
BLAKE2b-256 93acc8d87b9974d94794f8d443860ae1374e7671ac2dd4cb41204700beaffc6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 729dbe1bd1edb859032d7d226fc70587215b237c88ef2e98d9362e2e5cbe7987
MD5 23aea158663eb19a649e972bd72db9ff
BLAKE2b-256 5733daf3d3c0c66fa2c84f2a13d4f9a5eb91b9933d4af8bf20fe7659376382b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 df3349e84399d12ec748fe30b3b92117ce72f8d2c5188fe2d182ddb3fce81c8e
MD5 c2fea8db5932fa1d1f4352e09c5c00e8
BLAKE2b-256 907d5350da5e5a0a2a400d52d9ee894d9916da43ff59b2646f74d1457b22d167

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f363fc68d56913d2169657199114a2f932e4af9123e8c01317654041ebee40fe
MD5 5592d971856438c0cc8a6d961febc7f1
BLAKE2b-256 e1423f0407abee57a8c80c8ff8ef9551f990a0603618f3ed79b7714ce0e40b3d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wisdem-4.2.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4c0ec3f954073ab946fb677ff132ea67ab616819cf7753f526fccc8a5e84e475
MD5 2de7e865d92dd801202123bb1ff1fa5d
BLAKE2b-256 5a69a994f3e4a0cfddb696d3f1a8dfa30229a97cd9dee15146680d1a99e03db2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd1dce70b6b48fde605062f72ba0ea6a0c0c820261c0f1006ec396f403f3a188
MD5 59a88d3b80a7d085f994c8c074c60ae2
BLAKE2b-256 b81dce9563798877bcffef971f757a7c7cba620bca8e7ef733efae5a1720a23d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83a31a3ded8178241a1db2b02ca3af1d0d07cb2a6f1db1a470b8051339dbc265
MD5 b31caf313bac40bf355e46fa6b4c2e40
BLAKE2b-256 4f990d9b7171dd7a2f675f6a9c0aab615adec0882ad9454e5cb84990f8747301

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.3-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.3-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.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 983598fb9cd1fda37f7e7aa71c704a985f333e8bf5cf095eb7fd38dddca4f24b
MD5 803107977af475b28b8847d4eec97ccc
BLAKE2b-256 913d5635ed7dd3bb3fbe5842f1c8ba0afe74bef8d22e1192f7a8856995cdf1ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f7a2838f1ea161f9335bf655e2d0f3e61b11c149c2c10f90bf16f03ba548736
MD5 80ecd50289e95a675fb5424eb82ad1f6
BLAKE2b-256 b9709a2dcb74d4356539ea059d97e068ce4d44898f8d111ea3ea25e9f76eaca2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 094fd32d10e88d6358891f8aeaee5173a91a9e18877bc37b4255e93bff6f5cae
MD5 2e707faab42da8e46833a442ad14887c
BLAKE2b-256 01a77b107da9a8949af640255fa7b6c406886db91ace87ed7b56209f12c033a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cd6f9c035737162bc601f3063ba8600a873cb9e4c0dbe301939ce0601d0996be
MD5 b32e33f1e3c1124e5618de0c6ed3d901
BLAKE2b-256 549ea33099102ac284d2a335b900b4687467c0dfd312c7f79ce9ff1294faabdb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wisdem-4.2.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4f26380c55275662a9a7cdf31dd3892e5175abf10ccd8a584cdd977154bb96a9
MD5 7d3403a222ea6854dde8ee8f288333ac
BLAKE2b-256 00283fb6478dad11c56512b5f70a985d261047f9338aab0bc0d499d9a9d95f61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 affd744229dd63fc1fac723ea5f2ae2119bfe7697bbabf57f6ff2aa8f58026e8
MD5 a2678b49bca9e086acacf26992eae094
BLAKE2b-256 f11a9b188141369b135ec81c89afeb141392a83687a4383df9c89742cc9d420a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11ee5fbe2b21fd0dd4d5c59fe6ffd4505f12427c405188aa7f4f10ee0ed20adf
MD5 c2141f753747472161d57e2570753bc6
BLAKE2b-256 5099abc96462e3ccf301248accdb66a55ee4dd91cce56507f4bf897db44a795b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.3-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.3-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.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66a0f9e8712cddec4f947366b7d43dc8ffad3352505790ac3c87bf2ca94d9936
MD5 c68919ae42c5f415eb2c497c07a9c1bd
BLAKE2b-256 e32292eb0991f752fecaecd160f1cf75f437194e31f407fdf97ea19a2e695f19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af8dcf1b9378627c1157d5c53b989ed2bdac8203e2302abbee5d7a27684cc40d
MD5 69b48de94bbdc4617110b5dc41ae3102
BLAKE2b-256 109999ceb5e4aa8b8257e1cd346013e1f60add8fd555df19bd38343121e6c8ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e9c9e403d760861bf3a843321a8ecef005c152105b19147e35f456aa89990138
MD5 71e84c7f6b6cc7099a1696b2a3a6559b
BLAKE2b-256 c544bf3779a78ecff2b534ab72bd821008a477cd6e0dda56ca2252c6419e65a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d832b9a2b2f1a89a0fff5deebf7915a3d7331a53abbfb83d51305cff5e4a19bc
MD5 3faa4d0bb7308c577c27eda53812deb7
BLAKE2b-256 930c8642c2d782560a3eac9dedcac8d4413e831e2d9ab520450529ae4460cbc3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wisdem-4.2.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 053b2dbae6b969b57377bf72c3f5068f6401c224af7ed9beae01942fd719b0c4
MD5 c76c7825df5a54c9287c2535b62406f1
BLAKE2b-256 b54c6b2ca1b903161a7c36a3e14a1485d03447058f48b59c69bea1c351b766d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f85788cae56e0a329b6047afe651fca34558c72bd5d6f4e7bd0ca4e5e2ebda2
MD5 bb3ffac62e684573f696753270e4dac5
BLAKE2b-256 48997d532b73ee2365accee6a59a994caca4828a10d993c35040ebbbf5aef441

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bda377858425b195454cba23601666d252fe31424ee07c51eb543b64d86a7a85
MD5 c86edd4c9fae7c0040bd26e1c06f6af8
BLAKE2b-256 5f7082a5b5d85570bc4159161167bb94deba8f64746f1146d63ac1a5d0929244

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.3-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.3-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.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acd47c73b8d077119ee757bfa691b3e6d666b55e2282441255e27d84f400043a
MD5 059eaf03e9fe99c259fc9f67cec915a7
BLAKE2b-256 d20ee23de7e1e6c40a67cf603ef6f4de953bd1390bfb61994bffbee6d6567131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7fdaf48faa56815b09218c5339b8acd24d7367342bbdfb30c3470c9f147c5987
MD5 12f77b18083ce12c8c75bddeafae6a05
BLAKE2b-256 e893c9755998d0b583add83fbd5dd2cf0e9c508cea4937fd36d04b31c0a78be5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ac155c5536c13697e4a236225274343f4f1e142e64e992b64483d3f3e7803d5f
MD5 71e6a4f072af753aeebe96a2ebac98a9
BLAKE2b-256 8b8cb578774b9b035b6f0ab1f02a4d0a54f4037ee99cb41ba69d23011f404419

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wisdem-4.2.3-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 74af15ad3f5975f819e84154f1505527278fa49903bc0ef60df62eedd9f58298
MD5 989513475cd32b75e18fe59ee7d42587
BLAKE2b-256 83b92b9d6d2e449dcf084f9d490ae1508c50b870065c4372cdb692f6cd40829f

See more details on using hashes here.

Provenance

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