{"id":363045,"url":"https://github.com/psycopg/psycopg2","last_synced_at":"2026-06-20T11:30:22.504Z","repository":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2026-05-02T03:03:56.000Z","size":9035,"stargazers_count":3639,"open_issues_count":25,"forks_count":543,"subscribers_count":69,"default_branch":"master","last_synced_at":"2026-06-16T04:31:58.806Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2026-06-16T00:50:57.000Z","dependencies_parsed_at":"2026-01-12T06:01:28.213Z","dependency_job_id":"f998c4e2-05cf-4c7f-8239-8c6d009ed7f4","html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2765,"total_committers":144,"mean_commits":19.20138888888889,"dds":"0.34141048824593123","last_synced_commit":"a805acf59f402f554e95624b5e27518169ca7715"},"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/psycopg/psycopg2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/sbom","scorecard":{"id":748539,"data":{"date":"2025-08-11","repo":{"name":"github.com/psycopg/psycopg2","commit":"c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","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/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/packages.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: scripts/build/build_macos_arm64.sh:85","Warn: pipCommand not pinned by hash: scripts/build/build_sdist.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:72","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2023-117","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-22T19:35:42.494Z","repository_id":6490463,"created_at":"2025-08-22T19:35:42.494Z","updated_at":"2025-08-22T19:35:42.494Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34443239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2026-06-04T00:19:22.950Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":6167,"followers":114,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2026-06-04T00:19:22.951Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"packages":[{"id":2862332,"name":"psycopg2-binary","ecosystem":"pypi","description":"psycopg2 - Python-PostgreSQL Database Adapter","homepage":"https://psycopg.org/","licenses":"LGPL with exceptions","normalized_licenses":["BSD-3-Clause-Attribution"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":26,"first_release_published_at":"2018-01-29T12:48:22.000Z","latest_release_published_at":"2026-04-20T23:33:31.000Z","latest_release_number":"2.9.12","last_synced_at":"2026-06-18T15:31:01.709Z","created_at":"2022-04-10T12:08:12.866Z","updated_at":"2026-06-18T15:31:01.710Z","registry_url":"https://pypi.org/project/psycopg2-binary/","install_command":"pip install psycopg2-binary --index-url https://pypi.org/simple","documentation_url":"https://www.psycopg.org/docs/","metadata":{"funding":null,"documentation":"https://www.psycopg.org/docs/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)","Operating System :: Microsoft :: Windows","Operating System :: Unix","Programming Language :: C","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: SQL","Topic :: Database","Topic :: Database :: Front-Ends","Topic :: Software Development","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"psycopg2-binary","project_status":null},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2024-07-17T16:44:43.000Z","size":8859,"stargazers_count":3307,"open_issues_count":28,"forks_count":501,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-09-05T19:58:51.369Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2024-09-04T16:39:31.000Z","dependencies_parsed_at":"2022-08-06T19:15:40.288Z","dependency_job_id":"41a7efdd-2235-4428-9d53-4a826fe8ecba","html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2734,"total_committers":136,"mean_commits":"20.102941176470587","dds":"0.33796634967081196","last_synced_commit":"89005ac5b849c6428c05660b23c5a266c96e677d"},"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217834953,"owners_count":16238205,"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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2024-03-25T20:05:00.531Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":4707,"followers":63,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2024-03-25T20:05:00.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[{"name":"2.9.9","sha":"ad5bee7054519d87f25bc5828c502b2ebe197049","kind":"tag","published_at":"2023-10-03T12:43:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9/manifests"},{"name":"2.9.8","sha":"b39d5d64923a3e321672847bd57c002145f57430","kind":"tag","published_at":"2023-09-28T11:42:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8/manifests"},{"name":"2.9.7","sha":"3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b","kind":"tag","published_at":"2023-08-05T10:24:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7/manifests"},{"name":"2.9.6","sha":"333b3b7ac45099f7b86ab35ac89152293ac7451d","kind":"tag","published_at":"2023-04-03T03:05:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6/manifests"},{"name":"2_9_5","sha":"1bf8e77ea25608c4797a7e902cc02550096e5b40","kind":"tag","published_at":"2022-10-25T11:56:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5/manifests"},{"name":"2_9_4","sha":"bc82c8f9cc42d8f9313e9c78abdbeee82ec9e052","kind":"tag","published_at":"2022-10-06T02:55:53.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4/manifests"},{"name":"2_9_3-macos-arm64","sha":"25c40f8ac30af161617181e40ecfcbbe767210b6","kind":"tag","published_at":"2022-09-25T01:58:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3-macos-arm64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3-macos-arm64","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64/manifests"},{"name":"2_9_3","sha":"c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed","kind":"tag","published_at":"2021-12-29T15:21:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3/manifests"},{"name":"2_9_2","sha":"d7c77f80b27341d1ce65e1a9e7d9f658faaf4850","kind":"tag","published_at":"2021-11-12T00:34:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2/manifests"},{"name":"2_9_1-Python_3.10","sha":"4a46aa39a5842887f100ad1fafad55d207497f40","kind":"tag","published_at":"2021-10-11T21:33:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1-Python_3.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1-Python_3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10/manifests"},{"name":"2_9_1","sha":"b241def64bdc9ac350ecae4b665d9eec11a48229","kind":"tag","published_at":"2021-06-17T01:06:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1/manifests"},{"name":"2_9","sha":"50145014e8abdda2859ed65329ecc3e7b6699521","kind":"tag","published_at":"2021-06-16T15:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9/manifests"},{"name":"2_8_6","sha":"b203be11a69789a50da828a0a5e4c15d2dcf99d4","kind":"tag","published_at":"2020-09-06T16:08:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6/manifests"},{"name":"2_8_5","sha":"cb3353be1f10590cdc2a894ada42c3b4c171feb7","kind":"tag","published_at":"2020-04-06T05:01:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5/manifests"},{"name":"2_8_4","sha":"d70d3ee482bdbeee3894656e1dcec30f38c2d999","kind":"tag","published_at":"2019-10-20T09:04:17.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4/manifests"},{"name":"2_8_3","sha":"bc65c636aef14ccdb89f8abec1f28a677c1ff0b4","kind":"tag","published_at":"2019-06-13T23:25:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3/manifests"},{"name":"2_8_2","sha":"324cded1661995cc006e04e2c5e6b00e61ab74ba","kind":"tag","published_at":"2019-04-14T17:17:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2/manifests"},{"name":"2_8_1","sha":"15d684134f0972dc25bed904f48b11b7a972a7ab","kind":"tag","published_at":"2019-04-06T19:18:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1/manifests"},{"name":"2_8","sha":"c64d2448e8c3948bb7f950dda51aa5d73161b20c","kind":"tag","published_at":"2019-04-03T09:45:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8/manifests"},{"name":"2_8_BETA_2","sha":"953bc66ca66fd8bbc18086bba9218072a9dfb8e7","kind":"tag","published_at":"2019-03-21T18:42:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2/manifests"},{"name":"2_8_BETA_1","sha":"495ff79f2337b15ce06dadf65ab147c8b19b4e5d","kind":"tag","published_at":"2019-02-16T14:09:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1/manifests"},{"name":"2_7_7","sha":"09ce4b65e7b28987b36109d83a4afe221dd2a5e8","kind":"tag","published_at":"2019-01-22T11:56:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7/manifests"},{"name":"2_7_6_1","sha":"fbaad6c932168887f7aa911013fe725506ca5ef8","kind":"tag","published_at":"2018-11-10T23:46:45.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1/manifests"},{"name":"2_7_6","sha":"3b84bc1b6e0f6df5aee71367091eb57511647706","kind":"tag","published_at":"2018-11-08T18:19:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6/manifests"},{"name":"2_7_5","sha":"1b07d2e34dc026905c6415fbce8f24d0077170e3","kind":"tag","published_at":"2018-06-17T17:28:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5/manifests"},{"name":"2_7_4","sha":"5afb2ce803debea9533e293eef73c92ffce95bcd","kind":"tag","published_at":"2018-02-06T09:57:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4/manifests"},{"name":"2_7_3_2","sha":"980145eaee13f5014e929816058b83db78cb0833","kind":"tag","published_at":"2017-10-24T10:55:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2/manifests"},{"name":"2_7_3_1","sha":"c45e219387455a845741a72aab4195b452a4c6e0","kind":"tag","published_at":"2017-08-25T14:15:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1/manifests"},{"name":"2_7_3","sha":"cd3393b21cf753db0688c29e248f7ce94ff509b6","kind":"tag","published_at":"2017-07-24T14:06:26.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3/manifests"},{"name":"2_7_2","sha":"cfa0509d7e0616aded28ae6c9d679550b0bff16a","kind":"tag","published_at":"2017-07-22T11:27:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2/manifests"},{"name":"2_7_1","sha":"09c48c76c3b91139c9d645834962c75433281cb9","kind":"tag","published_at":"2017-03-13T00:53:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1/manifests"},{"name":"2_7","sha":"51591e2c23ea42c7bb2f7903ad213f83e21a4b8d","kind":"tag","published_at":"2017-03-01T13:10:07.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7/manifests"},{"name":"2_7_BETA_2","sha":"355d62f0848f9b911fa28eb6fb8e268590db0e09","kind":"tag","published_at":"2017-02-16T19:24:52.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2/manifests"},{"name":"2_7_BETA_1","sha":"6f83c9c87aecfd46d180842ef76743ab50ab7486","kind":"tag","published_at":"2017-02-08T10:39:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1/manifests"},{"name":"2_6_2","sha":"1690fbace1bf498abd5a4c4f68bfaab609bc3587","kind":"tag","published_at":"2016-07-07T02:10:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2/manifests"},{"name":"2_6_1","sha":"e707c3f657108bb9a538e509853de6a77de45f69","kind":"tag","published_at":"2015-06-15T09:44:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1/manifests"},{"name":"2_6","sha":"5efe7131ff86ba5adf08ead91393f4910e863f1e","kind":"tag","published_at":"2015-02-09T09:47:33.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6/manifests"},{"name":"2_5_5","sha":"c6d57680aa65fbd8fb185d76600ff9b8b3256e05","kind":"tag","published_at":"2015-02-08T16:47:25.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5/manifests"},{"name":"2_5_4","sha":"00cafbe85bb82d85cbfe0f062a73c562433b5bc8","kind":"tag","published_at":"2014-08-30T17:28:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4/manifests"},{"name":"2_5_3","sha":"40c1eea15d8c349400cec254baf73d916a153542","kind":"tag","published_at":"2014-05-13T15:21:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3/manifests"},{"name":"2_5_2","sha":"4f1e4a03d1fe01d566f8c7eb830175e5fe0bccc7","kind":"tag","published_at":"2014-01-07T12:03:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2/manifests"},{"name":"2_5_1","sha":"68d5d070fe6b701910dfccbf5c41fc23196d3f41","kind":"tag","published_at":"2013-06-23T01:09:30.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1/manifests"},{"name":"2_5","sha":"80e105c74d1846b036eccf14adad8dbc95dce39c","kind":"tag","published_at":"2013-04-07T16:44:04.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5/manifests"},{"name":"2_4_6","sha":"4e65ca1d8d1339fd55ab39962f2ed1f22dc542a1","kind":"tag","published_at":"2012-12-11T23:07:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6/manifests"},{"name":"2_4_5","sha":"d7c8c1c49ab695a804c7033d288ed3952cb7517c","kind":"tag","published_at":"2012-03-29T08:21:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5/manifests"},{"name":"2_4_4","sha":"0bc49147d1a9360cd82ad913d25828852151929c","kind":"tag","published_at":"2011-12-19T10:30:51.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4/manifests"},{"name":"2_4_3","sha":"ba34b6942f95b8797d82c417e0bb314be4cb79f5","kind":"tag","published_at":"2011-12-11T21:20:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3/manifests"},{"name":"2_4_2","sha":"f8ff2ccc49ec32614d42ee852f2fd02fd538e6e5","kind":"tag","published_at":"2011-06-13T16:54:38.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2/manifests"},{"name":"2_4_1","sha":"ab685c2fc0a04651041957af7419a1ecfeeb9e53","kind":"tag","published_at":"2011-05-11T07:59:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1/manifests"},{"name":"2_4_0","sha":"29f83f05c4f6565ea67d8b5424b1ec66d55c0858","kind":"tag","published_at":"2011-02-27T12:05:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0/manifests"},{"name":"2_4_BETA2","sha":"3762c67cd474880b42a14d81903c4d9dcf9a7063","kind":"tag","published_at":"2011-02-13T11:29:00.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2/manifests"},{"name":"2_4_BETA1","sha":"352d0d1f07e2ec0c0aeaa853f57bf88189e134c6","kind":"tag","published_at":"2011-02-06T16:02:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1/manifests"},{"name":"2_3_2","sha":"69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474","kind":"tag","published_at":"2010-12-20T12:38:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2/manifests"},{"name":"2_3_1","sha":"ee5015a30bee24ee70b5b22b01a3caefb28668c2","kind":"tag","published_at":"2010-12-04T20:31:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1/manifests"},{"name":"2_3_0","sha":"2dae07a796f922924b0b4c01b47f405c6bd76774","kind":"tag","published_at":"2010-12-02T13:43:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0/manifests"},{"name":"2_3_0_BETA1","sha":"645ab521f3fd5cc2bc579c0eb53418dfde811100","kind":"tag","published_at":"2010-11-07T14:22:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1/manifests"},{"name":"2_2_2","sha":"c3b835929ba0776d65fafeaad62b7756f5114bca","kind":"tag","published_at":"2010-07-18T11:50:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2/manifests"},{"name":"2_2_1","sha":"23391a3c55097d22530e21d640a277ffb76d48cf","kind":"tag","published_at":"2010-05-17T19:56:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1/manifests"},{"name":"2_2_0","sha":"e286970b625095334ce14a8c0a8a857f914ab53d","kind":"tag","published_at":"2010-05-16T11:21:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0/manifests"},{"name":"2_0_14","sha":"0edd52059300228b6df8813c9c55191e69f1412d","kind":"tag","published_at":"2010-03-13T20:16:22.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_14","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14/manifests"},{"name":"2_0_13","sha":"5a3e07a6103e61f0724b3f0d17039765898e28fb","kind":"tag","published_at":"2009-10-07T16:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13/manifests"},{"name":"2_0_12","sha":"0fc94be49647874123887f980368820f0a64191e","kind":"tag","published_at":"2009-08-09T15:22:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12/manifests"},{"name":"2_0_11","sha":"091102a9196dcf877a5ce2adb841e2566b70f6cf","kind":"tag","published_at":"2009-05-09T12:52:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11/manifests"},{"name":"2_0_10","sha":"f68d828f6bf67b16de5b188623d5d8d2ea527e53","kind":"commit","published_at":"2009-04-20T18:37:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10/manifests"},{"name":"2_0_9","sha":"71c7825b9cdca0ae62a1a5044928652aede3beb5","kind":"commit","published_at":"2009-02-23T20:39:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9/manifests"},{"name":"2_0_8","sha":"758eaf23d10c434f8dab0167d0bd3f343cafa60f","kind":"commit","published_at":"2008-09-16T07:58:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8/manifests"},{"name":"2_0_7","sha":"962c5a9a5f359908311cbe0b37b5f257256c4cf5","kind":"commit","published_at":"2008-04-14T05:23:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7/manifests"},{"name":"2_0_6","sha":"dfda372fae91b97b525ea44f339062753ed7b8d7","kind":"commit","published_at":"2007-06-08T00:39:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6/manifests"},{"name":"2_0_5_1","sha":"616a1c2042b8d60bfea877a2e1341502ecc90a34","kind":"commit","published_at":"2006-09-02T01:09:31.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1/manifests"},{"name":"2_0_5","sha":"3e0d8792a81d0d411845b348b3da0dc512aefb1f","kind":"commit","published_at":"2006-09-01T12:42:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5/manifests"},{"name":"2_0_4","sha":"526fd62386ecd19e87361a0764d7fdc28ace4556","kind":"commit","published_at":"2006-08-01T23:37:20.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4/manifests"},{"name":"2_0_3","sha":"f204da89b5aefd0bbe81c38991ca9385270838cb","kind":"commit","published_at":"2006-07-31T00:27:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3/manifests"},{"name":"2_0_2","sha":"8d8bfe969b3c196d77e74f9623059d6459f284f4","kind":"commit","published_at":"2006-06-11T05:15:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2/manifests"},{"name":"2_0_1","sha":"caa9d0feb4b179da7da658074b7472a34cb8f1fd","kind":"commit","published_at":"2006-06-09T00:08:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1/manifests"},{"name":"2_0_0","sha":"39249e474107a8bd8bf541ac3bf91d99fdb67f9f","kind":"commit","published_at":"2006-06-08T00:45:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0/manifests"},{"name":"2_0_BETA_8","sha":"bf52a9ac213321d8d748890f0552fcb64fba8d9f","kind":"commit","published_at":"2006-02-11T11:02:02.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8/manifests"},{"name":"2_0_BETA_7","sha":"d14a2c0639c7e333866caa460754bd403ac17912","kind":"commit","published_at":"2006-02-11T07:09:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7/manifests"},{"name":"2_0_BETA_6","sha":"985a6cbc1b30088e2ec3c8f74273991ec3e72c09","kind":"commit","published_at":"2005-11-17T06:23:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6/manifests"},{"name":"2_0_BETA_5","sha":"49a255059e6873e9c26ca80e4f0f7f3e0e997977","kind":"commit","published_at":"2005-10-18T14:44:57.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5/manifests"},{"name":"2_0_BETA_4","sha":"86346579ba2969c9003b8f635fc08ba63c3389e5","kind":"commit","published_at":"2005-07-17T04:31:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4/manifests"},{"name":"2_0_BETA_3","sha":"75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744","kind":"commit","published_at":"2005-05-26T07:41:39.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3/manifests"},{"name":"2_0_BETA_2","sha":"a9ecbd098572d78925573a9805878194a8a08eaf","kind":"commit","published_at":"2005-05-25T06:34:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2/manifests"},{"name":"2_0_BETA_1","sha":"d57ceaadc6c964ed9fe58a586dff8ec2528e1789","kind":"commit","published_at":"2005-05-09T09:48:40.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1/manifests"},{"name":"1_99_13","sha":"30b2ba6ebf30f54b02b649a4d6a8b1c23de4345b","kind":"commit","published_at":"2005-03-12T09:19:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13/manifests"},{"name":"1_99_12_1","sha":"a61f715b461849238be32488d3f33d21ea3ebaf9","kind":"commit","published_at":"2005-03-04T03:36:23.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1/manifests"},{"name":"1_99_12","sha":"131b8ac1c508656c3311fec40e8b068cdee770c6","kind":"commit","published_at":"2005-03-03T06:52:28.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12/manifests"}]},"repo_metadata_updated_at":"2024-09-08T01:52:32.500Z","dependent_packages_count":1509,"downloads":242899142,"downloads_period":"last-month","dependent_repos_count":103063,"rankings":{"downloads":0.01944215683217567,"dependent_repos_count":0.010638161285530084,"dependent_packages_count":0.015957241928295125,"stargazers_count":1.874884218287733,"forks_count":3.0419638779399385,"docker_downloads_count":0.06749729919094949,"average":0.8383971592441036},"purl":"pkg:pypi/psycopg2-binary","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/psycopg2-binary","docker_dependents_count":6864,"docker_downloads_count":1295692044,"usage_url":"https://repos.ecosyste.ms/usage/pypi/psycopg2-binary","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/psycopg2-binary/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-07T00:36:41.860Z","issues_count":223,"pull_requests_count":39,"avg_time_to_close_issue":6780517.810679612,"avg_time_to_close_pull_request":9560249.235294119,"issues_closed_count":206,"pull_requests_closed_count":34,"pull_request_authors_count":26,"issue_authors_count":186,"avg_comments_per_issue":4.313901345291479,"avg_comments_per_pull_request":2.8974358974358974,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":79,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":182837.1739130435,"past_year_avg_time_to_close_pull_request":981937.6428571428,"past_year_issues_closed_count":69,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":64,"past_year_avg_comments_per_issue":2.5063291139240507,"past_year_avg_comments_per_pull_request":2.555555555555556,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[{"login":"dvarrazzo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2-binary/codemeta","maintainers":[{"uuid":"piro","login":"piro","name":null,"email":null,"url":null,"packages_count":19,"html_url":"https://pypi.org/user/piro/","role":null,"created_at":"2023-01-27T02:03:50.164Z","updated_at":"2023-01-27T02:03:50.164Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/piro/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":889399,"maintainers_count":380919,"namespaces_count":0,"keywords_count":289179,"github":"pypi","metadata":{"funded_packages_count":54301},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-06-10T05:13:28.296Z","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":5284601,"name":"psycopg2","ecosystem":"conda","description":"Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety.","homepage":"https://www.psycopg.org","licenses":"LGPL-3.0-or-later","normalized_licenses":["LGPL-3.0-or-later"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2017-10-10T21:17:15.000Z","latest_release_published_at":"2025-12-19T17:05:39.000Z","latest_release_number":"2.9.11","last_synced_at":"2026-03-19T19:08:42.083Z","created_at":"2022-10-03T15:41:06.136Z","updated_at":"2026-03-19T19:21:19.771Z","registry_url":"https://anaconda.org/anaconda/psycopg2","install_command":"conda install -c anaconda psycopg2","documentation_url":null,"metadata":{},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2026-03-01T23:42:48.000Z","size":9015,"stargazers_count":3618,"open_issues_count":23,"forks_count":529,"subscribers_count":69,"default_branch":"master","last_synced_at":"2026-03-10T12:47:31.663Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2026-03-09T00:43:08.000Z","dependencies_parsed_at":"2026-01-12T06:01:28.213Z","dependency_job_id":null,"html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2765,"total_committers":144,"mean_commits":19.20138888888889,"dds":"0.34141048824593123","last_synced_commit":"a805acf59f402f554e95624b5e27518169ca7715"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/psycopg/psycopg2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/sbom","scorecard":{"id":748539,"data":{"date":"2025-08-11","repo":{"name":"github.com/psycopg/psycopg2","commit":"c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","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/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/packages.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: scripts/build/build_macos_arm64.sh:85","Warn: pipCommand not pinned by hash: scripts/build/build_sdist.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:72","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2023-117","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-22T19:35:42.494Z","repository_id":6490463,"created_at":"2025-08-22T19:35:42.494Z","updated_at":"2025-08-22T19:35:42.494Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30422820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T09:20:56.688Z","status":"ssl_error","status_checked_at":"2026-03-12T09:20:13.792Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2026-03-05T04:31:56.404Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":6052,"followers":106,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2026-03-05T04:31:56.405Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-03-19T19:21:19.771Z","dependent_packages_count":5,"downloads":472800,"downloads_period":"total","dependent_repos_count":287,"rankings":{"downloads":null,"dependent_repos_count":10.862329803328292,"dependent_packages_count":8.653555219364598,"stargazers_count":15.128593040847202,"forks_count":15.461422087745841,"docker_downloads_count":null,"average":12.526475037821484},"purl":"pkg:conda/psycopg2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/psycopg2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/psycopg2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/psycopg2/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-18T15:00:43.446Z","issues_count":268,"pull_requests_count":82,"avg_time_to_close_issue":7607490.066945607,"avg_time_to_close_pull_request":6538757.985294118,"issues_closed_count":239,"pull_requests_closed_count":68,"pull_request_authors_count":35,"issue_authors_count":248,"avg_comments_per_issue":4.014925373134329,"avg_comments_per_pull_request":2.2682926829268295,"merged_pull_requests_count":39,"bot_issues_count":0,"bot_pull_requests_count":32,"past_year_issues_count":22,"past_year_pull_requests_count":22,"past_year_avg_time_to_close_issue":944803.7333333333,"past_year_avg_time_to_close_pull_request":766744.5625,"past_year_issues_closed_count":15,"past_year_pull_requests_closed_count":16,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":22,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":1.1818181818181819,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":18,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/psycopg2/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5210,"maintainers_count":0,"namespaces_count":0,"keywords_count":3232,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":759},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-06-10T05:18:41.108Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":5290088,"name":"psycopg2","ecosystem":"conda","description":"Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety.","homepage":"http://initd.org/psycopg/","licenses":"LGPL-3.0-or-later","normalized_licenses":["LGPL-3.0-or-later"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":22,"first_release_published_at":"2018-11-11T21:58:08.000Z","latest_release_published_at":"2021-12-31T09:56:47.000Z","latest_release_number":"2.9.3","last_synced_at":"2026-03-27T14:11:06.823Z","created_at":"2022-10-03T15:49:17.386Z","updated_at":"2026-03-27T14:28:34.177Z","registry_url":"https://anaconda.org/conda-forge/psycopg2","install_command":"conda install -c conda-forge psycopg2","documentation_url":null,"metadata":{},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2025-11-01T23:02:41.000Z","size":9018,"stargazers_count":3587,"open_issues_count":21,"forks_count":527,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-12-01T01:58:03.116Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2025-11-28T14:39:49.000Z","dependencies_parsed_at":"2025-11-15T00:02:49.357Z","dependency_job_id":null,"html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2765,"total_committers":144,"mean_commits":19.20138888888889,"dds":"0.34141048824593123","last_synced_commit":"a805acf59f402f554e95624b5e27518169ca7715"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/psycopg/psycopg2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/sbom","scorecard":{"id":748539,"data":{"date":"2025-08-11","repo":{"name":"github.com/psycopg/psycopg2","commit":"c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","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/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/packages.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: scripts/build/build_macos_arm64.sh:85","Warn: pipCommand not pinned by hash: scripts/build/build_sdist.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:72","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2023-117","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-22T19:35:42.494Z","repository_id":6490463,"created_at":"2025-08-22T19:35:42.494Z","updated_at":"2025-08-22T19:35:42.494Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27450514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-02T02:00:06.387Z","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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2025-11-29T02:46:38.217Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":5917,"followers":104,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2025-11-29T02:46:38.217Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[{"name":"2.9.11-riscv64","sha":"0f82879936043247f1bc4fbfcf5f8dd729e26d74","kind":"tag","published_at":"2025-10-30T02:57:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.11-riscv64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.11-riscv64","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.11-riscv64","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11-riscv64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11-riscv64/manifests"},{"name":"2.9.11","sha":"fd9ae8cad2bcfc3e7e9410e7b6f07cda8f4f05ec","kind":"tag","published_at":"2025-10-09T23:38:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11/manifests"},{"name":"2.9.10","sha":"a805acf59f402f554e95624b5e27518169ca7715","kind":"tag","published_at":"2024-10-15T08:43:41.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.10/manifests"},{"name":"2.9.9","sha":"ad5bee7054519d87f25bc5828c502b2ebe197049","kind":"tag","published_at":"2023-10-03T12:43:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9/manifests"},{"name":"2.9.8","sha":"b39d5d64923a3e321672847bd57c002145f57430","kind":"tag","published_at":"2023-09-28T11:42:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8/manifests"},{"name":"2.9.7","sha":"3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b","kind":"tag","published_at":"2023-08-05T10:24:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7/manifests"},{"name":"2.9.6","sha":"333b3b7ac45099f7b86ab35ac89152293ac7451d","kind":"tag","published_at":"2023-04-03T03:05:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6/manifests"},{"name":"2_9_5","sha":"1bf8e77ea25608c4797a7e902cc02550096e5b40","kind":"tag","published_at":"2022-10-25T11:56:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5/manifests"},{"name":"2_9_4","sha":"bc82c8f9cc42d8f9313e9c78abdbeee82ec9e052","kind":"tag","published_at":"2022-10-06T02:55:53.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4/manifests"},{"name":"2_9_3-macos-arm64","sha":"25c40f8ac30af161617181e40ecfcbbe767210b6","kind":"tag","published_at":"2022-09-25T01:58:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3-macos-arm64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3-macos-arm64","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_3-macos-arm64","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64/manifests"},{"name":"2_9_3","sha":"c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed","kind":"tag","published_at":"2021-12-29T15:21:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3/manifests"},{"name":"2_9_2","sha":"d7c77f80b27341d1ce65e1a9e7d9f658faaf4850","kind":"tag","published_at":"2021-11-12T00:34:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2/manifests"},{"name":"2_9_1-Python_3.10","sha":"4a46aa39a5842887f100ad1fafad55d207497f40","kind":"tag","published_at":"2021-10-11T21:33:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1-Python_3.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1-Python_3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_1-Python_3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10/manifests"},{"name":"2_9_1","sha":"b241def64bdc9ac350ecae4b665d9eec11a48229","kind":"tag","published_at":"2021-06-17T01:06:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1/manifests"},{"name":"2_9","sha":"50145014e8abdda2859ed65329ecc3e7b6699521","kind":"tag","published_at":"2021-06-16T15:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9/manifests"},{"name":"2_8_6","sha":"b203be11a69789a50da828a0a5e4c15d2dcf99d4","kind":"tag","published_at":"2020-09-06T16:08:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6/manifests"},{"name":"2_8_5","sha":"cb3353be1f10590cdc2a894ada42c3b4c171feb7","kind":"tag","published_at":"2020-04-06T05:01:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5/manifests"},{"name":"2_8_4","sha":"d70d3ee482bdbeee3894656e1dcec30f38c2d999","kind":"tag","published_at":"2019-10-20T09:04:17.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4/manifests"},{"name":"2_8_3","sha":"bc65c636aef14ccdb89f8abec1f28a677c1ff0b4","kind":"tag","published_at":"2019-06-13T23:25:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3/manifests"},{"name":"2_8_2","sha":"324cded1661995cc006e04e2c5e6b00e61ab74ba","kind":"tag","published_at":"2019-04-14T17:17:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2/manifests"},{"name":"2_8_1","sha":"15d684134f0972dc25bed904f48b11b7a972a7ab","kind":"tag","published_at":"2019-04-06T19:18:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1/manifests"},{"name":"2_8","sha":"c64d2448e8c3948bb7f950dda51aa5d73161b20c","kind":"tag","published_at":"2019-04-03T09:45:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8/manifests"},{"name":"2_8_BETA_2","sha":"953bc66ca66fd8bbc18086bba9218072a9dfb8e7","kind":"tag","published_at":"2019-03-21T18:42:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2/manifests"},{"name":"2_8_BETA_1","sha":"495ff79f2337b15ce06dadf65ab147c8b19b4e5d","kind":"tag","published_at":"2019-02-16T14:09:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1/manifests"},{"name":"2_7_7","sha":"09ce4b65e7b28987b36109d83a4afe221dd2a5e8","kind":"tag","published_at":"2019-01-22T11:56:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7/manifests"},{"name":"2_7_6_1","sha":"fbaad6c932168887f7aa911013fe725506ca5ef8","kind":"tag","published_at":"2018-11-10T23:46:45.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1/manifests"},{"name":"2_7_6","sha":"3b84bc1b6e0f6df5aee71367091eb57511647706","kind":"tag","published_at":"2018-11-08T18:19:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6/manifests"},{"name":"2_7_5","sha":"1b07d2e34dc026905c6415fbce8f24d0077170e3","kind":"tag","published_at":"2018-06-17T17:28:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5/manifests"},{"name":"2_7_4","sha":"5afb2ce803debea9533e293eef73c92ffce95bcd","kind":"tag","published_at":"2018-02-06T09:57:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4/manifests"},{"name":"2_7_3_2","sha":"980145eaee13f5014e929816058b83db78cb0833","kind":"tag","published_at":"2017-10-24T10:55:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2/manifests"},{"name":"2_7_3_1","sha":"c45e219387455a845741a72aab4195b452a4c6e0","kind":"tag","published_at":"2017-08-25T14:15:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1/manifests"},{"name":"2_7_3","sha":"cd3393b21cf753db0688c29e248f7ce94ff509b6","kind":"tag","published_at":"2017-07-24T14:06:26.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3/manifests"},{"name":"2_7_2","sha":"cfa0509d7e0616aded28ae6c9d679550b0bff16a","kind":"tag","published_at":"2017-07-22T11:27:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2/manifests"},{"name":"2_7_1","sha":"09c48c76c3b91139c9d645834962c75433281cb9","kind":"tag","published_at":"2017-03-13T00:53:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1/manifests"},{"name":"2_7","sha":"51591e2c23ea42c7bb2f7903ad213f83e21a4b8d","kind":"tag","published_at":"2017-03-01T13:10:07.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7/manifests"},{"name":"2_7_BETA_2","sha":"355d62f0848f9b911fa28eb6fb8e268590db0e09","kind":"tag","published_at":"2017-02-16T19:24:52.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2/manifests"},{"name":"2_7_BETA_1","sha":"6f83c9c87aecfd46d180842ef76743ab50ab7486","kind":"tag","published_at":"2017-02-08T10:39:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1/manifests"},{"name":"2_6_2","sha":"1690fbace1bf498abd5a4c4f68bfaab609bc3587","kind":"tag","published_at":"2016-07-07T02:10:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2/manifests"},{"name":"2_6_1","sha":"e707c3f657108bb9a538e509853de6a77de45f69","kind":"tag","published_at":"2015-06-15T09:44:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1/manifests"},{"name":"2_6","sha":"5efe7131ff86ba5adf08ead91393f4910e863f1e","kind":"tag","published_at":"2015-02-09T09:47:33.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6/manifests"},{"name":"2_5_5","sha":"c6d57680aa65fbd8fb185d76600ff9b8b3256e05","kind":"tag","published_at":"2015-02-08T16:47:25.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5/manifests"},{"name":"2_5_4","sha":"00cafbe85bb82d85cbfe0f062a73c562433b5bc8","kind":"tag","published_at":"2014-08-30T17:28:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4/manifests"},{"name":"2_5_3","sha":"40c1eea15d8c349400cec254baf73d916a153542","kind":"tag","published_at":"2014-05-13T15:21:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3/manifests"},{"name":"2_5_2","sha":"4f1e4a03d1fe01d566f8c7eb830175e5fe0bccc7","kind":"tag","published_at":"2014-01-07T12:03:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2/manifests"},{"name":"2_5_1","sha":"68d5d070fe6b701910dfccbf5c41fc23196d3f41","kind":"tag","published_at":"2013-06-23T01:09:30.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1/manifests"},{"name":"2_5","sha":"80e105c74d1846b036eccf14adad8dbc95dce39c","kind":"tag","published_at":"2013-04-07T16:44:04.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5/manifests"},{"name":"2_4_6","sha":"4e65ca1d8d1339fd55ab39962f2ed1f22dc542a1","kind":"tag","published_at":"2012-12-11T23:07:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6/manifests"},{"name":"2_4_5","sha":"d7c8c1c49ab695a804c7033d288ed3952cb7517c","kind":"tag","published_at":"2012-03-29T08:21:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5/manifests"},{"name":"2_4_4","sha":"0bc49147d1a9360cd82ad913d25828852151929c","kind":"tag","published_at":"2011-12-19T10:30:51.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4/manifests"},{"name":"2_4_3","sha":"ba34b6942f95b8797d82c417e0bb314be4cb79f5","kind":"tag","published_at":"2011-12-11T21:20:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3/manifests"},{"name":"2_4_2","sha":"f8ff2ccc49ec32614d42ee852f2fd02fd538e6e5","kind":"tag","published_at":"2011-06-13T16:54:38.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2/manifests"},{"name":"2_4_1","sha":"ab685c2fc0a04651041957af7419a1ecfeeb9e53","kind":"tag","published_at":"2011-05-11T07:59:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1/manifests"},{"name":"2_4_0","sha":"29f83f05c4f6565ea67d8b5424b1ec66d55c0858","kind":"tag","published_at":"2011-02-27T12:05:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0/manifests"},{"name":"2_4_BETA2","sha":"3762c67cd474880b42a14d81903c4d9dcf9a7063","kind":"tag","published_at":"2011-02-13T11:29:00.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_BETA2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2/manifests"},{"name":"2_4_BETA1","sha":"352d0d1f07e2ec0c0aeaa853f57bf88189e134c6","kind":"tag","published_at":"2011-02-06T16:02:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_BETA1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1/manifests"},{"name":"2_3_2","sha":"69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474","kind":"tag","published_at":"2010-12-20T12:38:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2/manifests"},{"name":"2_3_1","sha":"ee5015a30bee24ee70b5b22b01a3caefb28668c2","kind":"tag","published_at":"2010-12-04T20:31:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1/manifests"},{"name":"2_3_0","sha":"2dae07a796f922924b0b4c01b47f405c6bd76774","kind":"tag","published_at":"2010-12-02T13:43:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0/manifests"},{"name":"2_3_0_BETA1","sha":"645ab521f3fd5cc2bc579c0eb53418dfde811100","kind":"tag","published_at":"2010-11-07T14:22:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_0_BETA1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1/manifests"},{"name":"2_2_2","sha":"c3b835929ba0776d65fafeaad62b7756f5114bca","kind":"tag","published_at":"2010-07-18T11:50:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2/manifests"},{"name":"2_2_1","sha":"23391a3c55097d22530e21d640a277ffb76d48cf","kind":"tag","published_at":"2010-05-17T19:56:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1/manifests"},{"name":"2_2_0","sha":"e286970b625095334ce14a8c0a8a857f914ab53d","kind":"tag","published_at":"2010-05-16T11:21:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0/manifests"},{"name":"2_0_14","sha":"0edd52059300228b6df8813c9c55191e69f1412d","kind":"tag","published_at":"2010-03-13T20:16:22.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_14","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14/manifests"},{"name":"2_0_13","sha":"5a3e07a6103e61f0724b3f0d17039765898e28fb","kind":"tag","published_at":"2009-10-07T16:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13/manifests"},{"name":"2_0_12","sha":"0fc94be49647874123887f980368820f0a64191e","kind":"tag","published_at":"2009-08-09T15:22:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12/manifests"},{"name":"2_0_11","sha":"091102a9196dcf877a5ce2adb841e2566b70f6cf","kind":"tag","published_at":"2009-05-09T12:52:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11/manifests"},{"name":"2_0_10","sha":"f68d828f6bf67b16de5b188623d5d8d2ea527e53","kind":"commit","published_at":"2009-04-20T18:37:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10/manifests"},{"name":"2_0_9","sha":"71c7825b9cdca0ae62a1a5044928652aede3beb5","kind":"commit","published_at":"2009-02-23T20:39:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9/manifests"},{"name":"2_0_8","sha":"758eaf23d10c434f8dab0167d0bd3f343cafa60f","kind":"commit","published_at":"2008-09-16T07:58:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8/manifests"},{"name":"2_0_7","sha":"962c5a9a5f359908311cbe0b37b5f257256c4cf5","kind":"commit","published_at":"2008-04-14T05:23:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7/manifests"},{"name":"2_0_6","sha":"dfda372fae91b97b525ea44f339062753ed7b8d7","kind":"commit","published_at":"2007-06-08T00:39:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6/manifests"},{"name":"2_0_5_1","sha":"616a1c2042b8d60bfea877a2e1341502ecc90a34","kind":"commit","published_at":"2006-09-02T01:09:31.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1/manifests"},{"name":"2_0_5","sha":"3e0d8792a81d0d411845b348b3da0dc512aefb1f","kind":"commit","published_at":"2006-09-01T12:42:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5/manifests"},{"name":"2_0_4","sha":"526fd62386ecd19e87361a0764d7fdc28ace4556","kind":"commit","published_at":"2006-08-01T23:37:20.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4/manifests"},{"name":"2_0_3","sha":"f204da89b5aefd0bbe81c38991ca9385270838cb","kind":"commit","published_at":"2006-07-31T00:27:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3/manifests"},{"name":"2_0_2","sha":"8d8bfe969b3c196d77e74f9623059d6459f284f4","kind":"commit","published_at":"2006-06-11T05:15:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2/manifests"},{"name":"2_0_1","sha":"caa9d0feb4b179da7da658074b7472a34cb8f1fd","kind":"commit","published_at":"2006-06-09T00:08:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1/manifests"},{"name":"2_0_0","sha":"39249e474107a8bd8bf541ac3bf91d99fdb67f9f","kind":"commit","published_at":"2006-06-08T00:45:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0/manifests"},{"name":"2_0_BETA_8","sha":"bf52a9ac213321d8d748890f0552fcb64fba8d9f","kind":"commit","published_at":"2006-02-11T11:02:02.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8/manifests"},{"name":"2_0_BETA_7","sha":"d14a2c0639c7e333866caa460754bd403ac17912","kind":"commit","published_at":"2006-02-11T07:09:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7/manifests"},{"name":"2_0_BETA_6","sha":"985a6cbc1b30088e2ec3c8f74273991ec3e72c09","kind":"commit","published_at":"2005-11-17T06:23:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6/manifests"},{"name":"2_0_BETA_5","sha":"49a255059e6873e9c26ca80e4f0f7f3e0e997977","kind":"commit","published_at":"2005-10-18T14:44:57.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5/manifests"},{"name":"2_0_BETA_4","sha":"86346579ba2969c9003b8f635fc08ba63c3389e5","kind":"commit","published_at":"2005-07-17T04:31:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4/manifests"},{"name":"2_0_BETA_3","sha":"75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744","kind":"commit","published_at":"2005-05-26T07:41:39.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3/manifests"},{"name":"2_0_BETA_2","sha":"a9ecbd098572d78925573a9805878194a8a08eaf","kind":"commit","published_at":"2005-05-25T06:34:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2/manifests"},{"name":"2_0_BETA_1","sha":"d57ceaadc6c964ed9fe58a586dff8ec2528e1789","kind":"commit","published_at":"2005-05-09T09:48:40.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1/manifests"},{"name":"1_99_13","sha":"30b2ba6ebf30f54b02b649a4d6a8b1c23de4345b","kind":"commit","published_at":"2005-03-12T09:19:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13/manifests"},{"name":"1_99_12_1","sha":"a61f715b461849238be32488d3f33d21ea3ebaf9","kind":"commit","published_at":"2005-03-04T03:36:23.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_12_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1/manifests"},{"name":"1_99_12","sha":"131b8ac1c508656c3311fec40e8b068cdee770c6","kind":"commit","published_at":"2005-03-03T06:52:28.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12/manifests"}]},"repo_metadata_updated_at":"2026-03-27T14:28:34.149Z","dependent_packages_count":70,"downloads":10586988,"downloads_period":"total","dependent_repos_count":287,"rankings":{"downloads":null,"dependent_repos_count":1.881331403762663,"dependent_packages_count":1.1128299815360048,"stargazers_count":7.520335346075154,"forks_count":7.600179649683119,"docker_downloads_count":null,"average":4.5286690952642346},"purl":"pkg:conda/psycopg2?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/psycopg2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/psycopg2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/psycopg2/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":true,"issue_metadata":{"last_synced_at":"2025-12-02T10:02:34.502Z","issues_count":264,"pull_requests_count":79,"avg_time_to_close_issue":7734554.868085107,"avg_time_to_close_pull_request":6838719.569230769,"issues_closed_count":235,"pull_requests_closed_count":65,"pull_request_authors_count":33,"issue_authors_count":244,"avg_comments_per_issue":4.0,"avg_comments_per_pull_request":2.3417721518987342,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":31,"past_year_issues_count":34,"past_year_pull_requests_count":25,"past_year_avg_time_to_close_issue":534289.9629629629,"past_year_avg_time_to_close_pull_request":921795.5789473684,"past_year_issues_closed_count":27,"past_year_pull_requests_closed_count":19,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":34,"past_year_avg_comments_per_issue":1.5588235294117647,"past_year_avg_comments_per_pull_request":1.2,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[{"login":"dvarrazzo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2/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":2269},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-06-10T05:18:51.687Z","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":5300595,"name":"psycopg2-binary","ecosystem":"conda","description":"Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety.","homepage":"http://initd.org/psycopg/","licenses":"LGPL-3.0-or-later","normalized_licenses":["LGPL-3.0-or-later"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2021-05-13T01:22:24.000Z","latest_release_published_at":"2021-12-31T09:57:43.000Z","latest_release_number":"2.9.3","last_synced_at":"2026-03-18T14:19:59.471Z","created_at":"2022-10-03T16:09:09.621Z","updated_at":"2026-03-18T14:27:26.064Z","registry_url":"https://anaconda.org/conda-forge/psycopg2-binary","install_command":"conda install -c conda-forge psycopg2-binary","documentation_url":null,"metadata":{},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2025-11-01T23:02:41.000Z","size":9018,"stargazers_count":3587,"open_issues_count":21,"forks_count":527,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-12-01T01:58:03.116Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2025-11-28T14:39:49.000Z","dependencies_parsed_at":"2025-11-15T00:02:49.357Z","dependency_job_id":null,"html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2765,"total_committers":144,"mean_commits":19.20138888888889,"dds":"0.34141048824593123","last_synced_commit":"a805acf59f402f554e95624b5e27518169ca7715"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/psycopg/psycopg2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/sbom","scorecard":{"id":748539,"data":{"date":"2025-08-11","repo":{"name":"github.com/psycopg/psycopg2","commit":"c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","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/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/packages.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: scripts/build/build_macos_arm64.sh:85","Warn: pipCommand not pinned by hash: scripts/build/build_sdist.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:72","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2023-117","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-22T19:35:42.494Z","repository_id":6490463,"created_at":"2025-08-22T19:35:42.494Z","updated_at":"2025-08-22T19:35:42.494Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27450514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-02T02:00:06.387Z","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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2025-11-29T02:46:38.217Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":5917,"followers":104,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2025-11-29T02:46:38.217Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[{"name":"2.9.11-riscv64","sha":"0f82879936043247f1bc4fbfcf5f8dd729e26d74","kind":"tag","published_at":"2025-10-30T02:57:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.11-riscv64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.11-riscv64","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.11-riscv64","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11-riscv64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11-riscv64/manifests"},{"name":"2.9.11","sha":"fd9ae8cad2bcfc3e7e9410e7b6f07cda8f4f05ec","kind":"tag","published_at":"2025-10-09T23:38:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.11/manifests"},{"name":"2.9.10","sha":"a805acf59f402f554e95624b5e27518169ca7715","kind":"tag","published_at":"2024-10-15T08:43:41.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.10/manifests"},{"name":"2.9.9","sha":"ad5bee7054519d87f25bc5828c502b2ebe197049","kind":"tag","published_at":"2023-10-03T12:43:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9/manifests"},{"name":"2.9.8","sha":"b39d5d64923a3e321672847bd57c002145f57430","kind":"tag","published_at":"2023-09-28T11:42:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8/manifests"},{"name":"2.9.7","sha":"3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b","kind":"tag","published_at":"2023-08-05T10:24:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7/manifests"},{"name":"2.9.6","sha":"333b3b7ac45099f7b86ab35ac89152293ac7451d","kind":"tag","published_at":"2023-04-03T03:05:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6/manifests"},{"name":"2_9_5","sha":"1bf8e77ea25608c4797a7e902cc02550096e5b40","kind":"tag","published_at":"2022-10-25T11:56:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5/manifests"},{"name":"2_9_4","sha":"bc82c8f9cc42d8f9313e9c78abdbeee82ec9e052","kind":"tag","published_at":"2022-10-06T02:55:53.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4/manifests"},{"name":"2_9_3-macos-arm64","sha":"25c40f8ac30af161617181e40ecfcbbe767210b6","kind":"tag","published_at":"2022-09-25T01:58:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3-macos-arm64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3-macos-arm64","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_3-macos-arm64","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64/manifests"},{"name":"2_9_3","sha":"c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed","kind":"tag","published_at":"2021-12-29T15:21:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3/manifests"},{"name":"2_9_2","sha":"d7c77f80b27341d1ce65e1a9e7d9f658faaf4850","kind":"tag","published_at":"2021-11-12T00:34:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2/manifests"},{"name":"2_9_1-Python_3.10","sha":"4a46aa39a5842887f100ad1fafad55d207497f40","kind":"tag","published_at":"2021-10-11T21:33:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1-Python_3.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1-Python_3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_1-Python_3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10/manifests"},{"name":"2_9_1","sha":"b241def64bdc9ac350ecae4b665d9eec11a48229","kind":"tag","published_at":"2021-06-17T01:06:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1/manifests"},{"name":"2_9","sha":"50145014e8abdda2859ed65329ecc3e7b6699521","kind":"tag","published_at":"2021-06-16T15:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9/manifests"},{"name":"2_8_6","sha":"b203be11a69789a50da828a0a5e4c15d2dcf99d4","kind":"tag","published_at":"2020-09-06T16:08:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6/manifests"},{"name":"2_8_5","sha":"cb3353be1f10590cdc2a894ada42c3b4c171feb7","kind":"tag","published_at":"2020-04-06T05:01:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5/manifests"},{"name":"2_8_4","sha":"d70d3ee482bdbeee3894656e1dcec30f38c2d999","kind":"tag","published_at":"2019-10-20T09:04:17.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4/manifests"},{"name":"2_8_3","sha":"bc65c636aef14ccdb89f8abec1f28a677c1ff0b4","kind":"tag","published_at":"2019-06-13T23:25:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3/manifests"},{"name":"2_8_2","sha":"324cded1661995cc006e04e2c5e6b00e61ab74ba","kind":"tag","published_at":"2019-04-14T17:17:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2/manifests"},{"name":"2_8_1","sha":"15d684134f0972dc25bed904f48b11b7a972a7ab","kind":"tag","published_at":"2019-04-06T19:18:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1/manifests"},{"name":"2_8","sha":"c64d2448e8c3948bb7f950dda51aa5d73161b20c","kind":"tag","published_at":"2019-04-03T09:45:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8/manifests"},{"name":"2_8_BETA_2","sha":"953bc66ca66fd8bbc18086bba9218072a9dfb8e7","kind":"tag","published_at":"2019-03-21T18:42:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2/manifests"},{"name":"2_8_BETA_1","sha":"495ff79f2337b15ce06dadf65ab147c8b19b4e5d","kind":"tag","published_at":"2019-02-16T14:09:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_8_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1/manifests"},{"name":"2_7_7","sha":"09ce4b65e7b28987b36109d83a4afe221dd2a5e8","kind":"tag","published_at":"2019-01-22T11:56:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7/manifests"},{"name":"2_7_6_1","sha":"fbaad6c932168887f7aa911013fe725506ca5ef8","kind":"tag","published_at":"2018-11-10T23:46:45.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1/manifests"},{"name":"2_7_6","sha":"3b84bc1b6e0f6df5aee71367091eb57511647706","kind":"tag","published_at":"2018-11-08T18:19:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6/manifests"},{"name":"2_7_5","sha":"1b07d2e34dc026905c6415fbce8f24d0077170e3","kind":"tag","published_at":"2018-06-17T17:28:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5/manifests"},{"name":"2_7_4","sha":"5afb2ce803debea9533e293eef73c92ffce95bcd","kind":"tag","published_at":"2018-02-06T09:57:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4/manifests"},{"name":"2_7_3_2","sha":"980145eaee13f5014e929816058b83db78cb0833","kind":"tag","published_at":"2017-10-24T10:55:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2/manifests"},{"name":"2_7_3_1","sha":"c45e219387455a845741a72aab4195b452a4c6e0","kind":"tag","published_at":"2017-08-25T14:15:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1/manifests"},{"name":"2_7_3","sha":"cd3393b21cf753db0688c29e248f7ce94ff509b6","kind":"tag","published_at":"2017-07-24T14:06:26.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3/manifests"},{"name":"2_7_2","sha":"cfa0509d7e0616aded28ae6c9d679550b0bff16a","kind":"tag","published_at":"2017-07-22T11:27:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2/manifests"},{"name":"2_7_1","sha":"09c48c76c3b91139c9d645834962c75433281cb9","kind":"tag","published_at":"2017-03-13T00:53:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1/manifests"},{"name":"2_7","sha":"51591e2c23ea42c7bb2f7903ad213f83e21a4b8d","kind":"tag","published_at":"2017-03-01T13:10:07.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7/manifests"},{"name":"2_7_BETA_2","sha":"355d62f0848f9b911fa28eb6fb8e268590db0e09","kind":"tag","published_at":"2017-02-16T19:24:52.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2/manifests"},{"name":"2_7_BETA_1","sha":"6f83c9c87aecfd46d180842ef76743ab50ab7486","kind":"tag","published_at":"2017-02-08T10:39:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_7_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1/manifests"},{"name":"2_6_2","sha":"1690fbace1bf498abd5a4c4f68bfaab609bc3587","kind":"tag","published_at":"2016-07-07T02:10:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2/manifests"},{"name":"2_6_1","sha":"e707c3f657108bb9a538e509853de6a77de45f69","kind":"tag","published_at":"2015-06-15T09:44:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1/manifests"},{"name":"2_6","sha":"5efe7131ff86ba5adf08ead91393f4910e863f1e","kind":"tag","published_at":"2015-02-09T09:47:33.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6/manifests"},{"name":"2_5_5","sha":"c6d57680aa65fbd8fb185d76600ff9b8b3256e05","kind":"tag","published_at":"2015-02-08T16:47:25.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5/manifests"},{"name":"2_5_4","sha":"00cafbe85bb82d85cbfe0f062a73c562433b5bc8","kind":"tag","published_at":"2014-08-30T17:28:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4/manifests"},{"name":"2_5_3","sha":"40c1eea15d8c349400cec254baf73d916a153542","kind":"tag","published_at":"2014-05-13T15:21:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3/manifests"},{"name":"2_5_2","sha":"4f1e4a03d1fe01d566f8c7eb830175e5fe0bccc7","kind":"tag","published_at":"2014-01-07T12:03:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2/manifests"},{"name":"2_5_1","sha":"68d5d070fe6b701910dfccbf5c41fc23196d3f41","kind":"tag","published_at":"2013-06-23T01:09:30.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1/manifests"},{"name":"2_5","sha":"80e105c74d1846b036eccf14adad8dbc95dce39c","kind":"tag","published_at":"2013-04-07T16:44:04.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5/manifests"},{"name":"2_4_6","sha":"4e65ca1d8d1339fd55ab39962f2ed1f22dc542a1","kind":"tag","published_at":"2012-12-11T23:07:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6/manifests"},{"name":"2_4_5","sha":"d7c8c1c49ab695a804c7033d288ed3952cb7517c","kind":"tag","published_at":"2012-03-29T08:21:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5/manifests"},{"name":"2_4_4","sha":"0bc49147d1a9360cd82ad913d25828852151929c","kind":"tag","published_at":"2011-12-19T10:30:51.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4/manifests"},{"name":"2_4_3","sha":"ba34b6942f95b8797d82c417e0bb314be4cb79f5","kind":"tag","published_at":"2011-12-11T21:20:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3/manifests"},{"name":"2_4_2","sha":"f8ff2ccc49ec32614d42ee852f2fd02fd538e6e5","kind":"tag","published_at":"2011-06-13T16:54:38.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2/manifests"},{"name":"2_4_1","sha":"ab685c2fc0a04651041957af7419a1ecfeeb9e53","kind":"tag","published_at":"2011-05-11T07:59:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1/manifests"},{"name":"2_4_0","sha":"29f83f05c4f6565ea67d8b5424b1ec66d55c0858","kind":"tag","published_at":"2011-02-27T12:05:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0/manifests"},{"name":"2_4_BETA2","sha":"3762c67cd474880b42a14d81903c4d9dcf9a7063","kind":"tag","published_at":"2011-02-13T11:29:00.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_BETA2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2/manifests"},{"name":"2_4_BETA1","sha":"352d0d1f07e2ec0c0aeaa853f57bf88189e134c6","kind":"tag","published_at":"2011-02-06T16:02:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_4_BETA1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1/manifests"},{"name":"2_3_2","sha":"69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474","kind":"tag","published_at":"2010-12-20T12:38:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2/manifests"},{"name":"2_3_1","sha":"ee5015a30bee24ee70b5b22b01a3caefb28668c2","kind":"tag","published_at":"2010-12-04T20:31:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1/manifests"},{"name":"2_3_0","sha":"2dae07a796f922924b0b4c01b47f405c6bd76774","kind":"tag","published_at":"2010-12-02T13:43:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0/manifests"},{"name":"2_3_0_BETA1","sha":"645ab521f3fd5cc2bc579c0eb53418dfde811100","kind":"tag","published_at":"2010-11-07T14:22:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_3_0_BETA1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1/manifests"},{"name":"2_2_2","sha":"c3b835929ba0776d65fafeaad62b7756f5114bca","kind":"tag","published_at":"2010-07-18T11:50:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2/manifests"},{"name":"2_2_1","sha":"23391a3c55097d22530e21d640a277ffb76d48cf","kind":"tag","published_at":"2010-05-17T19:56:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1/manifests"},{"name":"2_2_0","sha":"e286970b625095334ce14a8c0a8a857f914ab53d","kind":"tag","published_at":"2010-05-16T11:21:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0/manifests"},{"name":"2_0_14","sha":"0edd52059300228b6df8813c9c55191e69f1412d","kind":"tag","published_at":"2010-03-13T20:16:22.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_14","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14/manifests"},{"name":"2_0_13","sha":"5a3e07a6103e61f0724b3f0d17039765898e28fb","kind":"tag","published_at":"2009-10-07T16:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13/manifests"},{"name":"2_0_12","sha":"0fc94be49647874123887f980368820f0a64191e","kind":"tag","published_at":"2009-08-09T15:22:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12/manifests"},{"name":"2_0_11","sha":"091102a9196dcf877a5ce2adb841e2566b70f6cf","kind":"tag","published_at":"2009-05-09T12:52:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11/manifests"},{"name":"2_0_10","sha":"f68d828f6bf67b16de5b188623d5d8d2ea527e53","kind":"commit","published_at":"2009-04-20T18:37:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10/manifests"},{"name":"2_0_9","sha":"71c7825b9cdca0ae62a1a5044928652aede3beb5","kind":"commit","published_at":"2009-02-23T20:39:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9/manifests"},{"name":"2_0_8","sha":"758eaf23d10c434f8dab0167d0bd3f343cafa60f","kind":"commit","published_at":"2008-09-16T07:58:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8/manifests"},{"name":"2_0_7","sha":"962c5a9a5f359908311cbe0b37b5f257256c4cf5","kind":"commit","published_at":"2008-04-14T05:23:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7/manifests"},{"name":"2_0_6","sha":"dfda372fae91b97b525ea44f339062753ed7b8d7","kind":"commit","published_at":"2007-06-08T00:39:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6/manifests"},{"name":"2_0_5_1","sha":"616a1c2042b8d60bfea877a2e1341502ecc90a34","kind":"commit","published_at":"2006-09-02T01:09:31.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1/manifests"},{"name":"2_0_5","sha":"3e0d8792a81d0d411845b348b3da0dc512aefb1f","kind":"commit","published_at":"2006-09-01T12:42:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5/manifests"},{"name":"2_0_4","sha":"526fd62386ecd19e87361a0764d7fdc28ace4556","kind":"commit","published_at":"2006-08-01T23:37:20.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4/manifests"},{"name":"2_0_3","sha":"f204da89b5aefd0bbe81c38991ca9385270838cb","kind":"commit","published_at":"2006-07-31T00:27:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3/manifests"},{"name":"2_0_2","sha":"8d8bfe969b3c196d77e74f9623059d6459f284f4","kind":"commit","published_at":"2006-06-11T05:15:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2/manifests"},{"name":"2_0_1","sha":"caa9d0feb4b179da7da658074b7472a34cb8f1fd","kind":"commit","published_at":"2006-06-09T00:08:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1/manifests"},{"name":"2_0_0","sha":"39249e474107a8bd8bf541ac3bf91d99fdb67f9f","kind":"commit","published_at":"2006-06-08T00:45:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0/manifests"},{"name":"2_0_BETA_8","sha":"bf52a9ac213321d8d748890f0552fcb64fba8d9f","kind":"commit","published_at":"2006-02-11T11:02:02.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8/manifests"},{"name":"2_0_BETA_7","sha":"d14a2c0639c7e333866caa460754bd403ac17912","kind":"commit","published_at":"2006-02-11T07:09:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7/manifests"},{"name":"2_0_BETA_6","sha":"985a6cbc1b30088e2ec3c8f74273991ec3e72c09","kind":"commit","published_at":"2005-11-17T06:23:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6/manifests"},{"name":"2_0_BETA_5","sha":"49a255059e6873e9c26ca80e4f0f7f3e0e997977","kind":"commit","published_at":"2005-10-18T14:44:57.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5/manifests"},{"name":"2_0_BETA_4","sha":"86346579ba2969c9003b8f635fc08ba63c3389e5","kind":"commit","published_at":"2005-07-17T04:31:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4/manifests"},{"name":"2_0_BETA_3","sha":"75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744","kind":"commit","published_at":"2005-05-26T07:41:39.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3/manifests"},{"name":"2_0_BETA_2","sha":"a9ecbd098572d78925573a9805878194a8a08eaf","kind":"commit","published_at":"2005-05-25T06:34:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2/manifests"},{"name":"2_0_BETA_1","sha":"d57ceaadc6c964ed9fe58a586dff8ec2528e1789","kind":"commit","published_at":"2005-05-09T09:48:40.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@2_0_BETA_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1/manifests"},{"name":"1_99_13","sha":"30b2ba6ebf30f54b02b649a4d6a8b1c23de4345b","kind":"commit","published_at":"2005-03-12T09:19:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13/manifests"},{"name":"1_99_12_1","sha":"a61f715b461849238be32488d3f33d21ea3ebaf9","kind":"commit","published_at":"2005-03-04T03:36:23.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_12_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1/manifests"},{"name":"1_99_12","sha":"131b8ac1c508656c3311fec40e8b068cdee770c6","kind":"commit","published_at":"2005-03-03T06:52:28.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/psycopg/psycopg2@1_99_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12/manifests"}]},"repo_metadata_updated_at":"2026-03-18T14:27:26.036Z","dependent_packages_count":7,"downloads":1940741,"downloads_period":"total","dependent_repos_count":18,"rankings":{"downloads":null,"dependent_repos_count":8.413593492689255,"dependent_packages_count":8.014371974649434,"stargazers_count":7.520335346075154,"forks_count":7.600179649683119,"docker_downloads_count":null,"average":7.88712011577424},"purl":"pkg:conda/psycopg2-binary?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/psycopg2-binary","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/psycopg2-binary","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/psycopg2-binary/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-02T10:02:34.502Z","issues_count":264,"pull_requests_count":79,"avg_time_to_close_issue":7734554.868085107,"avg_time_to_close_pull_request":6838719.569230769,"issues_closed_count":235,"pull_requests_closed_count":65,"pull_request_authors_count":33,"issue_authors_count":244,"avg_comments_per_issue":4.0,"avg_comments_per_pull_request":2.3417721518987342,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":31,"past_year_issues_count":34,"past_year_pull_requests_count":25,"past_year_avg_time_to_close_issue":534289.9629629629,"past_year_avg_time_to_close_pull_request":921795.5789473684,"past_year_issues_closed_count":27,"past_year_pull_requests_closed_count":19,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":34,"past_year_avg_comments_per_issue":1.5588235294117647,"past_year_avg_comments_per_pull_request":1.2,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[{"login":"dvarrazzo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/psycopg2-binary/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":2269},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-06-10T05:18:51.687Z","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":2862330,"name":"psycopg2","ecosystem":"pypi","description":"psycopg2 - Python-PostgreSQL Database Adapter","homepage":"https://psycopg.org/","licenses":"LGPL with exceptions","normalized_licenses":["BSD-3-Clause-Attribution"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":65,"first_release_published_at":"2013-04-07T18:18:13.000Z","latest_release_published_at":"2026-04-20T23:33:13.000Z","latest_release_number":"2.9.12","last_synced_at":"2026-06-17T08:01:31.018Z","created_at":"2022-04-10T12:08:12.841Z","updated_at":"2026-06-17T08:01:31.019Z","registry_url":"https://pypi.org/project/psycopg2/","install_command":"pip install psycopg2 --index-url https://pypi.org/simple","documentation_url":"https://www.psycopg.org/docs/","metadata":{"funding":null,"documentation":"https://www.psycopg.org/docs/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)","Operating System :: Microsoft :: Windows","Operating System :: Unix","Programming Language :: C","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: SQL","Topic :: Database","Topic :: Database :: Front-Ends","Topic :: Software Development","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"psycopg2","project_status":null},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2024-07-17T16:44:43.000Z","size":8859,"stargazers_count":3307,"open_issues_count":28,"forks_count":501,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-09-05T19:58:51.369Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2024-09-04T16:39:31.000Z","dependencies_parsed_at":"2022-08-06T19:15:40.288Z","dependency_job_id":"41a7efdd-2235-4428-9d53-4a826fe8ecba","html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2734,"total_committers":136,"mean_commits":"20.102941176470587","dds":"0.33796634967081196","last_synced_commit":"89005ac5b849c6428c05660b23c5a266c96e677d"},"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217834953,"owners_count":16238205,"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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2024-03-25T20:05:00.531Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":4707,"followers":63,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2024-03-25T20:05:00.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[{"name":"2.9.9","sha":"ad5bee7054519d87f25bc5828c502b2ebe197049","kind":"tag","published_at":"2023-10-03T12:43:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9/manifests"},{"name":"2.9.8","sha":"b39d5d64923a3e321672847bd57c002145f57430","kind":"tag","published_at":"2023-09-28T11:42:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8/manifests"},{"name":"2.9.7","sha":"3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b","kind":"tag","published_at":"2023-08-05T10:24:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7/manifests"},{"name":"2.9.6","sha":"333b3b7ac45099f7b86ab35ac89152293ac7451d","kind":"tag","published_at":"2023-04-03T03:05:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6/manifests"},{"name":"2_9_5","sha":"1bf8e77ea25608c4797a7e902cc02550096e5b40","kind":"tag","published_at":"2022-10-25T11:56:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5/manifests"},{"name":"2_9_4","sha":"bc82c8f9cc42d8f9313e9c78abdbeee82ec9e052","kind":"tag","published_at":"2022-10-06T02:55:53.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4/manifests"},{"name":"2_9_3-macos-arm64","sha":"25c40f8ac30af161617181e40ecfcbbe767210b6","kind":"tag","published_at":"2022-09-25T01:58:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3-macos-arm64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3-macos-arm64","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64/manifests"},{"name":"2_9_3","sha":"c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed","kind":"tag","published_at":"2021-12-29T15:21:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3/manifests"},{"name":"2_9_2","sha":"d7c77f80b27341d1ce65e1a9e7d9f658faaf4850","kind":"tag","published_at":"2021-11-12T00:34:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2/manifests"},{"name":"2_9_1-Python_3.10","sha":"4a46aa39a5842887f100ad1fafad55d207497f40","kind":"tag","published_at":"2021-10-11T21:33:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1-Python_3.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1-Python_3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10/manifests"},{"name":"2_9_1","sha":"b241def64bdc9ac350ecae4b665d9eec11a48229","kind":"tag","published_at":"2021-06-17T01:06:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1/manifests"},{"name":"2_9","sha":"50145014e8abdda2859ed65329ecc3e7b6699521","kind":"tag","published_at":"2021-06-16T15:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9/manifests"},{"name":"2_8_6","sha":"b203be11a69789a50da828a0a5e4c15d2dcf99d4","kind":"tag","published_at":"2020-09-06T16:08:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6/manifests"},{"name":"2_8_5","sha":"cb3353be1f10590cdc2a894ada42c3b4c171feb7","kind":"tag","published_at":"2020-04-06T05:01:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5/manifests"},{"name":"2_8_4","sha":"d70d3ee482bdbeee3894656e1dcec30f38c2d999","kind":"tag","published_at":"2019-10-20T09:04:17.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4/manifests"},{"name":"2_8_3","sha":"bc65c636aef14ccdb89f8abec1f28a677c1ff0b4","kind":"tag","published_at":"2019-06-13T23:25:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3/manifests"},{"name":"2_8_2","sha":"324cded1661995cc006e04e2c5e6b00e61ab74ba","kind":"tag","published_at":"2019-04-14T17:17:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2/manifests"},{"name":"2_8_1","sha":"15d684134f0972dc25bed904f48b11b7a972a7ab","kind":"tag","published_at":"2019-04-06T19:18:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1/manifests"},{"name":"2_8","sha":"c64d2448e8c3948bb7f950dda51aa5d73161b20c","kind":"tag","published_at":"2019-04-03T09:45:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8/manifests"},{"name":"2_8_BETA_2","sha":"953bc66ca66fd8bbc18086bba9218072a9dfb8e7","kind":"tag","published_at":"2019-03-21T18:42:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2/manifests"},{"name":"2_8_BETA_1","sha":"495ff79f2337b15ce06dadf65ab147c8b19b4e5d","kind":"tag","published_at":"2019-02-16T14:09:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1/manifests"},{"name":"2_7_7","sha":"09ce4b65e7b28987b36109d83a4afe221dd2a5e8","kind":"tag","published_at":"2019-01-22T11:56:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7/manifests"},{"name":"2_7_6_1","sha":"fbaad6c932168887f7aa911013fe725506ca5ef8","kind":"tag","published_at":"2018-11-10T23:46:45.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1/manifests"},{"name":"2_7_6","sha":"3b84bc1b6e0f6df5aee71367091eb57511647706","kind":"tag","published_at":"2018-11-08T18:19:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6/manifests"},{"name":"2_7_5","sha":"1b07d2e34dc026905c6415fbce8f24d0077170e3","kind":"tag","published_at":"2018-06-17T17:28:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5/manifests"},{"name":"2_7_4","sha":"5afb2ce803debea9533e293eef73c92ffce95bcd","kind":"tag","published_at":"2018-02-06T09:57:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4/manifests"},{"name":"2_7_3_2","sha":"980145eaee13f5014e929816058b83db78cb0833","kind":"tag","published_at":"2017-10-24T10:55:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2/manifests"},{"name":"2_7_3_1","sha":"c45e219387455a845741a72aab4195b452a4c6e0","kind":"tag","published_at":"2017-08-25T14:15:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1/manifests"},{"name":"2_7_3","sha":"cd3393b21cf753db0688c29e248f7ce94ff509b6","kind":"tag","published_at":"2017-07-24T14:06:26.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3/manifests"},{"name":"2_7_2","sha":"cfa0509d7e0616aded28ae6c9d679550b0bff16a","kind":"tag","published_at":"2017-07-22T11:27:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2/manifests"},{"name":"2_7_1","sha":"09c48c76c3b91139c9d645834962c75433281cb9","kind":"tag","published_at":"2017-03-13T00:53:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1/manifests"},{"name":"2_7","sha":"51591e2c23ea42c7bb2f7903ad213f83e21a4b8d","kind":"tag","published_at":"2017-03-01T13:10:07.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7/manifests"},{"name":"2_7_BETA_2","sha":"355d62f0848f9b911fa28eb6fb8e268590db0e09","kind":"tag","published_at":"2017-02-16T19:24:52.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2/manifests"},{"name":"2_7_BETA_1","sha":"6f83c9c87aecfd46d180842ef76743ab50ab7486","kind":"tag","published_at":"2017-02-08T10:39:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1/manifests"},{"name":"2_6_2","sha":"1690fbace1bf498abd5a4c4f68bfaab609bc3587","kind":"tag","published_at":"2016-07-07T02:10:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2/manifests"},{"name":"2_6_1","sha":"e707c3f657108bb9a538e509853de6a77de45f69","kind":"tag","published_at":"2015-06-15T09:44:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1/manifests"},{"name":"2_6","sha":"5efe7131ff86ba5adf08ead91393f4910e863f1e","kind":"tag","published_at":"2015-02-09T09:47:33.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6/manifests"},{"name":"2_5_5","sha":"c6d57680aa65fbd8fb185d76600ff9b8b3256e05","kind":"tag","published_at":"2015-02-08T16:47:25.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5/manifests"},{"name":"2_5_4","sha":"00cafbe85bb82d85cbfe0f062a73c562433b5bc8","kind":"tag","published_at":"2014-08-30T17:28:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4/manifests"},{"name":"2_5_3","sha":"40c1eea15d8c349400cec254baf73d916a153542","kind":"tag","published_at":"2014-05-13T15:21:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3/manifests"},{"name":"2_5_2","sha":"4f1e4a03d1fe01d566f8c7eb830175e5fe0bccc7","kind":"tag","published_at":"2014-01-07T12:03:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2/manifests"},{"name":"2_5_1","sha":"68d5d070fe6b701910dfccbf5c41fc23196d3f41","kind":"tag","published_at":"2013-06-23T01:09:30.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1/manifests"},{"name":"2_5","sha":"80e105c74d1846b036eccf14adad8dbc95dce39c","kind":"tag","published_at":"2013-04-07T16:44:04.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5/manifests"},{"name":"2_4_6","sha":"4e65ca1d8d1339fd55ab39962f2ed1f22dc542a1","kind":"tag","published_at":"2012-12-11T23:07:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6/manifests"},{"name":"2_4_5","sha":"d7c8c1c49ab695a804c7033d288ed3952cb7517c","kind":"tag","published_at":"2012-03-29T08:21:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5/manifests"},{"name":"2_4_4","sha":"0bc49147d1a9360cd82ad913d25828852151929c","kind":"tag","published_at":"2011-12-19T10:30:51.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4/manifests"},{"name":"2_4_3","sha":"ba34b6942f95b8797d82c417e0bb314be4cb79f5","kind":"tag","published_at":"2011-12-11T21:20:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3/manifests"},{"name":"2_4_2","sha":"f8ff2ccc49ec32614d42ee852f2fd02fd538e6e5","kind":"tag","published_at":"2011-06-13T16:54:38.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2/manifests"},{"name":"2_4_1","sha":"ab685c2fc0a04651041957af7419a1ecfeeb9e53","kind":"tag","published_at":"2011-05-11T07:59:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1/manifests"},{"name":"2_4_0","sha":"29f83f05c4f6565ea67d8b5424b1ec66d55c0858","kind":"tag","published_at":"2011-02-27T12:05:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0/manifests"},{"name":"2_4_BETA2","sha":"3762c67cd474880b42a14d81903c4d9dcf9a7063","kind":"tag","published_at":"2011-02-13T11:29:00.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2/manifests"},{"name":"2_4_BETA1","sha":"352d0d1f07e2ec0c0aeaa853f57bf88189e134c6","kind":"tag","published_at":"2011-02-06T16:02:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1/manifests"},{"name":"2_3_2","sha":"69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474","kind":"tag","published_at":"2010-12-20T12:38:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2/manifests"},{"name":"2_3_1","sha":"ee5015a30bee24ee70b5b22b01a3caefb28668c2","kind":"tag","published_at":"2010-12-04T20:31:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1/manifests"},{"name":"2_3_0","sha":"2dae07a796f922924b0b4c01b47f405c6bd76774","kind":"tag","published_at":"2010-12-02T13:43:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0/manifests"},{"name":"2_3_0_BETA1","sha":"645ab521f3fd5cc2bc579c0eb53418dfde811100","kind":"tag","published_at":"2010-11-07T14:22:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1/manifests"},{"name":"2_2_2","sha":"c3b835929ba0776d65fafeaad62b7756f5114bca","kind":"tag","published_at":"2010-07-18T11:50:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2/manifests"},{"name":"2_2_1","sha":"23391a3c55097d22530e21d640a277ffb76d48cf","kind":"tag","published_at":"2010-05-17T19:56:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1/manifests"},{"name":"2_2_0","sha":"e286970b625095334ce14a8c0a8a857f914ab53d","kind":"tag","published_at":"2010-05-16T11:21:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0/manifests"},{"name":"2_0_14","sha":"0edd52059300228b6df8813c9c55191e69f1412d","kind":"tag","published_at":"2010-03-13T20:16:22.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_14","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14/manifests"},{"name":"2_0_13","sha":"5a3e07a6103e61f0724b3f0d17039765898e28fb","kind":"tag","published_at":"2009-10-07T16:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13/manifests"},{"name":"2_0_12","sha":"0fc94be49647874123887f980368820f0a64191e","kind":"tag","published_at":"2009-08-09T15:22:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12/manifests"},{"name":"2_0_11","sha":"091102a9196dcf877a5ce2adb841e2566b70f6cf","kind":"tag","published_at":"2009-05-09T12:52:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11/manifests"},{"name":"2_0_10","sha":"f68d828f6bf67b16de5b188623d5d8d2ea527e53","kind":"commit","published_at":"2009-04-20T18:37:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10/manifests"},{"name":"2_0_9","sha":"71c7825b9cdca0ae62a1a5044928652aede3beb5","kind":"commit","published_at":"2009-02-23T20:39:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9/manifests"},{"name":"2_0_8","sha":"758eaf23d10c434f8dab0167d0bd3f343cafa60f","kind":"commit","published_at":"2008-09-16T07:58:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8/manifests"},{"name":"2_0_7","sha":"962c5a9a5f359908311cbe0b37b5f257256c4cf5","kind":"commit","published_at":"2008-04-14T05:23:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7/manifests"},{"name":"2_0_6","sha":"dfda372fae91b97b525ea44f339062753ed7b8d7","kind":"commit","published_at":"2007-06-08T00:39:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6/manifests"},{"name":"2_0_5_1","sha":"616a1c2042b8d60bfea877a2e1341502ecc90a34","kind":"commit","published_at":"2006-09-02T01:09:31.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1/manifests"},{"name":"2_0_5","sha":"3e0d8792a81d0d411845b348b3da0dc512aefb1f","kind":"commit","published_at":"2006-09-01T12:42:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5/manifests"},{"name":"2_0_4","sha":"526fd62386ecd19e87361a0764d7fdc28ace4556","kind":"commit","published_at":"2006-08-01T23:37:20.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4/manifests"},{"name":"2_0_3","sha":"f204da89b5aefd0bbe81c38991ca9385270838cb","kind":"commit","published_at":"2006-07-31T00:27:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3/manifests"},{"name":"2_0_2","sha":"8d8bfe969b3c196d77e74f9623059d6459f284f4","kind":"commit","published_at":"2006-06-11T05:15:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2/manifests"},{"name":"2_0_1","sha":"caa9d0feb4b179da7da658074b7472a34cb8f1fd","kind":"commit","published_at":"2006-06-09T00:08:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1/manifests"},{"name":"2_0_0","sha":"39249e474107a8bd8bf541ac3bf91d99fdb67f9f","kind":"commit","published_at":"2006-06-08T00:45:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0/manifests"},{"name":"2_0_BETA_8","sha":"bf52a9ac213321d8d748890f0552fcb64fba8d9f","kind":"commit","published_at":"2006-02-11T11:02:02.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8/manifests"},{"name":"2_0_BETA_7","sha":"d14a2c0639c7e333866caa460754bd403ac17912","kind":"commit","published_at":"2006-02-11T07:09:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7/manifests"},{"name":"2_0_BETA_6","sha":"985a6cbc1b30088e2ec3c8f74273991ec3e72c09","kind":"commit","published_at":"2005-11-17T06:23:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6/manifests"},{"name":"2_0_BETA_5","sha":"49a255059e6873e9c26ca80e4f0f7f3e0e997977","kind":"commit","published_at":"2005-10-18T14:44:57.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5/manifests"},{"name":"2_0_BETA_4","sha":"86346579ba2969c9003b8f635fc08ba63c3389e5","kind":"commit","published_at":"2005-07-17T04:31:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4/manifests"},{"name":"2_0_BETA_3","sha":"75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744","kind":"commit","published_at":"2005-05-26T07:41:39.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3/manifests"},{"name":"2_0_BETA_2","sha":"a9ecbd098572d78925573a9805878194a8a08eaf","kind":"commit","published_at":"2005-05-25T06:34:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2/manifests"},{"name":"2_0_BETA_1","sha":"d57ceaadc6c964ed9fe58a586dff8ec2528e1789","kind":"commit","published_at":"2005-05-09T09:48:40.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1/manifests"},{"name":"1_99_13","sha":"30b2ba6ebf30f54b02b649a4d6a8b1c23de4345b","kind":"commit","published_at":"2005-03-12T09:19:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13/manifests"},{"name":"1_99_12_1","sha":"a61f715b461849238be32488d3f33d21ea3ebaf9","kind":"commit","published_at":"2005-03-04T03:36:23.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1/manifests"},{"name":"1_99_12","sha":"131b8ac1c508656c3311fec40e8b068cdee770c6","kind":"commit","published_at":"2005-03-03T06:52:28.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12/manifests"}]},"repo_metadata_updated_at":"2024-09-08T03:14:13.099Z","dependent_packages_count":1211,"downloads":43556258,"downloads_period":"last-month","dependent_repos_count":184323,"rankings":{"downloads":0.06364555113929204,"dependent_repos_count":0.003851748051657444,"dependent_packages_count":0.01944215683217567,"stargazers_count":1.874884218287733,"forks_count":3.0419638779399385,"docker_downloads_count":0.026778819787713657,"average":0.8384277286730851},"purl":"pkg:pypi/psycopg2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/psycopg2","docker_dependents_count":2240,"docker_downloads_count":2399310604,"usage_url":"https://repos.ecosyste.ms/usage/pypi/psycopg2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/psycopg2/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-07T00:36:41.860Z","issues_count":223,"pull_requests_count":39,"avg_time_to_close_issue":6780517.810679612,"avg_time_to_close_pull_request":9560249.235294119,"issues_closed_count":206,"pull_requests_closed_count":34,"pull_request_authors_count":26,"issue_authors_count":186,"avg_comments_per_issue":4.313901345291479,"avg_comments_per_pull_request":2.8974358974358974,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":79,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":182837.1739130435,"past_year_avg_time_to_close_pull_request":981937.6428571428,"past_year_issues_closed_count":69,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":64,"past_year_avg_comments_per_issue":2.5063291139240507,"past_year_avg_comments_per_pull_request":2.555555555555556,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[{"login":"dvarrazzo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2/codemeta","maintainers":[{"uuid":"piro","login":"piro","name":null,"email":null,"url":null,"packages_count":19,"html_url":"https://pypi.org/user/piro/","role":null,"created_at":"2023-02-14T10:13:28.437Z","updated_at":"2023-02-14T10:13:28.437Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/piro/packages"},{"uuid":"jerickso","login":"jerickso","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/jerickso/","role":null,"created_at":"2023-02-14T10:13:28.499Z","updated_at":"2023-02-14T10:13:28.499Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jerickso/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":889399,"maintainers_count":380919,"namespaces_count":0,"keywords_count":289179,"github":"pypi","metadata":{"funded_packages_count":54301},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-06-10T05:13:28.296Z","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":8578199,"name":"fv-aws-psycopg2-arm64","ecosystem":"pypi","description":"psycopg2 - Python-PostgreSQL Database Adapter","homepage":"https://psycopg.org/","licenses":"LGPL with exceptions","normalized_licenses":["BSD-3-Clause-Attribution"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-11-16T17:33:42.000Z","latest_release_published_at":"2023-11-16T17:33:42.000Z","latest_release_number":"2.9.9","last_synced_at":"2026-06-17T13:47:50.070Z","created_at":"2023-11-16T17:46:30.654Z","updated_at":"2026-06-17T13:47:50.070Z","registry_url":"https://pypi.org/project/fv-aws-psycopg2-arm64/","install_command":"pip install fv-aws-psycopg2-arm64 --index-url https://pypi.org/simple","documentation_url":"https://www.psycopg.org/docs/","metadata":{"funding":null,"documentation":"https://www.psycopg.org/docs/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)","Operating System :: Microsoft :: Windows","Operating System :: Unix","Programming Language :: C","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: SQL","Topic :: Database","Topic :: Database :: Front-Ends","Topic :: Software Development","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"fv-aws-psycopg2-arm64","project_status":null},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2026-05-02T03:03:56.000Z","size":9035,"stargazers_count":3637,"open_issues_count":25,"forks_count":543,"subscribers_count":69,"default_branch":"master","last_synced_at":"2026-06-02T04:25:21.748Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2026-05-31T22:24:27.000Z","dependencies_parsed_at":"2026-01-12T06:01:28.213Z","dependency_job_id":"f998c4e2-05cf-4c7f-8239-8c6d009ed7f4","html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2765,"total_committers":144,"mean_commits":19.20138888888889,"dds":"0.34141048824593123","last_synced_commit":"a805acf59f402f554e95624b5e27518169ca7715"},"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/psycopg/psycopg2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/sbom","scorecard":{"id":748539,"data":{"date":"2025-08-11","repo":{"name":"github.com/psycopg/psycopg2","commit":"c2b6a8aaeae71b30a96403bf5d6e7eafc21afaef"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"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":"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":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","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/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/packages.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/packages.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/packages.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/packages.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/psycopg/psycopg2/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: scripts/build/build_macos_arm64.sh:85","Warn: pipCommand not pinned by hash: scripts/build/build_sdist.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:72","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2023-117","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-22T19:35:42.494Z","repository_id":6490463,"created_at":"2025-08-22T19:35:42.494Z","updated_at":"2025-08-22T19:35:42.494Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-06-07T00:21:44.025Z","dependent_packages_count":0,"downloads":13,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":67.634333995145,"dependent_packages_count":9.972534495251677,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":38.80343424519834},"purl":"pkg:pypi/fv-aws-psycopg2-arm64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/fv-aws-psycopg2-arm64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/fv-aws-psycopg2-arm64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/fv-aws-psycopg2-arm64/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-02T07:00:54.995Z","issues_count":269,"pull_requests_count":83,"avg_time_to_close_issue":7607490.066945607,"avg_time_to_close_pull_request":6538757.985294118,"issues_closed_count":239,"pull_requests_closed_count":68,"pull_request_authors_count":36,"issue_authors_count":249,"avg_comments_per_issue":4.022304832713755,"avg_comments_per_pull_request":2.253012048192771,"merged_pull_requests_count":39,"bot_issues_count":0,"bot_pull_requests_count":32,"past_year_issues_count":23,"past_year_pull_requests_count":21,"past_year_avg_time_to_close_issue":944803.7333333333,"past_year_avg_time_to_close_pull_request":869862.7857142857,"past_year_issues_closed_count":15,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":23,"past_year_avg_comments_per_issue":2.1739130434782608,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/fv-aws-psycopg2-arm64/codemeta","maintainers":[{"uuid":"leejon50","login":"leejon50","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/leejon50/","role":null,"created_at":"2023-11-16T17:46:33.298Z","updated_at":"2023-11-16T17:46:33.298Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/leejon50/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":889399,"maintainers_count":380919,"namespaces_count":0,"keywords_count":289179,"github":"pypi","metadata":{"funded_packages_count":54301},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-06-10T05:13:28.296Z","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":2862340,"name":"psycopg2crate","ecosystem":"pypi","description":"psycopg2 - Python-PostgreSQL Database Adapter","homepage":"https://psycopg.org/","licenses":"LGPL with exceptions","normalized_licenses":["BSD-3-Clause-Attribution"],"repository_url":"https://github.com/psycopg/psycopg2","keywords_array":[],"namespace":null,"versions_count":4,"first_release_published_at":"2022-02-16T00:58:01.000Z","latest_release_published_at":"2022-02-21T22:41:41.000Z","latest_release_number":"2.9.4","last_synced_at":"2026-06-17T13:47:51.378Z","created_at":"2022-04-10T12:08:13.090Z","updated_at":"2026-06-17T13:47:51.378Z","registry_url":"https://pypi.org/project/psycopg2crate/","install_command":"pip install psycopg2crate --index-url https://pypi.org/simple","documentation_url":"https://www.psycopg.org/docs/","metadata":{"funding":null,"documentation":"https://www.psycopg.org/docs/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)","Operating System :: Microsoft :: Windows","Operating System :: Unix","Programming Language :: C","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: SQL","Topic :: Database","Topic :: Database :: Front-Ends","Topic :: Software Development","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"psycopg2crate","project_status":null},"repo_metadata":{"id":6490463,"uuid":"7730829","full_name":"psycopg/psycopg2","owner":"psycopg","description":"PostgreSQL database adapter for the Python programming language","archived":false,"fork":false,"pushed_at":"2024-09-19T18:56:05.000Z","size":8876,"stargazers_count":3332,"open_issues_count":31,"forks_count":503,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-09-27T00:34:47.638Z","etag":null,"topics":["database","driver","postgresql","python"],"latest_commit_sha":null,"homepage":"https://www.psycopg.org/","language":"C","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/psycopg.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["dvarrazzo"],"custom":["https://www.paypal.me/dvarrazzo"]}},"created_at":"2013-01-21T11:05:11.000Z","updated_at":"2024-09-26T16:49:40.000Z","dependencies_parsed_at":"2022-08-06T19:15:40.288Z","dependency_job_id":"41a7efdd-2235-4428-9d53-4a826fe8ecba","html_url":"https://github.com/psycopg/psycopg2","commit_stats":{"total_commits":2750,"total_committers":141,"mean_commits":19.50354609929078,"dds":0.3403636363636363,"last_synced_commit":"658afe4cd90d3e167d7c98d22824a8d6ec895b1c"},"previous_names":[],"tags_count":86,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874893,"owners_count":16554630,"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":"psycopg","name":"The Psycopg Team","uuid":"2947270","kind":"organization","description":"We make reptiles and pachiderms talk to each other.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2947270?v=4","repositories_count":7,"last_synced_at":"2024-03-25T20:05:00.531Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/psycopg","funding_links":[],"total_stars":4707,"followers":63,"following":0,"created_at":"2022-11-02T16:25:01.066Z","updated_at":"2024-03-25T20:05:00.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psycopg/repositories"},"tags":[{"name":"2.9.9","sha":"ad5bee7054519d87f25bc5828c502b2ebe197049","kind":"tag","published_at":"2023-10-03T12:43:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.9/manifests"},{"name":"2.9.8","sha":"b39d5d64923a3e321672847bd57c002145f57430","kind":"tag","published_at":"2023-09-28T11:42:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.8/manifests"},{"name":"2.9.7","sha":"3eee3e336d6f7d6f92cb42f1426eefd5f95afa6b","kind":"tag","published_at":"2023-08-05T10:24:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.7/manifests"},{"name":"2.9.6","sha":"333b3b7ac45099f7b86ab35ac89152293ac7451d","kind":"tag","published_at":"2023-04-03T03:05:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2.9.6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2.9.6/manifests"},{"name":"2_9_5","sha":"1bf8e77ea25608c4797a7e902cc02550096e5b40","kind":"tag","published_at":"2022-10-25T11:56:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_5/manifests"},{"name":"2_9_4","sha":"bc82c8f9cc42d8f9313e9c78abdbeee82ec9e052","kind":"tag","published_at":"2022-10-06T02:55:53.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_4/manifests"},{"name":"2_9_3-macos-arm64","sha":"25c40f8ac30af161617181e40ecfcbbe767210b6","kind":"tag","published_at":"2022-09-25T01:58:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3-macos-arm64","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3-macos-arm64","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3-macos-arm64/manifests"},{"name":"2_9_3","sha":"c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed","kind":"tag","published_at":"2021-12-29T15:21:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_3/manifests"},{"name":"2_9_2","sha":"d7c77f80b27341d1ce65e1a9e7d9f658faaf4850","kind":"tag","published_at":"2021-11-12T00:34:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_2/manifests"},{"name":"2_9_1-Python_3.10","sha":"4a46aa39a5842887f100ad1fafad55d207497f40","kind":"tag","published_at":"2021-10-11T21:33:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1-Python_3.10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1-Python_3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1-Python_3.10/manifests"},{"name":"2_9_1","sha":"b241def64bdc9ac350ecae4b665d9eec11a48229","kind":"tag","published_at":"2021-06-17T01:06:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9_1/manifests"},{"name":"2_9","sha":"50145014e8abdda2859ed65329ecc3e7b6699521","kind":"tag","published_at":"2021-06-16T15:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_9/manifests"},{"name":"2_8_6","sha":"b203be11a69789a50da828a0a5e4c15d2dcf99d4","kind":"tag","published_at":"2020-09-06T16:08:42.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_6/manifests"},{"name":"2_8_5","sha":"cb3353be1f10590cdc2a894ada42c3b4c171feb7","kind":"tag","published_at":"2020-04-06T05:01:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_5/manifests"},{"name":"2_8_4","sha":"d70d3ee482bdbeee3894656e1dcec30f38c2d999","kind":"tag","published_at":"2019-10-20T09:04:17.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_4/manifests"},{"name":"2_8_3","sha":"bc65c636aef14ccdb89f8abec1f28a677c1ff0b4","kind":"tag","published_at":"2019-06-13T23:25:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_3/manifests"},{"name":"2_8_2","sha":"324cded1661995cc006e04e2c5e6b00e61ab74ba","kind":"tag","published_at":"2019-04-14T17:17:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_2/manifests"},{"name":"2_8_1","sha":"15d684134f0972dc25bed904f48b11b7a972a7ab","kind":"tag","published_at":"2019-04-06T19:18:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_1/manifests"},{"name":"2_8","sha":"c64d2448e8c3948bb7f950dda51aa5d73161b20c","kind":"tag","published_at":"2019-04-03T09:45:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8/manifests"},{"name":"2_8_BETA_2","sha":"953bc66ca66fd8bbc18086bba9218072a9dfb8e7","kind":"tag","published_at":"2019-03-21T18:42:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_2/manifests"},{"name":"2_8_BETA_1","sha":"495ff79f2337b15ce06dadf65ab147c8b19b4e5d","kind":"tag","published_at":"2019-02-16T14:09:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_8_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_8_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_8_BETA_1/manifests"},{"name":"2_7_7","sha":"09ce4b65e7b28987b36109d83a4afe221dd2a5e8","kind":"tag","published_at":"2019-01-22T11:56:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_7/manifests"},{"name":"2_7_6_1","sha":"fbaad6c932168887f7aa911013fe725506ca5ef8","kind":"tag","published_at":"2018-11-10T23:46:45.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6_1/manifests"},{"name":"2_7_6","sha":"3b84bc1b6e0f6df5aee71367091eb57511647706","kind":"tag","published_at":"2018-11-08T18:19:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_6/manifests"},{"name":"2_7_5","sha":"1b07d2e34dc026905c6415fbce8f24d0077170e3","kind":"tag","published_at":"2018-06-17T17:28:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_5/manifests"},{"name":"2_7_4","sha":"5afb2ce803debea9533e293eef73c92ffce95bcd","kind":"tag","published_at":"2018-02-06T09:57:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_4/manifests"},{"name":"2_7_3_2","sha":"980145eaee13f5014e929816058b83db78cb0833","kind":"tag","published_at":"2017-10-24T10:55:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_2/manifests"},{"name":"2_7_3_1","sha":"c45e219387455a845741a72aab4195b452a4c6e0","kind":"tag","published_at":"2017-08-25T14:15:13.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3_1/manifests"},{"name":"2_7_3","sha":"cd3393b21cf753db0688c29e248f7ce94ff509b6","kind":"tag","published_at":"2017-07-24T14:06:26.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_3/manifests"},{"name":"2_7_2","sha":"cfa0509d7e0616aded28ae6c9d679550b0bff16a","kind":"tag","published_at":"2017-07-22T11:27:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_2/manifests"},{"name":"2_7_1","sha":"09c48c76c3b91139c9d645834962c75433281cb9","kind":"tag","published_at":"2017-03-13T00:53:16.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_1/manifests"},{"name":"2_7","sha":"51591e2c23ea42c7bb2f7903ad213f83e21a4b8d","kind":"tag","published_at":"2017-03-01T13:10:07.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7/manifests"},{"name":"2_7_BETA_2","sha":"355d62f0848f9b911fa28eb6fb8e268590db0e09","kind":"tag","published_at":"2017-02-16T19:24:52.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_2/manifests"},{"name":"2_7_BETA_1","sha":"6f83c9c87aecfd46d180842ef76743ab50ab7486","kind":"tag","published_at":"2017-02-08T10:39:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_7_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_7_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_7_BETA_1/manifests"},{"name":"2_6_2","sha":"1690fbace1bf498abd5a4c4f68bfaab609bc3587","kind":"tag","published_at":"2016-07-07T02:10:55.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_2/manifests"},{"name":"2_6_1","sha":"e707c3f657108bb9a538e509853de6a77de45f69","kind":"tag","published_at":"2015-06-15T09:44:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6_1/manifests"},{"name":"2_6","sha":"5efe7131ff86ba5adf08ead91393f4910e863f1e","kind":"tag","published_at":"2015-02-09T09:47:33.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_6/manifests"},{"name":"2_5_5","sha":"c6d57680aa65fbd8fb185d76600ff9b8b3256e05","kind":"tag","published_at":"2015-02-08T16:47:25.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_5/manifests"},{"name":"2_5_4","sha":"00cafbe85bb82d85cbfe0f062a73c562433b5bc8","kind":"tag","published_at":"2014-08-30T17:28:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_4/manifests"},{"name":"2_5_3","sha":"40c1eea15d8c349400cec254baf73d916a153542","kind":"tag","published_at":"2014-05-13T15:21:09.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_3/manifests"},{"name":"2_5_2","sha":"4f1e4a03d1fe01d566f8c7eb830175e5fe0bccc7","kind":"tag","published_at":"2014-01-07T12:03:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_2/manifests"},{"name":"2_5_1","sha":"68d5d070fe6b701910dfccbf5c41fc23196d3f41","kind":"tag","published_at":"2013-06-23T01:09:30.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5_1/manifests"},{"name":"2_5","sha":"80e105c74d1846b036eccf14adad8dbc95dce39c","kind":"tag","published_at":"2013-04-07T16:44:04.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_5/manifests"},{"name":"2_4_6","sha":"4e65ca1d8d1339fd55ab39962f2ed1f22dc542a1","kind":"tag","published_at":"2012-12-11T23:07:46.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_6/manifests"},{"name":"2_4_5","sha":"d7c8c1c49ab695a804c7033d288ed3952cb7517c","kind":"tag","published_at":"2012-03-29T08:21:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_5/manifests"},{"name":"2_4_4","sha":"0bc49147d1a9360cd82ad913d25828852151929c","kind":"tag","published_at":"2011-12-19T10:30:51.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_4/manifests"},{"name":"2_4_3","sha":"ba34b6942f95b8797d82c417e0bb314be4cb79f5","kind":"tag","published_at":"2011-12-11T21:20:10.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_3/manifests"},{"name":"2_4_2","sha":"f8ff2ccc49ec32614d42ee852f2fd02fd538e6e5","kind":"tag","published_at":"2011-06-13T16:54:38.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_2/manifests"},{"name":"2_4_1","sha":"ab685c2fc0a04651041957af7419a1ecfeeb9e53","kind":"tag","published_at":"2011-05-11T07:59:19.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_1/manifests"},{"name":"2_4_0","sha":"29f83f05c4f6565ea67d8b5424b1ec66d55c0858","kind":"tag","published_at":"2011-02-27T12:05:24.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_0/manifests"},{"name":"2_4_BETA2","sha":"3762c67cd474880b42a14d81903c4d9dcf9a7063","kind":"tag","published_at":"2011-02-13T11:29:00.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA2/manifests"},{"name":"2_4_BETA1","sha":"352d0d1f07e2ec0c0aeaa853f57bf88189e134c6","kind":"tag","published_at":"2011-02-06T16:02:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_4_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_4_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_4_BETA1/manifests"},{"name":"2_3_2","sha":"69c66a3a3fa8e0f9d662ddc986aa32c5a86e2474","kind":"tag","published_at":"2010-12-20T12:38:21.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_2/manifests"},{"name":"2_3_1","sha":"ee5015a30bee24ee70b5b22b01a3caefb28668c2","kind":"tag","published_at":"2010-12-04T20:31:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_1/manifests"},{"name":"2_3_0","sha":"2dae07a796f922924b0b4c01b47f405c6bd76774","kind":"tag","published_at":"2010-12-02T13:43:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0/manifests"},{"name":"2_3_0_BETA1","sha":"645ab521f3fd5cc2bc579c0eb53418dfde811100","kind":"tag","published_at":"2010-11-07T14:22:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_3_0_BETA1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_3_0_BETA1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_3_0_BETA1/manifests"},{"name":"2_2_2","sha":"c3b835929ba0776d65fafeaad62b7756f5114bca","kind":"tag","published_at":"2010-07-18T11:50:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_2/manifests"},{"name":"2_2_1","sha":"23391a3c55097d22530e21d640a277ffb76d48cf","kind":"tag","published_at":"2010-05-17T19:56:05.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_1/manifests"},{"name":"2_2_0","sha":"e286970b625095334ce14a8c0a8a857f914ab53d","kind":"tag","published_at":"2010-05-16T11:21:11.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_2_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_2_0/manifests"},{"name":"2_0_14","sha":"0edd52059300228b6df8813c9c55191e69f1412d","kind":"tag","published_at":"2010-03-13T20:16:22.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_14","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_14/manifests"},{"name":"2_0_13","sha":"5a3e07a6103e61f0724b3f0d17039765898e28fb","kind":"tag","published_at":"2009-10-07T16:28:35.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_13/manifests"},{"name":"2_0_12","sha":"0fc94be49647874123887f980368820f0a64191e","kind":"tag","published_at":"2009-08-09T15:22:50.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_12/manifests"},{"name":"2_0_11","sha":"091102a9196dcf877a5ce2adb841e2566b70f6cf","kind":"tag","published_at":"2009-05-09T12:52:36.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_11","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_11/manifests"},{"name":"2_0_10","sha":"f68d828f6bf67b16de5b188623d5d8d2ea527e53","kind":"commit","published_at":"2009-04-20T18:37:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_10","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_10/manifests"},{"name":"2_0_9","sha":"71c7825b9cdca0ae62a1a5044928652aede3beb5","kind":"commit","published_at":"2009-02-23T20:39:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_9","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_9/manifests"},{"name":"2_0_8","sha":"758eaf23d10c434f8dab0167d0bd3f343cafa60f","kind":"commit","published_at":"2008-09-16T07:58:44.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_8/manifests"},{"name":"2_0_7","sha":"962c5a9a5f359908311cbe0b37b5f257256c4cf5","kind":"commit","published_at":"2008-04-14T05:23:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_7/manifests"},{"name":"2_0_6","sha":"dfda372fae91b97b525ea44f339062753ed7b8d7","kind":"commit","published_at":"2007-06-08T00:39:06.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_6/manifests"},{"name":"2_0_5_1","sha":"616a1c2042b8d60bfea877a2e1341502ecc90a34","kind":"commit","published_at":"2006-09-02T01:09:31.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5_1/manifests"},{"name":"2_0_5","sha":"3e0d8792a81d0d411845b348b3da0dc512aefb1f","kind":"commit","published_at":"2006-09-01T12:42:03.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_5/manifests"},{"name":"2_0_4","sha":"526fd62386ecd19e87361a0764d7fdc28ace4556","kind":"commit","published_at":"2006-08-01T23:37:20.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_4/manifests"},{"name":"2_0_3","sha":"f204da89b5aefd0bbe81c38991ca9385270838cb","kind":"commit","published_at":"2006-07-31T00:27:12.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_3/manifests"},{"name":"2_0_2","sha":"8d8bfe969b3c196d77e74f9623059d6459f284f4","kind":"commit","published_at":"2006-06-11T05:15:27.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_2/manifests"},{"name":"2_0_1","sha":"caa9d0feb4b179da7da658074b7472a34cb8f1fd","kind":"commit","published_at":"2006-06-09T00:08:47.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_1/manifests"},{"name":"2_0_0","sha":"39249e474107a8bd8bf541ac3bf91d99fdb67f9f","kind":"commit","published_at":"2006-06-08T00:45:43.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_0","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_0/manifests"},{"name":"2_0_BETA_8","sha":"bf52a9ac213321d8d748890f0552fcb64fba8d9f","kind":"commit","published_at":"2006-02-11T11:02:02.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_8","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_8/manifests"},{"name":"2_0_BETA_7","sha":"d14a2c0639c7e333866caa460754bd403ac17912","kind":"commit","published_at":"2006-02-11T07:09:15.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_7","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_7/manifests"},{"name":"2_0_BETA_6","sha":"985a6cbc1b30088e2ec3c8f74273991ec3e72c09","kind":"commit","published_at":"2005-11-17T06:23:08.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_6","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_6/manifests"},{"name":"2_0_BETA_5","sha":"49a255059e6873e9c26ca80e4f0f7f3e0e997977","kind":"commit","published_at":"2005-10-18T14:44:57.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_5","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_5/manifests"},{"name":"2_0_BETA_4","sha":"86346579ba2969c9003b8f635fc08ba63c3389e5","kind":"commit","published_at":"2005-07-17T04:31:32.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_4","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_4/manifests"},{"name":"2_0_BETA_3","sha":"75d14dfb6e712ba6b2b75fe1cc3417a4c40ae744","kind":"commit","published_at":"2005-05-26T07:41:39.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_3","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_3/manifests"},{"name":"2_0_BETA_2","sha":"a9ecbd098572d78925573a9805878194a8a08eaf","kind":"commit","published_at":"2005-05-25T06:34:56.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_2","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_2/manifests"},{"name":"2_0_BETA_1","sha":"d57ceaadc6c964ed9fe58a586dff8ec2528e1789","kind":"commit","published_at":"2005-05-09T09:48:40.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/2_0_BETA_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/2_0_BETA_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/2_0_BETA_1/manifests"},{"name":"1_99_13","sha":"30b2ba6ebf30f54b02b649a4d6a8b1c23de4345b","kind":"commit","published_at":"2005-03-12T09:19:59.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_13","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_13/manifests"},{"name":"1_99_12_1","sha":"a61f715b461849238be32488d3f33d21ea3ebaf9","kind":"commit","published_at":"2005-03-04T03:36:23.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12_1","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12_1/manifests"},{"name":"1_99_12","sha":"131b8ac1c508656c3311fec40e8b068cdee770c6","kind":"commit","published_at":"2005-03-03T06:52:28.000Z","download_url":"https://codeload.github.com/psycopg/psycopg2/tar.gz/1_99_12","html_url":"https://github.com/psycopg/psycopg2/releases/tag/1_99_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/tags/1_99_12/manifests"}]},"repo_metadata_updated_at":"2024-09-30T05:19:58.993Z","dependent_packages_count":0,"downloads":47,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":38.624448287024975,"dependent_repos_count":22.23250655214879,"dependent_packages_count":7.373338280337238,"stargazers_count":1.3531674221538983,"forks_count":2.33569784746318,"docker_downloads_count":null,"average":14.383831677825617},"purl":"pkg:pypi/psycopg2crate","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/psycopg2crate","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/psycopg2crate","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/psycopg2crate/dependencies","status":null,"funding_links":["https://github.com/sponsors/dvarrazzo","https://www.paypal.me/dvarrazzo"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-30T02:36:16.841Z","issues_count":227,"pull_requests_count":42,"avg_time_to_close_issue":6690818.5550239235,"avg_time_to_close_pull_request":9288982.2,"issues_closed_count":209,"pull_requests_closed_count":35,"pull_request_authors_count":29,"issue_authors_count":190,"avg_comments_per_issue":4.383259911894273,"avg_comments_per_pull_request":2.857142857142857,"merged_pull_requests_count":19,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":73,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":201039.70967741936,"past_year_avg_time_to_close_pull_request":1062392.3076923077,"past_year_issues_closed_count":62,"past_year_pull_requests_closed_count":13,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":60,"past_year_avg_comments_per_issue":2.671232876712329,"past_year_avg_comments_per_pull_request":2.6842105263157894,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","maintainers":[{"login":"dvarrazzo","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}],"active_maintainers":[{"login":"dvarrazzo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/psycopg2crate/codemeta","maintainers":[{"uuid":"aymaru","login":"aymaru","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/aymaru/","role":null,"created_at":"2023-02-25T02:17:13.986Z","updated_at":"2023-02-25T02:17:13.986Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/aymaru/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":889399,"maintainers_count":380919,"namespaces_count":0,"keywords_count":289179,"github":"pypi","metadata":{"funded_packages_count":54301},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-06-10T05:13:28.296Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":6868,"full_name":"psycopg/psycopg2","default_branch":"master","total_commits":2828,"total_committers":144,"total_bot_commits":19,"total_bot_committers":1,"mean_commits":19.63888888888889,"dds":0.3412305516265912,"past_year_total_commits":37,"past_year_total_committers":5,"past_year_total_bot_commits":13,"past_year_total_bot_committers":1,"past_year_mean_commits":7.4,"past_year_dds":0.45945945945945943,"last_synced_at":"2026-06-17T10:08:26.409Z","last_synced_commit":"3a6d9d6ddc6b53eaa80b712f5fa6b23abbdc38db","created_at":"2023-03-07T09:43:58.021Z","updated_at":"2026-06-17T10:05:10.200Z","committers":[{"name":"Daniele Varrazzo","email":"daniele.varrazzo@gmail.com","login":"dvarrazzo","count":1863},{"name":"Federico Di Gregorio","email":"fog@initd.org","login":"fogzot","count":434},{"name":"Oleksandr Shulgin","email":"oleksandr.shulgin@zalando.de","login":"a1exsh","count":72},{"name":"James Henstridge","email":"james@jamesh.id.au","login":"jhenstridge","count":65},{"name":"Jon Dufresne","email":"jon.dufresne@gmail.com","login":"jdufresne","count":57},{"name":"Jason Erickson","email":"jerickso@stickpeople.com","login":"jerickso","count":48},{"name":"Jan Urbański","email":"wulczer@wulczer.org","login":"wulczer","count":29},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":19},{"name":"Hugo","email":"hugovk","login":"hugovk","count":18},{"name":"mrmilosz","email":"milosz@milosz.ca","login":"mrmilosz","count":8},{"name":"Fabio Tranchitella","email":"kobold@debian.org","login":"tranchitella","count":8},{"name":"Chris Withers","email":"chris@simplistix.co.uk","login":"cjw296","count":7},{"name":"Edgar Ramírez-Mondragón","email":"edgarrm358@gmail.com","login":"edgarrmondragon","count":6},{"name":"Steve Lacy","email":"slacy@slacy.com","login":"slacy","count":6},{"name":"Ashesh Vashi","email":"ashesh.vashi@enterprisedb.com","login":"asheshv","count":6},{"name":"Karolina Surma","email":"ksurma@redhat.com","login":"befeleme","count":5},{"name":"Alexander Kukushkin","email":"alexander.kukushkin@zalando.de","login":null,"count":5},{"name":"Ivan Kotelnikov","email":"ivan.kotelnikov@bitfury.com","login":null,"count":4},{"name":"Rafi Shamim","email":"rafi@cockroachlabs.com","login":"rafiss","count":4},{"name":"Roman Konoval","email":"roman@jiko.io","login":null,"count":3},{"name":"Menno Smits","email":"menno@freshfoo.com","login":null,"count":3},{"name":"Greg Ward","email":"gward@dyn.com","login":null,"count":3},{"name":"Blake Rouse","email":"blake.rouse@canonical.com","login":null,"count":3},{"name":"Rene Leonhardt","email":"65483435+reneleonhardt","login":"reneleonhardt","count":3},{"name":"Marti Raudsepp","email":"marti@juffo.org","login":"intgr","count":3},{"name":"Marc Abramowitz","email":"marc@marc-abramowitz.com","login":"msabramo","count":3},{"name":"Frazer McLean","email":"frazer@frazermclean.co.uk","login":"RazerM","count":3},{"name":"Photonios","email":"photonios@outlook.com","login":null,"count":2},{"name":"Abdirahim Musse","email":"33973272+abmusse","login":"abmusse","count":2},{"name":"Alan D Moore","email":"me@alandmoore.com","login":"alandmoore","count":2},{"name":"Alexey Borzenkov","email":"snaury@gmail.com","login":"snaury","count":2},{"name":"Amir Bitaraf","email":"8049618+AmirBitaraf","login":"AmirBitaraf","count":2},{"name":"Brénainn Woodsend","email":"bwoodsend@gmail.com","login":"bwoodsend","count":2},{"name":"Changaco","email":"changaco@changaco.oy.lc","login":"Changaco","count":2},{"name":"Chris Mildebrandt","email":"chris@woodenrhino.com","login":"mildebrandt","count":2},{"name":"martinfrancois","email":"f.martin@fastmail.com","login":"martinfrancois","count":2},{"name":"Sandro Mani","email":"manisandro@gmail.com","login":"manisandro","count":2},{"name":"Philippe Ombredanne","email":"pombredanne@nexb.com","login":"pombredanne","count":2},{"name":"Peter Lithammer","email":"peter.lithammer@gmail.com","login":"lithammer","count":2},{"name":"Nate Eagleson","email":"nate@ishness.net","login":"NateEag","count":2},{"name":"John Vandenberg","email":"jayvdb@gmail.com","login":"jayvdb","count":2},{"name":"James Emerton","email":"james@emerton.info","login":"james-emerton","count":2},{"name":"Jacob Champion","email":"jchampion@timescale.com","login":"jchampio","count":2},{"name":"Hyunjun Kim","email":"yoloseem@gmail.com","login":"yoloseem","count":2},{"name":"Glyph","email":"glyph@twistedmatrix.com","login":"glyph","count":2},{"name":"Martins Grunskis","email":"martins@grunskis.com","login":"grunskis","count":2},{"name":"Giovanni Mascellani","email":"mascellani@poisson.phc.unipi.it","login":"giomasce","count":2},{"name":"Edan Schwartz","email":"edanschwartz@gmail.com","login":"eschwartz","count":2},{"name":"Daniel Enman","email":"enmand@unerror.com","login":"enmand","count":2},{"name":"Cyril Jouve","email":"jv.cyril@gmail.com","login":"jouve","count":2},{"name":"Corry Haines","email":"tabletcorry@gmail.com","login":"tabletcorry","count":1},{"name":"Benjamin Peterson","email":"benjamin@python.org","login":"benjaminp","count":1},{"name":"Anoosh Dsouza","email":"73020006+anushds","login":"anushds","count":1},{"name":"Andrew Rabert","email":"ar@nullsum.net","login":"nvllsvm","count":1},{"name":"Jean-Baptiste Quenot","email":"jbq@nomao.com","login":null,"count":1},{"name":"Jonathan Ballet","email":"jonathan.ballet@securactive.net","login":null,"count":1},{"name":"Jonathan Ross Rogers","email":"jrogers@socialserve.com","login":null,"count":1},{"name":"Justas Sadzevicius","email":"jsadzevicius@shoobx.com","login":null,"count":1},{"name":"Karl O. Pinc","email":"kop@meme.com","login":null,"count":1},{"name":"Kevin Michel","email":"kevin.michel@sereema.com","login":null,"count":1},{"name":"Ion Alberdi","email":"ion.alberdi@pricemoov.com","login":null,"count":1},{"name":"Mike Gerdts","email":"mike.gerdts@joyent.com","login":null,"count":1},{"name":"My Karlsson","email":"mk@acc.umu.se","login":null,"count":1},{"name":"Bjoern Boschman","email":"bjoern.boschman@tvsquared.com","login":null,"count":1},{"name":"Gabriel Kihlman","email":"gk@romab.com","login":null,"count":1},{"name":"Federico Di Gregorio","email":"fog@ania.dndg.it","login":null,"count":1},{"name":"Erik Lee","email":"eriklee@gambitresearch.com","login":null,"count":1},{"name":"Dio Gado","email":"diogado1@gmail.com","login":null,"count":1},{"name":"Brian Sutherland","email":"brian@vanguardistas.net","login":null,"count":1},{"name":"Colin 't Hart","email":"colin@bandicoot.favoptic.com","login":null,"count":1},{"name":"Asmund Tokheim","email":"tokheim@outlook.com","login":null,"count":1},{"name":"Benjamin Poulain","email":"ikipou@gmail.com","login":null,"count":1},{"name":"Samuel Marks","email":"807580+SamuelMarks","login":"SamuelMarks","count":1},{"name":"Ronan Amicel","email":"ronan.amicel@gmail.com","login":"ronnix","count":1},{"name":"Riccardo Magliocchetti","email":"riccardo.magliocchetti@gmail.com","login":"xrmx","count":1},{"name":"Piotr Kasprzyk","email":"ciri@ciri.pl","login":"kwadrat","count":1},{"name":"Pete Hollobon","email":"phollobon@renshawbay.com","login":"hollobon","count":1},{"name":"Panagiotis H.M. Issaris","email":"takis@issaris.com","login":"takis","count":1},{"name":"Owen Raccuglia","email":"ojracc@gmail.com","login":"ojrac","count":1},{"name":"Omer Katz","email":"omer.drow@gmail.com","login":"thedrow","count":1},{"name":"NotSqrt","email":"notsqrt@gmail.com","login":"NotSqrt","count":1},{"name":"Nikita Sobolev","email":"mail@sobolevn.me","login":"sobolevn","count":1},{"name":"Nick Zandbergen","email":"nickzandbergen","login":"nickzandbergen","count":1},{"name":"Miro Hrončok","email":"miro@hroncok.cz","login":"hroncok","count":1},{"name":"Miguel Liezun","email":"miguel.liezun@gencove.com","login":"mliezun","count":1},{"name":"Michel Albert","email":"michel@albert.lu","login":"exhuma","count":1},{"name":"山楂片","email":"hawflakes","login":"hawflakes","count":1},{"name":"Marko Kreen","email":"markokr@gmail.com","login":"markokr","count":1},{"name":"Marco De Paoli","email":"depaolim@gmail.com","login":"depaolim","count":1},{"name":"Magnus Watn","email":"magnus.watn@softwarelab.no","login":"magnuswatn","count":1},{"name":"wouter bolsterlee","email":"wouter@bolsterl.ee","login":"wbolster","count":1},{"name":"odidev","email":"odidev@puresoftware.com","login":"odidev","count":1},{"name":"btubbs","email":"brent.tubbs@gmail.com","login":"btubbs","count":1},{"name":"arulajmani","email":"arulajmani@gmail.com","login":"arulajmani","count":1},{"name":"andrew deryabin","email":"github@djsf.com","login":"djsfcom","count":1},{"name":"Yusuke Hayashi","email":"yusuke8h@gmail.com","login":"yhay81","count":1},{"name":"Xing Guo","email":"higuoxing@gmail.com","login":"higuoxing","count":1},{"name":"Will Thompson","email":"will@willthompson.co.uk","login":"wjt","count":1},{"name":"Udi Oron","email":"udioron@gmail.com","login":"nonZero","count":1},{"name":"Tomer Chachamu","email":"tomer.chachamu@gmail.com","login":"r3m0t","count":1},{"name":"Tim Tisdall","email":"tisdall","login":"tisdall","count":1},{"name":"Tim Graham","email":"timograham@gmail.com","login":"timgraham","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"SpootDev","email":"spootdev@gmail.com","login":"SpootDev","count":1},{"name":"Sergey Golitsynskiy","email":"sgolitsynskiy@gmail.com","login":"jdavcs","count":1},{"name":"Sense_wang","email":"167664334+haosenwang1018","login":"haosenwang1018","count":1},{"name":"Matthew Woodcraft","email":"matthew@woodcraft.me.uk","login":"mattheww","count":1},{"name":"Saul Shanabrook","email":"s.shanabrook@gmail.com","login":"saulshanabrook","count":1},{"name":"David Fischer","email":"david.fischer.ch@gmail.com","login":"davidfischer-ch","count":1},{"name":"Daniel Saxton","email":"dsaxton@pm.me","login":"dsaxton","count":1},{"name":"Daniel Hahler","email":"git@thequod.de","login":"blueyed","count":1},{"name":"Daniel Fortunov","email":"asqui","login":"asqui","count":1},{"name":"Brent Wilkins","email":"brent@wilkins.in","login":"BrentWilkins","count":1},{"name":"Catalin Iacob","email":"iacobcatalin@gmail.com","login":"cataliniacob","count":1},{"name":"Chris Wilson","email":"qris","login":"qris","count":1},{"name":"Christian Ullrich","email":"chris@chrullrich.net","login":"chrullrich","count":1},{"name":"Christoph Berg","email":"myon@debian.org","login":"df7cb","count":1},{"name":"Christoph Moench-Tegeder","email":"cmt@burggraben.net","login":"moench-tegeder","count":1},{"name":"Christophe Jolif","email":"christophe.jolif@doctrine.fr","login":"cjolif","count":1},{"name":"ClodoaldoPinto","email":"clodoaldo.pinto.neto@gmail.com","login":"ClodoaldoPinto","count":1},{"name":"Sebastian Bank","email":"sebastian.bank@uni-leipzig.de","login":"xflr6","count":1},{"name":"Alexander Schrijver","email":"alex@flupzor.nl","login":"flupzor","count":1},{"name":"Alexey Bashtanov","email":"alexey@brandwatch.com","login":"bashtanov","count":1},{"name":"Amirsoroush","email":"amirsoroush.dev@gmail.com","login":"amirsoroush","count":1},{"name":"Andrew King","email":"me@andrewsking.com","login":"andykingking","count":1},{"name":"Bernhard M. Wiedemann","email":"bernhard+gitcommit lsmod.de","login":null,"count":1},{"name":"Luke Nezda","email":"lnezda@gmail.com","login":"nezda","count":1},{"name":"Kunal Marwaha","email":"marwahaha@berkeley.edu","login":"marwahaha","count":1},{"name":"Kevin Campbell","email":"kev@projectcolo.org.uk","login":"kevcampb","count":1},{"name":"Jonathan Ballet","email":"jon@multani.info","login":"multani","count":1},{"name":"Jon Nelson","email":"jnelson@jamponi.net","login":"JonNelson","count":1},{"name":"Jannis Vamvas","email":"jvamvas","login":"jvamvas","count":1},{"name":"Jann Kleen","email":"jann.kleen@gmail.com","login":"JannKleen","count":1},{"name":"Jan Janßen","email":"kwotuveang3k4bk","login":"kwotuveang3k4bk","count":1},{"name":"0xTiger","email":"tgh.lizard@googlemail.com","login":"0xTiger","count":1},{"name":"Idan Kamara","email":"idankk86@gmail.com","login":"idank","count":1},{"name":"Hans Ginzel","email":"hans@matfyz.cz","login":"hginzel","count":1},{"name":"Hannes","email":"kannes","login":"kannes","count":1},{"name":"Grey Baker","email":"greysteil@gmail.com","login":"greysteil","count":1},{"name":"Gabriel Linder","email":"linder.gabriel@gmail.com","login":"dargor","count":1},{"name":"Francisco Couzo","email":"franciscouzo@gmail.com","login":"franciscouzo","count":1},{"name":"Erwin de Keijzer","email":"git@0x8.be","login":"gnur","count":1},{"name":"Dmitry Shachnev","email":"mitya57@gmail.com","login":"mitya57","count":1},{"name":"Dmitry Marakasov","email":"amdmi3@amdmi3.ru","login":"AMDmi3","count":1}],"past_year_committers":[{"name":"Daniele Varrazzo","email":"daniele.varrazzo@gmail.com","login":"dvarrazzo","count":20},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":13},{"name":"Edgar Ramírez Mondragón","email":"edgarrm358@gmail.com","login":"edgarrmondragon","count":2},{"name":"Sense_wang","email":"167664334+haosenwang1018","login":"haosenwang1018","count":1},{"name":"Miguel Liezun","email":"miguel.liezun@gencove.com","login":"mliezun","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-19T00:00:07.604Z","repositories_count":6263713,"commits_count":875002357,"contributors_count":35073036,"owners_count":1168674,"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":"psycopg/psycopg2","html_url":"https://github.com/psycopg/psycopg2","last_synced_at":"2026-06-17T10:01:02.075Z","status":"active","issues_count":275,"pull_requests_count":91,"avg_time_to_close_issue":7419045.218623482,"avg_time_to_close_pull_request":6111029.72972973,"issues_closed_count":247,"pull_requests_closed_count":74,"pull_request_authors_count":38,"issue_authors_count":255,"avg_comments_per_issue":3.9963636363636366,"avg_comments_per_pull_request":2.142857142857143,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":37,"past_year_issues_count":21,"past_year_pull_requests_count":27,"past_year_avg_time_to_close_issue":1073341.125,"past_year_avg_time_to_close_pull_request":1093642.6666666667,"past_year_issues_closed_count":16,"past_year_pull_requests_closed_count":18,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":1.2962962962962963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":5,"created_at":"2023-05-10T11:05:58.318Z","updated_at":"2026-06-17T10:01:02.075Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/psycopg%2Fpsycopg2/issues","issue_labels_count":{"table":{"wheel":4,"osx":2,"feature request":1,"confirmed":1,"enhancement":1,"windows":1}},"pull_request_labels_count":{"table":{"dependencies":37,"github_actions":23}},"issue_author_associations_count":{"table":{"NONE":261,"MEMBER":8,"CONTRIBUTOR":6}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":60,"NONE":28,"MEMBER":3}},"issue_authors":{"table":{"dvarrazzo":8,"fridary":3,"barrachri":2,"df7cb":2,"raphaelauv":2,"fw-aaron":2,"ghost":2,"kloczek":2,"allComputableThings":2,"wqh17101":2,"jchampio":2,"anibal2j":2,"allwell997":2,"exrich":1,"migueldft":1,"svim-ig":1,"CMCDragonkai":1,"KnutVinsand":1,"awildjosh":1,"geotransformer":1,"abd-Hirz":1,"sjmiller609":1,"NI1993":1,"regaan":1,"rorsarach":1,"asenabouth":1,"jdfoxito":1,"glp1002":1,"geo7":1,"bvanelli":1,"stollero":1,"OmriTurgeman100":1,"rolf-d2i":1,"Some7hing0riginal":1,"keshav-Gupta-IS":1,"nikhilkudavemnh":1,"carpenterd777":1,"actionatadistance":1,"novikovfred":1,"ahron1":1,"skuratiov":1,"rngallen":1,"spatankar-dmpna":1,"sfreeman422":1,"rhl-it":1,"jrmccluskey":1,"MathiasG-2159628":1,"MatsLP":1,"21adrian1996":1,"yalishanda42":1,"mattpetersen":1,"gallodustin":1,"cthart":1,"wooseokyourself":1,"olegus-maximus":1,"jannschu":1,"tlongleather-qontigo":1,"frankcash":1,"sourabhkumawat":1,"TgEsEvo":1,"asottile-sentry":1,"ghhhgfgh":1,"romank0":1,"sarsawant":1,"anuragjain1":1,"flixman":1,"swood":1,"codestoned1":1,"nov301996":1,"tranvannhat":1,"AlphaMAtrix69":1,"qwertyue":1,"psycoteam":1,"brunolnetto":1,"JonhSilver":1,"ksmiley92":1,"johncooler":1,"RunjeoHW":1,"alpap":1,"amethystzh":1,"vtiwary":1,"moretea":1,"randomseed42":1,"jcpunk":1,"BitLittel":1,"lucoder89":1,"chrislungu":1,"mcarter-twosigma":1,"jtougas":1,"lathish2232":1,"bhuwanpaudelofficial":1,"aamster":1,"GoranSustekJr":1,"balazon":1,"DomRoberts":1,"mtelka":1,"MishaFromNowhere-cmd":1,"smbrine":1,"bishnusyangja":1,"ali-sajjad-rizavi":1,"mrkmcnamee":1,"jelly":1,"benkuhn":1,"fansehep":1,"armenzg":1,"christian98b":1,"sunilkumar207106":1,"michaelknap":1,"sakuragasaki46":1,"a984120978":1,"markussv":1,"louisja1":1,"etale-cohomology":1,"ross-spencer":1,"sowndarya2701":1,"pythonaddict":1,"alexandr01987":1,"namluucong":1,"codingPineAppl3":1,"zsalvet":1,"cjw296":1,"Myxg":1,"emmanuelito":1,"TDavid2509":1,"seagrine":1,"jimmymcheung":1,"cement-hools":1,"ricleal":1,"salman0149":1,"heathhenley":1,"Hakan439":1,"papel":1,"bobfang1992":1,"guoguozhenhaowan":1,"timforr":1,"jkterry1":1,"cbbalexf":1,"JV-conseil":1,"ryanhennig":1,"sanderfoobar":1,"sonamdolphin9192":1,"pedromassango":1,"diegocorradini":1,"oar-spease":1,"johnmba":1,"kszmigiel":1,"olamide226":1,"heckad":1,"dhirschfeld":1,"jmtoung":1,"art435":1,"rishabh-agarwal792":1,"hottwaj":1,"sarathy365":1,"cedricbonhomme":1,"PhongThanhLu":1,"INRIX-Mark-Gershaft":1,"spencerzhang91":1,"nrhy":1,"Rogach":1,"LinChiaWei":1,"jamesrusso":1,"imsamir208-dev":1,"Shayan-Shabanzadeh":1,"niloct":1,"emilyhoover":1,"jackwotherspoon":1,"gtavella":1,"BlueKnighter":1,"nkgilley":1,"tmiyamon":1,"ff-sdesai":1,"DSLituiev":1,"Progdrasil":1,"ninas":1,"pavriet-boxtal":1,"bekonRymkhanov":1,"yonaiker95":1,"csotto":1,"z1-jed-gore":1,"andhim":1,"bisoldi":1,"kpfleming":1,"olof-dev":1,"OlivierVerhaegen":1,"ericbuehl":1,"rahul-vinaudit":1,"davies-a":1,"ynorouzz":1,"bhaktatejas922":1,"charles-cooper":1,"bj00rn":1,"dsin":1,"PierreNAPOLETANO":1,"ThomasCui":1,"mojochao":1,"rofi93":1,"hgdeoro":1,"hordiienko-v":1,"alxga":1,"blatwo":1,"latot":1,"cuteDen-ECNU":1,"gtzampanakis":1,"hswong3i":1,"alexjpm":1,"bybilal":1,"r3manoj":1,"WhoIsDarth":1,"linaheba":1,"dagknows":1,"edgarcosta":1,"sam-s":1,"saksham99del":1,"tornielsen2022":1,"junepark678":1,"bwoodsend":1,"gforien":1,"dandanlen":1,"Flamefire":1,"vimiix":1,"llagos":1,"harbulot":1,"Alex-zonghan":1,"NithuPMTR":1,"uri-rodberg":1,"dhoffman34":1,"psmoros":1,"ProgrammerPlus1998":1,"marianoggg":1,"radzhome":1,"gebu5":1,"yetanotherion":1,"91ahmed":1,"adarshpunj":1,"myboysnama-sketch":1,"maxi-89":1,"tobwen":1,"MaestroGlanz":1,"doublyU":1,"fgimian":1,"AzeemIqbal":1,"pd-25":1,"ChristopherMaurer":1,"fransuar":1,"anderson-fachini":1,"abhijit-23blaze":1,"CrawZhou":1,"richardbrockie":1,"dan-ilin":1,"saag7":1,"Thiago-Santos-SI":1,"stefan6419846":1,"whilefoxfox":1,"JinXia77":1}},"pull_request_authors":{"table":{"dependabot[bot]":37,"edgarrmondragon":4,"dvarrazzo":3,"befeleme":2,"reneleonhardt":2,"kannes":2,"nickzandbergen":2,"0xTiger":2,"exg":2,"bmarroquin":2,"yetanotherion":2,"anushds":2,"romank0":2,"SagarSoni1510":2,"ngnpope":2,"cclauss":1,"amirsoroush":1,"spatankar-dmpna":1,"bwoodsend":1,"mmalhotra":1,"Stalin-143":1,"bryanculver":1,"higuoxing":1,"Luan-233":1,"sourabhkumawat":1,"gtzampanakis":1,"BrentWilkins":1,"magnuswatn":1,"Photonios":1,"df7cb":1,"AmirBitaraf":1,"jchampio":1,"takis":1,"mliezun":1,"EwoutH":1,"haosenwang1018":1,"regaan":1,"mjgp2":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-18T00:00:09.580Z","repositories_count":14815588,"issues_count":33105313,"pull_requests_count":109259805,"authors_count":11310559,"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":{}},"past_year_pull_request_labels_count":{"table":{"dependencies":19,"github_actions":19}},"past_year_issue_author_associations_count":{"table":{"NONE":21}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":22,"NONE":4,"MEMBER":1}},"past_year_issue_authors":{"table":{"abd-Hirz":1,"bj00rn":1,"ericbuehl":1,"heathhenley":1,"hswong3i":1,"imsamir208-dev":1,"kpfleming":1,"MatsLP":1,"mcarter-twosigma":1,"michaelknap":1,"myboysnama-sketch":1,"pavriet-boxtal":1,"ProgrammerPlus1998":1,"regaan":1,"Rogach":1,"rorsarach":1,"skuratiov":1,"Some7hing0riginal":1,"sourabhkumawat":1,"yalishanda42":1,"z1-jed-gore":1}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":19,"dvarrazzo":1,"edgarrmondragon":1,"haosenwang1018":1,"mliezun":1,"mmalhotra":1,"regaan":1,"sourabhkumawat":1,"Stalin-143":1}},"maintainers":[{"table":{"login":"dvarrazzo","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}}],"active_maintainers":[{"table":{"login":"dvarrazzo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dvarrazzo"}}]}},"events":{"total":{"DeleteEvent":12,"PullRequestEvent":41,"ForkEvent":23,"IssuesEvent":92,"WatchEvent":238,"IssueCommentEvent":152,"PushEvent":46,"PullRequestReviewEvent":32,"PullRequestReviewCommentEvent":30,"CreateEvent":19},"last_year":{"DeleteEvent":5,"PullRequestEvent":25,"ForkEvent":6,"IssuesEvent":16,"WatchEvent":70,"IssueCommentEvent":29,"PushEvent":6,"PullRequestReviewEvent":5,"PullRequestReviewCommentEvent":4,"CreateEvent":13}},"keywords":["database","driver","postgresql","python"],"dependencies":[{"ecosystem":"pypi","filepath":"doc/requirements.in","sha":null,"kind":"manifest","created_at":"2022-08-06T19:15:40.112Z","updated_at":"2022-08-06T19:15:40.112Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/doc/requirements.in","dependencies":[{"id":586221249,"package_name":"Sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":586221250,"package_name":"sphinx-better-theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build-and-cache-libpq.yml","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:31.424Z","updated_at":"2025-11-15T00:02:31.424Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/.github/workflows/build-and-cache-libpq.yml","dependencies":[{"id":25747583788,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25747583789,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":25747583790,"package_name":"actions/cache","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25747583791,"package_name":"pypa/cibuildwheel","ecosystem":"actions","requirements":"v3.2.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/docs.yml","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:34.270Z","updated_at":"2025-11-15T00:02:34.270Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/.github/workflows/docs.yml","dependencies":[{"id":25747583828,"package_name":"peter-evans/repository-dispatch","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/packages.yml","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:36.868Z","updated_at":"2025-11-15T00:02:36.868Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/.github/workflows/packages.yml","dependencies":[{"id":25747583855,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25747583856,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25747583857,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":25747583858,"package_name":"actions/cache","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25747583859,"package_name":"pypa/cibuildwheel","ecosystem":"actions","requirements":"v3.2.0","direct":true,"kind":"composite","optional":false},{"id":25747583860,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v8","direct":true,"kind":"composite","optional":false},{"id":25747583861,"package_name":"actions/upload-artifact/merge","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25747583864,"package_name":"postgres","ecosystem":"actions","requirements":"16","direct":true,"kind":"docker","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yml","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:41.594Z","updated_at":"2025-11-15T00:02:41.594Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/.github/workflows/tests.yml","dependencies":[{"id":25747583875,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25747583876,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25747583877,"package_name":"postgres","ecosystem":"actions","requirements":"${{ matrix.postgres }}","direct":true,"kind":"docker","optional":false}]},{"ecosystem":"pypi","filepath":"doc/requirements.txt","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:41.685Z","updated_at":"2025-11-15T00:02:41.685Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/doc/requirements.txt","dependencies":[{"id":25747583878,"package_name":"alabaster","ecosystem":"pypi","requirements":"==1.0.0","direct":true,"kind":"runtime","optional":false},{"id":25747583879,"package_name":"babel","ecosystem":"pypi","requirements":"==2.17.0","direct":true,"kind":"runtime","optional":false},{"id":25747583880,"package_name":"certifi","ecosystem":"pypi","requirements":"==2025.10.5","direct":true,"kind":"runtime","optional":false},{"id":25747583881,"package_name":"charset-normalizer","ecosystem":"pypi","requirements":"==3.4.3","direct":true,"kind":"runtime","optional":false},{"id":25747583882,"package_name":"docutils","ecosystem":"pypi","requirements":"==0.21.2","direct":true,"kind":"runtime","optional":false},{"id":25747583883,"package_name":"idna","ecosystem":"pypi","requirements":"==3.10","direct":true,"kind":"runtime","optional":false},{"id":25747583884,"package_name":"imagesize","ecosystem":"pypi","requirements":"==1.4.1","direct":true,"kind":"runtime","optional":false},{"id":25747583885,"package_name":"jinja2","ecosystem":"pypi","requirements":"==3.1.6","direct":true,"kind":"runtime","optional":false},{"id":25747583886,"package_name":"markupsafe","ecosystem":"pypi","requirements":"==3.0.3","direct":true,"kind":"runtime","optional":false},{"id":25747583887,"package_name":"packaging","ecosystem":"pypi","requirements":"==25.0","direct":true,"kind":"runtime","optional":false},{"id":25747583888,"package_name":"pygments","ecosystem":"pypi","requirements":"==2.19.2","direct":true,"kind":"runtime","optional":false},{"id":25747583889,"package_name":"requests","ecosystem":"pypi","requirements":"==2.32.5","direct":true,"kind":"runtime","optional":false},{"id":25747583890,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"==3.0.1","direct":true,"kind":"runtime","optional":false},{"id":25747583891,"package_name":"sphinx","ecosystem":"pypi","requirements":"==8.1.3","direct":true,"kind":"runtime","optional":false},{"id":25747583892,"package_name":"sphinx-better-theme","ecosystem":"pypi","requirements":"==0.1.5","direct":true,"kind":"runtime","optional":false},{"id":25747583904,"package_name":"sphinxcontrib-applehelp","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"runtime","optional":false},{"id":25747583905,"package_name":"sphinxcontrib-devhelp","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"runtime","optional":false},{"id":25747583906,"package_name":"sphinxcontrib-htmlhelp","ecosystem":"pypi","requirements":"==2.1.0","direct":true,"kind":"runtime","optional":false},{"id":25747583907,"package_name":"sphinxcontrib-jsmath","ecosystem":"pypi","requirements":"==1.0.1","direct":true,"kind":"runtime","optional":false},{"id":25747583908,"package_name":"sphinxcontrib-qthelp","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"runtime","optional":false},{"id":25747583909,"package_name":"sphinxcontrib-serializinghtml","ecosystem":"pypi","requirements":"==2.0.0","direct":true,"kind":"runtime","optional":false},{"id":25747583910,"package_name":"tomli","ecosystem":"pypi","requirements":"==2.3.0","direct":true,"kind":"runtime","optional":false},{"id":25747583911,"package_name":"urllib3","ecosystem":"pypi","requirements":"==2.5.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"scripts/build/pg_config_vcpkg_stub/pyproject.toml","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:43.868Z","updated_at":"2025-11-15T00:02:43.868Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/scripts/build/pg_config_vcpkg_stub/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2025-11-15T00:02:43.992Z","updated_at":"2025-11-15T00:02:43.992Z","repository_link":"https://github.com/psycopg/psycopg2/blob/master/setup.py","dependencies":[]}],"score":35.28437299565279,"created_at":"2025-08-29T11:07:21.159Z","updated_at":"2026-06-20T11:30:22.504Z","avatar_url":"https://github.com/psycopg.png","language":"C","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/363045","html_url":"https://summary.ecosyste.ms/projects/363045"}