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 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.18.0.tar.gz (5.2 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

wisdem-3.18.0-cp313-cp313-musllinux_1_2_i686.whl (6.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

wisdem-3.18.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

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

wisdem-3.18.0-cp313-cp313-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

wisdem-3.18.0-cp313-cp313-macosx_13_0_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13 macOS 13.0+ x86-64

wisdem-3.18.0-cp313-cp313-macosx_12_0_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13 macOS 12.0+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

wisdem-3.18.0-cp312-cp312-musllinux_1_2_i686.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

wisdem-3.18.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.8 MB view details)

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

wisdem-3.18.0-cp312-cp312-macosx_14_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

wisdem-3.18.0-cp312-cp312-macosx_13_0_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12 macOS 13.0+ x86-64

wisdem-3.18.0-cp312-cp312-macosx_12_0_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

wisdem-3.18.0-cp311-cp311-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

wisdem-3.18.0-cp311-cp311-musllinux_1_2_i686.whl (5.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

wisdem-3.18.0-cp311-cp311-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

wisdem-3.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

wisdem-3.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

wisdem-3.18.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

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

wisdem-3.18.0-cp311-cp311-macosx_14_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

wisdem-3.18.0-cp311-cp311-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11 macOS 13.0+ x86-64

wisdem-3.18.0-cp311-cp311-macosx_12_0_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

wisdem-3.18.0-cp310-cp310-win_amd64.whl (5.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

wisdem-3.18.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

wisdem-3.18.0-cp310-cp310-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

wisdem-3.18.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

wisdem-3.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

wisdem-3.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

wisdem-3.18.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

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

wisdem-3.18.0-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

wisdem-3.18.0-cp310-cp310-macosx_13_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10 macOS 13.0+ x86-64

wisdem-3.18.0-cp310-cp310-macosx_12_0_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

wisdem-3.18.0-cp39-cp39-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

wisdem-3.18.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

wisdem-3.18.0-cp39-cp39-musllinux_1_2_i686.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

wisdem-3.18.0-cp39-cp39-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

wisdem-3.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

wisdem-3.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

wisdem-3.18.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

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

wisdem-3.18.0-cp39-cp39-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

wisdem-3.18.0-cp39-cp39-macosx_13_0_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.9 macOS 13.0+ x86-64

wisdem-3.18.0-cp39-cp39-macosx_12_0_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

File details

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

File metadata

  • Download URL: wisdem-3.18.0.tar.gz
  • Upload date:
  • Size: 5.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0.tar.gz
Algorithm Hash digest
SHA256 2c708f14ea6c5af3ed611cbf6a1f195ad7e4519cf2ee67f82506ed46b06682b6
MD5 8d4d7d3cb9217117c1c20e39df440687
BLAKE2b-256 4da1778bb9ff6b4e7947e17c7262d1a561e1b8a7a3966eee8e5fdd4aa912b059

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

  • Download URL: wisdem-3.18.0-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/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6c1091697227cc3febfea8b6c9398ba452fb15fc2bd97153d0a966f8d0833775
MD5 ec96802dfc976bdfc24eba53195f51a0
BLAKE2b-256 b27b43fa45a73ba78143cfc22dcc9dfdd67a7fdbda9fc12feeb65cc8b1223251

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbd04e282a58ef95f526a18d1a5d65702ee57ae53f1b24bea3c72d1dadbad376
MD5 30db8cba833a7d666b0c7fc6f487fe13
BLAKE2b-256 5f9236400ab4f3bfde735f9939d354fae3024ab062a66890e776381d9b105432

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a3c7d4e7c966bb46cdbb40f1828dec3d907c113131e79917d3de0dc11af3fee3
MD5 1b309ae91a64106a7c3d8196536cb451
BLAKE2b-256 aa60f117e85fb740fe333e19ec12cbf55760d32a9d3c02d5f674d8ac9482e923

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2f51e731062aef7bbea333c46e45ff9e41193438a7c6b72ef331ec905063109
MD5 636d8bd6c2b97ff98f8302d1881b9458
BLAKE2b-256 a618ff590e0374de066b72114a546ae7cf377562019952f75764817172a1b142

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7c0e8f0117f2e319fa0d9f74e0099f655f6787f2a901228b2b93f1026380c0c
MD5 0ae7216e6181aab9ad657d62f5132a0b
BLAKE2b-256 53d5115664e9575ea3bac93a6445a5b1f9d10ad8b9ac5a2158db47eb89427b60

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a95ac0ca1fea3e36a7b862e56303aa378c111a9499f8775d2c25e97eb34ff12e
MD5 6d8da057d257e1aae3eef3fc92d3160d
BLAKE2b-256 6da3f4c4b618ad99b8f65985e077cd634e698e56991a8e193405662e567235d2

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43d1afab2ef9b57d676c327b24edfa00f7697e8e761efca02ae035e416fd9cd7
MD5 667c560a89f5ade6c2dbfdd66400250e
BLAKE2b-256 c05b3bb312233026e1c735daa51d88f5e8ab8f6d9c23de533854c5278145c4a5

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1f416d6d79092f2d6c76f94c45247cb5c30924cae58a6fe5738cf9872f69a41a
MD5 872bae8cd1ce253922c6c1c07aa8e00f
BLAKE2b-256 16b253a0f1505c236bc5cc153e0bfedd3ea2b7afc222cb4d2788092f1ae48bcb

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 afd95d63d14a00db14eeae5b7f30e6aac6c04c6e4a0d5827575ca38370590ab8
MD5 fbf9ac82d930b4675ef89d1d73041804
BLAKE2b-256 fba230771500e43a1c1c11e4c41f79ab49078d61e8b975689a1d40dab283e6e8

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2b9d4ee7acfe85fd7c7f4270319ccb6c7f2498cd4b20ac10b2eb4f4523144075
MD5 79997ee2cf3692cb813439d818fcd530
BLAKE2b-256 05c8a60a1d76e2f2fd28413b079351d69bab8130914be576f4429ef266c2a26d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.18.0-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

  • Download URL: wisdem-3.18.0-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/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b9c005290aa51da9c5e68a8c5634dff9a089ad5a18c37bb7a41e68a06052646a
MD5 7c03d3f2fa3f7a984bc999b234308fc4
BLAKE2b-256 e944ad1eb266aa75a4313e19cbbd59391f390233ebac7f645faf1b280fb07f83

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3750170638b382e7edad9d4b78d0deac0cff30870ac39c35a5592b4d109a5be
MD5 7009940e3b3d987452c79b2c38bc8188
BLAKE2b-256 57f57a656ff753244736b176381d6746a8662dda0d1ca00269ace8dc24739b46

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2714f65d60817ba29147a0b176aa25c0077481a4f90e95f5513d05e0e5a71b54
MD5 250739bc7c07d302a8a53f17c72ab801
BLAKE2b-256 25fe874e550c40e370fe7d6a1b568cfcb49930ae25757c149d87f4c544a94a60

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 361ce2a474472052cae99963adf1bc9281110dc2f63bfa284536b948916f639a
MD5 af911c80f8177d5b93a3eb80fb338d99
BLAKE2b-256 4d658fcc52940a01ceeaf145c5cebb76f66ec79e06f42c82ba73a0c6b4236014

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75de6f13c4956f31ac4429048d539577d72f956fd5afcee48708bea564eb47fd
MD5 79c7b0c88cc9dc4ae23a431c79ae1f6a
BLAKE2b-256 057925585af810f0a3482a70899c95c9d6b143e11dd66758a87930fbb3f8e825

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e218227b45505d7cf673d22f98fb490ec70e789f59428a6880b9a4e6a555ead3
MD5 f97b83180e1041192fee7a510402f416
BLAKE2b-256 78d1a2c1cb0c5fdd04995deac699c44f6d480a52c967c394668b75d49c16f335

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce3e0614acf6dc48de0fc024e57244ba2ad77ae18bc0c854adc10af4efc31737
MD5 76eb854d8b613ecfe75db097018ae1c0
BLAKE2b-256 bdddc5cb64bc88b370f0f67e40b30a1e4e2fce8d549cbf0b80b19292cf0e12f1

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a70c7748c682d4ac8cac4bf4f2cf7d3cfcd5262a873a1cc00b3167515879414a
MD5 56878544a9a4a882127c922255cc0646
BLAKE2b-256 94d46cdc87d4260818ea806db68b3de3c6c308c45cf226d30bdc54d6c49ab4a3

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b769dbd1fa3c79c66cdeb8897e9e9f2cd0b84ad1ba0fdf81435159ef559c4115
MD5 14f44664b526eb5c15fa7e97b13a06a2
BLAKE2b-256 5ee40c544d1cf1b515318e7a560d07b9f11b25704aab89829e07ecd2b21488bf

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 3b94a87048c22e2c129c0883adbea60dab4f8eaf99a9f3110a39764786e61cf6
MD5 a02804991859b432bf7efa494a0719ad
BLAKE2b-256 922cddaebe25629fd1ce1165b4cb454d4c0f6299f314649fd739d5fe2e93ea99

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.18.0-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

  • Download URL: wisdem-3.18.0-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/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1e5bc482eb80d177daab5cfa348912bbf47951abce73481cd82dbdc444a573ce
MD5 f0b69a64fd252a40810a41a54adb3750
BLAKE2b-256 dbc6efcfcdff225bb4a5f48d2698dfcb5f9fa0c59993a18f95cb3b43ed02fac9

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a46a8745c0efa07ac67d746ead1faa6a0e70a6827f5e35e72a37296e89c28d15
MD5 4812211015770f070e61a5286143ef54
BLAKE2b-256 6a01f9638cd4f9e1398678b5203e6748dea3e47df6c6bddf6b191d3b99da5ebe

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2307e0abad159dcf3e9134b7f37d1356937870df88cdb88f15aea377aa613622
MD5 17a78e6b481ae4dd397e168c7ec268aa
BLAKE2b-256 bfb788aec003cdcf70712a7f7a8ddb5441dceeaf39e0eff17da14dad63fde238

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7d4a28f8116537bb855f94d964776cc45cd4442b6c59e88747622a2aca060d4
MD5 53e4fc7b1252ffb2956e73867013d5f3
BLAKE2b-256 30a84f6942d9323ed1d5c6ef2a7ce0af865d13fd6849d5d3688ccd8bb4dfe997

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85a28b14ac5de1a2a2377d7d2507f1fe309e66eedc4a91c33140e2bf2e6cad00
MD5 11c6b28f99047250d4cd8ed810ff6f2a
BLAKE2b-256 694e25b61d16c88ef4018ab3a5871a55ecf0a6c320d755e590f3d1c955e027c1

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4630c375f33c91b223970e2a3fdc2fb0e1ede00987ceb786bdc9a9267a8e1164
MD5 dd1c5d093d8bea976b00befda11c0255
BLAKE2b-256 34693ed23e0ccdc94bf756a455b945d7859c067311185cb0a1fdf9992ae8c32d

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 463e3e7cdc927ca5d8de3c50eee46766ff53fb35a7e1c6782d5a62db75e4c6ad
MD5 d057c049ebc2ae7aff26469cae75770e
BLAKE2b-256 cf8e7afa70f5ef3c58d75dbbc989f69f3616470eb5981b58baaa0e30eb84cddf

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3346eb779234ab6acc175404b05c80c28e36feeb6683f8c7774cab9d99ca380f
MD5 3367184e65850a065f5f5e6de6006216
BLAKE2b-256 3d275409299da359058958b6fa2a755e2cc914ceff2550c3296a4215093cbb9c

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 987c6f15549c3d2add736abf2a67742d38a41e6bcc28b36fd101cddd48f5065b
MD5 2f0f5f1183b60512d11a5c7c93579945
BLAKE2b-256 06c38820edb13cd8a9e183bc2230d1fcaeca8c0b1db5b3ffd8339bc521870182

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c69faef6610b9ba8942cb909e3f4e82d224fb249b4a57e1593117ce13154dc24
MD5 a0b314cff8ae26b7dace0ff580ad5668
BLAKE2b-256 9af924360cfb9e04ef930ef245b93b1c029bb8013f98c8aec44b4f65eea95e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.18.0-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

  • Download URL: wisdem-3.18.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65265e21023fde5e1b1433987d471f89ca04c95fa57557f74b64a1d162a0f1fe
MD5 57096057c571625fc200730206244701
BLAKE2b-256 c43d5cee6c20e2dfef1bf8fc8a2b375ac6bab71945bef2e3cb9a2cd55f36931d

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fa31b27a1a3d2a125e40e90bf98d7774c091539a2758e6827b92800946a82b7
MD5 6144bccfee64ac4ccc33481396bed547
BLAKE2b-256 1a49dcfbee3bf15a5405981d55b9640ba671b2dcdd57d18ca33176f38fef201c

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69131741835b0dbe1a58170f4042edb39b5f01ecdf3b2916cdeb10f527dd875c
MD5 41ff9ba62ea009cee92a21e6b3202d90
BLAKE2b-256 8c18a3b115432c1781209c3aee4b0e2ccffdf3b726ce1227ccb321a0da575750

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e448c72ee84f98ca7fed5761e48f7a87df07c86998971aa10cdfcefeec4399c5
MD5 8e0798a32cd2faf20466274bf84ca90f
BLAKE2b-256 3522e2c68c15f9e7a6cecf51e2376af1c574c175fcda834aa2b7a0ccded7cb33

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84b9340b8b68c973ac8d48fd864178688cf91128a268ad0e463795988f5976ce
MD5 35a14f5fc0d26aeb0e5a84e152905ef9
BLAKE2b-256 1ee05ca1b2cd8646768ec12e1b0303322d4a289bf7552e9a3775578c00d16eec

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f2fdf1db413177287951dd10d3b19ce38968ae6d19a803f612fac126baaca93
MD5 d598893267a98b0e650f2220f3d20990
BLAKE2b-256 d64ea85ac3c212629414f4736221cbdc70110c838cdd1afa4aaeb80f85fe23a5

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb2e6f3abe89980e843f24e8ff9b994c657463d6dc7162d521ee033ade04f150
MD5 b7caef58c166468474eef93db6d49f3b
BLAKE2b-256 ab1e829c108884906427a405d7766ba12f0c4e58654ca71219da2b4bcc7feb6b

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b982867557ed4e3d4be2f5dfe6dc0034b445c08caccdf1ad65cd91fbc88c60cf
MD5 b32a3f05034c1aeac2cfc84860a5f0e9
BLAKE2b-256 024e912a0c5f0f1d1d668fa183c4ebb919e24ebc33f08b83ed7a26ae9e7792af

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 731289fa07466c4d9868312aa6c573820abcba744d1daaf4922bf9d0890366c9
MD5 da188d142fe2570babd2774de7006bfd
BLAKE2b-256 3903a94b067532bff45ae1c6cbf6a9c07ca648f0fde856ba26473f57e2e11c3c

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7b7a652c8d7b60089afc2d48cc03b7747b4099ce5f9178743f4dec70656b5770
MD5 aba3c7c399044533a29469b583155269
BLAKE2b-256 12900316fa07ce28c8892e03e96c15dd7839ed55fbbb84ed9c886e683e3fac98

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.18.0-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

  • Download URL: wisdem-3.18.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d523d7235ee59283f4a95b6c215f3aeb6369b5a82ebeec20032fb9a705fa4d3d
MD5 245cd1da0332bf40f24e7394e4bbb35c
BLAKE2b-256 97f47670c9a5860c9a0818f248d02743671eb55308540e65e8aca51d92076c72

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 592a48766a52c86a8b8aa21d8f587317db1af7f13aa4120a56c72b2c42ddcbab
MD5 8d1c8f5429c8a05cffe8d1a00bbe78cf
BLAKE2b-256 7e26b3ee5b1a9c8b2e9be4b76c723f3edb2b56216a73f10452c25f36586d9c26

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 efe254e7f6faefcb60a8223970bbc33dfc4dc59542499fc557b340801a1d8885
MD5 903e6ae17c07be8a43780eed7bfa1b1b
BLAKE2b-256 0a28373804921d364cd1dd6ea1c1b15403df7a858842e5a9168d63814ce81c76

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 521c4b2663c51a166e39ea400c0433730ba14303998996775237343efff1af14
MD5 47bdb26f3cacc31fbc086b652bd5e219
BLAKE2b-256 651e2235d652243e296d7a5703a1f17044785c2bb7dfc7bda502d113cb83aac5

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d414e3f6661a54b6b1e82edbf34aaf5ebdf539a90b15d812f84021c6561eea7
MD5 71726374a2a04b91bdc36b1560fe8b63
BLAKE2b-256 797f483900be8e9b3ec67c36ae1b58324d2670bad4402749e4fbae461346b090

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3e9e0087a55e50b60a20d9f968129136990967dd4d93b9751f9464d08c0c0f2
MD5 fa7b4c222eaa6e17bf332e28c4c5afd5
BLAKE2b-256 61c9b5264c010374f1ac1ffa34d65c3327e814082e657f58163aa9569f22704f

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adfdf75624a205337a8672a75c0a2c3b3ee0b86d079a01260b9de34bfe1757cd
MD5 a99231d14fbfd96e36f09056c92a5c3c
BLAKE2b-256 46d2a9b4b3483f9e25ab8f318b09d435b53bcc77e3414c1e48f70f9413a8572e

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

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

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 336a880f9bdd5c24c33b63e219edb7ffb9b5579c8ba95a00879be80154eac38f
MD5 285c91b4211ac85bd82d38c3ff96c209
BLAKE2b-256 167c9ac83693d6753f84f3781799d469bae8b88d5dbed3f90f119fec68c8861f

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 170ef7c5f609ed1586feb947b7aa1b7fc96254e9f753e583124befe4f82ba4fb
MD5 b301d7e62c13bcd29ec46894592a0fc3
BLAKE2b-256 7007f2bf5e8df698154045f96e776d43e297aabe063cfd94b54d83a3d7dcf3f1

See more details on using hashes here.

Provenance

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

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

File details

Details for the file wisdem-3.18.0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-3.18.0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 89ced39a58d2c4996fd993116504e1f85be2aba6bfb5d636ad42ed2854ec5129
MD5 1db4721e8b44f3f510c1e6e605557de1
BLAKE2b-256 c05fcc589f67147a464076b4c02ef2bcddc666485a8811ad1be174aff8378633

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-3.18.0-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: Publish_WISDEM.yml on WISDEM/WISDEM

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page