Name | wisdem JSON |
Version |
3.17.3
JSON |
| download |
home_page | None |
Summary | Wind-Plant Integrated System Design & Engineering Model |
upload_time | 2024-11-13 18:27:03 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
wind
turbine
mdao
design
optimization
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# WISDEM®
[![Actions Status](https://github.com/WISDEM/WISDEM/workflows/CI_WISDEM/badge.svg?branch=develop)](https://github.com/WISDEM/WISDEM/actions)
[![Coverage Status](https://coveralls.io/repos/github/WISDEM/WISDEM/badge.svg?branch=develop)](https://coveralls.io/github/WISDEM/WISDEM?branch=develop)
[![Documentation Status](https://readthedocs.org/projects/wisdem/badge/?version=master)](https://wisdem.readthedocs.io/en/master/?badge=master)
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](https://openmdao.org/), 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](https://www.nrel.gov/wind/systems-engineering.html).
Author: [NREL WISDEM Team](mailto:systems.engineering@nrel.gov)
## 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_](https://github.com/mdolab/pyoptsparse) provides some additional optimization algorithms to OpenMDAO
## Installation
Installation with [Anaconda](https://www.anaconda.com) is the recommended approach because of the ability to create self-contained environments suitable for testing and analysis. WISDEM® requires [Anaconda 64-bit](https://www.anaconda.com/distribution/). However, the `conda` command has begun to show its age and we now recommend the one-for-one replacement with the [Miniforge3 distribution](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3), 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](https://wind.nrel.gov/forum/wind/viewtopic.php?f=34&t=1002).
Raw data
{
"_id": null,
"home_page": null,
"name": "wisdem",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "NREL WISDEM Team <systems.engineering@nrel.gov>",
"keywords": "wind, turbine, mdao, design, optimization",
"author": null,
"author_email": "NREL WISDEM Team <systems.engineering@nrel.gov>",
"download_url": "https://files.pythonhosted.org/packages/d1/94/e99355cadb147761a99653b15c760c6af5dd4a08cb273c6697d57a390372/wisdem-3.17.3.tar.gz",
"platform": null,
"description": "# WISDEM®\n\n[![Actions Status](https://github.com/WISDEM/WISDEM/workflows/CI_WISDEM/badge.svg?branch=develop)](https://github.com/WISDEM/WISDEM/actions)\n[![Coverage Status](https://coveralls.io/repos/github/WISDEM/WISDEM/badge.svg?branch=develop)](https://coveralls.io/github/WISDEM/WISDEM?branch=develop)\n[![Documentation Status](https://readthedocs.org/projects/wisdem/badge/?version=master)](https://wisdem.readthedocs.io/en/master/?badge=master)\n\n\nThe 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](https://openmdao.org/), 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](https://www.nrel.gov/wind/systems-engineering.html).\n\nAuthor: [NREL WISDEM Team](mailto:systems.engineering@nrel.gov)\n\n## Documentation\n\nSee local documentation in the `docs`-directory or access the online version at <https://wisdem.readthedocs.io/en/master/>\n\n## Packages\n\nWISDEM® is a family of modules. The core modules are:\n\n* _CommonSE_ includes several libraries shared among modules\n* _FloatingSE_ works with the floating platforms\n* _DrivetrainSE_ sizes the drivetrain and generator systems (formerly DriveSE and GeneratorSE)\n* _TowerSE_ is a tool for tower (and monopile) design\n* _RotorSE_ is a tool for rotor design\n* _NREL CSM_ is the regression-based turbine mass, cost, and performance model\n* _ORBIT_ is the process-based balance of systems cost model for offshore plants\n* _LandBOSSE_ is the process-based balance of systems cost model for land-based plants\n* _Plant_FinanceSE_ runs the financial analysis of a wind plant\n\nThe core modules draw upon some utility packages, which are typically compiled code with python wrappers:\n\n* _Airfoil Preppy_ is a tool to handle airfoil polar data\n* _CCBlade_ is the BEM module of WISDEM\n* _pyFrame3DD_ brings libraries to handle various coordinate transformations\n* _MoorPy_ is a quasi-static mooring line model\n* [_pyOptSparse_](https://github.com/mdolab/pyoptsparse) provides some additional optimization algorithms to OpenMDAO\n\n\n## Installation\n\nInstallation with [Anaconda](https://www.anaconda.com) is the recommended approach because of the ability to create self-contained environments suitable for testing and analysis. WISDEM® requires [Anaconda 64-bit](https://www.anaconda.com/distribution/). However, the `conda` command has begun to show its age and we now recommend the one-for-one replacement with the [Miniforge3 distribution](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3), which is much more lightweight and more easily solves for the WISDEM package dependencies.\n\n### Installation as a \"library\"\n\nTo 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.\n\n### Installation for direct use\n\nThese instructions are for interaction with WISDEM directly, the use of its examples, and the direct inspection of its source code.\n\nThe 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.\n\n1. Setup and activate the Anaconda environment from a prompt (Anaconda3 Power Shell on Windows or Terminal.app on Mac)\n\n conda config --add channels conda-forge\n conda install git\n git clone https://github.com/WISDEM/WISDEM.git\n cd WISDEM\n conda env create --name wisdem-env -f environment.yml\n conda activate wisdem-env\n\n2. 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).\n\n conda install -y petsc4py mpi4py # (Mac / Linux only)\n conda install -y gfortran # (Mac only without Homebrew or Macports compilers)\n conda install -y m2w64-toolchain libpython # (Windows only)\n pip install --no-deps -e . -v\n\n\n**NOTE:** To use WISDEM again after installation is complete, you will always need to activate the conda environment first with `conda activate wisdem-env`\n\nFor 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.\n\n## Run Unit Tests\n\nEach 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.\n\n## Feedback\n\nFor 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](https://wind.nrel.gov/forum/wind/viewtopic.php?f=34&t=1002).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Wind-Plant Integrated System Design & Engineering Model",
"version": "3.17.3",
"project_urls": {
"Documentation": "https://wisdem.readthedocs.io",
"Homepage": "https://github.com/WISDEM/WISDEM",
"Project": "https://www.nrel.gov/wind/systems-engineering.html"
},
"split_keywords": [
"wind",
" turbine",
" mdao",
" design",
" optimization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a257e495e5ea201d6ea70df4beb2d0fd7707ebe629a5456e377b9b5edb04f77e",
"md5": "4e4209de15958065873b6159548c018a",
"sha256": "766b2cb9b4bdc5a3267e5899a6dae21deeaa03dc19890970d23c57ba20131081"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "4e4209de15958065873b6159548c018a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5028318,
"upload_time": "2024-11-13T18:24:52",
"upload_time_iso_8601": "2024-11-13T18:24:52.632633Z",
"url": "https://files.pythonhosted.org/packages/a2/57/e495e5ea201d6ea70df4beb2d0fd7707ebe629a5456e377b9b5edb04f77e/wisdem-3.17.3-cp310-cp310-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6e37f8b9e528f1a2c62823f79e5a8b507c3648654030e30985c7ce30fb92961",
"md5": "6ace300dd95fafe852919fe2ce8c1a02",
"sha256": "812745890f16b211e20f17f574578f891e09558a20c2304b6f2d5153b15bfffb"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "6ace300dd95fafe852919fe2ce8c1a02",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 6380586,
"upload_time": "2024-11-13T18:24:55",
"upload_time_iso_8601": "2024-11-13T18:24:55.645841Z",
"url": "https://files.pythonhosted.org/packages/a6/e3/7f8b9e528f1a2c62823f79e5a8b507c3648654030e30985c7ce30fb92961/wisdem-3.17.3-cp310-cp310-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ae7c6d3eef06804fcd70754c369fc1e983aea9925a8501bcbc2327ca0bdf6c5",
"md5": "0ba64adae09658ec114c67505e55b080",
"sha256": "4964808754f6ef2d763d6120ce7189a0cbbd307329a102a66cded645a3bcd395"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-macosx_14_0_arm64.whl",
"has_sig": false,
"md5_digest": "0ba64adae09658ec114c67505e55b080",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5003675,
"upload_time": "2024-11-13T18:24:57",
"upload_time_iso_8601": "2024-11-13T18:24:57.638242Z",
"url": "https://files.pythonhosted.org/packages/6a/e7/c6d3eef06804fcd70754c369fc1e983aea9925a8501bcbc2327ca0bdf6c5/wisdem-3.17.3-cp310-cp310-macosx_14_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05ad2a15fcb29a2823d5011004703d39b80b38ff94a4ad192525b82dd282ea3a",
"md5": "bae250d0a1c8f7999ec70df818cfdf5e",
"sha256": "88a32de9a41c1bb97306b817ab9cb677416246648dde81941b972a4deed2ae10"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "bae250d0a1c8f7999ec70df818cfdf5e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5484728,
"upload_time": "2024-11-13T18:25:01",
"upload_time_iso_8601": "2024-11-13T18:25:01.491453Z",
"url": "https://files.pythonhosted.org/packages/05/ad/2a15fcb29a2823d5011004703d39b80b38ff94a4ad192525b82dd282ea3a/wisdem-3.17.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99618bea5546aeaf5dca5f51819d22b0da6fd41d7617006adf0e9d4592a79a16",
"md5": "ba41dedbf069110e71cc41f0085888f5",
"sha256": "12290b270f9be492b88115719436f1ab5768ef4b64bf9b718bb72e30453e6517"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ba41dedbf069110e71cc41f0085888f5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5587164,
"upload_time": "2024-11-13T18:25:03",
"upload_time_iso_8601": "2024-11-13T18:25:03.832621Z",
"url": "https://files.pythonhosted.org/packages/99/61/8bea5546aeaf5dca5f51819d22b0da6fd41d7617006adf0e9d4592a79a16/wisdem-3.17.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "978700957c823bcdc9a7b08cb64c524d6bee5d8bfdccb8d06351abe556fdd2e6",
"md5": "9fbfad528566323ee0c4c851fcec988c",
"sha256": "dc3d83ed294f4e86379106355652367fd72611b9a2da4bc6b96534ff8cc135cb"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9fbfad528566323ee0c4c851fcec988c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5585954,
"upload_time": "2024-11-13T18:25:06",
"upload_time_iso_8601": "2024-11-13T18:25:06.574743Z",
"url": "https://files.pythonhosted.org/packages/97/87/00957c823bcdc9a7b08cb64c524d6bee5d8bfdccb8d06351abe556fdd2e6/wisdem-3.17.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2fd616d450e77386c2a7f6a44dcd405cfcd12171e8faf68d4d94887f252d3160",
"md5": "aa81eb344800f9eaba69858d02b3b825",
"sha256": "c4f417e8431e107869462b95c0e08837591349f0dab98bf4c701da1ed6207a11"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "aa81eb344800f9eaba69858d02b3b825",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5585595,
"upload_time": "2024-11-13T18:25:08",
"upload_time_iso_8601": "2024-11-13T18:25:08.623668Z",
"url": "https://files.pythonhosted.org/packages/2f/d6/16d450e77386c2a7f6a44dcd405cfcd12171e8faf68d4d94887f252d3160/wisdem-3.17.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "80bcbcb805c78f61eddedb91b928096c89b21a8e6c8e2ad96f8fd392aab29956",
"md5": "bb1d7e0b18b72fc62453d1fdb2d456f7",
"sha256": "db542e85a11166ea6289b3d05b190c57aa70688190070a6dea70d105288853fe"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bb1d7e0b18b72fc62453d1fdb2d456f7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5511773,
"upload_time": "2024-11-13T18:25:10",
"upload_time_iso_8601": "2024-11-13T18:25:10.469651Z",
"url": "https://files.pythonhosted.org/packages/80/bc/bcb805c78f61eddedb91b928096c89b21a8e6c8e2ad96f8fd392aab29956/wisdem-3.17.3-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "30a0e2251c55abe018c418267c4293a4ed98c49643af78683aaf5f35da96fd10",
"md5": "6dd9ef6c55821e7f48bcc6d8c84ad420",
"sha256": "0de4fa4e4d534b99f975adf90e4bdde2f3b1bace8ca30876fee922cf70b9a882"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6dd9ef6c55821e7f48bcc6d8c84ad420",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5585452,
"upload_time": "2024-11-13T18:25:12",
"upload_time_iso_8601": "2024-11-13T18:25:12.966498Z",
"url": "https://files.pythonhosted.org/packages/30/a0/e2251c55abe018c418267c4293a4ed98c49643af78683aaf5f35da96fd10/wisdem-3.17.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c4de820b095b70f1343855ae79f5253659179c614aba2d7d0ff995649e7498ac",
"md5": "ac31a2708d2566ce460fad6c3f4de976",
"sha256": "a5d4ed5134d3a70cad04e9d747858014edc15c49967470ab2e79b0e113082f08"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "ac31a2708d2566ce460fad6c3f4de976",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 5634014,
"upload_time": "2024-11-13T18:25:14",
"upload_time_iso_8601": "2024-11-13T18:25:14.868790Z",
"url": "https://files.pythonhosted.org/packages/c4/de/820b095b70f1343855ae79f5253659179c614aba2d7d0ff995649e7498ac/wisdem-3.17.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e381b7498496954265741cdda18346eddf64a569ba7f1eeff064bde396a3248",
"md5": "985d7ea4828401224bb862e86f01916d",
"sha256": "cc8c1536b95d4f0fb039f96c3d5473d05315b95dc8da7abb2e318bff68dd24df"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "985d7ea4828401224bb862e86f01916d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5081118,
"upload_time": "2024-11-13T18:25:16",
"upload_time_iso_8601": "2024-11-13T18:25:16.703918Z",
"url": "https://files.pythonhosted.org/packages/9e/38/1b7498496954265741cdda18346eddf64a569ba7f1eeff064bde396a3248/wisdem-3.17.3-cp311-cp311-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b81d3d66255fdc8e613b9e28afd0e1179b6fa48133246bf18852043458b88bf6",
"md5": "440e0f3c758eac721a0335748dbd3318",
"sha256": "01a0684d565767f2bdb3eb67c80fa03ff7612059a30272d556c9a0765423cdcf"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "440e0f3c758eac721a0335748dbd3318",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 6436353,
"upload_time": "2024-11-13T18:25:19",
"upload_time_iso_8601": "2024-11-13T18:25:19.609183Z",
"url": "https://files.pythonhosted.org/packages/b8/1d/3d66255fdc8e613b9e28afd0e1179b6fa48133246bf18852043458b88bf6/wisdem-3.17.3-cp311-cp311-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc6588ec9283840fc16576a78ad50699eec3efd4556dd1c9882b01da24db89c3",
"md5": "124131e04a4e6ca35ab738c64554cc21",
"sha256": "112c29b79480b5f9ccd9c533f94e2a8ba811cebd3e42547a205a75aec8d0819b"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-macosx_14_0_arm64.whl",
"has_sig": false,
"md5_digest": "124131e04a4e6ca35ab738c64554cc21",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5055284,
"upload_time": "2024-11-13T18:25:22",
"upload_time_iso_8601": "2024-11-13T18:25:22.318508Z",
"url": "https://files.pythonhosted.org/packages/bc/65/88ec9283840fc16576a78ad50699eec3efd4556dd1c9882b01da24db89c3/wisdem-3.17.3-cp311-cp311-macosx_14_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0c3a837ecd4d32ffe7a2a2a5b223c03f207be0663174905aef1b4143e095bb1",
"md5": "1118e497b877284310817330193a8b73",
"sha256": "70397d3ac2b405e4fcc27b3134c0df79a78bf04b6f4b381da853cf2d100d444c"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "1118e497b877284310817330193a8b73",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5646816,
"upload_time": "2024-11-13T18:25:24",
"upload_time_iso_8601": "2024-11-13T18:25:24.249651Z",
"url": "https://files.pythonhosted.org/packages/f0/c3/a837ecd4d32ffe7a2a2a5b223c03f207be0663174905aef1b4143e095bb1/wisdem-3.17.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03d6e3301a3a0cb738934e2674ff2f12600595821474f8fd17a7f670c6c10138",
"md5": "e6cbb94d71db786a7c2bf3f7ad52463e",
"sha256": "b1b7fc42fba8d956ab08059200b120732bb726a9055546a084ea369a3f802dcc"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e6cbb94d71db786a7c2bf3f7ad52463e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5768190,
"upload_time": "2024-11-13T18:25:27",
"upload_time_iso_8601": "2024-11-13T18:25:27.930184Z",
"url": "https://files.pythonhosted.org/packages/03/d6/e3301a3a0cb738934e2674ff2f12600595821474f8fd17a7f670c6c10138/wisdem-3.17.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b66b45fd78020196015fef01d1d82e63b47e7dc72a6831e2a15c6a5255024f26",
"md5": "f092802dcc7ba012f7830aad41e9e868",
"sha256": "443aa782e06ac4d2268311f8950372f4fe5c50f14ef34af99fb1442a7929e87e"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f092802dcc7ba012f7830aad41e9e868",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5765293,
"upload_time": "2024-11-13T18:25:30",
"upload_time_iso_8601": "2024-11-13T18:25:30.643759Z",
"url": "https://files.pythonhosted.org/packages/b6/6b/45fd78020196015fef01d1d82e63b47e7dc72a6831e2a15c6a5255024f26/wisdem-3.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7ebdcd1380c3f348210ff0881303daceb0267cbe2a21b87264920571751f8a9",
"md5": "dc89b5ebf9b9e1f72c7b1b7d7bd870fd",
"sha256": "43ced444d4c7c5b2b2c7e3118f1a02f774dfb12996cad1b3e653c70f62fa4e24"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dc89b5ebf9b9e1f72c7b1b7d7bd870fd",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5766859,
"upload_time": "2024-11-13T18:25:32",
"upload_time_iso_8601": "2024-11-13T18:25:32.724461Z",
"url": "https://files.pythonhosted.org/packages/b7/eb/dcd1380c3f348210ff0881303daceb0267cbe2a21b87264920571751f8a9/wisdem-3.17.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad3270811ba107967baaf786cccfe42b62674b25755e3fbadb3c6f6dd7814005",
"md5": "22e9003d46bd8c2219ba127c3349cc96",
"sha256": "cec5949bc3aa6f48b8ecd2a44592eff9fa522ae7c0dcd824866540975d6a62d7"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "22e9003d46bd8c2219ba127c3349cc96",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5679649,
"upload_time": "2024-11-13T18:25:34",
"upload_time_iso_8601": "2024-11-13T18:25:34.598589Z",
"url": "https://files.pythonhosted.org/packages/ad/32/70811ba107967baaf786cccfe42b62674b25755e3fbadb3c6f6dd7814005/wisdem-3.17.3-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfa36ba1bfb7324753ad5e9e94dd806ba37afe69599eb1f08e82f788813c4956",
"md5": "77e5e58a405b4c01fabdf52fcef42196",
"sha256": "f8c4f43a0a648104da41b8570aa9e657881c040799ec1b76b758c45c012ad427"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "77e5e58a405b4c01fabdf52fcef42196",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5765097,
"upload_time": "2024-11-13T18:25:36",
"upload_time_iso_8601": "2024-11-13T18:25:36.665372Z",
"url": "https://files.pythonhosted.org/packages/df/a3/6ba1bfb7324753ad5e9e94dd806ba37afe69599eb1f08e82f788813c4956/wisdem-3.17.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1e5c62ead01c622271178197886b4e405efa99d639d2c60cf3694849af387d0a",
"md5": "60e20330d1fde279803f1fcec34c10bd",
"sha256": "00a707ab4ad1c955e7ca71292a1cff3a9c965a84b4ce2745a37123d987721169"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "60e20330d1fde279803f1fcec34c10bd",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 5823156,
"upload_time": "2024-11-13T18:25:38",
"upload_time_iso_8601": "2024-11-13T18:25:38.843198Z",
"url": "https://files.pythonhosted.org/packages/1e/5c/62ead01c622271178197886b4e405efa99d639d2c60cf3694849af387d0a/wisdem-3.17.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "790bbee05dcfeacf860377f8118901f16e18c5ae176accfa5d12e6db6e7c257d",
"md5": "1075f51e85334d85449921cfd8a0baac",
"sha256": "f8f9d0e63131441938ea097c17de61bc85d56a5fb7d99ca884831e9cb4a404b5"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "1075f51e85334d85449921cfd8a0baac",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5135494,
"upload_time": "2024-11-13T18:25:40",
"upload_time_iso_8601": "2024-11-13T18:25:40.750985Z",
"url": "https://files.pythonhosted.org/packages/79/0b/bee05dcfeacf860377f8118901f16e18c5ae176accfa5d12e6db6e7c257d/wisdem-3.17.3-cp312-cp312-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7296c632f5bcae433cb6a7bac87d8e0e27c0052d05978745a8cedf9bb02b45b9",
"md5": "f433c3c12aece469278ca87db6d6eb6e",
"sha256": "e7e3119f6f09678a8d17e91907be2558573a254b9b2c9ce1aff30e7ed3a4f04c"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "f433c3c12aece469278ca87db6d6eb6e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6493834,
"upload_time": "2024-11-13T18:25:43",
"upload_time_iso_8601": "2024-11-13T18:25:43.601900Z",
"url": "https://files.pythonhosted.org/packages/72/96/c632f5bcae433cb6a7bac87d8e0e27c0052d05978745a8cedf9bb02b45b9/wisdem-3.17.3-cp312-cp312-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dba6a3e33743a4941acd59b9093ef93132f9297b72e5a40ec2bf54232b5293ca",
"md5": "f621e01822f79f149d8fede193ec79cc",
"sha256": "749d77e8c0a54725fce90c5eb4f1f80d2583ff5c6cbbe52b4669135e2f552957"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-macosx_14_0_arm64.whl",
"has_sig": false,
"md5_digest": "f621e01822f79f149d8fede193ec79cc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5108020,
"upload_time": "2024-11-13T18:25:45",
"upload_time_iso_8601": "2024-11-13T18:25:45.551393Z",
"url": "https://files.pythonhosted.org/packages/db/a6/a3e33743a4941acd59b9093ef93132f9297b72e5a40ec2bf54232b5293ca/wisdem-3.17.3-cp312-cp312-macosx_14_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf50282825a96cc446ce6e101b7989c5ce755a86f5e99a2506748f6cb3a04a5b",
"md5": "d8ab3bb748f09448bd5e6c35d6f45301",
"sha256": "57d6a427ca945b53dc2d3029c18c9d438daa1074af2920547b32c75b58939eb5"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d8ab3bb748f09448bd5e6c35d6f45301",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5807138,
"upload_time": "2024-11-13T18:25:47",
"upload_time_iso_8601": "2024-11-13T18:25:47.525253Z",
"url": "https://files.pythonhosted.org/packages/cf/50/282825a96cc446ce6e101b7989c5ce755a86f5e99a2506748f6cb3a04a5b/wisdem-3.17.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9440e59e4a6bd867a46ada704bd38468feb2d2ea40da4fb3a0b0ec4d2c3a34af",
"md5": "29c83bce4aa5718168359c365f95af22",
"sha256": "c5340f834fccce2d6c2463d5588ea44ce074bb02e9ff83fc02c65566679e7e61"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "29c83bce4aa5718168359c365f95af22",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5948671,
"upload_time": "2024-11-13T18:25:49",
"upload_time_iso_8601": "2024-11-13T18:25:49.564081Z",
"url": "https://files.pythonhosted.org/packages/94/40/e59e4a6bd867a46ada704bd38468feb2d2ea40da4fb3a0b0ec4d2c3a34af/wisdem-3.17.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35c7992140989cccdb6d6013e62b851d1fb5250c747d5e5d4f7c772fc04ad3a9",
"md5": "5ef17da985f9551e61bfb027c979247d",
"sha256": "c5f61b1ca28ee9c16406aae3a64eaf403899fb6c51450ce91a7bb5cc8587db07"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5ef17da985f9551e61bfb027c979247d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5943639,
"upload_time": "2024-11-13T18:25:52",
"upload_time_iso_8601": "2024-11-13T18:25:52.286980Z",
"url": "https://files.pythonhosted.org/packages/35/c7/992140989cccdb6d6013e62b851d1fb5250c747d5e5d4f7c772fc04ad3a9/wisdem-3.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42405ff48514c73415aa41eeb29ab3ceeffe14dd2e1eda8903050ca9f7a3a034",
"md5": "46cea24c97e125d12da6372c75e9069e",
"sha256": "e1f7a18724f9bce4bcf827bc08336ac131594c7c3e9c7b0131997ab5e7d98a1a"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "46cea24c97e125d12da6372c75e9069e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5948058,
"upload_time": "2024-11-13T18:25:54",
"upload_time_iso_8601": "2024-11-13T18:25:54.363373Z",
"url": "https://files.pythonhosted.org/packages/42/40/5ff48514c73415aa41eeb29ab3ceeffe14dd2e1eda8903050ca9f7a3a034/wisdem-3.17.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04b6f0ed082cb34cb5a5edad96f40150d4f7cdb572c580e202e565d3cd34a222",
"md5": "693aca821fa62f3cbb5fb79620afe4a6",
"sha256": "d7ecdeb2a68ccf33ae3d64abfa4ba224faf536f029d6d0eb82efb2f1dadc6fff"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "693aca821fa62f3cbb5fb79620afe4a6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5846691,
"upload_time": "2024-11-13T18:25:57",
"upload_time_iso_8601": "2024-11-13T18:25:57.127556Z",
"url": "https://files.pythonhosted.org/packages/04/b6/f0ed082cb34cb5a5edad96f40150d4f7cdb572c580e202e565d3cd34a222/wisdem-3.17.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1ef169fb66e34e768ce05616844a7536d6f2aac34052eded4c105c019ef46d75",
"md5": "377d4917036143511fe1dd9eecd93ef0",
"sha256": "8c773b4a527becf660bd0bb34e8ba2a2c6aedcc06a5c92328de1eb1f186bc0c1"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "377d4917036143511fe1dd9eecd93ef0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 5945023,
"upload_time": "2024-11-13T18:26:00",
"upload_time_iso_8601": "2024-11-13T18:26:00.089390Z",
"url": "https://files.pythonhosted.org/packages/1e/f1/69fb66e34e768ce05616844a7536d6f2aac34052eded4c105c019ef46d75/wisdem-3.17.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8f66555edf2e9a4a87dc49660b9045401e6eae3d370e9cd183c72755f8bd84da",
"md5": "2c70bd78d8824fcbbfca4b68fcfb7e7a",
"sha256": "a4837fb5567451d08aa252adf494e5113c9a5c31655d32a3bc2e5aee797e5596"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "2c70bd78d8824fcbbfca4b68fcfb7e7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 6010203,
"upload_time": "2024-11-13T18:26:02",
"upload_time_iso_8601": "2024-11-13T18:26:02.267895Z",
"url": "https://files.pythonhosted.org/packages/8f/66/555edf2e9a4a87dc49660b9045401e6eae3d370e9cd183c72755f8bd84da/wisdem-3.17.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e2c9a08af0f59ba1b4b50a05aeb911338d4f9b04c59212eba7da3b0a6f4cbc2d",
"md5": "0eb0c524cdb83ae31e0feacb00f91716",
"sha256": "b684d9a199eb1c757ba83baae9d1f4468db2004dddee40bdfc880b2f79e525c6"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "0eb0c524cdb83ae31e0feacb00f91716",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 5189072,
"upload_time": "2024-11-13T18:26:05",
"upload_time_iso_8601": "2024-11-13T18:26:05.869890Z",
"url": "https://files.pythonhosted.org/packages/e2/c9/a08af0f59ba1b4b50a05aeb911338d4f9b04c59212eba7da3b0a6f4cbc2d/wisdem-3.17.3-cp313-cp313-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b790047d61772322872eb0ef6dfb9c0d8500f276150bd979c2310028878c2e96",
"md5": "424248590a728c00fea3892bfe6b0e7b",
"sha256": "6f9684ce755832234a0b3299685f4b94098a03d19f1c476c0b68d6dc24fd3eeb"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "424248590a728c00fea3892bfe6b0e7b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6550333,
"upload_time": "2024-11-13T18:26:07",
"upload_time_iso_8601": "2024-11-13T18:26:07.970813Z",
"url": "https://files.pythonhosted.org/packages/b7/90/047d61772322872eb0ef6dfb9c0d8500f276150bd979c2310028878c2e96/wisdem-3.17.3-cp313-cp313-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "be373590b1e5567bb4741723d8e010fe68b03dd70612160413465ebd6da03d84",
"md5": "b53f928f913b1becbe79e8b4e84117b0",
"sha256": "41f6208481441b757c51585955e96b5de241977fa4d1ef63f821b9d52552a617"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-macosx_14_0_arm64.whl",
"has_sig": false,
"md5_digest": "b53f928f913b1becbe79e8b4e84117b0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 5160117,
"upload_time": "2024-11-13T18:26:11",
"upload_time_iso_8601": "2024-11-13T18:26:11.901746Z",
"url": "https://files.pythonhosted.org/packages/be/37/3590b1e5567bb4741723d8e010fe68b03dd70612160413465ebd6da03d84/wisdem-3.17.3-cp313-cp313-macosx_14_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28cf1912cc8f85363e5d08d1e6a9ef2dc62862d89260afa2ddc1163dcf45e33e",
"md5": "657ddfabbf5f289e9629091dbeba60d1",
"sha256": "9bdd9f79c4e337ad4721420f9ba4104cd338253409bff890f849c33160013c48"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "657ddfabbf5f289e9629091dbeba60d1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 5967402,
"upload_time": "2024-11-13T18:26:15",
"upload_time_iso_8601": "2024-11-13T18:26:15.230230Z",
"url": "https://files.pythonhosted.org/packages/28/cf/1912cc8f85363e5d08d1e6a9ef2dc62862d89260afa2ddc1163dcf45e33e/wisdem-3.17.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b54a5b4fd4543a912c6a39230a24d31d6e3c1048719f4efecad590ee77ad6f37",
"md5": "48493b08d8fef552d1419fa4a70ddab5",
"sha256": "81877d9b8227b90883669263f2110975137b5495b88a29dcf7f1f46beaa686f0"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "48493b08d8fef552d1419fa4a70ddab5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6128488,
"upload_time": "2024-11-13T18:26:17",
"upload_time_iso_8601": "2024-11-13T18:26:17.848927Z",
"url": "https://files.pythonhosted.org/packages/b5/4a/5b4fd4543a912c6a39230a24d31d6e3c1048719f4efecad590ee77ad6f37/wisdem-3.17.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17efafced912e54d79dcae01c4d998c5775bec6780f6da80434f736d1ae8a202",
"md5": "62ce8d9113ef9530bd7c114381b6500d",
"sha256": "9e10cd6f6a97d29e78286ff9277ad3617b8b5c9529458c94d2f68c621464dec0"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "62ce8d9113ef9530bd7c114381b6500d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6121646,
"upload_time": "2024-11-13T18:26:21",
"upload_time_iso_8601": "2024-11-13T18:26:21.071791Z",
"url": "https://files.pythonhosted.org/packages/17/ef/afced912e54d79dcae01c4d998c5775bec6780f6da80434f736d1ae8a202/wisdem-3.17.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99e4087d2ef8aa027d9465e2d9b2316f3d052578c59a794c795d42f72e311b68",
"md5": "c461c2da24ec762fe5db5429f5307373",
"sha256": "0cf2cf240e77d39ec083a8eed2eeed884d9841dab19f35fcca3d6c77ec48ba28"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c461c2da24ec762fe5db5429f5307373",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6128624,
"upload_time": "2024-11-13T18:26:24",
"upload_time_iso_8601": "2024-11-13T18:26:24.131097Z",
"url": "https://files.pythonhosted.org/packages/99/e4/087d2ef8aa027d9465e2d9b2316f3d052578c59a794c795d42f72e311b68/wisdem-3.17.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "657a869538aab6f041e22a3ce5ec06140e7d66633c5f040b29007e1959712aac",
"md5": "08550a18bd3f73cf1ac123159b2e5f6d",
"sha256": "ab8f93a4df1083648d6cc17c8347b1949cb5107943fa5ce24aec51fd729826a8"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "08550a18bd3f73cf1ac123159b2e5f6d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6013604,
"upload_time": "2024-11-13T18:26:29",
"upload_time_iso_8601": "2024-11-13T18:26:29.023176Z",
"url": "https://files.pythonhosted.org/packages/65/7a/869538aab6f041e22a3ce5ec06140e7d66633c5f040b29007e1959712aac/wisdem-3.17.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb5432d4baf63406f7a50d951d4d6f16dfaada430f5a5ce47cb92d4e03c36aae",
"md5": "75dd1ecec3e89d523ba4bb73eabc8785",
"sha256": "b27f1d4ae927961e2e8fb54adf74176adafde661ad7836111076176b22fd18d7"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "75dd1ecec3e89d523ba4bb73eabc8785",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6124272,
"upload_time": "2024-11-13T18:26:31",
"upload_time_iso_8601": "2024-11-13T18:26:31.735646Z",
"url": "https://files.pythonhosted.org/packages/bb/54/32d4baf63406f7a50d951d4d6f16dfaada430f5a5ce47cb92d4e03c36aae/wisdem-3.17.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e50ad98c2b3623359a164a048e45eb1170643774abaa32408e5970598bef3dc",
"md5": "e528e0caa2d438ced7358994883eb91a",
"sha256": "983b2c557c7ec6df86f97dc0b48fbfd5336ff2ba633c1b54801abe2f032f1b1d"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "e528e0caa2d438ced7358994883eb91a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 6197725,
"upload_time": "2024-11-13T18:26:34",
"upload_time_iso_8601": "2024-11-13T18:26:34.206116Z",
"url": "https://files.pythonhosted.org/packages/6e/50/ad98c2b3623359a164a048e45eb1170643774abaa32408e5970598bef3dc/wisdem-3.17.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8acdee2331190da62dd27325b38d4e78b93524f6d65a5c48c8a6b0a25fc5cc3c",
"md5": "d14d6617fb315886cbcdb444b6ec0906",
"sha256": "39859817308a75d1dd4aa07104190e3cae0877b0ed19296ffc86b162a84d1572"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "d14d6617fb315886cbcdb444b6ec0906",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 4975617,
"upload_time": "2024-11-13T18:26:37",
"upload_time_iso_8601": "2024-11-13T18:26:37.310835Z",
"url": "https://files.pythonhosted.org/packages/8a/cd/ee2331190da62dd27325b38d4e78b93524f6d65a5c48c8a6b0a25fc5cc3c/wisdem-3.17.3-cp39-cp39-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8bec2d794d3a67a94f96e20b4c4e1818cfceeb19535b8f96029ff526a873587",
"md5": "9df5c502b4ce98454f8b47910a8a06ae",
"sha256": "2fc6c9593f1e726dbdf362a8724001ef62d9a7df11d44a06da2e6f515d13da23"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "9df5c502b4ce98454f8b47910a8a06ae",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 6325276,
"upload_time": "2024-11-13T18:26:39",
"upload_time_iso_8601": "2024-11-13T18:26:39.803315Z",
"url": "https://files.pythonhosted.org/packages/f8/be/c2d794d3a67a94f96e20b4c4e1818cfceeb19535b8f96029ff526a873587/wisdem-3.17.3-cp39-cp39-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3043181c6f986e9a59243c054248aef24bca9d00d3b729e6feb06199cde883eb",
"md5": "eda0bc9a08351ec93bdd07d020d56b69",
"sha256": "b244773a121bb80b29c1e2078b689cb4bd720486c49deebe06d460499082a79f"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-macosx_14_0_arm64.whl",
"has_sig": false,
"md5_digest": "eda0bc9a08351ec93bdd07d020d56b69",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 4952442,
"upload_time": "2024-11-13T18:26:42",
"upload_time_iso_8601": "2024-11-13T18:26:42.222965Z",
"url": "https://files.pythonhosted.org/packages/30/43/181c6f986e9a59243c054248aef24bca9d00d3b729e6feb06199cde883eb/wisdem-3.17.3-cp39-cp39-macosx_14_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a48c06456dfc77b51f20bc803d3beb7793171a8161604477e8748d42c7162d7",
"md5": "0b6a51f0d86b967c43739bb2d1a49a77",
"sha256": "831fbf08b5fdcff351ac37023cec2699af4dc30571327dc2f77d7795ba314d1b"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "0b6a51f0d86b967c43739bb2d1a49a77",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5325392,
"upload_time": "2024-11-13T18:26:44",
"upload_time_iso_8601": "2024-11-13T18:26:44.516833Z",
"url": "https://files.pythonhosted.org/packages/2a/48/c06456dfc77b51f20bc803d3beb7793171a8161604477e8748d42c7162d7/wisdem-3.17.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ff7e036b631641610d6aa298e8415d4369ca73f767c8b7f538d4c7f06b23f083",
"md5": "d22f3f3a1dfc56c83392e28ed89dd3a1",
"sha256": "88db84d09ec1e1b95aae887b0b5bb1f9084c380f0605c94a89205f412c56af98"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d22f3f3a1dfc56c83392e28ed89dd3a1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5408461,
"upload_time": "2024-11-13T18:26:47",
"upload_time_iso_8601": "2024-11-13T18:26:47.565718Z",
"url": "https://files.pythonhosted.org/packages/ff/7e/036b631641610d6aa298e8415d4369ca73f767c8b7f538d4c7f06b23f083/wisdem-3.17.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3882e98ee50d554626790de6b87bfc75e3d1833632577f9a0f4c683ea111c0f0",
"md5": "ce05d6c01a37f8a0e83f4eb0684b8205",
"sha256": "5f0295dac72dec2050fd437a07d0bbbefbf42d83a2c9e2db4ab69bef93c84f83"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ce05d6c01a37f8a0e83f4eb0684b8205",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5409086,
"upload_time": "2024-11-13T18:26:49",
"upload_time_iso_8601": "2024-11-13T18:26:49.980113Z",
"url": "https://files.pythonhosted.org/packages/38/82/e98ee50d554626790de6b87bfc75e3d1833632577f9a0f4c683ea111c0f0/wisdem-3.17.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1044b34c8cdadfca3bbe4d2640dd533774ff11b6266868ff016784b9e4ce489",
"md5": "6bd8db1ae4b25413ac4c586d342749a5",
"sha256": "b7dee5c08264f88d0fa243ae7391f10512fb79a07b309905b6f59bc0af91e263"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "6bd8db1ae4b25413ac4c586d342749a5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5406997,
"upload_time": "2024-11-13T18:26:52",
"upload_time_iso_8601": "2024-11-13T18:26:52.319578Z",
"url": "https://files.pythonhosted.org/packages/f1/04/4b34c8cdadfca3bbe4d2640dd533774ff11b6266868ff016784b9e4ce489/wisdem-3.17.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0a49bb701cc8e242fef6518de51a7e9ed454103b095b149fc86934d9f1424c1b",
"md5": "e1fd28d8f37d8c8e8924f0711384bb7a",
"sha256": "ac9f0f45a5965283ee2b90dfb77bb9d1ec7c7a8b1dd55fa7c2bfcfedbaddd9a2"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "e1fd28d8f37d8c8e8924f0711384bb7a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5346825,
"upload_time": "2024-11-13T18:26:54",
"upload_time_iso_8601": "2024-11-13T18:26:54.699398Z",
"url": "https://files.pythonhosted.org/packages/0a/49/bb701cc8e242fef6518de51a7e9ed454103b095b149fc86934d9f1424c1b/wisdem-3.17.3-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e8cc08959e88eccf00b07877d6350e737045693cfd666ee7c5dfc1b08e8908ab",
"md5": "359267bcb16469bcc1568ca0927ed79d",
"sha256": "f2c4e8bb6cc1e2909b978507016ebd1223252974ab50714e2b67dc0ad44bf653"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "359267bcb16469bcc1568ca0927ed79d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5408543,
"upload_time": "2024-11-13T18:26:57",
"upload_time_iso_8601": "2024-11-13T18:26:57.146854Z",
"url": "https://files.pythonhosted.org/packages/e8/cc/08959e88eccf00b07877d6350e737045693cfd666ee7c5dfc1b08e8908ab/wisdem-3.17.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6f8be479fd77423da979ce00e5fc0eec299148f58523ad025c6aba62d3a1a3a",
"md5": "6417f2add86053fbb93973b21ae722db",
"sha256": "c8d272b2cc118efea36abbb13f7a86b7eb4212302c7f8774903236ac46449bae"
},
"downloads": -1,
"filename": "wisdem-3.17.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "6417f2add86053fbb93973b21ae722db",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 5447377,
"upload_time": "2024-11-13T18:27:00",
"upload_time_iso_8601": "2024-11-13T18:27:00.443860Z",
"url": "https://files.pythonhosted.org/packages/a6/f8/be479fd77423da979ce00e5fc0eec299148f58523ad025c6aba62d3a1a3a/wisdem-3.17.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d194e99355cadb147761a99653b15c760c6af5dd4a08cb273c6697d57a390372",
"md5": "dabb411c95ff7c7bb1ac444c757249d9",
"sha256": "14573de57471bf0339ee805c74d023e8c2cf3a011e461c20524f657675a2f3ae"
},
"downloads": -1,
"filename": "wisdem-3.17.3.tar.gz",
"has_sig": false,
"md5_digest": "dabb411c95ff7c7bb1ac444c757249d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5208247,
"upload_time": "2024-11-13T18:27:03",
"upload_time_iso_8601": "2024-11-13T18:27:03.027280Z",
"url": "https://files.pythonhosted.org/packages/d1/94/e99355cadb147761a99653b15c760c6af5dd4a08cb273c6697d57a390372/wisdem-3.17.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 18:27:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "WISDEM",
"github_project": "WISDEM",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wisdem"
}