{"id":76069,"name":"cdsapi","description":"Python API to access the Copernicus Climate Data Store (CDS) ","url":"https://github.com/ecmwf/cdsapi","last_synced_at":"2025-09-08T16:50:11.069Z","repository":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274206640,"owners_count":25241245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"packages":[{"id":7778260,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0 license","normalized_licenses":["Apache-1.1"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-18T20:36:50.000Z","latest_release_published_at":"2023-04-18T20:36:50.000Z","latest_release_number":"0.6.1-r1","last_synced_at":"2025-09-07T15:03:03.905Z","created_at":"2023-05-22T14:17:48.142Z","updated_at":"2025-09-07T15:03:03.905Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.298Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":16.99665852077203,"forks_count":15.919405515934368,"docker_downloads_count":null,"average":8.2290160091766},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":231,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2023-05-23T07:04:51.910Z","updated_at":"2023-05-23T07:04:51.910Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3625,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1084},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2025-09-07T07:26:06.804Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":6102667,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0 license","normalized_licenses":["Apache-1.1"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2022-06-02T15:42:52.000Z","latest_release_published_at":"2022-06-02T15:42:52.000Z","latest_release_number":"0.5.1-r0","last_synced_at":"2025-09-03T08:34:19.557Z","created_at":"2023-01-31T20:53:04.296Z","updated_at":"2025-09-03T08:34:19.558Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:43.751Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.253845290221175,"stargazers_count":15.740428876164813,"forks_count":14.758055461996184,"average":14.438082407095543},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":87,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2023-02-01T07:57:29.037Z","updated_at":"2023-02-01T07:57:29.037Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3362,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1026},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2025-09-07T07:26:12.220Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":8676363,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-10-28T21:19:15.000Z","latest_release_published_at":"2023-10-28T21:19:15.000Z","latest_release_number":"0.6.1-r4","last_synced_at":"2025-09-07T15:03:10.239Z","created_at":"2023-12-20T10:26:33.119Z","updated_at":"2025-09-07T15:03:10.239Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":170,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-08-20T11:09:47.832Z","updated_at":"2024-08-20T11:09:47.832Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":376,"namespaces_count":2,"keywords_count":2627,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":711},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2025-09-08T06:55:50.087Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":11729527,"name":"github.com/ecmwf/cdsapi","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2019-01-25T13:40:52.000Z","latest_release_published_at":"2019-03-17T00:24:54.000Z","latest_release_number":"v0.1.4","last_synced_at":"2025-09-07T15:03:02.330Z","created_at":"2025-06-04T10:54:58.179Z","updated_at":"2025-09-07T15:03:02.331Z","registry_url":"https://pkg.go.dev/github.com/ecmwf/cdsapi","install_command":"go get github.com/ecmwf/cdsapi","documentation_url":"https://pkg.go.dev/github.com/ecmwf/cdsapi#section-documentation","metadata":{},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.519Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.764254255794306,"dependent_packages_count":5.401293307900869,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.582773781847587},"purl":"pkg:golang/github.com/ecmwf/cdsapi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/ecmwf/cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/ecmwf/cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/ecmwf/cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fecmwf%2Fcdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fecmwf%2Fcdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fecmwf%2Fcdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fecmwf%2Fcdsapi/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1954234,"maintainers_count":0,"namespaces_count":741771,"keywords_count":109320,"github":"golang","metadata":{"funded_packages_count":49342},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-08T05:47:38.872Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":11138295,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-10-29T19:36:17.000Z","latest_release_published_at":"2024-10-29T19:36:17.000Z","latest_release_number":"0.7.4-r0","last_synced_at":"2025-09-07T15:03:13.380Z","created_at":"2024-12-07T12:24:41.096Z","updated_at":"2025-09-07T15:03:13.380Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.479Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":238,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-12-08T18:11:17.898Z","updated_at":"2024-12-08T18:11:17.898Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25393,"maintainers_count":413,"namespaces_count":2,"keywords_count":2766,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1060},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2025-09-08T06:51:38.309Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":7597651,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":12,"first_release_published_at":"2023-04-18T20:36:50.000Z","latest_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_number":"0.7.6-r0","last_synced_at":"2025-09-07T15:03:16.883Z","created_at":"2023-04-18T21:22:13.763Z","updated_at":"2025-09-07T15:03:16.883Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.485Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.388848354517874,"stargazers_count":18.76166888931225,"forks_count":17.157553819775195,"average":12.57701776590133},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":293,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2023-04-19T02:13:54.719Z","updated_at":"2023-04-19T02:13:54.719Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37130,"maintainers_count":822,"namespaces_count":3,"keywords_count":6489,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2647},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-08T05:01:36.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6051533,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":13,"first_release_published_at":"2022-11-22T19:33:35.000Z","latest_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_number":"0.7.6-r0","last_synced_at":"2025-08-14T15:00:52.947Z","created_at":"2023-01-31T18:27:45.230Z","updated_at":"2025-09-01T14:16:44.399Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.399Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":18.746086412022542,"forks_count":17.02410770194114,"average":12.602731684408266},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":293,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2023-01-31T21:41:28.998Z","updated_at":"2023-01-31T21:41:28.998Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37130,"maintainers_count":822,"namespaces_count":3,"keywords_count":6489,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2647},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-08T05:01:36.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":10343885,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-26T14:10:39.000Z","latest_release_published_at":"2024-04-26T14:10:39.000Z","latest_release_number":"0.7.0-r0","last_synced_at":"2025-09-02T08:17:12.051Z","created_at":"2024-06-11T09:36:09.959Z","updated_at":"2025-09-02T08:17:12.052Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.476Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":271,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-06-12T00:58:10.851Z","updated_at":"2024-06-12T00:58:10.851Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4237,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1365},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2025-09-08T06:55:59.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":8676364,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-10-28T21:19:15.000Z","latest_release_published_at":"2023-10-28T21:19:15.000Z","latest_release_number":"0.6.1-r4","last_synced_at":"2025-09-02T09:15:00.324Z","created_at":"2023-12-20T10:26:33.248Z","updated_at":"2025-09-02T09:15:00.325Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.415Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":170,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-02-04T18:36:16.354Z","updated_at":"2024-02-04T18:36:16.354Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":376,"namespaces_count":2,"keywords_count":2627,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":711},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2025-09-08T06:55:50.087Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":5295797,"name":"cdsapi","ecosystem":"conda","description":null,"homepage":"https://software.ecmwf.int/stash/projects/CDS/repos/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":null,"versions_count":7,"first_release_published_at":"2019-02-10T00:26:05.000Z","latest_release_published_at":"2021-02-10T15:26:26.000Z","latest_release_number":"0.5.1","last_synced_at":"2025-09-02T07:56:50.939Z","created_at":"2022-10-03T15:58:53.196Z","updated_at":"2025-09-02T07:56:50.939Z","registry_url":"https://anaconda.org/conda-forge/cdsapi","install_command":"conda install -c conda-forge cdsapi","documentation_url":null,"metadata":{},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.480Z","dependent_packages_count":8,"downloads":null,"downloads_period":null,"dependent_repos_count":39,"rankings":{"downloads":null,"dependent_repos_count":5.759920139755428,"dependent_packages_count":7.087596705764912,"stargazers_count":28.85450461692039,"forks_count":25.989518342899924,"docker_downloads_count":null,"average":16.922884951335163},"purl":"pkg:conda/cdsapi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cdsapi/related_packages","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":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","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":11764820,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_number":"0.7.6-r0","last_synced_at":"2025-09-07T15:03:14.354Z","created_at":"2025-06-07T18:04:47.316Z","updated_at":"2025-09-07T15:03:14.354Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.635Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":221,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2025-06-08T14:43:31.526Z","updated_at":"2025-06-08T14:43:31.526Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26315,"maintainers_count":422,"namespaces_count":2,"keywords_count":4641,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1614},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2025-09-08T05:33:01.089Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":2666466,"name":"cdsapi","ecosystem":"pypi","description":"Climate Data Store API","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":null,"versions_count":35,"first_release_published_at":"2018-05-16T16:24:42.000Z","latest_release_published_at":"2025-05-12T13:34:32.000Z","latest_release_number":"0.7.6","last_synced_at":"2025-09-07T15:03:02.034Z","created_at":"2022-04-10T10:18:35.812Z","updated_at":"2025-09-07T15:03:02.034Z","registry_url":"https://pypi.org/project/cdsapi/","install_command":"pip install cdsapi --index-url https://pypi.org/simple","documentation_url":"https://cdsapi.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Intended Audience :: Developers","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy"],"normalized_name":"cdsapi","project_status":null},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2024-05-16T07:09:13.000Z","size":108,"stargazers_count":207,"open_issues_count":26,"forks_count":54,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-06-11T17:02:14.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2024-06-07T13:20:25.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":117,"total_committers":18,"mean_commits":6.5,"dds":0.5641025641025641,"last_synced_commit":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":206633209,"owners_count":14602548,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2024-09-07T20:57:06.692Z","dependent_packages_count":66,"downloads":156070,"downloads_period":"last-month","dependent_repos_count":140,"rankings":{"downloads":1.5794253859012453,"dependent_repos_count":1.2756925257928775,"dependent_packages_count":0.2715135854670738,"stargazers_count":5.3059522364448695,"forks_count":5.774120991090987,"docker_downloads_count":2.0745978240017537,"average":2.7135504247831346},"purl":"pkg:pypi/cdsapi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/cdsapi","docker_dependents_count":10,"docker_downloads_count":1090,"usage_url":"https://repos.ecosyste.ms/usage/pypi/cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T20:08:25.308Z","issues_count":77,"pull_requests_count":47,"avg_time_to_close_issue":45465036.58139535,"avg_time_to_close_pull_request":10788690.38095238,"issues_closed_count":43,"pull_requests_closed_count":42,"pull_request_authors_count":28,"issue_authors_count":63,"avg_comments_per_issue":2.5194805194805197,"avg_comments_per_pull_request":1.2765957446808511,"merged_pull_requests_count":30,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":28,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":3012087.6,"past_year_avg_time_to_close_pull_request":1119756.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":20,"past_year_avg_comments_per_issue":1.3928571428571428,"past_year_avg_comments_per_pull_request":1.277777777777778,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"}],"active_maintainers":[{"login":"EddyCMWF","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cdsapi/related_packages","maintainers":[{"uuid":"braoult","login":"braoult","name":null,"email":null,"url":null,"packages_count":20,"html_url":"https://pypi.org/user/braoult/","role":null,"created_at":"2023-01-31T12:07:31.485Z","updated_at":"2023-01-31T12:07:31.485Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/braoult/packages"},{"uuid":"ecmwf","login":"ecmwf","name":null,"email":null,"url":null,"packages_count":93,"html_url":"https://pypi.org/user/ecmwf/","role":null,"created_at":"2023-01-31T12:07:31.496Z","updated_at":"2023-01-31T12:07:31.496Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ecmwf/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726180,"maintainers_count":308804,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11138294,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-10-29T19:36:17.000Z","latest_release_published_at":"2024-10-29T19:36:17.000Z","latest_release_number":"0.7.4-r0","last_synced_at":"2025-09-07T15:03:11.696Z","created_at":"2024-12-07T12:24:40.458Z","updated_at":"2025-09-07T15:03:11.696Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.481Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":238,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-12-08T18:11:18.912Z","updated_at":"2024-12-08T18:11:18.912Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25393,"maintainers_count":413,"namespaces_count":2,"keywords_count":2766,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1060},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2025-09-08T06:51:38.309Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":11764829,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_published_at":"2025-05-14T12:06:33.000Z","latest_release_number":"0.7.6-r0","last_synced_at":"2025-09-07T15:03:17.846Z","created_at":"2025-06-07T18:04:52.158Z","updated_at":"2025-09-07T15:03:17.846Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.371Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":221,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2025-06-08T14:43:33.395Z","updated_at":"2025-06-08T14:43:33.395Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26315,"maintainers_count":422,"namespaces_count":2,"keywords_count":4641,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1614},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2025-09-08T05:33:01.089Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":7778259,"name":"py3-cdsapi","ecosystem":"alpine","description":"Python API to access the Copernicus Climate Data Store","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0 license","normalized_licenses":["Apache-1.1"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-18T20:36:50.000Z","latest_release_published_at":"2023-04-18T20:36:50.000Z","latest_release_number":"0.6.1-r1","last_synced_at":"2025-09-03T08:32:34.670Z","created_at":"2023-05-22T14:17:47.739Z","updated_at":"2025-09-03T08:32:34.670Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-cdsapi","install_command":"apk add py3-cdsapi","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.366Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":16.99665852077203,"forks_count":15.919405515934368,"docker_downloads_count":null,"average":8.2290160091766},"purl":"pkg:apk/alpine/py3-cdsapi?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-cdsapi/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":231,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2023-05-23T07:04:51.036Z","updated_at":"2023-05-23T07:04:51.036Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3625,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1084},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2025-09-07T07:26:06.804Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":10343881,"name":"py3-cdsapi-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-cdsapi","homepage":"https://github.com/ecmwf/cdsapi","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ecmwf/cdsapi","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-26T14:10:39.000Z","latest_release_published_at":"2024-04-26T14:10:39.000Z","latest_release_number":"0.7.0-r0","last_synced_at":"2025-09-02T05:09:57.618Z","created_at":"2024-06-11T09:36:07.879Z","updated_at":"2025-09-02T05:09:57.618Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-cdsapi-pyc","install_command":"apk add py3-cdsapi-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":286,"open_issues_count":39,"forks_count":64,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-01T12:33:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-08-28T07:19:32.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/ecmwf/cdsapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/sbom","scorecard":{"id":365472,"data":{"date":"2025-08-11","repo":{"name":"github.com/ecmwf/cdsapi","commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Code-Review","score":4,"reason":"Found 12/28 approved changesets -- score normalized to 4","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:51","Warn: untrusted code checkout '${{ github.event.pull_request.head.sha || github.ref }}': .github/workflows/check-and-publish.yml:79"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/check-and-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/label-public-pr.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":"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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/check-and-publish.yml:69"],"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/check-and-publish.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/check-and-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-public-pr.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/ecmwf/cdsapi/label-public-pr.yml/master?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile:1: pin your Docker image by updating python:3.7-alpine to python:3.7-alpine@sha256:f3d31c8677d03f0b3c724446077f229a6ce9d3ac430f5c08cd7dff00292048c3","Warn: pipCommand not pinned by hash: docker/Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/check-and-publish.yml:66","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 containerImage 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 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-18T11:45:48.410Z","repository_id":35328459,"created_at":"2025-08-18T11:45:48.410Z","updated_at":"2025-08-18T11:45:48.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137428,"owners_count":25052011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":"ecmwf","name":"European Centre for Medium-Range Weather Forecasts","uuid":"6368067","kind":"organization","description":"Providing software to work with meteorological data and services","email":"Software.Support@ecmwf.int","website":"www.ecmwf.int","location":"Shinfield Park, Reading, United Kingdom","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6368067?v=4","repositories_count":44,"last_synced_at":"2023-03-02T03:00:24.789Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ecmwf","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T21:17:56.440Z","updated_at":"2023-03-02T03:00:24.855Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf/repositories"},"tags":[{"name":"0.7.6","sha":"3d3e1f5b8a0d8e9a30d131123104b261efe4f043","kind":"commit","published_at":"2025-05-12T13:23:16.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.6","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.6/manifests"},{"name":"0.7.5","sha":"fa3a60553c71de5c8631f56e7ff5614fd6689366","kind":"commit","published_at":"2024-11-28T14:57:13.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.5","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.5/manifests"},{"name":"0.7.4","sha":"39ce4954bd128a28dbbe5635fad9ef9701ae154e","kind":"commit","published_at":"2024-10-24T13:38:41.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"9b162d6b093b80283a672203b384c2a67cb35a8b","kind":"commit","published_at":"2024-09-11T10:00:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"96b9678648e581f4520655aa4ff8210ff777ee9d","kind":"commit","published_at":"2024-08-29T15:07:50.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.2","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"34721c52f8e3ed02750fc4689dd69019f63e2987","kind":"commit","published_at":"2024-08-19T09:58:11.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"64a5df00eb086cd9389ae602d8d7f456cd9e4be2","kind":"commit","published_at":"2024-04-24T13:49:53.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.7.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"9b882a8f14495652c6fcc5d0eb0bd3de60e4bea8","kind":"commit","published_at":"2023-03-16T14:27:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"acb8c791e9a8e552f7c56ccb7ae4f656cf783680","kind":"commit","published_at":"2023-03-15T16:17:56.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.6.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.6.0/manifests"},{"name":"0.5.1","sha":"f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05","kind":"commit","published_at":"2021-02-09T17:09:12.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"91a8af21104803d4ca44266ba4887224951978f8","kind":"commit","published_at":"2021-02-09T16:51:20.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.5.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6","kind":"commit","published_at":"2020-11-19T12:57:04.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.4.0","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"99437650423ca31552e7e647532b96e7bd340189","kind":"commit","published_at":"2020-09-15T09:37:07.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/0.3.1","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/0.3.1/manifests"},{"name":"v0.1.4","sha":"9af2dabc01e47552c19c581df66cd6698715b99a","kind":"commit","published_at":"2019-03-17T00:24:54.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.4","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"97dfd118a99450975ad2b89e4d084d5c991c2755","kind":"commit","published_at":"2019-01-25T13:40:52.000Z","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/v0.1.3","html_url":"https://github.com/ecmwf/cdsapi/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ecmwf/cdsapi@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags/v0.1.3/manifests"}]},"repo_metadata_updated_at":"2025-09-01T14:16:44.379Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-cdsapi-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-cdsapi-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-cdsapi-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:28:34.031Z","issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","maintainers":[{"login":"EddyCMWF","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-cdsapi-pyc/related_packages","maintainers":[{"uuid":"iztok@iztok-jr-fister.eu","login":null,"name":"Iztok Fister, Jr.","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","packages_count":271,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Iztok Fister, Jr.","role":null,"created_at":"2024-06-12T00:58:09.844Z","updated_at":"2024-06-12T00:58:09.844Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/iztok@iztok-jr-fister.eu/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4237,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1365},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2025-09-08T06:55:59.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}}],"commits":{"id":5679,"full_name":"ecmwf/cdsapi","default_branch":"master","committers":[{"name":"Baudouin Raoult","email":"baudouin.raoult@ecmwf.int","login":"b8raoult","count":51},{"name":"Alessandro Amici","email":"a.amici@bopen.eu","login":"alexamici","count":31},{"name":"Eddy Comyn-Platt","email":"53045993+EddyCMWF","login":"EddyCMWF","count":23},{"name":"Mattia Almansi","email":"m.almansi@bopen.eu","login":"malmans2","count":5},{"name":"Gionata Biavati","email":"Gionata.Biavati@ecmwf.int","login":"gbiavati","count":5},{"name":"Stephan Siemen","email":"stephan.siemen@ecmwf.int","login":"StephanSiemen","count":4},{"name":"James Varndell","email":"36902610+JamesVarndell","login":"JamesVarndell","count":2},{"name":"Jesper Baasch-Larsen","email":"jbl@greensteam.com","login":"jblarsen","count":2},{"name":"fxi","email":"f@fxi.io","login":"fxi","count":2},{"name":"Harald Nordgård-Hansen","email":"hnh@wattsight.com","login":null,"count":1},{"name":"Alexander Shadchin","email":"alexandr.shadchin@gmail.com","login":"shadchin","count":1},{"name":"Daniel Tipping","email":"daniel@oldreliable.tech","login":"dtip","count":1},{"name":"Francesco Nazzaro","email":"francesconazzaro89@gmail.com","login":"francesconazzaro","count":1},{"name":"Kevin Anderson","email":"kevin.anderson@nrel.gov","login":"kandersolar","count":1},{"name":"Luca Fabbri","email":"lucafbb@gmail.com","login":"keul","count":1},{"name":"LukeJones123","email":"95484041+LukeJones123","login":"LukeJones123","count":1},{"name":"Matthias Riße","email":"m.risse@fz-juelich.de","login":"matrss","count":1},{"name":"Thomas Grandjean","email":"tgrandje@gmail.com","login":"tgrandje","count":1},{"name":"garciam","email":"markel.garciad@gmail.com","login":"markelg","count":1}],"total_commits":135,"total_committers":19,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":7.105263157894737,"dds":0.6222222222222222,"past_year_committers":[{"name":"Eddy Comyn-Platt","email":"53045993+EddyCMWF","login":"EddyCMWF","count":11},{"name":"Mattia Almansi","email":"m.almansi@bopen.eu","login":"malmans2","count":3},{"name":"James Varndell","email":"36902610+JamesVarndell","login":"JamesVarndell","count":2},{"name":"Gionata Biavati","email":"4508477+gbiavati","login":"gbiavati","count":1},{"name":"Alexander Shadchin","email":"alexandr.shadchin@gmail.com","login":"shadchin","count":1}],"past_year_total_commits":18,"past_year_total_committers":5,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":3.6,"past_year_dds":0.38888888888888884,"last_synced_at":"2025-09-02T09:20:04.800Z","last_synced_commit":"72d7cec0b611c2f71c1a69da4668368df5118cdb","created_at":"2023-03-07T09:23:47.109Z","updated_at":"2025-09-02T09:20:04.800Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.521Z","repositories_count":5480031,"commits_count":853395369,"contributors_count":31098267,"owners_count":906561,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"ecmwf/cdsapi","html_url":"https://github.com/ecmwf/cdsapi","last_synced_at":"2025-08-31T08:28:34.031Z","status":null,"issues_count":87,"pull_requests_count":54,"avg_time_to_close_issue":37724353.85185185,"avg_time_to_close_pull_request":11737564.0,"issues_closed_count":54,"pull_requests_closed_count":49,"pull_request_authors_count":30,"issue_authors_count":73,"avg_comments_per_issue":2.586206896551724,"avg_comments_per_pull_request":1.1851851851851851,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":16,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":2842493.714285714,"past_year_avg_time_to_close_pull_request":60643.818181818184,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1875,"past_year_avg_comments_per_pull_request":0.6428571428571429,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"created_at":"2023-05-09T10:37:20.055Z","updated_at":"2025-09-03T06:05:12.557Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/issues","issue_labels_count":{"bug":21,"enhancement":14},"pull_request_labels_count":{"contributor":22,"approved-for-ci":8},"issue_author_associations_count":{"NONE":83,"CONTRIBUTOR":4,"COLLABORATOR":1},"pull_request_author_associations_count":{"NONE":24,"COLLABORATOR":24,"CONTRIBUTOR":23,"MEMBER":1},"issue_authors":{"veenstrajelmer":7,"manfredsc":2,"WeatherGod":2,"samburu":2,"e5k":2,"gspr":2,"baudouinth":2,"jblarsen":2,"BSchilperoort":2,"mvhulten":2,"pc1729":1,"saptisunil":1,"mo-jfallon":1,"rabernat":1,"mendezr":1,"EddyCMWF":1,"user9393931":1,"rgoubet":1,"kandersolar":1,"12rambau":1,"siggemannen":1,"Andrecuogh":1,"AlFontal":1,"UkoZJ":1,"mjroth":1,"Samgrocock":1,"dkobashi":1,"unovongalixor":1,"perrette":1,"juanfcocontreras":1,"gaelforget":1,"fragkoul":1,"photonbit":1,"GMavrak":1,"pelusanchez":1,"monocongo":1,"FelipeSBarros":1,"juanqiu1":1,"MorrCarter":1,"jreniel":1,"Ted456":1,"samhughes-0506":1,"zebengberg":1,"douglowe":1,"edwardpmorris":1,"vvandermeersch":1,"EmanuelCastanho":1,"avaldebe":1,"ibkvictor":1,"daniloceano":1,"kashyapm94":1,"francesconazzaro":1,"mRcSchwering":1,"mmichelli":1,"sebfournier95":1,"Alven8816":1,"evteevakb":1,"sdat2":1,"stefan-maxar":1,"p-i-":1,"MiILLION":1,"chenyangkang":1,"fhg-isi":1,"AntonJot":1,"Rich2020":1,"ranneylxr":1,"mqadimi":1,"lgloege":1,"guygriffiths":1,"ghost":1,"sunayana":1,"theweathermanda":1,"gar305":1},"pull_request_authors":{"EddyCMWF":24,"malmans2":10,"akeeman":3,"colligant":2,"naidoo88":2,"dabhicusp":2,"JamesVarndell":2,"sbland":2,"maresb":2,"mwtoews":2,"matrss":2,"rkouznetsov":1,"francesconazzaro":1,"shadchin":1,"dtip":1,"markelg":1,"grigaut":1,"kandersolar":1,"StephanSiemen":1,"LukeJones123":1,"si-bremer-enbw":1,"keul":1,"alexamici":1,"gbiavati":1,"haraldnh":1,"jblarsen":1,"fxi":1,"evteevakb":1,"sgoult":1,"tgrandje":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10100117,"issues_count":31473266,"pull_requests_count":97445500,"authors_count":10702683,"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":{"enhancement":7,"bug":5},"past_year_pull_request_labels_count":{"contributor":5,"approved-for-ci":3},"past_year_issue_author_associations_count":{"NONE":15},"past_year_pull_request_author_associations_count":{"COLLABORATOR":10,"NONE":4,"CONTRIBUTOR":3,"MEMBER":1},"past_year_issue_authors":{"mvhulten":2,"veenstrajelmer":2,"12rambau":1,"Andrecuogh":1,"e5k":1,"gar305":1,"jreniel":1,"juanqiu1":1,"mo-jfallon":1,"mRcSchwering":1,"pelusanchez":1,"ranneylxr":1,"siggemannen":1},"past_year_pull_request_authors":{"EddyCMWF":10,"malmans2":4,"sbland":2,"colligant":2},"maintainers":[{"login":"EddyCMWF","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}],"active_maintainers":[{"login":"EddyCMWF","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EddyCMWF"},{"login":"malmans2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/malmans2"}]},"events":{"total":{"CreateEvent":6,"ReleaseEvent":2,"IssuesEvent":24,"WatchEvent":44,"DeleteEvent":7,"IssueCommentEvent":40,"PushEvent":19,"PullRequestReviewEvent":2,"PullRequestEvent":16,"ForkEvent":8},"last_year":{"CreateEvent":6,"ReleaseEvent":2,"IssuesEvent":24,"WatchEvent":44,"DeleteEvent":7,"IssueCommentEvent":40,"PushEvent":19,"PullRequestReviewEvent":2,"PullRequestEvent":16,"ForkEvent":8}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-08-09T19:40:10.268Z","updated_at":"2022-08-09T19:40:10.268Z","repository_link":"https://github.com/ecmwf/cdsapi/blob/master/setup.py","dependencies":[{"id":947600892,"package_name":"requests","ecosystem":"pypi","requirements":"\u003e=2.5.0","direct":true,"kind":"runtime","optional":false},{"id":947600893,"package_name":"tqdm","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"tests/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T19:40:10.873Z","updated_at":"2022-08-09T19:40:10.873Z","repository_link":"https://github.com/ecmwf/cdsapi/blob/master/tests/requirements.txt","dependencies":[{"id":947607446,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607447,"package_name":"pytest-env","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607448,"package_name":"pytest-flakes","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607449,"package_name":"pytest-mccabe","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607450,"package_name":"pytest-pep8","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607451,"package_name":"pytest-runner","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607452,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false},{"id":947607453,"package_name":"requests","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/check-and-publish.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:12:19.900Z","updated_at":"2023-09-21T19:12:19.900Z","repository_link":"https://github.com/ecmwf/cdsapi/blob/master/.github/workflows/check-and-publish.yml","dependencies":[{"id":13856548436,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":13856548437,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856548438,"package_name":"mvasigh/dispatch-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/label-public-pr.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:12:19.944Z","updated_at":"2023-09-21T19:12:19.944Z","repository_link":"https://github.com/ecmwf/cdsapi/blob/master/.github/workflows/label-public-pr.yml","dependencies":[]},{"ecosystem":"docker","filepath":"docker/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-09-21T19:12:19.950Z","updated_at":"2023-09-21T19:12:19.950Z","repository_link":"https://github.com/ecmwf/cdsapi/blob/master/docker/Dockerfile","dependencies":[{"id":13856548439,"package_name":"python","ecosystem":"docker","requirements":"3.7-alpine","direct":true,"kind":"build","optional":false}]}],"score":20.694974947064168,"created_at":"2025-09-08T15:39:26.958Z","updated_at":"2025-10-07T08:27:26.954Z","avatar_url":"https://github.com/ecmwf.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":156070,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["meteorology","grib","bufr","decoding","encoding","wmo"],"project_url":"https://science.ecosyste.ms/api/v1/projects/76069","html_url":"https://science.ecosyste.ms/projects/76069"}