{"id":2814816,"name":"nco","ecosystem":"pypi","description":"python bindings to NCO","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/nco/pynco","keywords_array":["netcdf","climate"],"namespace":null,"versions_count":8,"first_release_published_at":"2015-02-02T17:45:49.000Z","latest_release_published_at":"2024-06-06T17:03:18.000Z","latest_release_number":"1.1.2","last_synced_at":"2026-09-06T05:33:14.106Z","created_at":"2022-04-10T11:43:10.965Z","updated_at":"2026-09-06T05:33:14.107Z","registry_url":"https://pypi.org/project/nco/","install_command":"pip install nco --index-url https://pypi.org/simple","documentation_url":"https://pynco.readthedocs.org","metadata":{"funding":null,"documentation":"https://pynco.readthedocs.org","classifiers":["Development Status :: 4 - Beta","Operating System :: POSIX","Programming Language :: Python","Topic :: Utilities"],"normalized_name":"nco","project_status":null},"repo_metadata":{"id":13192500,"uuid":"15876150","full_name":"nco/pynco","owner":"nco","description":"Python bindings for NCO","archived":false,"fork":false,"pushed_at":"2024-01-29T02:29:18.000Z","size":211,"stargazers_count":93,"open_issues_count":5,"forks_count":29,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-07-29T04:04:15.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pynco.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2014-01-13T17:41:59.000Z","updated_at":"2025-03-23T21:47:02.000Z","dependencies_parsed_at":"2024-01-13T07:24:23.816Z","dependency_job_id":"ff1d9383-3c76-4351-9337-81ef8325cbf7","html_url":"https://github.com/nco/pynco","commit_stats":{"total_commits":161,"total_committers":12,"mean_commits":"13.416666666666666","dds":0.7204968944099379,"last_synced_commit":"9bed5b51573e3514dd0271f6a3d849612f8d0426"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nco/pynco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nco","download_url":"https://codeload.github.com/nco/pynco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/sbom","scorecard":{"id":677457,"data":{"date":"2025-08-11","repo":{"name":"github.com/nco/pynco","commit":"9bed5b51573e3514dd0271f6a3d849612f8d0426"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.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":"Code-Review","score":0,"reason":"Found 1/14 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/ci.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/ci.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/ci.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/publish-to-pypi.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/publish-to-pypi.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yaml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/publish-to-pypi.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yaml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/nco/pynco/publish-to-pypi.yaml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: 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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 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-21T21:57:27.064Z","repository_id":13192500,"created_at":"2025-08-21T21:57:27.064Z","updated_at":"2025-08-21T21:57:27.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36493331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-10T02:00:05.122Z","response_time":58,"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":"nco","name":"netCDF Operators","uuid":"13952264","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13952264?v=4","repositories_count":8,"last_synced_at":"2023-08-10T01:10:15.945Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/nco","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-06T22:45:51.732Z","updated_at":"2023-08-10T01:10:16.151Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nco","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nco/repositories"},"tags":[{"name":"1.1.2","sha":"5dce3c54095bae42a1e2b07dcf68e6f83fde2dbd","kind":"tag","published_at":"2023-12-20T18:36:17.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/1.1.2","html_url":"https://github.com/nco/pynco/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"e1561d9922aa3a411653c92951e5006a02a754e8","kind":"tag","published_at":"2023-11-30T19:11:03.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/1.1.1","html_url":"https://github.com/nco/pynco/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"03ab51cc909b301039c7bafd84264fdffce92b70","kind":"commit","published_at":"2023-02-28T22:59:43.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/1.1.0","html_url":"https://github.com/nco/pynco/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.0/manifests"},{"name":"1.1.0-beta01","sha":"2f9127890d43ef83f4b1dbdf0ccad4b88a97520d","kind":"tag","published_at":"2022-09-21T21:14:13.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/1.1.0-beta01","html_url":"https://github.com/nco/pynco/releases/tag/1.1.0-beta01","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@1.1.0-beta01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.0-beta01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.1.0-beta01/manifests"},{"name":"1.0.0","sha":"4161de9755b531825e83f684c964441bff9ffa7d","kind":"tag","published_at":"2018-11-30T23:42:20.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/1.0.0","html_url":"https://github.com/nco/pynco/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/1.0.0/manifests"},{"name":"0.0.4","sha":"bc5c7822fc8262538814ed4e575ab197b7a67f40","kind":"commit","published_at":"2018-01-10T22:30:43.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/0.0.4","html_url":"https://github.com/nco/pynco/releases/tag/0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.4/manifests"},{"name":"0.0.3","sha":"4f2a05d63e932ca694a32951d368be574cb6fc36","kind":"commit","published_at":"2017-02-22T02:04:34.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/0.0.3","html_url":"https://github.com/nco/pynco/releases/tag/0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"7037df3ae8f025070e9a156478b66983adfbd3b7","kind":"tag","published_at":"2015-02-02T17:52:00.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/0.0.2","html_url":"https://github.com/nco/pynco/releases/tag/0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/0.0.2/manifests"},{"name":"NCOpy.0.0.1","sha":"7eaff98b9b6b1a82ee3c8641876cae8cfce80c79","kind":"commit","published_at":"2014-01-29T19:58:44.000Z","download_url":"https://codeload.github.com/nco/pynco/tar.gz/NCOpy.0.0.1","html_url":"https://github.com/nco/pynco/releases/tag/NCOpy.0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/nco/pynco@NCOpy.0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/NCOpy.0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/tags/NCOpy.0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-27T15:08:06.549Z","dependent_packages_count":3,"downloads":1168,"downloads_period":"last-month","dependent_repos_count":24,"rankings":{"downloads":7.424023551426748,"dependent_repos_count":2.983204546655886,"dependent_packages_count":3.2435152210473146,"stargazers_count":7.5917055400149165,"forks_count":7.132999371619518,"docker_downloads_count":4.133734555272108,"average":5.418197131006082},"purl":"pkg:pypi/nco","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/nco","docker_dependents_count":2,"docker_downloads_count":155,"usage_url":"https://repos.ecosyste.ms/usage/pypi/nco","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/nco/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-27T00:31:49.622Z","issues_count":44,"pull_requests_count":37,"avg_time_to_close_issue":20998610.717948716,"avg_time_to_close_pull_request":4082828.4324324327,"issues_closed_count":39,"pull_requests_closed_count":37,"pull_request_authors_count":11,"issue_authors_count":28,"avg_comments_per_issue":3.340909090909091,"avg_comments_per_pull_request":2.1621621621621623,"merged_pull_requests_count":33,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/nco%2Fpynco/issues","maintainers":[{"login":"jhamman","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhamman"},{"login":"mx-moth","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mx-moth"},{"login":"hmb1","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hmb1"},{"login":"czender","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/czender"},{"login":"kwilcox","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kwilcox"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nco/codemeta","maintainers":[{"uuid":"jhamman","login":"jhamman","name":null,"email":null,"url":null,"packages_count":21,"html_url":"https://pypi.org/user/jhamman/","role":null,"created_at":"2023-02-23T07:40:53.224Z","updated_at":"2023-02-23T07:40:53.224Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jhamman/packages"},{"uuid":"tim_heap","login":"tim_heap","name":null,"email":null,"url":null,"packages_count":43,"html_url":"https://pypi.org/user/tim_heap/","role":null,"created_at":"2023-03-01T01:35:26.119Z","updated_at":"2023-03-01T01:35:26.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/tim_heap/packages"},{"uuid":"zender","login":"zender","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/zender/","role":null,"created_at":"2023-03-01T01:35:26.227Z","updated_at":"2023-03-01T01:35:26.227Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/zender/packages"}]}