{"id":2785,"name":"powerbox","description":"powerbox: A Python package for creating structured fields with isotropic power spectra - Published in JOSS (2018)","url":"https://github.com/steven-murray/powerbox","last_synced_at":"2025-09-04T16:53:16.337Z","repository":{"id":48132908,"uuid":"72076717","full_name":"steven-murray/powerbox","owner":"steven-murray","description":"A python package for making arbitrarily structured, arbitrary-dimension boxes","archived":false,"fork":false,"pushed_at":"2025-09-02T14:40:26.000Z","size":7207,"stargazers_count":26,"open_issues_count":13,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-04T10:31:59.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steven-murray.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-27T06:11:23.000Z","updated_at":"2025-09-02T14:40:23.000Z","dependencies_parsed_at":"2023-02-19T12:45:48.095Z","dependency_job_id":"4d04f14d-3219-47f0-9fb5-50b5d319c720","html_url":"https://github.com/steven-murray/powerbox","commit_stats":{"total_commits":125,"total_committers":5,"mean_commits":25.0,"dds":"0.20799999999999996","last_synced_commit":"2cd688091c3bc649b9b2f8ef8e7ef5f60e466507"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/steven-murray/powerbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/sbom","scorecard":{"id":852441,"data":{"date":"2025-08-11","repo":{"name":"github.com/steven-murray/powerbox","commit":"69c5cc10464fb6abf730bf2e4b67136aa1d2d4b2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"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/auto-merge-deps.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy.yaml:1","Warn: no topLevel permission defined: .github/workflows/run-docs-code.yaml:1","Warn: no topLevel permission defined: .github/workflows/test-with-warnings.yaml:1","Warn: no topLevel permission defined: .github/workflows/testsuite.yaml: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":"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/auto-merge-deps.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/auto-merge-deps.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-merge-deps.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/auto-merge-deps.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yaml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/deploy.yaml:27","Warn: pipCommand not pinned by hash: .github/workflows/run-docs-code.yaml:25","Warn: pipCommand not pinned by hash: .github/workflows/run-docs-code.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test-with-warnings.yaml:25","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.rst:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy.yaml:9"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-23T22:53:08.459Z","repository_id":48132908,"created_at":"2025-08-23T22:53:08.459Z","updated_at":"2025-08-23T22:53:08.459Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273610950,"owners_count":25136886,"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":{"login":"steven-murray","name":"Steven Murray","uuid":"1272030","kind":"user","description":"","email":"","website":"https://uwa.academia.edu/StevenMurray/","location":"Phoenix, AZ","twitter":null,"company":"Arizona State University","icon_url":"https://avatars.githubusercontent.com/u/1272030?v=4","repositories_count":52,"last_synced_at":"2024-04-15T07:29:18.824Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/steven-murray","funding_links":[],"total_stars":90,"followers":52,"following":13,"created_at":"2022-11-05T10:09:00.027Z","updated_at":"2024-04-15T07:29:31.000Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray/repositories"},"packages":[{"id":2857538,"name":"powerbox","ecosystem":"pypi","description":"Create arbitrary boxes with isotropic power spectra","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/steven-murray/powerbox","keywords_array":["power-spectrum","signal processing"],"namespace":null,"versions_count":25,"first_release_published_at":"2017-01-10T04:56:16.000Z","latest_release_published_at":"2024-08-05T16:22:03.000Z","latest_release_number":"0.8.2","last_synced_at":"2025-09-03T23:10:55.251Z","created_at":"2022-04-10T12:05:48.300Z","updated_at":"2025-09-04T10:14:00.369Z","registry_url":"https://pypi.org/project/powerbox/","install_command":"pip install powerbox --index-url https://pypi.org/simple","documentation_url":"https://powerbox.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Programming Language :: Python :: 3"],"normalized_name":"powerbox","project_status":null},"repo_metadata":{"id":48132908,"uuid":"72076717","full_name":"steven-murray/powerbox","owner":"steven-murray","description":"A python package for making arbitrarily structured, arbitrary-dimension boxes","archived":false,"fork":false,"pushed_at":"2025-08-11T18:39:37.000Z","size":7204,"stargazers_count":26,"open_issues_count":13,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-28T02:31:38.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steven-murray.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-27T06:11:23.000Z","updated_at":"2025-04-14T17:55:32.000Z","dependencies_parsed_at":"2023-02-19T12:45:48.095Z","dependency_job_id":"4d04f14d-3219-47f0-9fb5-50b5d319c720","html_url":"https://github.com/steven-murray/powerbox","commit_stats":{"total_commits":125,"total_committers":5,"mean_commits":25.0,"dds":"0.20799999999999996","last_synced_commit":"2cd688091c3bc649b9b2f8ef8e7ef5f60e466507"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/steven-murray/powerbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/sbom","scorecard":{"id":852441,"data":{"date":"2025-08-11","repo":{"name":"github.com/steven-murray/powerbox","commit":"69c5cc10464fb6abf730bf2e4b67136aa1d2d4b2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"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/auto-merge-deps.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy.yaml:1","Warn: no topLevel permission defined: .github/workflows/run-docs-code.yaml:1","Warn: no topLevel permission defined: .github/workflows/test-with-warnings.yaml:1","Warn: no topLevel permission defined: .github/workflows/testsuite.yaml: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":"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/auto-merge-deps.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/auto-merge-deps.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-merge-deps.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/auto-merge-deps.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yaml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/deploy.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-docs-code.yaml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/run-docs-code.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-with-warnings.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/test-with-warnings.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testsuite.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/steven-murray/powerbox/testsuite.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/deploy.yaml:27","Warn: pipCommand not pinned by hash: .github/workflows/run-docs-code.yaml:25","Warn: pipCommand not pinned by hash: .github/workflows/run-docs-code.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test-with-warnings.yaml:25","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.rst:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy.yaml:9"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-23T22:53:08.459Z","repository_id":48132908,"created_at":"2025-08-23T22:53:08.459Z","updated_at":"2025-08-23T22:53:08.459Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273523663,"owners_count":25120864,"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-03T02:00:09.631Z","response_time":76,"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_record":{"login":"steven-murray","name":"Steven Murray","uuid":"1272030","kind":"user","description":"","email":"","website":"https://uwa.academia.edu/StevenMurray/","location":"Phoenix, AZ","twitter":null,"company":"Arizona State University","icon_url":"https://avatars.githubusercontent.com/u/1272030?v=4","repositories_count":52,"last_synced_at":"2024-04-15T07:29:18.824Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/steven-murray","funding_links":[],"total_stars":90,"followers":52,"following":13,"created_at":"2022-11-05T10:09:00.027Z","updated_at":"2024-04-15T07:29:31.000Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven-murray/repositories"},"tags":[{"name":"v0.8.2","sha":"a01718e120e434743af2a7aab7d062d648f6e9a3","kind":"commit","published_at":"2024-08-05T15:01:53.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.8.2","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"089bf2ef976d41951d6ad3d8cf6a019a8cdca7f4","kind":"commit","published_at":"2024-07-16T14:13:17.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.8.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"65d677a25cc25f6ffeab1f9a94ccb659510b210c","kind":"commit","published_at":"2024-06-27T06:55:10.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.8.0","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.8.0/manifests"},{"name":"v0.7.3","sha":"77a0d08dbecb3659e096d39e8fff7fa0c1777882","kind":"commit","published_at":"2023-11-21T11:17:55.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.7.3","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"f315e01f15bd520ef0374afd952d6d34828d6807","kind":"commit","published_at":"2023-07-21T23:20:45.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.7.2","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.7.2/manifests"},{"name":"0.7.1","sha":"0b6de2da0fe95312bd32bc8ad526c52994568964","kind":"commit","published_at":"2022-12-13T06:39:15.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/0.7.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"a2893482a00e249fb6d3d4e9ff90dd4708a80c4e","kind":"commit","published_at":"2022-12-13T06:18:58.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/0.7.0","html_url":"https://github.com/steven-murray/powerbox/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"f198181f7abd42f3bb4db6c84b13ab00f733dfd4","kind":"commit","published_at":"2022-12-12T17:11:22.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/0.6.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/0.6.1/manifests"},{"name":"paper","sha":"e670e97f3287324beca9230104e1b3d977ffc6db","kind":"commit","published_at":"2018-08-20T03:33:30.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/paper","html_url":"https://github.com/steven-murray/powerbox/releases/tag/paper","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@paper","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/paper","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/paper/manifests"},{"name":"v0.5.5","sha":"cfa1263d48cc41e65c23f9c262e8993a831a1fa9","kind":"commit","published_at":"2018-07-19T06:44:07.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.5.5","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"1e1cf2f511897f1a401f9c416159aa94c261ef70","kind":"commit","published_at":"2018-05-30T02:59:24.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.5.4","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"d87943fe49b3c4ca3545d2f1e0c32f662c6ad628","kind":"commit","published_at":"2018-05-22T02:38:38.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.5.3","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"24a0632e832f65e18d80d48058484561ed35d59d","kind":"commit","published_at":"2018-05-17T05:51:11.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.5.2","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"b90d1c9bafb0facbae3b66c8ae6ea14810dd3b28","kind":"commit","published_at":"2018-05-04T05:51:15.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.5.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.5.1/manifests"},{"name":"v0.4.0","sha":"b58f79e77776c21c385eb39ae60cc2b2bb2fc7fd","kind":"tag","published_at":"2017-02-23T06:04:51.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.4.0","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.4.0/manifests"},{"name":"v0.3.2","sha":"658eedd7564355ec0cf2f5db5cc3f5f4bd47fe00","kind":"tag","published_at":"2017-02-14T05:17:29.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.3.2","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"59263681a4ec02573d0410fad5b9ce088344696c","kind":"tag","published_at":"2017-02-14T04:40:24.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.3.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"7a8b9115d8d74a016d72ae68803c680f2629ebd5","kind":"tag","published_at":"2017-02-14T01:39:13.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.3.0","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"24f27059345fac07c1b5679bfb476436c68c651c","kind":"tag","published_at":"2017-01-11T03:05:46.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.2.3","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9867a427c9d99f69534ab9ebabb7456b757bdca5","kind":"tag","published_at":"2017-01-11T01:13:12.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.2.2","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"ad9ca2de18a436d5016621adad45f567f949e9b1","kind":"tag","published_at":"2017-01-10T05:28:39.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.2.1","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"82547e36d4fb45b4c078aa241e6b93ae86045a20","kind":"tag","published_at":"2017-01-10T04:59:44.000Z","download_url":"https://codeload.github.com/steven-murray/powerbox/tar.gz/v0.2.0","html_url":"https://github.com/steven-murray/powerbox/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/steven-murray/powerbox@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2025-09-04T10:14:00.368Z","dependent_packages_count":2,"downloads":1757,"downloads_period":"last-month","dependent_repos_count":6,"rankings":{"downloads":11.84047726378991,"dependent_repos_count":6.037540403410671,"dependent_packages_count":4.728355370490722,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.5354576792304355},"purl":"pkg:pypi/powerbox","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/powerbox","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/powerbox","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/powerbox/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-03T02:43:43.196Z","issues_count":22,"pull_requests_count":84,"avg_time_to_close_issue":49580616.583333336,"avg_time_to_close_pull_request":294612.0256410256,"issues_closed_count":12,"pull_requests_closed_count":78,"pull_request_authors_count":8,"issue_authors_count":13,"avg_comments_per_issue":2.1363636363636362,"avg_comments_per_pull_request":1.0119047619047619,"merged_pull_requests_count":77,"bot_issues_count":0,"bot_pull_requests_count":64,"past_year_issues_count":1,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":42183.166666666664,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":12,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.3125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":12,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/issues","maintainers":[{"login":"steven-murray","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/steven-murray"},{"login":"DanielaBreitman","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DanielaBreitman"},{"login":"andrinr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrinr"}],"active_maintainers":[{"login":"andrinr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrinr"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/powerbox/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/powerbox/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/powerbox/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/powerbox/related_packages","maintainers":[{"uuid":"stevenjeanette","login":"stevenjeanette","name":null,"email":null,"url":null,"packages_count":33,"html_url":"https://pypi.org/user/stevenjeanette/","role":null,"created_at":"2022-12-13T06:42:54.036Z","updated_at":"2022-12-13T06:42:54.036Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/stevenjeanette/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724747,"maintainers_count":308195,"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":631807,"full_name":"steven-murray/powerbox","default_branch":"main","committers":[{"name":"steven-murray","email":"steven.murray@curtin.edu.au","login":"steven-murray","count":154},{"name":"DanielaBreitman","email":"daniela.breitman@mail.mcgill.ca","login":"DanielaBreitman","count":63},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":56},{"name":"Jordan Mirocha","email":"mirochaj@gmail.com","login":null,"count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"Aaron Ouellette","email":"aaronjo2@illinois.edu","login":"ajouellette","count":1}],"total_commits":279,"total_committers":6,"total_bot_commits":57,"total_bot_committers":2,"mean_commits":46.5,"dds":0.44802867383512546,"past_year_committers":[{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":6},{"name":"Steven Murray","email":"steven.g.murray@asu.edu","login":"steven-murray","count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"past_year_total_commits":9,"past_year_total_committers":3,"past_year_total_bot_commits":7,"past_year_total_bot_committers":2,"past_year_mean_commits":3.0,"past_year_dds":0.33333333333333337,"last_synced_at":"2025-08-07T08:21:39.251Z","last_synced_commit":"69c5cc10464fb6abf730bf2e4b67136aa1d2d4b2","created_at":"2023-03-09T08:24:09.616Z","updated_at":"2025-08-07T08:21:39.280Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/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":"steven-murray/powerbox","html_url":"https://github.com/steven-murray/powerbox","last_synced_at":"2025-09-03T02:43:43.196Z","status":"active","issues_count":22,"pull_requests_count":84,"avg_time_to_close_issue":49580616.583333336,"avg_time_to_close_pull_request":294612.0256410256,"issues_closed_count":12,"pull_requests_closed_count":78,"pull_request_authors_count":8,"issue_authors_count":13,"avg_comments_per_issue":2.1363636363636362,"avg_comments_per_pull_request":1.0119047619047619,"merged_pull_requests_count":77,"bot_issues_count":0,"bot_pull_requests_count":64,"past_year_issues_count":1,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":42183.166666666664,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":12,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.3125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":12,"created_at":"2025-04-11T11:36:01.026Z","updated_at":"2025-09-03T05:36:01.643Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven-murray%2Fpowerbox/issues","issue_labels_count":{"bug":3,"enhancement":3},"pull_request_labels_count":{"dependencies":3,"github_actions":3,"bug":2},"issue_author_associations_count":{"NONE":11,"OWNER":7,"COLLABORATOR":3,"CONTRIBUTOR":1},"pull_request_author_associations_count":{"CONTRIBUTOR":66,"COLLABORATOR":9,"OWNER":7,"NONE":3},"issue_authors":{"steven-murray":7,"DanielaBreitman":3,"zhaotingchen":2,"PabloVD":1,"jordanflitter":1,"panstarrs":1,"bmbuncher":1,"florpi":1,"mirochaj":1,"mtlam":1,"egorssed":1,"liamstaras":1,"JianrongTan":1},"pull_request_authors":{"pre-commit-ci[bot]":62,"steven-murray":7,"DanielaBreitman":7,"dependabot[bot]":3,"zhaotingchen":2,"andrinr":2,"ajouellette":1,"mirochaj":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10070501,"issues_count":31240645,"pull_requests_count":95394471,"authors_count":10689216,"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":{"dependencies":3,"github_actions":3},"past_year_issue_author_associations_count":{"NONE":1},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":14,"COLLABORATOR":2,"NONE":1},"past_year_issue_authors":{"jordanflitter":1},"past_year_pull_request_authors":{"pre-commit-ci[bot]":12,"dependabot[bot]":3,"andrinr":2},"maintainers":[{"login":"steven-murray","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/steven-murray"},{"login":"DanielaBreitman","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DanielaBreitman"},{"login":"andrinr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrinr"}],"active_maintainers":[{"login":"andrinr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrinr"}]},"events":{"total":{"IssuesEvent":1,"WatchEvent":2,"DeleteEvent":2,"IssueCommentEvent":12,"PushEvent":18,"PullRequestEvent":10,"PullRequestReviewEvent":9,"CreateEvent":2},"last_year":{"IssuesEvent":1,"WatchEvent":2,"DeleteEvent":2,"IssueCommentEvent":12,"PushEvent":18,"PullRequestEvent":10,"PullRequestReviewEvent":9,"CreateEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-02-19T12:45:47.680Z","updated_at":"2023-02-19T12:45:47.680Z","repository_link":"https://github.com/steven-murray/powerbox/blob/main/pyproject.toml","dependencies":[{"id":7788463803,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e1.6.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy.yaml","sha":null,"kind":"manifest","created_at":"2023-01-31T07:15:36.597Z","updated_at":"2023-01-31T07:15:36.597Z","repository_link":"https://github.com/steven-murray/powerbox/blob/main/.github/workflows/deploy.yaml","dependencies":[{"id":7265977846,"package_name":"actions/checkout","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":7265977847,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7265977848,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/run-docs-code.yaml","sha":null,"kind":"manifest","created_at":"2023-01-31T07:15:36.675Z","updated_at":"2023-01-31T07:15:36.675Z","repository_link":"https://github.com/steven-murray/powerbox/blob/main/.github/workflows/run-docs-code.yaml","dependencies":[{"id":7265977863,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7265977864,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7265977865,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test-with-warnings.yaml","sha":null,"kind":"manifest","created_at":"2023-01-31T07:15:36.717Z","updated_at":"2023-01-31T07:15:36.717Z","repository_link":"https://github.com/steven-murray/powerbox/blob/main/.github/workflows/test-with-warnings.yaml","dependencies":[{"id":7265977894,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7265977895,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7265977896,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/testsuite.yaml","sha":null,"kind":"manifest","created_at":"2023-01-31T07:15:36.800Z","updated_at":"2023-01-31T07:15:36.800Z","repository_link":"https://github.com/steven-murray/powerbox/blob/main/.github/workflows/testsuite.yaml","dependencies":[{"id":7265978381,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7265978382,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":7265978383,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":12.931793496521607,"created_at":"2025-09-04T09:18:06.011Z","updated_at":"2025-10-07T08:04:42.096Z","avatar_url":"https://github.com/steven-murray.png","language":"Jupyter Notebook","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":1757,"funding_links":[],"readme_doi_urls":["https://doi.org/10.21105/joss.00850"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["mesh","hydrology","energy-system","exoplanet","hydraulic-modelling","polygon","gravitational-lensing","geoscience","ode"],"project_url":"https://science.ecosyste.ms/api/v1/projects/2785","html_url":"https://science.ecosyste.ms/projects/2785"}