{"id":1569,"name":"PyPVRPM","description":"PyPVRPM: Photovoltaic Reliability and Performance Model in Python - Published in JOSS (2022)","url":"https://github.com/fsec-photovoltaics/pvrpm-lcoe","last_synced_at":"2025-09-04T16:29:51.505Z","repository":{"id":43045115,"uuid":"373562040","full_name":"FSEC-Photovoltaics/pvrpm-lcoe","owner":"FSEC-Photovoltaics","description":"PV Simulation using SAM and Python","archived":false,"fork":false,"pushed_at":"2023-04-14T23:11:49.000Z","size":8308,"stargazers_count":8,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-04T03:16:57.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FSEC-Photovoltaics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-03T15:49:06.000Z","updated_at":"2023-09-08T07:16:07.000Z","dependencies_parsed_at":"2025-04-12T19:13:34.652Z","dependency_job_id":null,"html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FSEC-Photovoltaics","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/sbom","scorecard":{"id":48707,"data":{"date":"2025-08-11","repo":{"name":"github.com/FSEC-Photovoltaics/pvrpm-lcoe","commit":"934eb57c166fe23ee99a7a5d37890d47b1bc5f1a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 1/27 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/black-checker.yml:1","Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/tagged-release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/black-checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/black-checker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black-checker.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/black-checker.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pre-release.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/tagged-release.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:18","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.8.1 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603990","Warn: release artifact v1.8.0 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603514","Warn: release artifact v1.7.6 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603621","Warn: release artifact latest not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603654","Warn: release artifact v1.7.5 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/68779220","Warn: release artifact v1.8.1 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603990","Warn: release artifact v1.8.0 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603514","Warn: release artifact v1.7.6 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603621","Warn: release artifact latest does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603654","Warn: release artifact v1.7.5 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/68779220"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T23:17:54.641Z","repository_id":43045115,"created_at":"2025-08-14T23:17:54.641Z","updated_at":"2025-08-14T23:17:54.641Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273603212,"owners_count":25135634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":null,"packages":[{"id":2863728,"name":"pvrpm","ecosystem":"pypi","description":"Run simulations to estimate LCOE costs for PV systems using SAM.","homepage":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2022-03-02T01:29:41.000Z","latest_release_published_at":"2023-04-14T23:13:29.000Z","latest_release_number":"1.8.1","last_synced_at":"2025-09-03T22:36:26.335Z","created_at":"2022-04-10T12:08:55.812Z","updated_at":"2025-09-03T22:36:26.335Z","registry_url":"https://pypi.org/project/pvrpm/","install_command":"pip install pvrpm --index-url https://pypi.org/simple","documentation_url":"https://pvrpm.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"pvrpm","project_status":null},"repo_metadata":{"id":43045115,"uuid":"373562040","full_name":"FSEC-Photovoltaics/pvrpm-lcoe","owner":"FSEC-Photovoltaics","description":"PV Simulation using SAM and Python","archived":false,"fork":false,"pushed_at":"2023-04-14T23:11:49.000Z","size":8308,"stargazers_count":8,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-28T02:01:10.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FSEC-Photovoltaics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-03T15:49:06.000Z","updated_at":"2023-09-08T07:16:07.000Z","dependencies_parsed_at":"2025-04-12T19:13:34.652Z","dependency_job_id":null,"html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FSEC-Photovoltaics","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/sbom","scorecard":{"id":48707,"data":{"date":"2025-08-11","repo":{"name":"github.com/FSEC-Photovoltaics/pvrpm-lcoe","commit":"934eb57c166fe23ee99a7a5d37890d47b1bc5f1a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 1/27 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/black-checker.yml:1","Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/tagged-release.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/black-checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/black-checker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black-checker.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/black-checker.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tagged-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tagged-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/FSEC-Photovoltaics/pvrpm-lcoe/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pre-release.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/tagged-release.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:18","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.8.1 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603990","Warn: release artifact v1.8.0 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603514","Warn: release artifact v1.7.6 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603621","Warn: release artifact latest not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603654","Warn: release artifact v1.7.5 not signed: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/68779220","Warn: release artifact v1.8.1 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603990","Warn: release artifact v1.8.0 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603514","Warn: release artifact v1.7.6 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603621","Warn: release artifact latest does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/99603654","Warn: release artifact v1.7.5 does not have provenance: https://api.github.com/repos/FSEC-Photovoltaics/pvrpm-lcoe/releases/68779220"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T23:17:54.641Z","repository_id":43045115,"created_at":"2025-08-14T23:17:54.641Z","updated_at":"2025-08-14T23:17:54.641Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273040568,"owners_count":25035196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[{"name":"v1.8.1","sha":"a137ecc963f7b5a3123e56df8f9bd4f7bd2663ea","kind":"commit","published_at":"2023-04-14T23:11:03.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.8.1","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"e17f86fda0835f1dc268079f39dd8ea7abbe2cb2","kind":"commit","published_at":"2023-02-16T18:52:48.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.8.0","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.8.0/manifests"},{"name":"v1.7.6","sha":"1bfa4767bfed8d1253adf739cd30ea9094f0b5a8","kind":"commit","published_at":"2022-10-26T07:26:04.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.6","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.6/manifests"},{"name":"latest","sha":"1b437082a7983ef1109d3d7e903434bfd2f04eb0","kind":"commit","published_at":"2022-06-27T16:58:04.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/latest","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/latest","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/latest/manifests"},{"name":"v1.7.5","sha":"dbe0bb30ffa1041ec004f84c57aac44f47bdf6d2","kind":"commit","published_at":"2022-06-07T02:08:03.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.5","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"c1e0c830acad118919de74f146588e761444c79a","kind":"commit","published_at":"2022-03-15T05:47:01.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.4","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"75e52c715db7d597c8599061a51015e2cf050b4b","kind":"commit","published_at":"2022-03-06T21:21:24.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.3","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.3/manifests"},{"name":"v1.7.1","sha":"bfc44cb8f4e15dae5acb453b7dfcf181cea6d158","kind":"commit","published_at":"2022-02-16T06:21:54.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.1","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"c6cd62a8de6576ff16e2d7355534f9ab216ac7eb","kind":"commit","published_at":"2022-01-25T19:25:24.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.7.0","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"2e8ebc716ca176e304a5f029a2facb792dc68fa3","kind":"commit","published_at":"2021-12-16T23:22:16.000Z","download_url":"https://codeload.github.com/FSEC-Photovoltaics/pvrpm-lcoe/tar.gz/v1.6.0","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/FSEC-Photovoltaics/pvrpm-lcoe@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/tags/v1.6.0/manifests"}]},"repo_metadata_updated_at":"2025-08-31T21:18:58.340Z","dependent_packages_count":0,"downloads":11,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":55.14149786836108,"dependent_repos_count":21.534861440080295,"dependent_packages_count":10.125576461732065,"stargazers_count":18.518617071826355,"forks_count":29.785838786996365,"docker_downloads_count":null,"average":27.021278325799233},"purl":"pkg:pypi/pvrpm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pvrpm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pvrpm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pvrpm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T21:15:56.160Z","issues_count":38,"pull_requests_count":27,"avg_time_to_close_issue":2321359.411764706,"avg_time_to_close_pull_request":53096.92307692308,"issues_closed_count":34,"pull_requests_closed_count":26,"pull_request_authors_count":2,"issue_authors_count":5,"avg_comments_per_issue":1.6052631578947367,"avg_comments_per_pull_request":0.037037037037037035,"merged_pull_requests_count":26,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pvrpm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pvrpm/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pvrpm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pvrpm/related_packages","maintainers":[{"uuid":"brandons209","login":"brandons209","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/brandons209/","role":null,"created_at":"2022-11-24T20:53:58.763Z","updated_at":"2022-11-24T20:53:58.763Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/brandons209/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724715,"maintainers_count":308192,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":634346,"full_name":"FSEC-Photovoltaics/pvrpm-lcoe","default_branch":"master","committers":[{"name":"Brandon","email":"brandons209@aol.com","login":null,"count":110},{"name":"Daniel S. Katz","email":"d.katz@ieee.org","login":"danielskatz","count":2}],"total_commits":112,"total_committers":2,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":56.0,"dds":0.017857142857142905,"past_year_committers":[],"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2025-08-08T08:34:59.037Z","last_synced_commit":"934eb57c166fe23ee99a7a5d37890d47b1bc5f1a","created_at":"2023-03-09T08:31:51.119Z","updated_at":"2025-08-08T08:34:59.038Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.521Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"FSEC-Photovoltaics/pvrpm-lcoe","html_url":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe","last_synced_at":"2025-08-31T21:15:56.160Z","status":"error","issues_count":38,"pull_requests_count":27,"avg_time_to_close_issue":2321359.411764706,"avg_time_to_close_pull_request":53096.92307692308,"issues_closed_count":34,"pull_requests_closed_count":26,"pull_request_authors_count":2,"issue_authors_count":5,"avg_comments_per_issue":1.6052631578947367,"avg_comments_per_pull_request":0.037037037037037035,"merged_pull_requests_count":26,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T22:55:59.819Z","updated_at":"2025-08-31T21:15:56.161Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSEC-Photovoltaics%2Fpvrpm-lcoe/issues","issue_labels_count":{"enhancement":9,"documentation":1,"bug":1,"question":1},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":30,"CONTRIBUTOR":8},"pull_request_author_associations_count":{"CONTRIBUTOR":27},"issue_authors":{"blthayer":22,"brandons209":8,"SarthakJariwala":6,"HannanSolo":1,"Puzzledyy":1},"pull_request_authors":{"brandons209":25,"danielskatz":2},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-01T00:00:07.725Z","repositories_count":9966144,"issues_count":29680459,"pull_requests_count":86440165,"authors_count":9648275,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{"ForkEvent":2},"last_year":{"ForkEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-09-18T12:10:54.259Z","updated_at":"2022-09-18T12:10:54.259Z","repository_link":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/blob/master/setup.py","dependencies":[{"id":5268901066,"package_name":"nrel-pysam","ecosystem":"pypi","requirements":"==3.0.0","direct":true,"kind":"runtime","optional":false},{"id":5268901067,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901068,"package_name":"click","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901069,"package_name":"pyyaml","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901070,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901071,"package_name":"tqdm","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901072,"package_name":"matplotlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":5268901073,"package_name":"python-dateutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/black-checker.yml","sha":null,"kind":"manifest","created_at":"2025-04-11T11:16:47.434Z","updated_at":"2025-04-11T11:16:47.434Z","repository_link":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/blob/master/.github/workflows/black-checker.yml","dependencies":[{"id":22639391411,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391412,"package_name":"psf/black","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pre-release.yml","sha":null,"kind":"manifest","created_at":"2025-04-11T11:16:47.583Z","updated_at":"2025-04-11T11:16:47.583Z","repository_link":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/blob/master/.github/workflows/pre-release.yml","dependencies":[{"id":22639391417,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391419,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391420,"package_name":"marvinpinto/action-automatic-releases","ecosystem":"actions","requirements":"latest","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tagged-release.yml","sha":null,"kind":"manifest","created_at":"2025-04-11T11:16:47.799Z","updated_at":"2025-04-11T11:16:47.799Z","repository_link":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/blob/master/.github/workflows/tagged-release.yml","dependencies":[{"id":22639391437,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391438,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391439,"package_name":"marvinpinto/action-automatic-releases","ecosystem":"actions","requirements":"latest","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yml","sha":null,"kind":"manifest","created_at":"2025-04-11T11:16:48.220Z","updated_at":"2025-04-11T11:16:48.220Z","repository_link":"https://github.com/FSEC-Photovoltaics/pvrpm-lcoe/blob/master/.github/workflows/tests.yml","dependencies":[{"id":22639391462,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":22639391463,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":5.823045895483019,"created_at":"2025-09-04T09:17:49.643Z","updated_at":"2025-10-07T08:04:33.163Z","avatar_url":"https://github.com/FSEC-Photovoltaics.png","language":"Python","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":11,"funding_links":[],"readme_doi_urls":["https://doi.org/10.21105/joss.04093"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/1569","html_url":"https://science.ecosyste.ms/projects/1569","bibtex_url":"https://science.ecosyste.ms/projects/1569/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/1569/export.apalike"}