wisdem


Namewisdem JSON
Version 3.15.2 PyPI version JSON
download
home_pageNone
SummaryWind-Plant Integrated System Design & Engineering Model
upload_time2024-04-30 19:48:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-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&reg; 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&reg; 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 env create --name wisdem-env -f https://raw.githubusercontent.com/WISDEM/WISDEM/master/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)
        git clone https://github.com/WISDEM/WISDEM.git
        cd WISDEM
        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`


## 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/c3/9e/38c9b1cf1a34cd63b31a3b0d281934b4327b939e031eaa1858ce46cca50a/wisdem-3.15.2.tar.gz",
    "platform": null,
    "description": "# WISDEM&reg;\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&reg;) 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&reg; 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&reg; turbine design capability. Please install all of the pre-requisites prior to installing WISDEM&reg; by following the directions below. For additional information about the NWTC effort in systems engineering that supports WISDEM&reg; 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&reg; 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&reg; 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 env create --name wisdem-env -f https://raw.githubusercontent.com/WISDEM/WISDEM/master/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        git clone https://github.com/WISDEM/WISDEM.git\n        cd WISDEM\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\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.15.2",
    "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": "6bdd12ecd51a7da1cdac977e78c658bd04292ec7269663252d58755af1b23c7f",
                "md5": "a5a3ac84c38f8e680b9e233c8459b80e",
                "sha256": "720ba605b4b57ac6b6804cb854e360cf06032652ffbc6f6cf9fa2b3a49bf2cda"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5a3ac84c38f8e680b9e233c8459b80e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6280164,
            "upload_time": "2024-04-30T19:47:43",
            "upload_time_iso_8601": "2024-04-30T19:47:43.673006Z",
            "url": "https://files.pythonhosted.org/packages/6b/dd/12ecd51a7da1cdac977e78c658bd04292ec7269663252d58755af1b23c7f/wisdem-3.15.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42043d98a9e3e79c640d48832165f3d6efbb7588d47287d82941f2e5242b9cd0",
                "md5": "466c73058ba454a4eb80030df1859400",
                "sha256": "7639a3cdd51d721f3cba714415db8edacfdafbda8dabb0af645455776dc67c29"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "466c73058ba454a4eb80030df1859400",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 5612997,
            "upload_time": "2024-04-30T19:47:46",
            "upload_time_iso_8601": "2024-04-30T19:47:46.788132Z",
            "url": "https://files.pythonhosted.org/packages/42/04/3d98a9e3e79c640d48832165f3d6efbb7588d47287d82941f2e5242b9cd0/wisdem-3.15.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb1ac9dea56b149aeee736c9524653d37d2e7cb396a6939e4b196f0fa86350cf",
                "md5": "fc44b6711273b311d89df59aaea2a745",
                "sha256": "987a030ceb13283bacb5c533800693bfc51f08089def720f089afe15b71a0861"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fc44b6711273b311d89df59aaea2a745",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 5382304,
            "upload_time": "2024-04-30T19:47:49",
            "upload_time_iso_8601": "2024-04-30T19:47:49.611285Z",
            "url": "https://files.pythonhosted.org/packages/eb/1a/c9dea56b149aeee736c9524653d37d2e7cb396a6939e4b196f0fa86350cf/wisdem-3.15.2-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": "987cc1637400077bf2a589af0bd9f9da6799a2f6a64322cb2858433ea4fdf874",
                "md5": "e5654a623dfd00934c9e83fdce2ebc3a",
                "sha256": "0340c28d0350c9b87104d15363a84092b227bf4d72ad51cce1449a89709fbcf6"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e5654a623dfd00934c9e83fdce2ebc3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 5483988,
            "upload_time": "2024-04-30T19:47:52",
            "upload_time_iso_8601": "2024-04-30T19:47:52.403753Z",
            "url": "https://files.pythonhosted.org/packages/98/7c/c1637400077bf2a589af0bd9f9da6799a2f6a64322cb2858433ea4fdf874/wisdem-3.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8ee8752b5e1099b9ce8ffa8896aa2540e04fff6e5fabc7ca7bb2c7026ac7cd9",
                "md5": "4a73581b372fdb2efbceccb6bc0fdaeb",
                "sha256": "573168c63a721e6356c0aad3ca28d7f7a4f433f8aac68c6a170f44ee15b9244a"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a73581b372fdb2efbceccb6bc0fdaeb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6336047,
            "upload_time": "2024-04-30T19:47:54",
            "upload_time_iso_8601": "2024-04-30T19:47:54.987459Z",
            "url": "https://files.pythonhosted.org/packages/f8/ee/8752b5e1099b9ce8ffa8896aa2540e04fff6e5fabc7ca7bb2c7026ac7cd9/wisdem-3.15.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab7f5f0f29c4f24e5d2cf23a4f713f0846bf0e1d7efb1b64cc2283da62df9c2",
                "md5": "051155c00df4f62662d37c65e7e0bae0",
                "sha256": "a13271bcaf8e3d32aa62d3775efe52f688ac205aa619414193016e9c0a58bce5"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "051155c00df4f62662d37c65e7e0bae0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 5664039,
            "upload_time": "2024-04-30T19:47:57",
            "upload_time_iso_8601": "2024-04-30T19:47:57.465906Z",
            "url": "https://files.pythonhosted.org/packages/6a/b7/f5f0f29c4f24e5d2cf23a4f713f0846bf0e1d7efb1b64cc2283da62df9c2/wisdem-3.15.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a864b2c9f6b99c0b5705a00ae31c7a861e6f59bf896b4c77e43181b9ebb5e89b",
                "md5": "109e46ec891663af5dfb3360dcedeb72",
                "sha256": "af9f3041ab20b21aac18457bc09011eab0fdb0f8a16103e6fe4caa08f9d35e23"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "109e46ec891663af5dfb3360dcedeb72",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 5544271,
            "upload_time": "2024-04-30T19:47:59",
            "upload_time_iso_8601": "2024-04-30T19:47:59.967197Z",
            "url": "https://files.pythonhosted.org/packages/a8/64/b2c9f6b99c0b5705a00ae31c7a861e6f59bf896b4c77e43181b9ebb5e89b/wisdem-3.15.2-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": "2f703c80d4fe8ab0993f82a065653169a9cb85f1ef48786e21fc091258a6f8f8",
                "md5": "f7fee570ab535495534b9ca5ae6dc587",
                "sha256": "239fe4db3cc90b15bdb574359c4d4489bfc96633c9a2ca7d9bad0884c50b7402"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f7fee570ab535495534b9ca5ae6dc587",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 5663027,
            "upload_time": "2024-04-30T19:48:01",
            "upload_time_iso_8601": "2024-04-30T19:48:01.755616Z",
            "url": "https://files.pythonhosted.org/packages/2f/70/3c80d4fe8ab0993f82a065653169a9cb85f1ef48786e21fc091258a6f8f8/wisdem-3.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24ece7303a945b90e4cf31131aa3c0ad6dca8f0dff3b006c5592bbc504bd6aa1",
                "md5": "ffb1a807b8a4984f88b6fc1422a7544c",
                "sha256": "3b97dd3a8e503040916ecd07e82fcda72ed58a13e465b533b250a55da8095670"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffb1a807b8a4984f88b6fc1422a7544c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6393919,
            "upload_time": "2024-04-30T19:48:03",
            "upload_time_iso_8601": "2024-04-30T19:48:03.674023Z",
            "url": "https://files.pythonhosted.org/packages/24/ec/e7303a945b90e4cf31131aa3c0ad6dca8f0dff3b006c5592bbc504bd6aa1/wisdem-3.15.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "116ef6408414df2c1dc6cb3142dea7cecdf6a71eeb815591bab9e3aa74e82ba0",
                "md5": "5d124d8c22a48e8798be254ff23c55aa",
                "sha256": "4368f57b8cf3eb369892f4a50ecfbcabc5f778676e6222b08000226b996b2ed5"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5d124d8c22a48e8798be254ff23c55aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 5716026,
            "upload_time": "2024-04-30T19:48:06",
            "upload_time_iso_8601": "2024-04-30T19:48:06.216504Z",
            "url": "https://files.pythonhosted.org/packages/11/6e/f6408414df2c1dc6cb3142dea7cecdf6a71eeb815591bab9e3aa74e82ba0/wisdem-3.15.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a44aa9f1a4206aa0b529c2530983b9aae0b24a75929ddff0e5241df51e6a445",
                "md5": "ab7ffb464c78dddd8cfe1d65d0c138a4",
                "sha256": "19706691aa0bb82779b5ad9991a45818349830f89136e622f0d6f025ee381314"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ab7ffb464c78dddd8cfe1d65d0c138a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 5704474,
            "upload_time": "2024-04-30T19:48:09",
            "upload_time_iso_8601": "2024-04-30T19:48:09.114085Z",
            "url": "https://files.pythonhosted.org/packages/5a/44/aa9f1a4206aa0b529c2530983b9aae0b24a75929ddff0e5241df51e6a445/wisdem-3.15.2-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": "7cbcb7d7613d3537f83032ca9807dd90e20f9952f283f92f0f991cd1553ddab7",
                "md5": "efc852241d2c48f1a6ace50f4e9c2d08",
                "sha256": "6ceac3673463bb52dc2ae7a0cff3143d5a251f12e6d0ff36f4a701ab5ea26357"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efc852241d2c48f1a6ace50f4e9c2d08",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 5841159,
            "upload_time": "2024-04-30T19:48:11",
            "upload_time_iso_8601": "2024-04-30T19:48:11.740432Z",
            "url": "https://files.pythonhosted.org/packages/7c/bc/b7d7613d3537f83032ca9807dd90e20f9952f283f92f0f991cd1553ddab7/wisdem-3.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "939f6917a9d4c7e19cc24424d4cdb26dc801c064bd251769790255edf972753e",
                "md5": "76c9bb481a41116eb9497c248c43e285",
                "sha256": "f3f923433cfa055674a2be3f786a4ad2a91ccb872ee3562404dd98f31a574937"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76c9bb481a41116eb9497c248c43e285",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6224680,
            "upload_time": "2024-04-30T19:48:14",
            "upload_time_iso_8601": "2024-04-30T19:48:14.511178Z",
            "url": "https://files.pythonhosted.org/packages/93/9f/6917a9d4c7e19cc24424d4cdb26dc801c064bd251769790255edf972753e/wisdem-3.15.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8097ac6fecb791581ca60aab540faeb06aecba1725a4118a8f8005990745e5f5",
                "md5": "a30325b5bd8236d3182edc8565243853",
                "sha256": "12d37e1ca3ddeff787c6e82b0e7cfc006cb0109ab0f0eaddd283b6959e75256a"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a30325b5bd8236d3182edc8565243853",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 5562258,
            "upload_time": "2024-04-30T19:48:16",
            "upload_time_iso_8601": "2024-04-30T19:48:16.459881Z",
            "url": "https://files.pythonhosted.org/packages/80/97/ac6fecb791581ca60aab540faeb06aecba1725a4118a8f8005990745e5f5/wisdem-3.15.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "089a2c9815d2af31f1f134ccd3214b3993987b4736bc5acb13507d591e2c08d6",
                "md5": "11224e99cf5d6f5a179a1dac26fb2bb5",
                "sha256": "7e7f78f3bd62bdedd08caab10d028bd4cfe54c3850bcb3d524d3b4e646b73b19"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "11224e99cf5d6f5a179a1dac26fb2bb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 5223639,
            "upload_time": "2024-04-30T19:48:18",
            "upload_time_iso_8601": "2024-04-30T19:48:18.284168Z",
            "url": "https://files.pythonhosted.org/packages/08/9a/2c9815d2af31f1f134ccd3214b3993987b4736bc5acb13507d591e2c08d6/wisdem-3.15.2-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": "578de0f6217b4911964088a549fed46b079a183cefa6b999642ab96296d0eded",
                "md5": "1398bd4c0042aef5b01425b6c30c6e4d",
                "sha256": "62497317031b698b8a30557a0e3fd5f804b547f51735f508e9edbefc4e369272"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1398bd4c0042aef5b01425b6c30c6e4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 5307160,
            "upload_time": "2024-04-30T19:48:20",
            "upload_time_iso_8601": "2024-04-30T19:48:20.093750Z",
            "url": "https://files.pythonhosted.org/packages/57/8d/e0f6217b4911964088a549fed46b079a183cefa6b999642ab96296d0eded/wisdem-3.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c39e38c9b1cf1a34cd63b31a3b0d281934b4327b939e031eaa1858ce46cca50a",
                "md5": "4a1465fb7190d8a6a3e82a623759e03c",
                "sha256": "b4c545deffce1aa469fc3afd7d81002674bd220919f4f4656072e0197e4596b0"
            },
            "downloads": -1,
            "filename": "wisdem-3.15.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4a1465fb7190d8a6a3e82a623759e03c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5118468,
            "upload_time": "2024-04-30T19:48:22",
            "upload_time_iso_8601": "2024-04-30T19:48:22.095722Z",
            "url": "https://files.pythonhosted.org/packages/c3/9e/38c9b1cf1a34cd63b31a3b0d281934b4327b939e031eaa1858ce46cca50a/wisdem-3.15.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 19:48:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WISDEM",
    "github_project": "WISDEM",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wisdem"
}
        
Elapsed time: 0.25359s