Skip to main content

National Renewable Energy Laboratory's System Advisor Model Python Wrapper

Project description

Release Notes

Version 4.0.0, Dec 10, 2022 - SAM 2022.11.21, SSC Version 278

Version 3.0.2, Sep 27, 2022 - SAM 2021.12.02, Revision 2, SSC Version 274

Version 3.0.1, Mar 4, 2022 - SAM 2021.12.02, Revision 1, SSC Version 268

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 for description of functionality and variable changes, and please see "Version Changes" section in PySAM Documentation 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

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

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

Version 2.2.0, Dec 2, 2020 ~ SAM 2020.11.29, SSC Version 250

  • SAM Release updates for Version 2020.11.29
  • 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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

NREL_PySAM-4.0.0-cp310-cp310-win_amd64.whl (33.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

NREL_PySAM-4.0.0-cp310-cp310-manylinux2014_aarch64.whl (44.1 MB view details)

Uploaded CPython 3.10

NREL_PySAM-4.0.0-cp310-cp310-manylinux1_x86_64.whl (45.6 MB view details)

Uploaded CPython 3.10

NREL_PySAM-4.0.0-cp310-cp310-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

NREL_PySAM-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

NREL_PySAM-4.0.0-cp39-cp39-win_amd64.whl (33.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

NREL_PySAM-4.0.0-cp39-cp39-manylinux2014_aarch64.whl (44.1 MB view details)

Uploaded CPython 3.9

NREL_PySAM-4.0.0-cp39-cp39-manylinux1_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.9

NREL_PySAM-4.0.0-cp39-cp39-macosx_11_0_arm64.whl (34.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

NREL_PySAM-4.0.0-cp39-cp39-macosx_10_15_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

NREL_PySAM-4.0.0-cp38-cp38-win_amd64.whl (33.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

NREL_PySAM-4.0.0-cp38-cp38-manylinux2014_aarch64.whl (44.2 MB view details)

Uploaded CPython 3.8

NREL_PySAM-4.0.0-cp38-cp38-manylinux1_x86_64.whl (45.7 MB view details)

Uploaded CPython 3.8

NREL_PySAM-4.0.0-cp38-cp38-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

NREL_PySAM-4.0.0-cp38-cp38-macosx_10_15_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

NREL_PySAM-4.0.0-cp37-cp37m-win_amd64.whl (33.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

NREL_PySAM-4.0.0-cp37-cp37m-manylinux1_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.7m

NREL_PySAM-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (36.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

NREL_PySAM-4.0.0-cp36-cp36m-win_amd64.whl (33.7 MB view details)

Uploaded CPython 3.6m Windows x86-64

NREL_PySAM-4.0.0-cp36-cp36m-manylinux1_x86_64.whl (45.3 MB view details)

Uploaded CPython 3.6m

NREL_PySAM-4.0.0-cp36-cp36m-macosx_10_15_x86_64.whl (36.2 MB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

File details

Details for the file NREL_PySAM-4.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 33.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1795b9d8320b1d107d940c50b37de40ef31c212069059ac17c2c10cd262f8cd0
MD5 0f4cf6f25622fda2654c3eeb7bab87c8
BLAKE2b-256 1a38240e1dba3154f2b669b3755f54d41af1047990741915ef3cd8fd0b8da225

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp310-cp310-manylinux2014_aarch64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp310-cp310-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 44.1 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp310-cp310-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9dd6bbf13a962356aca6845a9697b321d8e037592dc6c59a7ebd27cc379b2cd6
MD5 7d9fe904e9d3161328dff10ef57e0d03
BLAKE2b-256 579b0efcd73b92d1a9d62c697903968a0104124678fde30bad6d65f4acaf77b3

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp310-cp310-manylinux1_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp310-cp310-manylinux1_x86_64.whl
  • Upload date:
  • Size: 45.6 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 19abd92de42042db432c3d9c497436c4058b79fccd87b2819c689a86f0f0a017
MD5 24a81d81cde29e2826d9253b9e9088b7
BLAKE2b-256 b95904efc967f5a19e7be64a7a3de242ba7e381ced6c2a191d0af4e794c14d1e

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 35.2 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4513e06069b9a5f48ef4a271eac1c2e60f9b3feb2991866ca4e46405abf41fda
MD5 8c54545c8a8ecde376cd3fb6ecc94a44
BLAKE2b-256 a202f3f72ecc10d2bcfac45f556a67f08ee0d206b2abd6ee159394fb8edc27eb

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 35.9 MB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 af75982aa6e5f4e02e22234fd221f3f6132420b76ef538eb0abed2c402a4b4a5
MD5 782bb8247356c91305d9ba36d8f50a3d
BLAKE2b-256 c957da2a24278aad3806d4c0098f5860a2fdb5edec43dbaf0f86e5d1e375d652

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 33.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e3861759cb1cbb48e7c1f983bec41b90277cddc16791342b93381715a86ec45
MD5 8981278c65a691165d8555eaa50930eb
BLAKE2b-256 074ec273025e773ff0a921bec65e4b05785ece7cbe4a0594f1e640c1ab9dca30

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 44.1 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27af6c8216c29f8e2ab175e6578c1c558aa017edda74e50f1363409fe371eaa2
MD5 bce425975d3a5b1893b4b9a2f03bce6b
BLAKE2b-256 76813e0194134e6570cd8b91e5221dd7ced155d26792069370608b5308645f08

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 45.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f937aa0f6b6b6fde9db560d1e2ff215cf61e5cdb51b7021a166df5d2ebc6e3e3
MD5 d98496d20b368f098883532b83992d77
BLAKE2b-256 b462bc72cde24cabbe22ea72510502edabc50257dd1029a28fcb6f9f57dd1c15

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 34.8 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3eeb6d3b750d1cd7f9b9873081c2fe036782b358e82ce6eed317a8cfc062bf02
MD5 4deb34d339da228f36036a777dca7b64
BLAKE2b-256 089904020f1069125728f28470f5f1d061f3a339c4b70e84aacb55665fccb971

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 35.5 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9b8138c3d9bff71edb205c06e71d0020f99ccd1358b42e6bd1a5536692cbc9c4
MD5 96f2b4b7cea54a45bf810e154e5ddff1
BLAKE2b-256 9426b3dfcfdfe452dbf7761a3f544706a16d3dd2f5fb6db7b422d6add5d017e9

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 33.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fd13872de2389f50ec915ce1a0e946ef698ae0bbd5f9eb25b01d69ff9bcbdfcb
MD5 ae12bd1945d0a44daa88ca1a0ac6a791
BLAKE2b-256 156254467be3c134e1249048dcfbb44c9c5a2812228b774a70de178d3a8bff8a

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 44.2 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bbf9b71ad90dd2ebdb56bf64ffd5b8fbeb3388a999255a7912b6b0866e0d5ca
MD5 3ddbb22e52bab7461489619148fb0856
BLAKE2b-256 09ec55e8e6084f6c646def0b62d1b2b44c55d45eb7a69e19bf55ab94a78c35b9

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 45.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 39ef590bed2d48f3ff83a74f6a83169c5792ca740e0ddd26ecfef1ba94ac8924
MD5 62d79c9db065c85a182c4a3e34f6fe9f
BLAKE2b-256 2dc890e06c72a36de2f10544218a522341c4f2280065b9ada4170d13a0f40400

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 35.2 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a331a533d846f6a87754992bc9311994b0aabebb83730fe74ee288211dccc75c
MD5 7bbfb01505645621d13550a72f963b63
BLAKE2b-256 0fd1aa80d38da647335baa45294ba968a046c47480d1c00b0dcb04c0f4bab9ba

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 35.5 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 246af53190cbbbf421fcee29b1f9e4297608c7426b45dd2dc4696a410b5c2d38
MD5 f04c4ec2ff2429af87c781263db0d937
BLAKE2b-256 1e59507c2be98bcab2dc7f5f1e8679c17fd66b6c9cebd3e030c7303466acc659

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 33.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0a970588ecdcc3e740dcdb37df48aa640c0fb94aeb3ce89ea3cc68ec7de2c2a5
MD5 a4da4f7548c78cdbb6f1155d90e06b3b
BLAKE2b-256 c8e31749b5bc6c1b4ea3c481a1653f30962f0ca5112660fb8b710152014b8f9c

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 45.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 852a09dc9665fcd20a2639d1a70688939f8cffe94603baf0a7aaa780b5fdac77
MD5 6bcfce2daedefab90a7cedada0cfef06
BLAKE2b-256 55eb4283b0b0bc19922c42e4be2443ec8818eb3529a723264378e99806dcf6af

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 36.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b52ddab5c1a9540d3c9b8ebede5e507527716b8c668a04c907f7699241b44cb1
MD5 dff635fcaafa047d1c13439fd39387e9
BLAKE2b-256 3a3f00848f70c00b0cb6483e93cee81ab2678c035583ee679c47931de9b1f267

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 33.7 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fa9d40b27420a2964f2b7afc533d0d34ba3280a168587320ee9bae16bf5521e5
MD5 5875793437eb970b0e42823254be1053
BLAKE2b-256 b00e1f0f29ad5d1ccb847d638e64da0848118600e14ae9383205c3fea5092025

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 45.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e202a0abecc8b15805b5158b42aee81b15e9b50aa180aebde1ad97264588dcab
MD5 cb19438b9ef2c6aff7ce3097d6f1b6bb
BLAKE2b-256 5a3769956bd4603f52c9d38c9bede6ece9a9dc1107ed8a33b2586136028c2f7f

See more details on using hashes here.

File details

Details for the file NREL_PySAM-4.0.0-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: NREL_PySAM-4.0.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 36.2 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for NREL_PySAM-4.0.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 671743d40d2e3d6f2c6505b763666c71a509d233033774d3dcb74094eff99127
MD5 1b1a9de45f0765801e345bd8e2466f3d
BLAKE2b-256 b75817a0b05515034b02fffcf891f039619dc7b16f25ed90d2f394934e1d88ed

See more details on using hashes here.

Supported by

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