NREL-PySAM


NameNREL-PySAM JSON
Version 6.0.1 PyPI version JSON
download
home_pagehttps://nrel-pysam.readthedocs.io
SummaryNational Renewable Energy Laboratory's System Advisor Model Python Wrapper
upload_time2025-02-17 23:17:30
maintainerNone
docs_urlNone
authordguittet
requires_pythonNone
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Release Notes

## Version 6.0.0, Dec 12, 2024 - SAM 2024.12.12, SSC Version 298
* [SAM Release updates for Version 2024.12.12](https://nrel.github.io/SAM/doc/releasenotes.html)
* GenericSystem renamed to CustomGeneration
* Fix attribute error when using "value" on non-existing attribute (#178)
* Added Python 3.13 support

## Version 5.1.0, Mar 13, 2024 - SAM 2023.12.17, Revision 1, SSC Version 290
* [SAM Release updates for Version 2023.12.17 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)
* Enable Hybrids in PySAM (#162)

## Version 5.0.0, Dec 13, 2023 - SAM 2023.12.17, SSC Version 288
* [SAM Release updates for Version 2023.12.17](https://nrel.github.io/SAM/doc/releasenotes.html)
* Fix AdjustmentFactors (#158)
* Fix Non-annual Pvwatts simulations (#159)

## Version 4.2.0, June 30, 2023 - SAM 2022.11.21, Revision 3, SSC Version 280
* [SAM Release updates for Version 2022.11.21 Revision 3](https://nrel.github.io/SAM/doc/releasenotes.html)
* Fix support for arm64 and aarch64 (#143, #144)
* Fix URDB v8 function (#145)
* Windpower module example (#148)
* Battery functions for reopt sizing (#149)

## Version 4.1.0, Feb 24, 2023 - SAM 2022.11.21, Revision 2, SSC Version 279
* [SAM Release updates for Version 2022.11.21 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)
* Updated Documentation for INOUT variables (#141)
* Added tolerance for Battery sizing tool (#140)
* Add Python 3.11 support

## Version 4.0.0, Dec 10, 2022 - SAM 2022.11.21, Revision 1, SSC Version 278
* [SAM Release updates for Version 2022.11.21 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)
* Added LoadTools, URDBv8 support and utility rate fixes (#126, 128)
* License update (#127)
* PySSC modifications for arrays (#125)

## Version 3.0.2, Sep 27, 2022 - SAM 2021.12.02, Revision 2, SSC Version 274
* [SAM Release updates for Version 2021.12.02 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)
* Added support for Apple Silicon (#108)

## Version 3.0.1, Mar 4, 2022 - SAM 2021.12.02, Revision 1, SSC Version 268
* [SAM Release updates for Version 2021.12.02 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)
* Moved all stub files from NREL-PySAM-stubs package into NREL-PySAM (#109)

## Version 3.0.0, Dec 23, 2021 ~ SAM 2021.12.02, SSC Version 267
* __Warning: Significant changes to Battery and UtilityRate5 Modules, including redefinition of some variables.__
 Please see [SSC Release Notes](https://nrel.github.io/ssc/doc/releasenotes.html) for description of functionality and
 variable changes, and please see "Version Changes" section in [PySAM Documentation](https://nrel-pysam.readthedocs.io/)
 for full list of variable changes.
* Fix FetchResourceFiles's InsecureRequestWarning (#89); html error messages (#94); verbosity (#96)
* Fix SAM_CSV_to_solar_data function missing information (#98)
* Fix URDBv7_to_ElectricityRates error for certain demand structures (#99)
* Add Python 3.10 Support (#104)
* New Example for Selecting Modules and Inverter from the SAM Library (#103)
* [SAM Release updates for Version 2021.12.02](https://nrel.github.io/SAM/doc/releasenotes.html)

## Version 2.2.4, Aug 20, 2021 ~ SAM 2020.11.29, Revision 2, SSC Version 259
* Fix bug in Battery LMO/LTO life model
* Fix a few cost defaults for PV PPA-model configuration
* Clean up PhysicalTroughProcessHeat inputs

## Version 2.2.3, July 22, 2021 ~ SAM 2020.11.29 Revision 2, SSC Version
* Fix ResourceTools solar resource download bug (#86)
* Update Models.rst and module docs
* New analytic battery life model for LMO/LTO chemistry
* Updates and Examples for WaveFileReader (#87)
* Fix bug in 5-min PV files (#88)
* Add `replace` function for Module and Module's Groups (#93)
* [SAM Release updates for Version 2020.11.29 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)

## Version 2.2.2, Mar 19, 2021 ~ SAM 2020.11.29 Revision 1, SSC Version 253
* Add `unassign` function to modules (#65)
* Fix mypy errors in stubs (#47)
* Fix BatteryStateful bugs: memory leak; unintialized pointer in some constructors; fix `setup` error messaging (#67)
* BatteryStateful features: ability to use adaptive timestep in simulation; speed up execution; Smith 2017 Life Model
* Voltage cutoff feature for battery model (Battery & BatteryStateful)
* Battery sizing tool can use per-module scaling for surface area (#77)
* Updates to ResourceTools for weather download (#53, #50)
* Leap year 2/29 date is now acceptable
* Fix docs for TcsMoltenSalt (#66)
* Update Import from SAM GUI example to use "PySAM JSON" option in Generate Code
* Better error messaging (#74)
* [SAM Release updates for Version 2020.11.29 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)

## Version 2.2.0, Dec 2, 2020 ~ SAM 2020.11.29, SSC Version 250
* [SAM Release updates for Version 2020.11.29](https://nrel.github.io/SAM/doc/releasenotes.html)
* Rename StandAloneBattery to Battery
* New module: BatteryStateful with 3 defaults: NMCGraphite, LFPGraphite, LeadAcid
* BatteryTools functions for switching chemistries
* Update Docs to show list of interdependent variables at beginning
* All changes from 2.1.5.devx versions
* First PySAM package for Python 3.9

## Version 2.1.5.dev3, Sep 3, 2020 ~ SAM 2020.2.29 r3, SSC Version 242
* Price Signals Dispatch
* Bug fix in PVWattsBatteryCommercial and PVBatteryCommercial incentives defaults

## Version 2.1.5.dev2, Aug 10, 2020 ~ SAM 2020.2.29 r3, SSC Version 242
* BatteryStateful bug fixes: current

## Version 2.1.5.dev1, Aug 3, 2020 ~ SAM 2020.2.29 r3, SSC Version 242
* BatteryStateful bug fixes: thermal, voltage
* Stub files syntax fix

## Version 2.1.5, July 7, 2020 ~ SAM 2020.2.29 r2, SSC Version 240
* Updates to enable non-annual (single timestep or multiple, non-8760 timestep) simulations via weather input data
(NOT weather files) for both pvsamv1 and pvwattsv7
* Vanadium Redox Flow battery bug fix
* Transformer loss units bug fix

## Version 2.1.4, June 8, 2020 ~ SAM 2020.2.29 r2, SSC Version 240
* Pvwattsv5_1ts bug fix
* Self-shading calculation speed-up for Pvwattsv7, Pvsamv1 & Pvwattsv5

## Version 2.1.3, May 29, 2020 ~ SAM 2020.2.29 r2, SSC Version 240
* [SAM Release fixes for revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)

## Version 2.1.1, May 15, 2020 ~ SAM 2020.2.29 r1, SSC Version 238
* reopt size post bug
* ssc_sim_from_dict bug fix
* Version attribute: `PySAM.__version__`
* URDBv7 in ResourceTools bug fix
* ResourceFetcher for WindToolKit and National Solar Radiation Database downloads
* case-insensitive default configuration names
* Generic Exception replaces PySAM.Error for easier MP debugging

## Version 2.0.2, Jan 27, 2020 ~ SAM 2020.2.x, SSC Version 233

* All new functions and models in latest SAM Release
* New functions (Reopt_size_batter_post, value, from_existing)
* Chaining cmods together
* Get variable by a name without knowing group, list all variables
* New Tools section (BatteryTools, ResourceTools)
* Easy way to create wind or solar data
* Battery sizing
* All compute modules to PySAM
* Major reorganization of variable groups
* Bug fixes
* fopen defaults
* turbine powercurve
* Documentation features
* Downstream and upstream variable suggestions
* Examples page

## Version 1.2.dev3, August 21, 2019 ~ SAM 2018.11.11.3, SSC Version 211
* Wind PRUF framework
* Wind resource distribution
* Physical Trough reorganization
* Grid compute module
* Marine hydrokinetic compute module
* Supercritical CO2 compute modules
* Geothermal output names
* Documentation: Variable requirement
* Stubs: Added AdjustmentmentFactors

## Version 1.2.1, April 26, 2019 ~ SAM 2018.11.11.3, SSC Version 209
* SSC using doubles
* Tcs_moltensalt RADCOOL group
* Stub files and .rst files for readthedocs
* Documentation updates

## Version 1.1, April 15, 2019 ~ SAM 2018.11.11.3, SSC Version 208
* Group all modules under PySAM namespace
* Defaults for technology and financial models according to SAM GUI configurations
* Include PySSC with dictionary functions as subpackage
* Remove AdjustmentFactors group from non-technology modules
* Fix custom exception for use with multiprocessing package
* Documentation updates



            

Raw data

            {
    "_id": null,
    "home_page": "https://nrel-pysam.readthedocs.io",
    "name": "NREL-PySAM",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "dguittet",
    "author_email": "dguittet@nrel.gov",
    "download_url": null,
    "platform": null,
    "description": "# Release Notes\n\n## Version 6.0.0, Dec 12, 2024 - SAM 2024.12.12, SSC Version 298\n* [SAM Release updates for Version 2024.12.12](https://nrel.github.io/SAM/doc/releasenotes.html)\n* GenericSystem renamed to CustomGeneration\n* Fix attribute error when using \"value\" on non-existing attribute (#178)\n* Added Python 3.13 support\n\n## Version 5.1.0, Mar 13, 2024 - SAM 2023.12.17, Revision 1, SSC Version 290\n* [SAM Release updates for Version 2023.12.17 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Enable Hybrids in PySAM (#162)\n\n## Version 5.0.0, Dec 13, 2023 - SAM 2023.12.17, SSC Version 288\n* [SAM Release updates for Version 2023.12.17](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Fix AdjustmentFactors (#158)\n* Fix Non-annual Pvwatts simulations (#159)\n\n## Version 4.2.0, June 30, 2023 - SAM 2022.11.21, Revision 3, SSC Version 280\n* [SAM Release updates for Version 2022.11.21 Revision 3](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Fix support for arm64 and aarch64 (#143, #144)\n* Fix URDB v8 function (#145)\n* Windpower module example (#148)\n* Battery functions for reopt sizing (#149)\n\n## Version 4.1.0, Feb 24, 2023 - SAM 2022.11.21, Revision 2, SSC Version 279\n* [SAM Release updates for Version 2022.11.21 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Updated Documentation for INOUT variables (#141)\n* Added tolerance for Battery sizing tool (#140)\n* Add Python 3.11 support\n\n## Version 4.0.0, Dec 10, 2022 - SAM 2022.11.21, Revision 1, SSC Version 278\n* [SAM Release updates for Version 2022.11.21 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Added LoadTools, URDBv8 support and utility rate fixes (#126, 128)\n* License update (#127)\n* PySSC modifications for arrays (#125)\n\n## Version 3.0.2, Sep 27, 2022 - SAM 2021.12.02, Revision 2, SSC Version 274\n* [SAM Release updates for Version 2021.12.02 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Added support for Apple Silicon (#108)\n\n## Version 3.0.1, Mar 4, 2022 - SAM 2021.12.02, Revision 1, SSC Version 268\n* [SAM Release updates for Version 2021.12.02 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Moved all stub files from NREL-PySAM-stubs package into NREL-PySAM (#109)\n\n## Version 3.0.0, Dec 23, 2021 ~ SAM 2021.12.02, SSC Version 267\n* __Warning: Significant changes to Battery and UtilityRate5 Modules, including redefinition of some variables.__\n Please see [SSC Release Notes](https://nrel.github.io/ssc/doc/releasenotes.html) for description of functionality and\n variable changes, and please see \"Version Changes\" section in [PySAM Documentation](https://nrel-pysam.readthedocs.io/)\n for full list of variable changes.\n* Fix FetchResourceFiles's InsecureRequestWarning (#89); html error messages (#94); verbosity (#96)\n* Fix SAM_CSV_to_solar_data function missing information (#98)\n* Fix URDBv7_to_ElectricityRates error for certain demand structures (#99)\n* Add Python 3.10 Support (#104)\n* New Example for Selecting Modules and Inverter from the SAM Library (#103)\n* [SAM Release updates for Version 2021.12.02](https://nrel.github.io/SAM/doc/releasenotes.html)\n\n## Version 2.2.4, Aug 20, 2021 ~ SAM 2020.11.29, Revision 2, SSC Version 259\n* Fix bug in Battery LMO/LTO life model\n* Fix a few cost defaults for PV PPA-model configuration\n* Clean up PhysicalTroughProcessHeat inputs\n\n## Version 2.2.3, July 22, 2021 ~ SAM 2020.11.29 Revision 2, SSC Version\n* Fix ResourceTools solar resource download bug (#86)\n* Update Models.rst and module docs\n* New analytic battery life model for LMO/LTO chemistry\n* Updates and Examples for WaveFileReader (#87)\n* Fix bug in 5-min PV files (#88)\n* Add `replace` function for Module and Module's Groups (#93)\n* [SAM Release updates for Version 2020.11.29 Revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)\n\n## Version 2.2.2, Mar 19, 2021 ~ SAM 2020.11.29 Revision 1, SSC Version 253\n* Add `unassign` function to modules (#65)\n* Fix mypy errors in stubs (#47)\n* Fix BatteryStateful bugs: memory leak; unintialized pointer in some constructors; fix `setup` error messaging (#67)\n* BatteryStateful features: ability to use adaptive timestep in simulation; speed up execution; Smith 2017 Life Model\n* Voltage cutoff feature for battery model (Battery & BatteryStateful)\n* Battery sizing tool can use per-module scaling for surface area (#77)\n* Updates to ResourceTools for weather download (#53, #50)\n* Leap year 2/29 date is now acceptable\n* Fix docs for TcsMoltenSalt (#66)\n* Update Import from SAM GUI example to use \"PySAM JSON\" option in Generate Code\n* Better error messaging (#74)\n* [SAM Release updates for Version 2020.11.29 Revision 1](https://nrel.github.io/SAM/doc/releasenotes.html)\n\n## Version 2.2.0, Dec 2, 2020 ~ SAM 2020.11.29, SSC Version 250\n* [SAM Release updates for Version 2020.11.29](https://nrel.github.io/SAM/doc/releasenotes.html)\n* Rename StandAloneBattery to Battery\n* New module: BatteryStateful with 3 defaults: NMCGraphite, LFPGraphite, LeadAcid\n* BatteryTools functions for switching chemistries\n* Update Docs to show list of interdependent variables at beginning\n* All changes from 2.1.5.devx versions\n* First PySAM package for Python 3.9\n\n## Version 2.1.5.dev3, Sep 3, 2020 ~ SAM 2020.2.29 r3, SSC Version 242\n* Price Signals Dispatch\n* Bug fix in PVWattsBatteryCommercial and PVBatteryCommercial incentives defaults\n\n## Version 2.1.5.dev2, Aug 10, 2020 ~ SAM 2020.2.29 r3, SSC Version 242\n* BatteryStateful bug fixes: current\n\n## Version 2.1.5.dev1, Aug 3, 2020 ~ SAM 2020.2.29 r3, SSC Version 242\n* BatteryStateful bug fixes: thermal, voltage\n* Stub files syntax fix\n\n## Version 2.1.5, July 7, 2020 ~ SAM 2020.2.29 r2, SSC Version 240\n* Updates to enable non-annual (single timestep or multiple, non-8760 timestep) simulations via weather input data\n(NOT weather files) for both pvsamv1 and pvwattsv7\n* Vanadium Redox Flow battery bug fix\n* Transformer loss units bug fix\n\n## Version 2.1.4, June 8, 2020 ~ SAM 2020.2.29 r2, SSC Version 240\n* Pvwattsv5_1ts bug fix\n* Self-shading calculation speed-up for Pvwattsv7, Pvsamv1 & Pvwattsv5\n\n## Version 2.1.3, May 29, 2020 ~ SAM 2020.2.29 r2, SSC Version 240\n* [SAM Release fixes for revision 2](https://nrel.github.io/SAM/doc/releasenotes.html)\n\n## Version 2.1.1, May 15, 2020 ~ SAM 2020.2.29 r1, SSC Version 238\n* reopt size post bug\n* ssc_sim_from_dict bug fix\n* Version attribute: `PySAM.__version__`\n* URDBv7 in ResourceTools bug fix\n* ResourceFetcher for WindToolKit and National Solar Radiation Database downloads\n* case-insensitive default configuration names\n* Generic Exception replaces PySAM.Error for easier MP debugging\n\n## Version 2.0.2, Jan 27, 2020 ~ SAM 2020.2.x, SSC Version 233\n\n* All new functions and models in latest SAM Release\n* New functions (Reopt_size_batter_post, value, from_existing)\n* Chaining cmods together\n* Get variable by a name without knowing group, list all variables\n* New Tools section (BatteryTools, ResourceTools)\n* Easy way to create wind or solar data\n* Battery sizing\n* All compute modules to PySAM\n* Major reorganization of variable groups\n* Bug fixes\n* fopen defaults\n* turbine powercurve\n* Documentation features\n* Downstream and upstream variable suggestions\n* Examples page\n\n## Version 1.2.dev3, August 21, 2019 ~ SAM 2018.11.11.3, SSC Version 211\n* Wind PRUF framework\n* Wind resource distribution\n* Physical Trough reorganization\n* Grid compute module\n* Marine hydrokinetic compute module\n* Supercritical CO2 compute modules\n* Geothermal output names\n* Documentation: Variable requirement\n* Stubs: Added AdjustmentmentFactors\n\n## Version 1.2.1, April 26, 2019 ~ SAM 2018.11.11.3, SSC Version 209\n* SSC using doubles\n* Tcs_moltensalt RADCOOL group\n* Stub files and .rst files for readthedocs\n* Documentation updates\n\n## Version 1.1, April 15, 2019 ~ SAM 2018.11.11.3, SSC Version 208\n* Group all modules under PySAM namespace\n* Defaults for technology and financial models according to SAM GUI configurations\n* Include PySSC with dictionary functions as subpackage\n* Remove AdjustmentFactors group from non-technology modules\n* Fix custom exception for use with multiprocessing package\n* Documentation updates\n\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "National Renewable Energy Laboratory's System Advisor Model Python Wrapper",
    "version": "6.0.1",
    "project_urls": {
        "Homepage": "https://nrel-pysam.readthedocs.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6d051f8525107f816b5f98ff9f938b1afdaff08102028aaadeda8e4ea257942",
                "md5": "09a1dfeced9195c05c163b22b4b7167f",
                "sha256": "8884ab96b002eb91aef259616d1039a726272e632f1eca1fc56d4f64995545bf"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09a1dfeced9195c05c163b22b4b7167f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 37138630,
            "upload_time": "2025-02-17T23:17:30",
            "upload_time_iso_8601": "2025-02-17T23:17:30.403729Z",
            "url": "https://files.pythonhosted.org/packages/a6/d0/51f8525107f816b5f98ff9f938b1afdaff08102028aaadeda8e4ea257942/NREL_PySAM-6.0.1-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d180ef11e2960b545a7695e1ddc58bf2940129b11ed9f78b0421418f7320bb69",
                "md5": "5defe4856ce5717daa1e053a2916f5a8",
                "sha256": "8a86c3ddcd98dd844d72dfd1f197cf8f6bcb6f565dd579baaa34c35fcbf7ac91"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5defe4856ce5717daa1e053a2916f5a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 37928643,
            "upload_time": "2025-02-17T23:18:33",
            "upload_time_iso_8601": "2025-02-17T23:18:33.583083Z",
            "url": "https://files.pythonhosted.org/packages/d1/80/ef11e2960b545a7695e1ddc58bf2940129b11ed9f78b0421418f7320bb69/NREL_PySAM-6.0.1-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b64b1f6b8e5a1c429460b0c7ec365794f5807106dcecf98f19b510eb81e6d23",
                "md5": "e3de6698bf6fbc22a44b9cc68cd87cf0",
                "sha256": "ef3013436783b75e9f0da6b7652e1f2df4254efc87691e7014e3d78dd3c0b3a9"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp310-cp310-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e3de6698bf6fbc22a44b9cc68cd87cf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 47925816,
            "upload_time": "2025-02-17T23:17:38",
            "upload_time_iso_8601": "2025-02-17T23:17:38.023107Z",
            "url": "https://files.pythonhosted.org/packages/4b/64/b1f6b8e5a1c429460b0c7ec365794f5807106dcecf98f19b510eb81e6d23/NREL_PySAM-6.0.1-cp310-cp310-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad3d47a4c72fb256ece87b0327795bb040a5249172868c14bc9eac633e3fb94f",
                "md5": "e0f393152e2a8a5943ccb36e29ba9bb5",
                "sha256": "13a655674e011df66b7fa8249f09967e8553d037418dc7b137d0c7a5fae45b4c"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp310-cp310-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0f393152e2a8a5943ccb36e29ba9bb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 50184075,
            "upload_time": "2025-02-17T23:27:54",
            "upload_time_iso_8601": "2025-02-17T23:27:54.323663Z",
            "url": "https://files.pythonhosted.org/packages/ad/3d/47a4c72fb256ece87b0327795bb040a5249172868c14bc9eac633e3fb94f/NREL_PySAM-6.0.1-cp310-cp310-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beab2ba512dc87e73beb8d389c39320f8c0949c685b3c3841810f9494aa3f23e",
                "md5": "ab6a7222f2627d31755ebef48d11377d",
                "sha256": "b6103ae832907c378c7af894407299c7a3f192a336079f0735b9538a505a7bff"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab6a7222f2627d31755ebef48d11377d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 33801189,
            "upload_time": "2025-02-17T23:28:01",
            "upload_time_iso_8601": "2025-02-17T23:28:01.608834Z",
            "url": "https://files.pythonhosted.org/packages/be/ab/2ba512dc87e73beb8d389c39320f8c0949c685b3c3841810f9494aa3f23e/NREL_PySAM-6.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4422b4ac2c98769743c805c550562fd882988589f37d814347345817e0a30cef",
                "md5": "21c172250de672431b2d1d03a0400de8",
                "sha256": "1114ada90ed2eded5c22ddc0ca0428a781436c2935d28d5694ed373ff7833440"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "21c172250de672431b2d1d03a0400de8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 37138928,
            "upload_time": "2025-02-17T23:17:47",
            "upload_time_iso_8601": "2025-02-17T23:17:47.348334Z",
            "url": "https://files.pythonhosted.org/packages/44/22/b4ac2c98769743c805c550562fd882988589f37d814347345817e0a30cef/NREL_PySAM-6.0.1-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92bd1a22590f591e5ada9cb79caf96ed58355e1e39c8e97d6e8cfe036ea6eabc",
                "md5": "8ee9e717959d95b7bcf3f95fc49521ff",
                "sha256": "61737d295613350a9638b0f85255937acd4d396246ca13a17181e70f83361610"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ee9e717959d95b7bcf3f95fc49521ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 37928539,
            "upload_time": "2025-02-17T23:28:08",
            "upload_time_iso_8601": "2025-02-17T23:28:08.825173Z",
            "url": "https://files.pythonhosted.org/packages/92/bd/1a22590f591e5ada9cb79caf96ed58355e1e39c8e97d6e8cfe036ea6eabc/NREL_PySAM-6.0.1-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4c4d8e11bcdc1511267f9fc0f869a801b46a0fb19b71cb0f2ac36a193346696",
                "md5": "ed6fd88a608ad0cf863d4ac8e4ad4d4e",
                "sha256": "d8e5df48dfee59d900e525e65cbc08e3c23e838b84684fd1cb512e765857f5c9"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp311-cp311-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ed6fd88a608ad0cf863d4ac8e4ad4d4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 48025347,
            "upload_time": "2025-02-17T23:27:44",
            "upload_time_iso_8601": "2025-02-17T23:27:44.842944Z",
            "url": "https://files.pythonhosted.org/packages/e4/c4/d8e11bcdc1511267f9fc0f869a801b46a0fb19b71cb0f2ac36a193346696/NREL_PySAM-6.0.1-cp311-cp311-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d05fd610c4ae79d3f8a5589022747ae89c70515fd31c1afb2a2d6d98eae7bc54",
                "md5": "7754f316c6abc2aaf549b44ea84b2775",
                "sha256": "e4813ecb8a111479e9b4b6b813e8d50c0a12a4b6d728542b1fc9119ededfa8ee"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7754f316c6abc2aaf549b44ea84b2775",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 50286469,
            "upload_time": "2025-02-17T23:28:15",
            "upload_time_iso_8601": "2025-02-17T23:28:15.989304Z",
            "url": "https://files.pythonhosted.org/packages/d0/5f/d610c4ae79d3f8a5589022747ae89c70515fd31c1afb2a2d6d98eae7bc54/NREL_PySAM-6.0.1-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8664f4a51c9a90ddac9b42293ff285ada3267a4ec13aa51e3b4d3f58ed7d757",
                "md5": "4943178d0d8c06c10913ad2cd836502f",
                "sha256": "a4c7e5091bf4ecdd372ae5b7158970b838ab8e7807d7afdc7ae5b61609a146cf"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4943178d0d8c06c10913ad2cd836502f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 33665583,
            "upload_time": "2025-02-17T23:28:23",
            "upload_time_iso_8601": "2025-02-17T23:28:23.837402Z",
            "url": "https://files.pythonhosted.org/packages/c8/66/4f4a51c9a90ddac9b42293ff285ada3267a4ec13aa51e3b4d3f58ed7d757/NREL_PySAM-6.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4da1a52e08518d2b71ceb4a4c9a464ffbba441f9c6cfe56a89fde3367e98711",
                "md5": "6241f6229a1814f8e772c0879449f128",
                "sha256": "3d99e328b99ab0b70b5aef686db76d79f946d73fcef924208886f678bc65b5e6"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp312-cp312-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6241f6229a1814f8e772c0879449f128",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 37154345,
            "upload_time": "2025-02-17T23:27:51",
            "upload_time_iso_8601": "2025-02-17T23:27:51.512956Z",
            "url": "https://files.pythonhosted.org/packages/c4/da/1a52e08518d2b71ceb4a4c9a464ffbba441f9c6cfe56a89fde3367e98711/NREL_PySAM-6.0.1-cp312-cp312-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cf9768aad69655b6dca1be5a7683c94970dbac37d8b2e44a6c03344abd5d954",
                "md5": "772b541b6e7eed8c82cd4a279ddef1cc",
                "sha256": "61e9e89c07097455d432966935509cec80de98d04be019e90dedf911b76aab47"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "772b541b6e7eed8c82cd4a279ddef1cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 37956816,
            "upload_time": "2025-02-17T23:28:30",
            "upload_time_iso_8601": "2025-02-17T23:28:30.227557Z",
            "url": "https://files.pythonhosted.org/packages/3c/f9/768aad69655b6dca1be5a7683c94970dbac37d8b2e44a6c03344abd5d954/NREL_PySAM-6.0.1-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76981e87a484e783d74024776a56c6698899ef8f12c8f9f42a92c22af8e21755",
                "md5": "e12e490cc74866ce241c9a7a7fd50e4f",
                "sha256": "a8a363adb7e8b9fce628892431408f89f89afe8387e822ea03c1b4a9afdff7e1"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp312-cp312-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e12e490cc74866ce241c9a7a7fd50e4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 48150560,
            "upload_time": "2025-02-17T23:27:59",
            "upload_time_iso_8601": "2025-02-17T23:27:59.133311Z",
            "url": "https://files.pythonhosted.org/packages/76/98/1e87a484e783d74024776a56c6698899ef8f12c8f9f42a92c22af8e21755/NREL_PySAM-6.0.1-cp312-cp312-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42ecd011e4a32058f9f68ba12e8c776745d5094f81971f2740ab3a7783b7516e",
                "md5": "15860cd36381f92491e16c6890a999d1",
                "sha256": "120072eac3098b04452460bf5384ffd4cbe3463fab88b7d20b2cf5adecc28fd4"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp312-cp312-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15860cd36381f92491e16c6890a999d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 50505300,
            "upload_time": "2025-02-17T23:28:36",
            "upload_time_iso_8601": "2025-02-17T23:28:36.328439Z",
            "url": "https://files.pythonhosted.org/packages/42/ec/d011e4a32058f9f68ba12e8c776745d5094f81971f2740ab3a7783b7516e/NREL_PySAM-6.0.1-cp312-cp312-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "296c1e2ad667dfa40ecd35150558ce0729ce4b61fd9258592660999eefb1b2b0",
                "md5": "9d3cbcb75889cd167abcf5b2f7d76e1f",
                "sha256": "97eacbcd863d7c57e6a98ca658f8ee486f2d977e86724aa124244dc88b35c6cb"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9d3cbcb75889cd167abcf5b2f7d76e1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 33683470,
            "upload_time": "2025-02-17T23:28:43",
            "upload_time_iso_8601": "2025-02-17T23:28:43.309215Z",
            "url": "https://files.pythonhosted.org/packages/29/6c/1e2ad667dfa40ecd35150558ce0729ce4b61fd9258592660999eefb1b2b0/NREL_PySAM-6.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f414ff315b6b7e64014e54a7c84177df6b4f1d317674032ac481ebf28e14984a",
                "md5": "d27e3ca25bb12b8ddd58907b284adfbb",
                "sha256": "e22be2359e046130bf6f919ebd05b7092225180c2a82c0dbc34f2d67102b67f2"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp313-cp313-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d27e3ca25bb12b8ddd58907b284adfbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 37151658,
            "upload_time": "2025-02-17T23:28:06",
            "upload_time_iso_8601": "2025-02-17T23:28:06.525856Z",
            "url": "https://files.pythonhosted.org/packages/f4/14/ff315b6b7e64014e54a7c84177df6b4f1d317674032ac481ebf28e14984a/NREL_PySAM-6.0.1-cp313-cp313-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce33e7cac3ab8516ac03d6a3d42134a16d5b9215f465d46a748d7cc145fa5e16",
                "md5": "e8760cd717afb1d25848076270c02ce4",
                "sha256": "a5e0650cc117649cf672491d636c3e38e2e8fc5f99c5061201178574e12797b2"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp313-cp313-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e8760cd717afb1d25848076270c02ce4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 37978183,
            "upload_time": "2025-02-17T23:28:49",
            "upload_time_iso_8601": "2025-02-17T23:28:49.384529Z",
            "url": "https://files.pythonhosted.org/packages/ce/33/e7cac3ab8516ac03d6a3d42134a16d5b9215f465d46a748d7cc145fa5e16/NREL_PySAM-6.0.1-cp313-cp313-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd9c3676e7052cbfcc0134ffee9551a2f9bb128e06b73ec4efe084b0bf80cfe5",
                "md5": "010f27b97bcc9ce0a678ed1896f328ef",
                "sha256": "9e028af1575cda303009a54aac895141ff1c69d81409d47b6419dd70bbf524fc"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp313-cp313-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "010f27b97bcc9ce0a678ed1896f328ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 48147997,
            "upload_time": "2025-02-17T23:28:13",
            "upload_time_iso_8601": "2025-02-17T23:28:13.218290Z",
            "url": "https://files.pythonhosted.org/packages/cd/9c/3676e7052cbfcc0134ffee9551a2f9bb128e06b73ec4efe084b0bf80cfe5/NREL_PySAM-6.0.1-cp313-cp313-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f43d52224176d461b2934be5f3d7f6eb924a949b53473cf8a0fd62a0dbc5f287",
                "md5": "d30a028c971ffe36fae8833a15400eab",
                "sha256": "d5562dc06fae0c74bcd46e9df04be8f2c91dbcba3fe17c72e277207e488abfad"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp313-cp313-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d30a028c971ffe36fae8833a15400eab",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 50502427,
            "upload_time": "2025-02-17T23:28:55",
            "upload_time_iso_8601": "2025-02-17T23:28:55.888998Z",
            "url": "https://files.pythonhosted.org/packages/f4/3d/52224176d461b2934be5f3d7f6eb924a949b53473cf8a0fd62a0dbc5f287/NREL_PySAM-6.0.1-cp313-cp313-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b566cf34d55e97f27ae02d195ef1c446bb686fc7485a7fc9149b4ddd0276edb3",
                "md5": "24cd6d9919510c789d6a8787ca434961",
                "sha256": "e936f19e2d3ee1ad35163a3c837d209195555892a0f3c7f48c28f2cf7d949bcf"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "24cd6d9919510c789d6a8787ca434961",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 33684060,
            "upload_time": "2025-02-17T23:29:01",
            "upload_time_iso_8601": "2025-02-17T23:29:01.938527Z",
            "url": "https://files.pythonhosted.org/packages/b5/66/cf34d55e97f27ae02d195ef1c446bb686fc7485a7fc9149b4ddd0276edb3/NREL_PySAM-6.0.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1b0ad101fa4dd3dc151898facbaf96c83512c12f7bf629de29e444e648d9981",
                "md5": "dea7f725a96eb79190adbf24e282a24d",
                "sha256": "26dcc0e6aad2805dc050094435c810267dfa6c44adb265a1b27d550499499972"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp38-cp38-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dea7f725a96eb79190adbf24e282a24d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 37712108,
            "upload_time": "2025-02-17T23:28:20",
            "upload_time_iso_8601": "2025-02-17T23:28:20.448668Z",
            "url": "https://files.pythonhosted.org/packages/b1/b0/ad101fa4dd3dc151898facbaf96c83512c12f7bf629de29e444e648d9981/NREL_PySAM-6.0.1-cp38-cp38-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7080075c62218dc5e0af559d43a6d95afd0916dd3458c22c5d9f49accdf1b25",
                "md5": "66ecda3f79113c1fc4f0d6261ddf785c",
                "sha256": "2182e588a476ff734ca34f3cccabb580db2c20c946d08a5c07fa6510a6b8d59d"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp38-cp38-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66ecda3f79113c1fc4f0d6261ddf785c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 38469883,
            "upload_time": "2025-02-17T23:29:07",
            "upload_time_iso_8601": "2025-02-17T23:29:07.924721Z",
            "url": "https://files.pythonhosted.org/packages/b7/08/0075c62218dc5e0af559d43a6d95afd0916dd3458c22c5d9f49accdf1b25/NREL_PySAM-6.0.1-cp38-cp38-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ad2391d41a03fb6510b41de3e5eb0b54542eeeaa02aaaf18677aa4df5e23e5e",
                "md5": "e207862cae337b5e01b31e4af955c9c1",
                "sha256": "edbb892d303f18279842bf1b0ee06778900953e4db4cedda4aeebe5a8b522f2d"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp38-cp38-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e207862cae337b5e01b31e4af955c9c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 48011744,
            "upload_time": "2025-02-17T23:28:27",
            "upload_time_iso_8601": "2025-02-17T23:28:27.243435Z",
            "url": "https://files.pythonhosted.org/packages/2a/d2/391d41a03fb6510b41de3e5eb0b54542eeeaa02aaaf18677aa4df5e23e5e/NREL_PySAM-6.0.1-cp38-cp38-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09a08ae02abdee3a1cf1eb827a03ae9004c113898f816d782aad0d43ce952b86",
                "md5": "b36ea7f28670556bb1459b949847ffc5",
                "sha256": "b904f0a17f261ec4d9969803bd311545ec3792f469577a1fbcbea471c535d01a"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp38-cp38-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b36ea7f28670556bb1459b949847ffc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 50267734,
            "upload_time": "2025-02-17T23:29:15",
            "upload_time_iso_8601": "2025-02-17T23:29:15.208914Z",
            "url": "https://files.pythonhosted.org/packages/09/a0/8ae02abdee3a1cf1eb827a03ae9004c113898f816d782aad0d43ce952b86/NREL_PySAM-6.0.1-cp38-cp38-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bf8f354222b99f2ca1bb846ccb3f7b150cb1361d238a5b038c3f1fb1274f731",
                "md5": "9153010e481d0fc94aefd57075e56576",
                "sha256": "8869fc1c8c41e73d854abce0077116862cec4ebac3f08778b95983bf996ec788"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9153010e481d0fc94aefd57075e56576",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 33799987,
            "upload_time": "2025-02-17T23:29:21",
            "upload_time_iso_8601": "2025-02-17T23:29:21.531589Z",
            "url": "https://files.pythonhosted.org/packages/2b/f8/f354222b99f2ca1bb846ccb3f7b150cb1361d238a5b038c3f1fb1274f731/NREL_PySAM-6.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb8e48fb91563c2468bbffb6032a656f373b94a39f34cbbee10c91dbef672afc",
                "md5": "d39832e08373c8af320e8058dca5bf8b",
                "sha256": "41e38936065bef6321c76ee0c12119c0ade2f0d4eeb34f07fe3d3c84c802d30d"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp39-cp39-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d39832e08373c8af320e8058dca5bf8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 37138731,
            "upload_time": "2025-02-17T23:28:33",
            "upload_time_iso_8601": "2025-02-17T23:28:33.079006Z",
            "url": "https://files.pythonhosted.org/packages/eb/8e/48fb91563c2468bbffb6032a656f373b94a39f34cbbee10c91dbef672afc/NREL_PySAM-6.0.1-cp39-cp39-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0808bdd391bceb6ef18e7552b90582ebec1e794ce09bafd6edacbfe109de83cf",
                "md5": "804caa8e77a91687a644d50086a31d28",
                "sha256": "ed1a75b8a73ad519f202ff2d455f8a5021e4a6b8c11a809ed9a0d98813b3196a"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "804caa8e77a91687a644d50086a31d28",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 37928831,
            "upload_time": "2025-02-17T23:29:26",
            "upload_time_iso_8601": "2025-02-17T23:29:26.629987Z",
            "url": "https://files.pythonhosted.org/packages/08/08/bdd391bceb6ef18e7552b90582ebec1e794ce09bafd6edacbfe109de83cf/NREL_PySAM-6.0.1-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a548138a2170baded69475c822a8f49634e91675d4725646796ae4d13cb417af",
                "md5": "a829031deb332c30bb1669978588a9d5",
                "sha256": "3785ed46e043b664b8c0dd79d61860c169f2cfb110188cb071cb63c3b53eda76"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp39-cp39-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a829031deb332c30bb1669978588a9d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 47912527,
            "upload_time": "2025-02-17T23:28:40",
            "upload_time_iso_8601": "2025-02-17T23:28:40.209290Z",
            "url": "https://files.pythonhosted.org/packages/a5/48/138a2170baded69475c822a8f49634e91675d4725646796ae4d13cb417af/NREL_PySAM-6.0.1-cp39-cp39-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26c1dd1cf3dc669673b1e9b18bd2b55cb030fc1b7c4f0b377600a20436e471b3",
                "md5": "39e0b7ef435f7ed4b9cd02a3e028fd99",
                "sha256": "18323d8d035f23755fddaa7a57335b1acbc27500bcd91dd86f5289692f93ffc4"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39e0b7ef435f7ed4b9cd02a3e028fd99",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 50170779,
            "upload_time": "2025-02-17T23:29:33",
            "upload_time_iso_8601": "2025-02-17T23:29:33.016177Z",
            "url": "https://files.pythonhosted.org/packages/26/c1/dd1cf3dc669673b1e9b18bd2b55cb030fc1b7c4f0b377600a20436e471b3/NREL_PySAM-6.0.1-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2e4e6310d204831bb369ae3cd1fe14ebf3ec69b0817d798ced230581c0c53cf",
                "md5": "b811378ee4d36cd32c847abd96d824b9",
                "sha256": "83265d2194ea0be2232579762f24c035f72e2bafc69a12fff86b07c0e42fe54a"
            },
            "downloads": -1,
            "filename": "NREL_PySAM-6.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b811378ee4d36cd32c847abd96d824b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 33801517,
            "upload_time": "2025-02-17T23:29:39",
            "upload_time_iso_8601": "2025-02-17T23:29:39.241753Z",
            "url": "https://files.pythonhosted.org/packages/a2/e4/e6310d204831bb369ae3cd1fe14ebf3ec69b0817d798ced230581c0c53cf/NREL_PySAM-6.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 23:17:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nrel-pysam"
}
        
Elapsed time: 0.63831s