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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

wisdem-3.17.3-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.17.3-cp313-cp313-musllinux_1_2_i686.whl (6.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

wisdem-3.17.3-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.17.3-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.17.3-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.17.3-cp313-cp313-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

wisdem-3.17.3-cp313-cp313-macosx_13_0_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13 macOS 13.0+ x86-64

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

Uploaded CPython 3.13 macOS 12.0+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

wisdem-3.17.3-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.17.3-cp312-cp312-musllinux_1_2_i686.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

wisdem-3.17.3-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.17.3-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.17.3-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.17.3-cp312-cp312-macosx_14_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

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

Uploaded CPython 3.12 macOS 13.0+ x86-64

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

Uploaded CPython 3.12 macOS 12.0+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

wisdem-3.17.3-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.17.3-cp311-cp311-musllinux_1_2_i686.whl (5.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

wisdem-3.17.3-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.17.3-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.17.3-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.17.3-cp311-cp311-macosx_14_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

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

Uploaded CPython 3.11 macOS 13.0+ x86-64

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

Uploaded CPython 3.11 macOS 12.0+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

wisdem-3.17.3-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.17.3-cp310-cp310-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

wisdem-3.17.3-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.17.3-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.17.3-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.17.3-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

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

Uploaded CPython 3.10 macOS 13.0+ x86-64

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

Uploaded CPython 3.10 macOS 12.0+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

wisdem-3.17.3-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.17.3-cp39-cp39-musllinux_1_2_i686.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

wisdem-3.17.3-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.17.3-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.17.3-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.17.3-cp39-cp39-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

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

Uploaded CPython 3.9 macOS 13.0+ x86-64

wisdem-3.17.3-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.17.3.tar.gz.

File metadata

  • Download URL: wisdem-3.17.3.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.17.3.tar.gz
Algorithm Hash digest
SHA256 14573de57471bf0339ee805c74d023e8c2cf3a011e461c20524f657675a2f3ae
MD5 dabb411c95ff7c7bb1ac444c757249d9
BLAKE2b-256 d194e99355cadb147761a99653b15c760c6af5dd4a08cb273c6697d57a390372

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3.tar.gz
    • Subject digest: 14573de57471bf0339ee805c74d023e8c2cf3a011e461c20524f657675a2f3ae
    • Transparency log index: 148714523
    • Transparency log integration time:

File details

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

File metadata

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

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 983b2c557c7ec6df86f97dc0b48fbfd5336ff2ba633c1b54801abe2f032f1b1d
MD5 e528e0caa2d438ced7358994883eb91a
BLAKE2b-256 6e50ad98c2b3623359a164a048e45eb1170643774abaa32408e5970598bef3dc

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-win_amd64.whl
    • Subject digest: 983b2c557c7ec6df86f97dc0b48fbfd5336ff2ba633c1b54801abe2f032f1b1d
    • Transparency log index: 148714554
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27f1d4ae927961e2e8fb54adf74176adafde661ad7836111076176b22fd18d7
MD5 75dd1ecec3e89d523ba4bb73eabc8785
BLAKE2b-256 bb5432d4baf63406f7a50d951d4d6f16dfaada430f5a5ce47cb92d4e03c36aae

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-musllinux_1_2_x86_64.whl
    • Subject digest: b27f1d4ae927961e2e8fb54adf74176adafde661ad7836111076176b22fd18d7
    • Transparency log index: 148714642
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab8f93a4df1083648d6cc17c8347b1949cb5107943fa5ce24aec51fd729826a8
MD5 08550a18bd3f73cf1ac123159b2e5f6d
BLAKE2b-256 657a869538aab6f041e22a3ce5ec06140e7d66633c5f040b29007e1959712aac

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-musllinux_1_2_i686.whl
    • Subject digest: ab8f93a4df1083648d6cc17c8347b1949cb5107943fa5ce24aec51fd729826a8
    • Transparency log index: 148714620
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cf2cf240e77d39ec083a8eed2eeed884d9841dab19f35fcca3d6c77ec48ba28
MD5 c461c2da24ec762fe5db5429f5307373
BLAKE2b-256 99e4087d2ef8aa027d9465e2d9b2316f3d052578c59a794c795d42f72e311b68

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-musllinux_1_2_aarch64.whl
    • Subject digest: 0cf2cf240e77d39ec083a8eed2eeed884d9841dab19f35fcca3d6c77ec48ba28
    • Transparency log index: 148714590
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e10cd6f6a97d29e78286ff9277ad3617b8b5c9529458c94d2f68c621464dec0
MD5 62ce8d9113ef9530bd7c114381b6500d
BLAKE2b-256 17efafced912e54d79dcae01c4d998c5775bec6780f6da80434f736d1ae8a202

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 9e10cd6f6a97d29e78286ff9277ad3617b8b5c9529458c94d2f68c621464dec0
    • Transparency log index: 148714528
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81877d9b8227b90883669263f2110975137b5495b88a29dcf7f1f46beaa686f0
MD5 48493b08d8fef552d1419fa4a70ddab5
BLAKE2b-256 b54a5b4fd4543a912c6a39230a24d31d6e3c1048719f4efecad590ee77ad6f37

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 81877d9b8227b90883669263f2110975137b5495b88a29dcf7f1f46beaa686f0
    • Transparency log index: 148714595
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bdd9f79c4e337ad4721420f9ba4104cd338253409bff890f849c33160013c48
MD5 657ddfabbf5f289e9629091dbeba60d1
BLAKE2b-256 28cf1912cc8f85363e5d08d1e6a9ef2dc62862d89260afa2ddc1163dcf45e33e

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
    • Subject digest: 9bdd9f79c4e337ad4721420f9ba4104cd338253409bff890f849c33160013c48
    • Transparency log index: 148714539
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 41f6208481441b757c51585955e96b5de241977fa4d1ef63f821b9d52552a617
MD5 b53f928f913b1becbe79e8b4e84117b0
BLAKE2b-256 be373590b1e5567bb4741723d8e010fe68b03dd70612160413465ebd6da03d84

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-macosx_14_0_arm64.whl
    • Subject digest: 41f6208481441b757c51585955e96b5de241977fa4d1ef63f821b9d52552a617
    • Transparency log index: 148714549
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6f9684ce755832234a0b3299685f4b94098a03d19f1c476c0b68d6dc24fd3eeb
MD5 424248590a728c00fea3892bfe6b0e7b
BLAKE2b-256 b790047d61772322872eb0ef6dfb9c0d8500f276150bd979c2310028878c2e96

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-macosx_13_0_x86_64.whl
    • Subject digest: 6f9684ce755832234a0b3299685f4b94098a03d19f1c476c0b68d6dc24fd3eeb
    • Transparency log index: 148714573
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b684d9a199eb1c757ba83baae9d1f4468db2004dddee40bdfc880b2f79e525c6
MD5 0eb0c524cdb83ae31e0feacb00f91716
BLAKE2b-256 e2c9a08af0f59ba1b4b50a05aeb911338d4f9b04c59212eba7da3b0a6f4cbc2d

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp313-cp313-macosx_12_0_x86_64.whl
    • Subject digest: b684d9a199eb1c757ba83baae9d1f4468db2004dddee40bdfc880b2f79e525c6
    • Transparency log index: 148714592
    • Transparency log integration time:

File details

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

File metadata

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

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a4837fb5567451d08aa252adf494e5113c9a5c31655d32a3bc2e5aee797e5596
MD5 2c70bd78d8824fcbbfca4b68fcfb7e7a
BLAKE2b-256 8f66555edf2e9a4a87dc49660b9045401e6eae3d370e9cd183c72755f8bd84da

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-win_amd64.whl
    • Subject digest: a4837fb5567451d08aa252adf494e5113c9a5c31655d32a3bc2e5aee797e5596
    • Transparency log index: 148714616
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c773b4a527becf660bd0bb34e8ba2a2c6aedcc06a5c92328de1eb1f186bc0c1
MD5 377d4917036143511fe1dd9eecd93ef0
BLAKE2b-256 1ef169fb66e34e768ce05616844a7536d6f2aac34052eded4c105c019ef46d75

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-musllinux_1_2_x86_64.whl
    • Subject digest: 8c773b4a527becf660bd0bb34e8ba2a2c6aedcc06a5c92328de1eb1f186bc0c1
    • Transparency log index: 148714536
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7ecdeb2a68ccf33ae3d64abfa4ba224faf536f029d6d0eb82efb2f1dadc6fff
MD5 693aca821fa62f3cbb5fb79620afe4a6
BLAKE2b-256 04b6f0ed082cb34cb5a5edad96f40150d4f7cdb572c580e202e565d3cd34a222

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-musllinux_1_2_i686.whl
    • Subject digest: d7ecdeb2a68ccf33ae3d64abfa4ba224faf536f029d6d0eb82efb2f1dadc6fff
    • Transparency log index: 148714561
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1f7a18724f9bce4bcf827bc08336ac131594c7c3e9c7b0131997ab5e7d98a1a
MD5 46cea24c97e125d12da6372c75e9069e
BLAKE2b-256 42405ff48514c73415aa41eeb29ab3ceeffe14dd2e1eda8903050ca9f7a3a034

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-musllinux_1_2_aarch64.whl
    • Subject digest: e1f7a18724f9bce4bcf827bc08336ac131594c7c3e9c7b0131997ab5e7d98a1a
    • Transparency log index: 148714557
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5f61b1ca28ee9c16406aae3a64eaf403899fb6c51450ce91a7bb5cc8587db07
MD5 5ef17da985f9551e61bfb027c979247d
BLAKE2b-256 35c7992140989cccdb6d6013e62b851d1fb5250c747d5e5d4f7c772fc04ad3a9

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: c5f61b1ca28ee9c16406aae3a64eaf403899fb6c51450ce91a7bb5cc8587db07
    • Transparency log index: 148714608
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5340f834fccce2d6c2463d5588ea44ce074bb02e9ff83fc02c65566679e7e61
MD5 29c83bce4aa5718168359c365f95af22
BLAKE2b-256 9440e59e4a6bd867a46ada704bd38468feb2d2ea40da4fb3a0b0ec4d2c3a34af

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: c5340f834fccce2d6c2463d5588ea44ce074bb02e9ff83fc02c65566679e7e61
    • Transparency log index: 148714631
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 57d6a427ca945b53dc2d3029c18c9d438daa1074af2920547b32c75b58939eb5
MD5 d8ab3bb748f09448bd5e6c35d6f45301
BLAKE2b-256 cf50282825a96cc446ce6e101b7989c5ce755a86f5e99a2506748f6cb3a04a5b

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
    • Subject digest: 57d6a427ca945b53dc2d3029c18c9d438daa1074af2920547b32c75b58939eb5
    • Transparency log index: 148714654
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 749d77e8c0a54725fce90c5eb4f1f80d2583ff5c6cbbe52b4669135e2f552957
MD5 f621e01822f79f149d8fede193ec79cc
BLAKE2b-256 dba6a3e33743a4941acd59b9093ef93132f9297b72e5a40ec2bf54232b5293ca

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-macosx_14_0_arm64.whl
    • Subject digest: 749d77e8c0a54725fce90c5eb4f1f80d2583ff5c6cbbe52b4669135e2f552957
    • Transparency log index: 148714653
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e7e3119f6f09678a8d17e91907be2558573a254b9b2c9ce1aff30e7ed3a4f04c
MD5 f433c3c12aece469278ca87db6d6eb6e
BLAKE2b-256 7296c632f5bcae433cb6a7bac87d8e0e27c0052d05978745a8cedf9bb02b45b9

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-macosx_13_0_x86_64.whl
    • Subject digest: e7e3119f6f09678a8d17e91907be2558573a254b9b2c9ce1aff30e7ed3a4f04c
    • Transparency log index: 148714613
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f8f9d0e63131441938ea097c17de61bc85d56a5fb7d99ca884831e9cb4a404b5
MD5 1075f51e85334d85449921cfd8a0baac
BLAKE2b-256 790bbee05dcfeacf860377f8118901f16e18c5ae176accfa5d12e6db6e7c257d

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp312-cp312-macosx_12_0_x86_64.whl
    • Subject digest: f8f9d0e63131441938ea097c17de61bc85d56a5fb7d99ca884831e9cb4a404b5
    • Transparency log index: 148714655
    • Transparency log integration time:

File details

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

File metadata

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

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 00a707ab4ad1c955e7ca71292a1cff3a9c965a84b4ce2745a37123d987721169
MD5 60e20330d1fde279803f1fcec34c10bd
BLAKE2b-256 1e5c62ead01c622271178197886b4e405efa99d639d2c60cf3694849af387d0a

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-win_amd64.whl
    • Subject digest: 00a707ab4ad1c955e7ca71292a1cff3a9c965a84b4ce2745a37123d987721169
    • Transparency log index: 148714531
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8c4f43a0a648104da41b8570aa9e657881c040799ec1b76b758c45c012ad427
MD5 77e5e58a405b4c01fabdf52fcef42196
BLAKE2b-256 dfa36ba1bfb7324753ad5e9e94dd806ba37afe69599eb1f08e82f788813c4956

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-musllinux_1_2_x86_64.whl
    • Subject digest: f8c4f43a0a648104da41b8570aa9e657881c040799ec1b76b758c45c012ad427
    • Transparency log index: 148714525
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cec5949bc3aa6f48b8ecd2a44592eff9fa522ae7c0dcd824866540975d6a62d7
MD5 22e9003d46bd8c2219ba127c3349cc96
BLAKE2b-256 ad3270811ba107967baaf786cccfe42b62674b25755e3fbadb3c6f6dd7814005

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-musllinux_1_2_i686.whl
    • Subject digest: cec5949bc3aa6f48b8ecd2a44592eff9fa522ae7c0dcd824866540975d6a62d7
    • Transparency log index: 148714645
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43ced444d4c7c5b2b2c7e3118f1a02f774dfb12996cad1b3e653c70f62fa4e24
MD5 dc89b5ebf9b9e1f72c7b1b7d7bd870fd
BLAKE2b-256 b7ebdcd1380c3f348210ff0881303daceb0267cbe2a21b87264920571751f8a9

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-musllinux_1_2_aarch64.whl
    • Subject digest: 43ced444d4c7c5b2b2c7e3118f1a02f774dfb12996cad1b3e653c70f62fa4e24
    • Transparency log index: 148714649
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 443aa782e06ac4d2268311f8950372f4fe5c50f14ef34af99fb1442a7929e87e
MD5 f092802dcc7ba012f7830aad41e9e868
BLAKE2b-256 b66b45fd78020196015fef01d1d82e63b47e7dc72a6831e2a15c6a5255024f26

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 443aa782e06ac4d2268311f8950372f4fe5c50f14ef34af99fb1442a7929e87e
    • Transparency log index: 148714551
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1b7fc42fba8d956ab08059200b120732bb726a9055546a084ea369a3f802dcc
MD5 e6cbb94d71db786a7c2bf3f7ad52463e
BLAKE2b-256 03d6e3301a3a0cb738934e2674ff2f12600595821474f8fd17a7f670c6c10138

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: b1b7fc42fba8d956ab08059200b120732bb726a9055546a084ea369a3f802dcc
    • Transparency log index: 148714569
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70397d3ac2b405e4fcc27b3134c0df79a78bf04b6f4b381da853cf2d100d444c
MD5 1118e497b877284310817330193a8b73
BLAKE2b-256 f0c3a837ecd4d32ffe7a2a2a5b223c03f207be0663174905aef1b4143e095bb1

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
    • Subject digest: 70397d3ac2b405e4fcc27b3134c0df79a78bf04b6f4b381da853cf2d100d444c
    • Transparency log index: 148714628
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 112c29b79480b5f9ccd9c533f94e2a8ba811cebd3e42547a205a75aec8d0819b
MD5 124131e04a4e6ca35ab738c64554cc21
BLAKE2b-256 bc6588ec9283840fc16576a78ad50699eec3efd4556dd1c9882b01da24db89c3

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-macosx_14_0_arm64.whl
    • Subject digest: 112c29b79480b5f9ccd9c533f94e2a8ba811cebd3e42547a205a75aec8d0819b
    • Transparency log index: 148714635
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01a0684d565767f2bdb3eb67c80fa03ff7612059a30272d556c9a0765423cdcf
MD5 440e0f3c758eac721a0335748dbd3318
BLAKE2b-256 b81d3d66255fdc8e613b9e28afd0e1179b6fa48133246bf18852043458b88bf6

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-macosx_13_0_x86_64.whl
    • Subject digest: 01a0684d565767f2bdb3eb67c80fa03ff7612059a30272d556c9a0765423cdcf
    • Transparency log index: 148714565
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 cc8c1536b95d4f0fb039f96c3d5473d05315b95dc8da7abb2e318bff68dd24df
MD5 985d7ea4828401224bb862e86f01916d
BLAKE2b-256 9e381b7498496954265741cdda18346eddf64a569ba7f1eeff064bde396a3248

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp311-cp311-macosx_12_0_x86_64.whl
    • Subject digest: cc8c1536b95d4f0fb039f96c3d5473d05315b95dc8da7abb2e318bff68dd24df
    • Transparency log index: 148714651
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: wisdem-3.17.3-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.17.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5d4ed5134d3a70cad04e9d747858014edc15c49967470ab2e79b0e113082f08
MD5 ac31a2708d2566ce460fad6c3f4de976
BLAKE2b-256 c4de820b095b70f1343855ae79f5253659179c614aba2d7d0ff995649e7498ac

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-win_amd64.whl
    • Subject digest: a5d4ed5134d3a70cad04e9d747858014edc15c49967470ab2e79b0e113082f08
    • Transparency log index: 148714634
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0de4fa4e4d534b99f975adf90e4bdde2f3b1bace8ca30876fee922cf70b9a882
MD5 6dd9ef6c55821e7f48bcc6d8c84ad420
BLAKE2b-256 30a0e2251c55abe018c418267c4293a4ed98c49643af78683aaf5f35da96fd10

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-musllinux_1_2_x86_64.whl
    • Subject digest: 0de4fa4e4d534b99f975adf90e4bdde2f3b1bace8ca30876fee922cf70b9a882
    • Transparency log index: 148714626
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db542e85a11166ea6289b3d05b190c57aa70688190070a6dea70d105288853fe
MD5 bb1d7e0b18b72fc62453d1fdb2d456f7
BLAKE2b-256 80bcbcb805c78f61eddedb91b928096c89b21a8e6c8e2ad96f8fd392aab29956

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-musllinux_1_2_i686.whl
    • Subject digest: db542e85a11166ea6289b3d05b190c57aa70688190070a6dea70d105288853fe
    • Transparency log index: 148714611
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4f417e8431e107869462b95c0e08837591349f0dab98bf4c701da1ed6207a11
MD5 aa81eb344800f9eaba69858d02b3b825
BLAKE2b-256 2fd616d450e77386c2a7f6a44dcd405cfcd12171e8faf68d4d94887f252d3160

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-musllinux_1_2_aarch64.whl
    • Subject digest: c4f417e8431e107869462b95c0e08837591349f0dab98bf4c701da1ed6207a11
    • Transparency log index: 148714571
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc3d83ed294f4e86379106355652367fd72611b9a2da4bc6b96534ff8cc135cb
MD5 9fbfad528566323ee0c4c851fcec988c
BLAKE2b-256 978700957c823bcdc9a7b08cb64c524d6bee5d8bfdccb8d06351abe556fdd2e6

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: dc3d83ed294f4e86379106355652367fd72611b9a2da4bc6b96534ff8cc135cb
    • Transparency log index: 148714606
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12290b270f9be492b88115719436f1ab5768ef4b64bf9b718bb72e30453e6517
MD5 ba41dedbf069110e71cc41f0085888f5
BLAKE2b-256 99618bea5546aeaf5dca5f51819d22b0da6fd41d7617006adf0e9d4592a79a16

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 12290b270f9be492b88115719436f1ab5768ef4b64bf9b718bb72e30453e6517
    • Transparency log index: 148714542
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88a32de9a41c1bb97306b817ab9cb677416246648dde81941b972a4deed2ae10
MD5 bae250d0a1c8f7999ec70df818cfdf5e
BLAKE2b-256 05ad2a15fcb29a2823d5011004703d39b80b38ff94a4ad192525b82dd282ea3a

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
    • Subject digest: 88a32de9a41c1bb97306b817ab9cb677416246648dde81941b972a4deed2ae10
    • Transparency log index: 148714581
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4964808754f6ef2d763d6120ce7189a0cbbd307329a102a66cded645a3bcd395
MD5 0ba64adae09658ec114c67505e55b080
BLAKE2b-256 6ae7c6d3eef06804fcd70754c369fc1e983aea9925a8501bcbc2327ca0bdf6c5

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-macosx_14_0_arm64.whl
    • Subject digest: 4964808754f6ef2d763d6120ce7189a0cbbd307329a102a66cded645a3bcd395
    • Transparency log index: 148714600
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 812745890f16b211e20f17f574578f891e09558a20c2304b6f2d5153b15bfffb
MD5 6ace300dd95fafe852919fe2ce8c1a02
BLAKE2b-256 a6e37f8b9e528f1a2c62823f79e5a8b507c3648654030e30985c7ce30fb92961

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-macosx_13_0_x86_64.whl
    • Subject digest: 812745890f16b211e20f17f574578f891e09558a20c2304b6f2d5153b15bfffb
    • Transparency log index: 148714547
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 766b2cb9b4bdc5a3267e5899a6dae21deeaa03dc19890970d23c57ba20131081
MD5 4e4209de15958065873b6159548c018a
BLAKE2b-256 a257e495e5ea201d6ea70df4beb2d0fd7707ebe629a5456e377b9b5edb04f77e

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp310-cp310-macosx_12_0_x86_64.whl
    • Subject digest: 766b2cb9b4bdc5a3267e5899a6dae21deeaa03dc19890970d23c57ba20131081
    • Transparency log index: 148714602
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: wisdem-3.17.3-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.17.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c8d272b2cc118efea36abbb13f7a86b7eb4212302c7f8774903236ac46449bae
MD5 6417f2add86053fbb93973b21ae722db
BLAKE2b-256 a6f8be479fd77423da979ce00e5fc0eec299148f58523ad025c6aba62d3a1a3a

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-win_amd64.whl
    • Subject digest: c8d272b2cc118efea36abbb13f7a86b7eb4212302c7f8774903236ac46449bae
    • Transparency log index: 148714567
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2c4e8bb6cc1e2909b978507016ebd1223252974ab50714e2b67dc0ad44bf653
MD5 359267bcb16469bcc1568ca0927ed79d
BLAKE2b-256 e8cc08959e88eccf00b07877d6350e737045693cfd666ee7c5dfc1b08e8908ab

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-musllinux_1_2_x86_64.whl
    • Subject digest: f2c4e8bb6cc1e2909b978507016ebd1223252974ab50714e2b67dc0ad44bf653
    • Transparency log index: 148714588
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac9f0f45a5965283ee2b90dfb77bb9d1ec7c7a8b1dd55fa7c2bfcfedbaddd9a2
MD5 e1fd28d8f37d8c8e8924f0711384bb7a
BLAKE2b-256 0a49bb701cc8e242fef6518de51a7e9ed454103b095b149fc86934d9f1424c1b

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-musllinux_1_2_i686.whl
    • Subject digest: ac9f0f45a5965283ee2b90dfb77bb9d1ec7c7a8b1dd55fa7c2bfcfedbaddd9a2
    • Transparency log index: 148714585
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7dee5c08264f88d0fa243ae7391f10512fb79a07b309905b6f59bc0af91e263
MD5 6bd8db1ae4b25413ac4c586d342749a5
BLAKE2b-256 f1044b34c8cdadfca3bbe4d2640dd533774ff11b6266868ff016784b9e4ce489

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-musllinux_1_2_aarch64.whl
    • Subject digest: b7dee5c08264f88d0fa243ae7391f10512fb79a07b309905b6f59bc0af91e263
    • Transparency log index: 148714538
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f0295dac72dec2050fd437a07d0bbbefbf42d83a2c9e2db4ab69bef93c84f83
MD5 ce05d6c01a37f8a0e83f4eb0684b8205
BLAKE2b-256 3882e98ee50d554626790de6b87bfc75e3d1833632577f9a0f4c683ea111c0f0

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 5f0295dac72dec2050fd437a07d0bbbefbf42d83a2c9e2db4ab69bef93c84f83
    • Transparency log index: 148714623
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88db84d09ec1e1b95aae887b0b5bb1f9084c380f0605c94a89205f412c56af98
MD5 d22f3f3a1dfc56c83392e28ed89dd3a1
BLAKE2b-256 ff7e036b631641610d6aa298e8415d4369ca73f767c8b7f538d4c7f06b23f083

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 88db84d09ec1e1b95aae887b0b5bb1f9084c380f0605c94a89205f412c56af98
    • Transparency log index: 148714577
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 831fbf08b5fdcff351ac37023cec2699af4dc30571327dc2f77d7795ba314d1b
MD5 0b6a51f0d86b967c43739bb2d1a49a77
BLAKE2b-256 2a48c06456dfc77b51f20bc803d3beb7793171a8161604477e8748d42c7162d7

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl
    • Subject digest: 831fbf08b5fdcff351ac37023cec2699af4dc30571327dc2f77d7795ba314d1b
    • Transparency log index: 148714562
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b244773a121bb80b29c1e2078b689cb4bd720486c49deebe06d460499082a79f
MD5 eda0bc9a08351ec93bdd07d020d56b69
BLAKE2b-256 3043181c6f986e9a59243c054248aef24bca9d00d3b729e6feb06199cde883eb

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-macosx_14_0_arm64.whl
    • Subject digest: b244773a121bb80b29c1e2078b689cb4bd720486c49deebe06d460499082a79f
    • Transparency log index: 148714582
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2fc6c9593f1e726dbdf362a8724001ef62d9a7df11d44a06da2e6f515d13da23
MD5 9df5c502b4ce98454f8b47910a8a06ae
BLAKE2b-256 f8bec2d794d3a67a94f96e20b4c4e1818cfceeb19535b8f96029ff526a873587

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-macosx_13_0_x86_64.whl
    • Subject digest: 2fc6c9593f1e726dbdf362a8724001ef62d9a7df11d44a06da2e6f515d13da23
    • Transparency log index: 148714639
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for wisdem-3.17.3-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 39859817308a75d1dd4aa07104190e3cae0877b0ed19296ffc86b162a84d1572
MD5 d14d6617fb315886cbcdb444b6ec0906
BLAKE2b-256 8acdee2331190da62dd27325b38d4e78b93524f6d65a5c48c8a6b0a25fc5cc3c

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: WISDEM/WISDEM
  • Workflow: Publish_WISDEM.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: wisdem-3.17.3-cp39-cp39-macosx_12_0_x86_64.whl
    • Subject digest: 39859817308a75d1dd4aa07104190e3cae0877b0ed19296ffc86b162a84d1572
    • Transparency log index: 148714604
    • Transparency log integration time:

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