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

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"

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

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. 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.

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

    conda config --add channels conda-forge
    conda install git
    git clone https://github.com/WISDEM/WISDEM.git
    cd WISDEM
    conda env create --name wisdem-env -f environment.yml
    conda activate wisdem-env
    
  2. 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. For Linux, we recommend using the native compilers (for example, gcc and gfortran in the default GNU suite).

    conda install -y petsc4py=3.22.2 mpi4py                 # (Mac / Linux only)
    conda install -y gfortran                        # (Mac only without Homebrew or Macports compilers)
    conda install -y m2w64-toolchain libpython       # (Windows only)
    pip install --no-deps -e . -v
    

NOTE: To use WISDEM again after installation is complete, you will always need to activate the conda environment first with conda activate wisdem-env

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.

Run Unit Tests

Each package has its own set of unit tests. These can be run in batch with the test_all.py script located in the top level test-directory.

Feedback

For software issues please use https://github.com/WISDEM/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-3.21.0.tar.gz (5.5 MB view details)

Uploaded Source

Built Distributions

wisdem-3.21.0-cp313-cp313-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.13Windows x86-64

wisdem-3.21.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wisdem-3.21.0-cp313-cp313-musllinux_1_2_i686.whl (6.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

wisdem-3.21.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-3.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

wisdem-3.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

wisdem-3.21.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

wisdem-3.21.0-cp313-cp313-macosx_13_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

wisdem-3.21.0-cp312-cp312-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.12Windows x86-64

wisdem-3.21.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wisdem-3.21.0-cp312-cp312-musllinux_1_2_i686.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

wisdem-3.21.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-3.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

wisdem-3.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

wisdem-3.21.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

wisdem-3.21.0-cp312-cp312-macosx_13_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

wisdem-3.21.0-cp311-cp311-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.11Windows x86-64

wisdem-3.21.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wisdem-3.21.0-cp311-cp311-musllinux_1_2_i686.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

wisdem-3.21.0-cp311-cp311-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-3.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

wisdem-3.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

wisdem-3.21.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

wisdem-3.21.0-cp311-cp311-macosx_13_0_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

wisdem-3.21.0-cp310-cp310-win_amd64.whl (5.8 MB view details)

Uploaded CPython 3.10Windows x86-64

wisdem-3.21.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

wisdem-3.21.0-cp310-cp310-musllinux_1_2_i686.whl (5.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

wisdem-3.21.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

wisdem-3.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

wisdem-3.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

wisdem-3.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem-3.21.0-cp310-cp310-macosx_15_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

wisdem-3.21.0-cp310-cp310-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

wisdem-3.21.0-cp310-cp310-macosx_13_0_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

wisdem-3.21.0-cp39-cp39-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.9Windows x86-64

wisdem-3.21.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

wisdem-3.21.0-cp39-cp39-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

wisdem-3.21.0-cp39-cp39-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

wisdem-3.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

wisdem-3.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

wisdem-3.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem-3.21.0-cp39-cp39-macosx_15_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

wisdem-3.21.0-cp39-cp39-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

wisdem-3.21.0-cp39-cp39-macosx_13_0_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for wisdem-3.21.0.tar.gz
Algorithm Hash digest
SHA256 5b287b01d6c9833357fb2efab21cf33e96d8a40514b21f6bd6e282ad6a94d012
MD5 66b9c608be2e88912db6a1fe0a2bc7f9
BLAKE2b-256 20e9c5370ef6288410fd05a72285d63a0a54be5db94c5b87ebbdc74cc714188c

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 26af1d53932446730374eff60acdf0c46bf1771ea734ecab17dfb470b1b48eaa
MD5 918b8141571fe68693c62d9747805386
BLAKE2b-256 bffb09bb4c173515d06b68b1960549a284a0366b6bd3d9b9c3e46b1213d0f4da

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cc0814c414b067c43ddb62d3a554578cd7342c289b23c810f04b32db9d971a5
MD5 e074e5044cb114f9c01aeada73bbe3e9
BLAKE2b-256 fac0836da6f027578815c79bd30d580884a594c967d92f6a098b9b0feee82c92

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2308ea5e21f66820b491f4ca8df18b15056de98d7dd14e074f0bbf582131b4b0
MD5 2e67ce160147514f089391d7baac8757
BLAKE2b-256 039205ea2b95a1022142d43d3be20e8c2680f42c70778e9f6f7cca8139ac7f41

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96a2d9f337fef706027bdcaf5a07513db4c17fa94a6a95f38f702ccf70a1263a
MD5 ba2284e3acb04ea7c3ae26f85e659e1c
BLAKE2b-256 5a44e603a3bd6c9b318feeb918cd4cf800299b5a48b916f67d139a12b641d096

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b05d3219535419161915fa1e8dd2776b0a2759183846ab493935786c877eefe8
MD5 5029e7813f2a71ce3e640c73ea01c3ac
BLAKE2b-256 92b0a7271a0f3f694e14dc381e2b79075ef36d1a3d1e651ef166df8af4608937

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86fddff1800664a183547b70d2ffd60593707d2ec0e27a2525e7984771902d5d
MD5 b3fc7410a0646353445a5b208efbda9e
BLAKE2b-256 ffbb2676a8b5c3ada082d5e990f55a0436dd110c3818a3452a197e1fe1700746

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af558549681b7bffd404d25c68a0d649a176ead015d694b28271bd4a60c1b793
MD5 2f8669c9dd97d78f7751b82102c938df
BLAKE2b-256 69aecda4d3b7ea4971ef7cee0e4a9c5da273878b3e3b4bc9d8098d45e6e83235

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9c12b870b5080d253833228982c6106341d35afc185506ac802a3e31f18ec9af
MD5 d616532bfb9564dbafe5aeaf0700458e
BLAKE2b-256 7b390c58dd85288fbd8db18a68c0803f234ac48f8fb29b3b488a883121e62daa

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b3551bfc69aace11cf73f927d42f4c324086552a96b34d2f71e978455ed2e9b7
MD5 581a0b0c429dec45bd5379d97510d24f
BLAKE2b-256 cf39efd8418cf845a68854582f98d3a4054c38feed85615e53a78b115afe6ef6

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e3cb0a05567d713dfa72198a76f1e76d55be9324a65a9e65b66d0c2d2c7335f6
MD5 6e56309a0d7f623aebf98c5a490d5023
BLAKE2b-256 8616dec529642fdfaa576ad2e076188d750f26a4082afde6989b53249ff20e13

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a6da8ffd9b6fb2b50fabcedfd70014c9eb64621641b3cb6c21411f34683e52c5
MD5 4034c50f86d55817e3ab8e5119deaa76
BLAKE2b-256 bf197324feab7bcfab7d8dc2f704aee16163fb321ed8bed970b16aa13a7cb611

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 511a36eb2b511fc47b21a95698e09e7dbdbfb04700ed243ca72272218aa51fab
MD5 3fcf74cddebf9df172c100ee04c9a57c
BLAKE2b-256 af8880714f87e8702a522bb4b1ffbe2f9663b3527dcbc4b35c1cb5a03cc28759

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e8e531402eec9487f2b8d197015357bbb7660187863c2e16c85d1077fb969f20
MD5 58c3a9e26ffd4baa91b9e04ed9b4f122
BLAKE2b-256 c6c59d2688ca3b153e03bd2356d80cf005459c42c9fb132143ed30332275261d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b58a5dd6cc91dd548fa911e634ccbf23e0eeac7c49cc29242c2a673e2c1f9247
MD5 c07bba96af609174ac88d83676acf660
BLAKE2b-256 ddd9ea1d801b54ec95045e434ff9faf0a07f8ae0817319e9afec6bc202d5bf74

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd8614c5029c9b35933dc1540309a824b16cabca18f3a6351e57fd18ea9a2af9
MD5 9a69fda1a1d39b8629be66c280286542
BLAKE2b-256 dd7fa63f597fbc191ed1336e41fa30e1168369951b4f60d8989d92bb96174119

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f8b4b611c79f974404045d8821785e9a1b921bb4e9442825dcf64412f7c8469
MD5 87934738452a59236e85fe4c2ddd6216
BLAKE2b-256 a39c72b97f397ca7ec98325b74008a1c3f334767ae674663dd8f42adbc9aae62

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b74a81db22fe638fabcf4ab91c5eafd3187915a09b3b08ea2cc9cb35f0bc457b
MD5 6b58af0abb9a70283173b433df4b23c0
BLAKE2b-256 51812078b3641056fe85caa934c2fbd10841f39ec813c71bbf17fd02c5cbb2aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ece5e78e013b707f581e35f7d1149e6cc3a99291bb079def7c3a19c74ba6fb45
MD5 7fcf35d1220f9a58151698b6b656347d
BLAKE2b-256 f795974f4502f6824d8ca830d68c2b701ad727e5e5e8a14cefaf9c4caf94b7b7

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 80c78d96de35932402933cfe36f964df1857497e3c287f76f90b38908b4f2fb0
MD5 6a1a42211fbb7f4ad0690622897099ca
BLAKE2b-256 b599667b3c8285895ac6673e8c572d7b978b2b03ce3a6986f5fe084decd5f52c

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad63d4983e02664bf914a894263dc2471884b112d01b27f6fa7a0f6cafbbf24a
MD5 2779124d1cecc5eec6cde2cfba7e6be4
BLAKE2b-256 b3f87f7b07b2cd78a347c735b029a2c20d669789f177080287c166f1e6e23f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f6eab911765f43b0142e19c540873252a1877684a6e6be528ae661b832c9e59b
MD5 f85191e3b69e6e61a50aefd2af24d113
BLAKE2b-256 a135a5a765dd4eddb47da9159452cf87c2369d1fbd0963b2ca0abae87ca6362a

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00afd4866fb62ae86633ce5408e7b58ac18e37aebe822907033054e3299e7bb7
MD5 a96c13fa8f91e407cc4ed122ff26a28a
BLAKE2b-256 fb937f281730f8542554aa01df723523b915dcf2298be3f51202ca5c45d518d3

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 536ccbdc4fabaf09abcd9e25921ab9baf47722628da6cc44faf17cdba61e48b2
MD5 caafedf4f29e50146ec84de4602ff710
BLAKE2b-256 c258580baab5af2291f4dbeb6bd0c955b6443f0e16c29b63c969d7ceb75e00a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 265e1f1976d1691f9df24773933cd136d11a9fffbde7cea13855fd5cbc0f9992
MD5 605c6fea36e8a900a59019c12fbeea7f
BLAKE2b-256 b817520b36b35d93a201882f7a655b30aa3dbd000186b8b290503c4bac902e7a

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eecd0f17d5827fd7e05b27f5fdd10788672d2cb61e3758c5b6134d3595ae22cd
MD5 412dc2dc47da2f9e383d4558c24d24e4
BLAKE2b-256 94c33f34ff5aec79386921a4e1ad763c955096cbc27236eb4447402ae056ccab

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f3fb280ab1fd722b4748b8e47bb45a11332056410b7d12ceb2b555dc58533dc
MD5 450dd638244c9e0cd921dfee45f513ae
BLAKE2b-256 e9a096d6fc28636ff3e3ecfe9bcc6d1f6a705db13ea563680116d9309db27c12

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f84e7bc647e2371b9f45130edecd7296e85118f51ceda3040878580046cc1f86
MD5 64f2fcd49dbb6ecf98b2d4f2557cce2a
BLAKE2b-256 c1e5c08c3ae177edce14c8cc8b3fb6cd77145c9a72a17c74a1fd37668bedde3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dbd660c50cd10079c08ceb0c3dd1f4b16b13e5fed6ecd4add4753c871c4ec54d
MD5 d81e9200e58aac63fda194ad834eb301
BLAKE2b-256 831a0421c4743ba2982b3569cb3fc1427baf747f14572ab78de34376ae0f85cc

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d678d73f19b4db1e5e572b877103bca7b25add85b09f3a7ad22816995224fec9
MD5 3f39a409987b8fa9cd803609e9a6ab3a
BLAKE2b-256 72b7ad197074731e357644c9648a9ca591614358e189eddfae9c5b77454a06a5

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb1037af06ad2ccf15abf3ad283200cd342ef940874ba2255c5446564f8d3f66
MD5 9bfc81318c3fe77e7512c261c2ed427b
BLAKE2b-256 210cdd6c75f2250012b3f3f47c30d88cd485b682bbdd37f7f04a0f895e531455

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1c860b61e5f0aaddb6fc2fbe0fbcec0e29d62886001f639f6d470c953b33e1e0
MD5 457cb55d1d418d36e7b3830f71b28f9b
BLAKE2b-256 4aed6eb6517ad4ce4e6dff227e21e907790a26831997dc34733477f80801a573

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8713fd2a6477038ec7324d41ac0180b04a2ad06f5d8b78303e18f878907b308d
MD5 52677f587bc219f9f7ac8c65a3d312c4
BLAKE2b-256 9aba1535f3f127bb9d73fbe99f744c0c5fda423e9d7241c556cd2ecc16cc6e94

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f73dcc302188d3604576a6d487ae57a5189ac84efc3e8f531fb4008b2d84e53d
MD5 f7a9207eca78fabb9e1d41b41a487203
BLAKE2b-256 0fb8b3005b95e0c0ea4b96b437b47a06a38233fe0bb3b43b71285d6add95d5f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 588dd66bf8584236da15568c9fd23dded98c39287d998876b54b8a4d4be14fde
MD5 b3905c89c8cbd487d6491849d26d73b4
BLAKE2b-256 5eef1f07c6fda1560345c197cb0a5c8de107bd9924f297eac2e08386fa92833e

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5914d1ff015f829ef2b7faf685f1de2a6c1ef4c63775c37391aa3c05c2291a06
MD5 682ef7f52742f7ce81462ca9a5a2742a
BLAKE2b-256 b596bd722732cfed976ab33de72d470955448358952fdfcab83e82b2d3f3e580

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e44f48b1f039c586f5595037c08cfde117433e6c54e8a24e6f66763e26461e5a
MD5 32ee3d519a9228864500b21f252315c5
BLAKE2b-256 a5ce70191c31e645ad5a778724613de1e4715d7b3ceb3842c860380c3dcb8fcf

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e578b0d3140a2b3181b03b1603fbb3034aeb7c6e6a6cce93ff1d43eecec6392
MD5 9aee14795bd368130a654d177d2b9cc1
BLAKE2b-256 02cd2b58b75a2ae3bce0ddd01802e5fafe1b0b230b549b7961872e083198cc8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 35f4f8f823b3d1a5d370f73c0ff6f00207c14d47329664b6eb2811268023c4ae
MD5 c2f720701a5d5670dcb02269ad4b5dcc
BLAKE2b-256 b7adb24afbbc001bf31fc55f1ca5da2aca8b4698d8f68211a77bab6f70055011

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef2acc38b5dbdc37012147a0caa515353d6037859aee4a36e4fba07f0a474c44
MD5 b15919caa09ffecc0e431ff21720d4fe
BLAKE2b-256 f2cb25ac97f5c8acadd772f019768106883b97e2eb577b0f6020ffdc1c849c25

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cc10d8537fbc562b2f4319e2df4a6a4ca880c0b334f5370d6a765ed94adf065
MD5 b049e051179a05f59c32ce6e67a0c87a
BLAKE2b-256 6277a4f89d12a517b796b14eea8ab0208b5c02456afb2806fe75899b694eb3cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 960fbc87e135779f6377638b8f1016a084ab43b32c1de2de0eecd0ce8e45c905
MD5 36491113af69f9e8d014ca55387bdb95
BLAKE2b-256 7f5ea12859c27ac7e1942b4f80a1c16511ed8d5e8dd7813f2e732b785657fa36

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bb58720987220e0c963f17a99c2c66c082682ac20ed319d3bda5f6cbdade2d7
MD5 bb2a9dfaf51ef43efaf2318184352638
BLAKE2b-256 346cfd6614b90fb33c8a2f73adc1569e3a238ee77d3b6aaad865b3eaec4dda31

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 581c1c0bb68fe7abcde3300425f171961ae32890390a887de5b917a9b4cce887
MD5 90e45f6122119edb6594af31935c9dea
BLAKE2b-256 d73c188012ee82fbbcfcb99678f172344255753cea2410606e80b2c01db6cdaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fe89162f2e7ee0b2843911a8d6bb0659dc5ab3faf331988c4b7cead730ad71a
MD5 b7e51d0d0da11860a45243d6cec46b1e
BLAKE2b-256 f46f1b71811bcbf6ce5bf9a0d3d90e35cfd5a2d1c2685dacf5aa7e09e724a1a1

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8938b9dd952b5bfb05dd3d031149ef533726ec3366962073f052a4934aa9f15e
MD5 f057862d468180118e51b46853e0afa0
BLAKE2b-256 f1a1dda21f36ab61bed2ff25fcc661998f39acafc6325bbab0b5c29dac44f59b

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 878866678b0b24b426dbb12db725c91e046299d4f5be079d131a065d72c375a9
MD5 bbfe703333c416c7a19b4f23809ae355
BLAKE2b-256 1cfb0ee8463cf665ce4acbe22a64258b004e28c7febdb33b4bb750478d663ed6

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2fbef846676746809e269f346a819428995114e7a6f5f2e15536da64201cd5e4
MD5 011973238f217c47a56f56997514e42c
BLAKE2b-256 dea242108caa04b6931a608487b6bc378fc9b21c2311c7b7eb3348209b4d1a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 418003d01cdd3072b89e3e3b2443a503de159cc4d153e7e25081dd65db593605
MD5 20bfd1316fa95b24ef0989331e140e01
BLAKE2b-256 bfffb54a0e695d6e1839eb158ae884c01c70ee7ecb2fbebfc656aca034403da0

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7a1fddc5a244a40147d970a950be28fc1fc2b728bb6d8c7274ff554d91fa0ff9
MD5 2b668cf2e4161d67995c68d6111f863b
BLAKE2b-256 78efa45bd6d4bf8225913ba8a74c18ff40b39bc81bad154897bc984b4c9a9c79

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/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-3.21.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.21.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 df29b189bd4eb681207ee1ac1a126940461e5458ba5d6c8c9ca88a9b16e59a78
MD5 0a09b54b8ab2bb43538b98a60e986ae6
BLAKE2b-256 51b22640d2f9779c50ca43f17195f235101e3505193386d545ba1df7d0bd85d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.21.0-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page