{"id":69613,"name":"pi-ina219","description":"This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.","url":"https://github.com/chrisb2/pi_ina219","last_synced_at":"2025-09-08T14:54:43.913Z","repository":{"id":41168808,"uuid":"72261645","full_name":"chrisb2/pi_ina219","owner":"chrisb2","description":"This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.","archived":false,"fork":false,"pushed_at":"2023-06-23T19:47:51.000Z","size":56,"stargazers_count":116,"open_issues_count":7,"forks_count":38,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-09-05T01:42:11.806Z","etag":null,"topics":["beaglebone-black","ina-219","lopy4","python","python-library","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisb2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-10-29T03:02:06.000Z","updated_at":"2025-02-13T18:39:40.000Z","dependencies_parsed_at":"2024-06-18T20:14:37.297Z","dependency_job_id":null,"html_url":"https://github.com/chrisb2/pi_ina219","commit_stats":{"total_commits":65,"total_committers":8,"mean_commits":8.125,"dds":"0.12307692307692308","last_synced_commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/chrisb2/pi_ina219","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/sbom","scorecard":{"id":279323,"data":{"date":"2025-08-11","repo":{"name":"github.com/chrisb2/pi_ina219","commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-package.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":"Code-Review","score":2,"reason":"Found 7/30 approved changesets -- score normalized to 2","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 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":"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":"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/python-package.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:31","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":-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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T15:20:56.940Z","repository_id":41168808,"created_at":"2025-08-17T15:20:56.940Z","updated_at":"2025-08-17T15:20:56.940Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274202471,"owners_count":25240367,"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-08T02:00:09.813Z","response_time":121,"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":"chrisb2","name":"Chris Borrill","uuid":"3087703","kind":"user","description":null,"email":"","website":null,"location":"Christchurch, New Zealand","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3087703?v=4","repositories_count":36,"last_synced_at":"2024-03-15T06:51:42.137Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chrisb2","funding_links":[],"total_stars":235,"followers":null,"following":null,"created_at":"2022-11-08T18:16:56.578Z","updated_at":"2024-03-15T06:51:46.925Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2/repositories"},"packages":[{"id":10430019,"name":"github.com/chrisb2/pi_ina219","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/chrisb2/pi_ina219","keywords_array":[],"namespace":null,"versions_count":7,"first_release_published_at":"2017-02-04T07:47:45.000Z","latest_release_published_at":"2023-04-23T02:16:00.000Z","latest_release_number":"v1.4.1","last_synced_at":"2025-09-05T01:42:17.415Z","created_at":"2024-06-23T04:43:16.896Z","updated_at":"2025-09-05T18:24:06.332Z","registry_url":"https://pkg.go.dev/github.com/chrisb2/pi_ina219","install_command":"go get github.com/chrisb2/pi_ina219","documentation_url":"https://pkg.go.dev/github.com/chrisb2/pi_ina219#section-documentation","metadata":{},"repo_metadata":{"id":41168808,"uuid":"72261645","full_name":"chrisb2/pi_ina219","owner":"chrisb2","description":"This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.","archived":false,"fork":false,"pushed_at":"2023-06-23T19:47:51.000Z","size":56,"stargazers_count":116,"open_issues_count":7,"forks_count":37,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-30T15:48:23.842Z","etag":null,"topics":["beaglebone-black","ina-219","lopy4","python","python-library","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisb2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-10-29T03:02:06.000Z","updated_at":"2025-02-13T18:39:40.000Z","dependencies_parsed_at":"2024-06-18T20:14:37.297Z","dependency_job_id":null,"html_url":"https://github.com/chrisb2/pi_ina219","commit_stats":{"total_commits":65,"total_committers":8,"mean_commits":8.125,"dds":"0.12307692307692308","last_synced_commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/chrisb2/pi_ina219","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/sbom","scorecard":{"id":279323,"data":{"date":"2025-08-11","repo":{"name":"github.com/chrisb2/pi_ina219","commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-package.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":"Code-Review","score":2,"reason":"Found 7/30 approved changesets -- score normalized to 2","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 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":"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":"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/python-package.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:31","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":-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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T15:20:56.940Z","repository_id":41168808,"created_at":"2025-08-17T15:20:56.940Z","updated_at":"2025-08-17T15:20:56.940Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699721,"owners_count":25152285,"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_record":{"login":"chrisb2","name":"Chris Borrill","uuid":"3087703","kind":"user","description":null,"email":"","website":null,"location":"Christchurch, New Zealand","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3087703?v=4","repositories_count":36,"last_synced_at":"2024-03-15T06:51:42.137Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chrisb2","funding_links":[],"total_stars":235,"followers":null,"following":null,"created_at":"2022-11-08T18:16:56.578Z","updated_at":"2024-03-15T06:51:46.925Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2/repositories"},"tags":[{"name":"v1.4.1","sha":"ef6c961e6875ddd5169185b57f7486c08323a1a1","kind":"tag","published_at":"2023-04-23T02:46:41.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.4.1","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"19ffbcc120a77c0e8c7c0060f7ac701ee7a2994b","kind":"commit","published_at":"2020-12-19T01:24:49.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.4.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d667f5619ec5665ec09f9522e07c157124c22e62","kind":"commit","published_at":"2019-11-09T04:58:37.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.3.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"cf671f70974348ac202f613c6b090f05d4f2543b","kind":"commit","published_at":"2018-06-26T06:41:53.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.2.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"cb6ae5d80f0b38bce86ebb6ea597cd2b04973bdf","kind":"tag","published_at":"2017-03-02T07:21:25.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.1.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"b63deaf307f67243994165ca4c606d57eb8893fc","kind":"tag","published_at":"2017-02-21T07:05:51.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.0.3","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"7b36d5b1c122168e34ea0e44bc57422bc1959b65","kind":"tag","published_at":"2017-02-04T21:42:02.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.0.2","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.2/manifests"}]},"repo_metadata_updated_at":"2025-09-05T18:24:06.331Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.892092295290424,"dependent_packages_count":6.456365915920028,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.674229105605226},"purl":"pkg:golang/github.com/chrisb2/pi_ina219","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/chrisb2/pi_ina219","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/chrisb2/pi_ina219","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/chrisb2/pi_ina219/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-30T16:53:19.877Z","issues_count":29,"pull_requests_count":13,"avg_time_to_close_issue":3737965.0,"avg_time_to_close_pull_request":6673004.4,"issues_closed_count":25,"pull_requests_closed_count":10,"pull_request_authors_count":9,"issue_authors_count":24,"avg_comments_per_issue":3.9310344827586206,"avg_comments_per_pull_request":2.230769230769231,"merged_pull_requests_count":10,"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/chrisb2%2Fpi_ina219/issues","maintainers":[{"login":"chrisb2","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chrisb2"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchrisb2%2Fpi_ina219/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchrisb2%2Fpi_ina219/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchrisb2%2Fpi_ina219/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fchrisb2%2Fpi_ina219/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1954234,"maintainers_count":0,"namespaces_count":741771,"keywords_count":109320,"github":"golang","metadata":{"funded_packages_count":49342},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-08T05:47:38.872Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":2851884,"name":"pi-ina219","ecosystem":"pypi","description":"This Python library for Raspberry Pi makes it easy to leverage the complex functionality of the Texas Instruments INA219 sensor to measure voltage, current and power.","homepage":"https://github.com/chrisb2/pi_ina219/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/chrisb2/pi_ina219","keywords_array":["ina219","raspberrypi"],"namespace":null,"versions_count":5,"first_release_published_at":"2017-03-02T07:20:30.000Z","latest_release_published_at":"2023-04-23T03:00:51.000Z","latest_release_number":"1.4.1","last_synced_at":"2025-09-04T11:20:32.252Z","created_at":"2022-04-10T12:02:58.671Z","updated_at":"2025-09-05T01:42:21.740Z","registry_url":"https://pypi.org/project/pi-ina219/","install_command":"pip install pi-ina219 --index-url https://pypi.org/simple","documentation_url":"https://pi-ina219.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: POSIX :: Linux","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3.4","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Topic :: System :: Hardware :: Hardware Drivers"],"normalized_name":"pi-ina219","project_status":null},"repo_metadata":{"id":41168808,"uuid":"72261645","full_name":"chrisb2/pi_ina219","owner":"chrisb2","description":"This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.","archived":false,"fork":false,"pushed_at":"2023-06-23T19:47:51.000Z","size":56,"stargazers_count":116,"open_issues_count":7,"forks_count":37,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-30T15:48:23.842Z","etag":null,"topics":["beaglebone-black","ina-219","lopy4","python","python-library","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisb2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-10-29T03:02:06.000Z","updated_at":"2025-02-13T18:39:40.000Z","dependencies_parsed_at":"2024-06-18T20:14:37.297Z","dependency_job_id":null,"html_url":"https://github.com/chrisb2/pi_ina219","commit_stats":{"total_commits":65,"total_committers":8,"mean_commits":8.125,"dds":"0.12307692307692308","last_synced_commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/chrisb2/pi_ina219","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/sbom","scorecard":{"id":279323,"data":{"date":"2025-08-11","repo":{"name":"github.com/chrisb2/pi_ina219","commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-package.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":"Code-Review","score":2,"reason":"Found 7/30 approved changesets -- score normalized to 2","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 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":"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":"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/python-package.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/chrisb2/pi_ina219/python-package.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:31","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md: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":-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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T15:20:56.940Z","repository_id":41168808,"created_at":"2025-08-17T15:20:56.940Z","updated_at":"2025-08-17T15:20:56.940Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699721,"owners_count":25152285,"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_record":{"login":"chrisb2","name":"Chris Borrill","uuid":"3087703","kind":"user","description":null,"email":"","website":null,"location":"Christchurch, New Zealand","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3087703?v=4","repositories_count":36,"last_synced_at":"2024-03-15T06:51:42.137Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/chrisb2","funding_links":[],"total_stars":235,"followers":null,"following":null,"created_at":"2022-11-08T18:16:56.578Z","updated_at":"2024-03-15T06:51:46.925Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisb2/repositories"},"tags":[{"name":"v1.4.1","sha":"ef6c961e6875ddd5169185b57f7486c08323a1a1","kind":"tag","published_at":"2023-04-23T02:46:41.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.4.1","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"19ffbcc120a77c0e8c7c0060f7ac701ee7a2994b","kind":"commit","published_at":"2020-12-19T01:24:49.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.4.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d667f5619ec5665ec09f9522e07c157124c22e62","kind":"commit","published_at":"2019-11-09T04:58:37.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.3.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"cf671f70974348ac202f613c6b090f05d4f2543b","kind":"commit","published_at":"2018-06-26T06:41:53.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.2.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"cb6ae5d80f0b38bce86ebb6ea597cd2b04973bdf","kind":"tag","published_at":"2017-03-02T07:21:25.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.1.0","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"b63deaf307f67243994165ca4c606d57eb8893fc","kind":"tag","published_at":"2017-02-21T07:05:51.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.0.3","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"7b36d5b1c122168e34ea0e44bc57422bc1959b65","kind":"tag","published_at":"2017-02-04T21:42:02.000Z","download_url":"https://codeload.github.com/chrisb2/pi_ina219/tar.gz/v1.0.2","html_url":"https://github.com/chrisb2/pi_ina219/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/chrisb2/pi_ina219@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/tags/v1.0.2/manifests"}]},"repo_metadata_updated_at":"2025-09-05T01:42:21.740Z","dependent_packages_count":2,"downloads":1996,"downloads_period":"last-month","dependent_repos_count":17,"rankings":{"downloads":5.232490296564534,"dependent_repos_count":3.511058043727014,"dependent_packages_count":3.1321498259172817,"stargazers_count":6.984796861040593,"forks_count":6.692151831889747,"docker_downloads_count":4.032842909326092,"average":4.930914961410877},"purl":"pkg:pypi/pi-ina219","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pi-ina219","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pi-ina219","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pi-ina219/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-30T16:53:19.877Z","issues_count":29,"pull_requests_count":13,"avg_time_to_close_issue":3737965.0,"avg_time_to_close_pull_request":6673004.4,"issues_closed_count":25,"pull_requests_closed_count":10,"pull_request_authors_count":9,"issue_authors_count":24,"avg_comments_per_issue":3.9310344827586206,"avg_comments_per_pull_request":2.230769230769231,"merged_pull_requests_count":10,"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/chrisb2%2Fpi_ina219/issues","maintainers":[{"login":"chrisb2","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chrisb2"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pi-ina219/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pi-ina219/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pi-ina219/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pi-ina219/related_packages","maintainers":[{"uuid":"chrisb2","login":"chrisb2","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/chrisb2/","role":null,"created_at":"2023-02-25T00:39:10.455Z","updated_at":"2023-02-25T00:39:10.455Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/chrisb2/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726167,"maintainers_count":308802,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":628946,"full_name":"chrisb2/pi_ina219","default_branch":"master","committers":[{"name":"Chris Borrill","email":"chris.borrill@gmail.com","login":"chrisb2","count":58},{"name":"Andreas Tobola","email":"github@tnotes.de","login":"Tobola","count":2},{"name":"Trick van Staveren","email":"trick@vanstaveren.us","login":"trickv","count":1},{"name":"Thomas Kluyver","email":"takowl@gmail.com","login":"takluyver","count":1},{"name":"Ted Timmons","email":"ted@perljam.net","login":"tedder","count":1},{"name":"Steve Bauer","email":"eXodus1440","login":"eXodus1440","count":1},{"name":"John S","email":"jsheehan@jennasys.com","login":"JennaSys","count":1}],"total_commits":65,"total_committers":7,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":9.285714285714286,"dds":0.10769230769230764,"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-05-24T01:20:24.994Z","last_synced_commit":"5eb0868b6afd5879b656cbcbbb377d002e414e58","created_at":"2023-03-09T08:17:26.995Z","updated_at":"2025-05-24T01:20:25.281Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","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":"chrisb2/pi_ina219","html_url":"https://github.com/chrisb2/pi_ina219","last_synced_at":"2025-06-30T16:53:19.877Z","status":null,"issues_count":29,"pull_requests_count":13,"avg_time_to_close_issue":3737965.0,"avg_time_to_close_pull_request":6673004.4,"issues_closed_count":25,"pull_requests_closed_count":10,"pull_request_authors_count":9,"issue_authors_count":24,"avg_comments_per_issue":3.9310344827586206,"avg_comments_per_pull_request":2.230769230769231,"merged_pull_requests_count":10,"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-14T20:09:37.752Z","updated_at":"2025-09-01T11:38:20.041Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisb2%2Fpi_ina219/issues","issue_labels_count":{"bug":3,"enhancement":2},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":20,"OWNER":5,"CONTRIBUTOR":2},"pull_request_author_associations_count":{"CONTRIBUTOR":7,"OWNER":3,"NONE":3},"issue_authors":{"chrisb2":5,"Gbassous":2,"rrnicolay":1,"csreades":1,"BritishTechGuru":1,"DotEXEGaming":1,"abeng94":1,"SmartTransp":1,"JennaSys":1,"ibyng":1,"msi-matthew":1,"Micha-123":1,"andreagilardoni":1,"skibum-za":1,"mschlenstedt":1,"wojciechczyz":1,"lovedva":1,"Jamos1988":1,"cfaber":1,"eliran-n":1,"davidbroster":1,"eXodus1440":1},"pull_request_authors":{"chrisb2":3,"Tobola":2,"janoskut":2,"trickv":1,"eXodus1440":1,"tedder":1,"takluyver":1,"JennaSys":1,"renedis":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10054011,"issues_count":30898665,"pull_requests_count":92703059,"authors_count":10588296,"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":[{"login":"chrisb2","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chrisb2"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":2,"ForkEvent":3},"last_year":{"WatchEvent":2,"ForkEvent":3}},"keywords":["beaglebone-black","ina-219","lopy4","python","python-library","raspberry-pi"],"dependencies":[{"ecosystem":"pypi","filepath":"tests/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-10T01:42:56.137Z","updated_at":"2022-08-10T01:42:56.137Z","repository_link":"https://github.com/chrisb2/pi_ina219/blob/master/tests/requirements.txt","dependencies":[{"id":991795388,"package_name":"Adafruit_GPIO","ecosystem":"pypi","requirements":"==1.0.1","direct":true,"kind":"test","optional":false},{"id":991795389,"package_name":"mock","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"test","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-package.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T20:04:16.028Z","updated_at":"2024-06-18T20:04:16.028Z","repository_link":"https://github.com/chrisb2/pi_ina219/blob/master/.github/workflows/python-package.yml","dependencies":[{"id":18681744400,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":18681744401,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18681744402,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-06-18T20:04:16.262Z","updated_at":"2024-06-18T20:04:16.262Z","repository_link":"https://github.com/chrisb2/pi_ina219/blob/master/setup.py","dependencies":[]}],"score":14.36696513361899,"created_at":"2025-09-08T11:19:03.038Z","updated_at":"2025-10-07T08:25:47.875Z","avatar_url":"https://github.com/chrisb2.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":1996,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/69613","html_url":"https://science.ecosyste.ms/projects/69613"}