{"id":68913,"name":"libusb","description":"Python binding for the libusb C library.","url":"https://github.com/karpierz/libusb","last_synced_at":"2025-09-08T14:19:15.126Z","repository":{"id":24075883,"uuid":"100568234","full_name":"karpierz/libusb","owner":"karpierz","description":"Python binding for the libusb C library.","archived":false,"fork":false,"pushed_at":"2025-07-09T11:34:53.000Z","size":5702,"stargazers_count":41,"open_issues_count":1,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-31T17:30:54.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karpierz.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=FX8L7CJUGLW7S"]}},"created_at":"2017-08-17T06:14:36.000Z","updated_at":"2025-06-30T13:10:20.000Z","dependencies_parsed_at":"2023-12-20T20:24:04.400Z","dependency_job_id":"40df4202-9dea-47ea-8db4-ce182b377470","html_url":"https://github.com/karpierz/libusb","commit_stats":{"total_commits":74,"total_committers":3,"mean_commits":"24.666666666666668","dds":"0.027027027027026973","last_synced_commit":"21291ec68f182a2ad2c3f028ea9e75a23f4af577"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/karpierz/libusb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/sbom","scorecard":{"id":550783,"data":{"date":"2025-08-11","repo":{"name":"github.com/karpierz/libusb","commit":"2639d77814226f756bed09c5cefc2cc7f08ab0cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.4,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"Code-Review","score":0,"reason":"Found 1/28 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":3,"reason":"binaries present in source code","details":["Warn: binary detected: src/libusb/_platform/_linux/aarch64/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_linux/x64/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_linux/x86/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_macos/x64/10.7/libusb-1.0.0.dylib:1","Warn: binary detected: src/libusb/_platform/_macos/x64/11.6/libusb-1.0.0.dylib:1","Warn: binary detected: src/libusb/_platform/_windows/x64/libusb-1.0.dll:1","Warn: binary detected: src/libusb/_platform/_windows/x86/libusb-1.0.dll:1"],"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":-1,"reason":"no dependencies found","details":null,"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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: zlib License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 3 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-20T10:47:25.396Z","repository_id":24075883,"created_at":"2025-08-20T10:47:25.396Z","updated_at":"2025-08-20T10:47:25.396Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112938,"owners_count":25224332,"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-07T02:00:09.463Z","response_time":67,"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":"karpierz","name":"Adam Karpierz","uuid":"7438703","kind":"user","description":"Software Developer","email":"","website":"https://www.linkedin.com/in/adam-karpierz/","location":"Poland","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7438703?u=59819fc06ca7c9a26b850fd3e9095025c5e9da3f\u0026v=4","repositories_count":17,"last_synced_at":"2023-02-27T05:20:30.919Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/karpierz","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T15:00:14.398Z","updated_at":"2023-02-27T05:20:30.924Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz/repositories"},"packages":[{"id":2787220,"name":"libusb","ecosystem":"pypi","description":"Python binding for the libusb C library.","homepage":"https://pypi.org/project/libusb/","licenses":"zlib","normalized_licenses":["Zlib"],"repository_url":"https://github.com/karpierz/libusb","keywords_array":["usb","libusb"],"namespace":null,"versions_count":28,"first_release_published_at":"2018-11-09T00:10:23.000Z","latest_release_published_at":"2025-06-30T08:56:41.000Z","latest_release_number":"1.0.29","last_synced_at":"2025-09-07T11:32:12.218Z","created_at":"2022-04-10T11:28:51.579Z","updated_at":"2025-09-07T23:45:17.606Z","registry_url":"https://pypi.org/project/libusb/","install_command":"pip install libusb --index-url https://pypi.org/simple","documentation_url":"https://libusb.readthedocs.io/","metadata":{"funding":null,"documentation":"https://libusb.readthedocs.io/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","Natural Language :: Polish","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"libusb","project_status":null},"repo_metadata":{"id":24075883,"uuid":"100568234","full_name":"karpierz/libusb","owner":"karpierz","description":"Python binding for the libusb C library.","archived":false,"fork":false,"pushed_at":"2025-07-09T11:34:53.000Z","size":5702,"stargazers_count":41,"open_issues_count":1,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-31T17:30:54.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karpierz.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":["https://www.paypal.com/donate/?hosted_button_id=FX8L7CJUGLW7S"]}},"created_at":"2017-08-17T06:14:36.000Z","updated_at":"2025-06-30T13:10:20.000Z","dependencies_parsed_at":"2023-12-20T20:24:04.400Z","dependency_job_id":"40df4202-9dea-47ea-8db4-ce182b377470","html_url":"https://github.com/karpierz/libusb","commit_stats":{"total_commits":74,"total_committers":3,"mean_commits":"24.666666666666668","dds":"0.027027027027026973","last_synced_commit":"21291ec68f182a2ad2c3f028ea9e75a23f4af577"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/karpierz/libusb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/sbom","scorecard":{"id":550783,"data":{"date":"2025-08-11","repo":{"name":"github.com/karpierz/libusb","commit":"2639d77814226f756bed09c5cefc2cc7f08ab0cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.4,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"Code-Review","score":0,"reason":"Found 1/28 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":3,"reason":"binaries present in source code","details":["Warn: binary detected: src/libusb/_platform/_linux/aarch64/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_linux/x64/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_linux/x86/libusb-1.0.so:1","Warn: binary detected: src/libusb/_platform/_macos/x64/10.7/libusb-1.0.0.dylib:1","Warn: binary detected: src/libusb/_platform/_macos/x64/11.6/libusb-1.0.0.dylib:1","Warn: binary detected: src/libusb/_platform/_windows/x64/libusb-1.0.dll:1","Warn: binary detected: src/libusb/_platform/_windows/x86/libusb-1.0.dll:1"],"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":-1,"reason":"no dependencies found","details":null,"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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: zlib License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 3 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-20T10:47:25.396Z","repository_id":24075883,"created_at":"2025-08-20T10:47:25.396Z","updated_at":"2025-08-20T10:47:25.396Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112938,"owners_count":25224332,"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-07T02:00:09.463Z","response_time":67,"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":"karpierz","name":"Adam Karpierz","uuid":"7438703","kind":"user","description":"Software Developer","email":"","website":"https://www.linkedin.com/in/adam-karpierz/","location":"Poland","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7438703?u=59819fc06ca7c9a26b850fd3e9095025c5e9da3f\u0026v=4","repositories_count":17,"last_synced_at":"2023-02-27T05:20:30.919Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/karpierz","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T15:00:14.398Z","updated_at":"2023-02-27T05:20:30.924Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karpierz/repositories"},"tags":[{"name":"1.0.28.post2","sha":"2a2ec1931ca4fa465d560412c86eff10b7e17c2e","kind":"tag","published_at":"2025-05-16T07:47:04.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.28.post2","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.28.post2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.28.post2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28.post2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28.post2/manifests"},{"name":"1.0.28.post1","sha":"c0545626763862ef5c1f52a52c08029e577551f0","kind":"tag","published_at":"2025-05-05T09:05:25.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.28.post1","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.28.post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.28.post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28.post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28.post1/manifests"},{"name":"1.0.28","sha":"61d124d1beba87c8e919f02dd6d054700ada49d1","kind":"tag","published_at":"2025-05-04T12:53:53.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.28","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.28/manifests"},{"name":"1.0.27.post4","sha":"d7b8776dfdec05a25a1e5fb0e8386fe526f49e44","kind":"tag","published_at":"2025-02-14T23:09:23.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.27.post4","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.27.post4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.27.post4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post4/manifests"},{"name":"1.0.27.post3","sha":"3ffa668a8b11362ae47fc4a445176e04a9863c64","kind":"tag","published_at":"2024-10-09T20:53:39.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.27.post3","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.27.post3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.27.post3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post3/manifests"},{"name":"1.0.27.post2","sha":"8ea5dd34475fe107604a6cbd0744cae8f1538e3a","kind":"tag","published_at":"2024-09-30T19:38:12.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.27.post2","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.27.post2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.27.post2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post2/manifests"},{"name":"1.0.27.post1","sha":"c0680751cda69af4b557e2f2f2754ea784830193","kind":"tag","published_at":"2024-08-15T14:02:00.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.27.post1","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.27.post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.27.post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27.post1/manifests"},{"name":"1.0.27","sha":"45e37e055a2a80df5b5cd6b6f018d45d8d06f876","kind":"tag","published_at":"2024-02-05T22:16:02.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.27","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.27/manifests"},{"name":"1.0.26","sha":"1d5e73ee35872fd04b84a0da35784554d5eef2a7","kind":"tag","published_at":"2024-02-05T17:25:41.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26/manifests"},{"name":"1.0.26rc4","sha":"ee7a22ba3a68d9e0986466188971444ae030a004","kind":"tag","published_at":"2024-01-27T01:45:11.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26rc4","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc4/manifests"},{"name":"1.0.26rc2","sha":"02dcd5aa745e32977d2a3c3acf4353e7121e0332","kind":"tag","published_at":"2023-12-20T19:10:58.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26rc2","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc2/manifests"},{"name":"1.0.26rc1","sha":"a6029b4e851e3c24c1ae5c4bcdbf06736bef728d","kind":"tag","published_at":"2023-12-18T08:00:27.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26rc1","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26rc1/manifests"},{"name":"1.0.26b5","sha":"21291ec68f182a2ad2c3f028ea9e75a23f4af577","kind":"tag","published_at":"2022-09-11T12:32:48.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26b5","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b5/manifests"},{"name":"1.0.26b4","sha":"689886d99aabf7af6de321cd941a4766e6ec1ef7","kind":"tag","published_at":"2022-08-25T18:41:11.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26b4","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b4/manifests"},{"name":"1.0.26b3","sha":"c02d8cc09eb448813fc81d1e5178a2932bc495a0","kind":"tag","published_at":"2022-07-28T08:27:41.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26b3","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b3/manifests"},{"name":"1.0.26b2","sha":"f68dd451b27e7b2f8df36c780a66e552af021172","kind":"tag","published_at":"2022-07-18T22:16:13.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.26b2","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.26b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.26b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.26b2/manifests"},{"name":"1.0.24b3","sha":"20ed10755db379a6b0bcc5668bb66fd634b2d4c9","kind":"tag","published_at":"2022-01-10T12:17:47.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.24b3","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.24b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.24b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.24b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.24b3/manifests"},{"name":"1.0.24b1","sha":"d9cbd2dd7b21f88b5533b7a750f85008402f305a","kind":"tag","published_at":"2021-11-10T13:38:45.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.24b1","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.24b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.24b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.24b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.24b1/manifests"},{"name":"1.0.23b7","sha":"de61b3dce016aa00cf4c348fdea5acae12f80d3a","kind":"tag","published_at":"2020-11-19T08:32:31.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.23b7","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.23b7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.23b7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.23b7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.23b7/manifests"},{"name":"1.0.23b1","sha":"d26642dbf284ceff15d7144fd09ae2a64fecf014","kind":"tag","published_at":"2020-09-16T21:25:58.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.23b1","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.23b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.23b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.23b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.23b1/manifests"},{"name":"1.0.22b9","sha":"8c4dfc3ee114684f62dbb5b77a02a0ff2383dd91","kind":"tag","published_at":"2020-01-17T07:55:38.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b9","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b9/manifests"},{"name":"1.0.22b8","sha":"c6ea278198c38b739021537a8cfdf65965aa454e","kind":"tag","published_at":"2019-11-24T16:33:24.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b8","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b8/manifests"},{"name":"1.0.22b6","sha":"392dc7851a448beae407c51d251e3f62a29a5d46","kind":"tag","published_at":"2019-11-23T01:37:56.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b6","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b6/manifests"},{"name":"1.0.22b5","sha":"7db696a40c0a1369f72acbd5430ab6bd34636b22","kind":"tag","published_at":"2019-11-14T10:47:11.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b5","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b5/manifests"},{"name":"1.0.22b4","sha":"0755dc25c60bfb92fa41dfe460c1b9fa638be913","kind":"tag","published_at":"2019-02-15T13:47:28.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b4","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b4/manifests"},{"name":"1.0.22b2","sha":"bbdb4519ebd9e54a27551e4ff3b43438c7d84838","kind":"tag","published_at":"2018-11-08T23:59:33.000Z","download_url":"https://codeload.github.com/karpierz/libusb/tar.gz/1.0.22b2","html_url":"https://github.com/karpierz/libusb/releases/tag/1.0.22b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/karpierz/libusb@1.0.22b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/tags/1.0.22b2/manifests"}]},"repo_metadata_updated_at":"2025-09-07T23:45:17.606Z","dependent_packages_count":3,"downloads":26453,"downloads_period":"last-month","dependent_repos_count":21,"rankings":{"downloads":2.34914838816086,"dependent_repos_count":3.1739333911295584,"dependent_packages_count":3.1212832730983786,"stargazers_count":11.13830432013994,"forks_count":10.164299210634848,"docker_downloads_count":4.203487624897138,"average":5.691742701343454},"purl":"pkg:pypi/libusb","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/libusb","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/pypi/libusb","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/libusb/dependencies","status":null,"funding_links":["https://www.paypal.com/donate/?hosted_button_id=FX8L7CJUGLW7S"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:01:31.196Z","issues_count":10,"pull_requests_count":3,"avg_time_to_close_issue":14638818.222222222,"avg_time_to_close_pull_request":3858794.6666666665,"issues_closed_count":9,"pull_requests_closed_count":3,"pull_request_authors_count":3,"issue_authors_count":10,"avg_comments_per_issue":2.2,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":8739406.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":2.0,"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/karpierz%2Flibusb/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/libusb/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/libusb/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/libusb/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/libusb/related_packages","maintainers":[{"uuid":"karpierz","login":"karpierz","name":null,"email":null,"url":null,"packages_count":47,"html_url":"https://pypi.org/user/karpierz/","role":null,"created_at":"2023-02-24T14:30:10.874Z","updated_at":"2023-02-24T14:30:10.874Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/karpierz/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726163,"maintainers_count":308801,"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":604349,"full_name":"karpierz/libusb","default_branch":"master","committers":[{"name":"Adam Karpierz","email":"akarpierz@gmail.com","login":"karpierz","count":87},{"name":"Adam Karpierz","email":"adam.karpierz@aptiv.com","login":null,"count":9},{"name":"Frederik Teichert","email":"teichert@hilster.de","login":null,"count":3},{"name":"Tamás Nepusz","email":"ntamas@gmail.com","login":"ntamas","count":1},{"name":"Daniel","email":"dccote@cervo.ulaval.ca","login":"dccote","count":1}],"total_commits":101,"total_committers":5,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":20.2,"dds":0.13861386138613863,"past_year_committers":[{"name":"Adam Karpierz","email":"akarpierz@gmail.com","login":"karpierz","count":15}],"past_year_total_commits":15,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":15.0,"past_year_dds":0.0,"last_synced_at":"2025-05-21T06:21:38.652Z","last_synced_commit":"2a2ec1931ca4fa465d560412c86eff10b7e17c2e","created_at":"2023-03-09T06:59:34.434Z","updated_at":"2025-05-21T06:21:38.726Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-06T00:00:13.651Z","repositories_count":5480019,"commits_count":853389126,"contributors_count":31098155,"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":"karpierz/libusb","html_url":"https://github.com/karpierz/libusb","last_synced_at":"2025-08-31T14:01:31.196Z","status":null,"issues_count":10,"pull_requests_count":3,"avg_time_to_close_issue":14638818.222222222,"avg_time_to_close_pull_request":3858794.6666666665,"issues_closed_count":9,"pull_requests_closed_count":3,"pull_request_authors_count":3,"issue_authors_count":10,"avg_comments_per_issue":2.2,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":8739406.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":2.0,"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-14T16:59:40.285Z","updated_at":"2025-09-01T18:52:45.665Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/karpierz%2Flibusb/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":10},"pull_request_author_associations_count":{"CONTRIBUTOR":2},"issue_authors":{"davidfokkema":1,"Heerpa":1,"pg4code":1,"mcuee":1,"Newbrict":1,"wangchenguang123":1,"s-light":1,"aviskhatiwada":1,"cirossmonteiro":1,"edelmacias":1},"pull_request_authors":{"ntamas":1,"dccote":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10167557,"issues_count":32013306,"pull_requests_count":100263684,"authors_count":10729845,"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":{"NONE":1},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{"davidfokkema":1},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{"IssuesEvent":2,"WatchEvent":1,"DeleteEvent":3,"IssueCommentEvent":1,"PushEvent":9,"CreateEvent":8},"last_year":{"IssuesEvent":2,"WatchEvent":1,"DeleteEvent":3,"IssueCommentEvent":1,"PushEvent":9,"CreateEvent":8}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-12-20T20:24:04.391Z","updated_at":"2023-12-20T20:24:04.391Z","repository_link":"https://github.com/karpierz/libusb/blob/main/pyproject.toml","dependencies":[]}],"score":15.531177009215071,"created_at":"2025-09-08T11:18:58.747Z","updated_at":"2025-10-07T08:25:39.994Z","avatar_url":"https://github.com/karpierz.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":26453,"funding_links":["https://www.paypal.com/donate/?hosted_button_id=FX8L7CJUGLW7S"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/68913","html_url":"https://science.ecosyste.ms/projects/68913"}