{"id":125674,"name":null,"description":"Standards document describing ASDF, Advanced Scientific Data Format","url":"https://github.com/asdf-format/asdf-standard","last_synced_at":"2025-09-09T09:42:52.764Z","repository":{"id":15381660,"uuid":"18113139","full_name":"asdf-format/asdf-standard","owner":"asdf-format","description":"Standards document describing ASDF, Advanced Scientific Data Format","archived":false,"fork":false,"pushed_at":"2025-08-21T20:14:43.000Z","size":1386,"stargazers_count":76,"open_issues_count":57,"forks_count":31,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-21T22:50:53.074Z","etag":null,"topics":["advanced-scientific-data-format","asdf","standards"],"latest_commit_sha":null,"homepage":"http://asdf-standard.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asdf-format.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-03-25T19:13:57.000Z","updated_at":"2025-08-21T20:14:47.000Z","dependencies_parsed_at":"2023-11-07T03:11:55.698Z","dependency_job_id":"e717d8f1-6f5a-4453-82fb-4fb22d7082e7","html_url":"https://github.com/asdf-format/asdf-standard","commit_stats":{"total_commits":704,"total_committers":26,"mean_commits":"27.076923076923077","dds":0.7428977272727273,"last_synced_commit":"b1093a7a1a1650d44c6c7173a42edebd3d68c3ce"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/asdf-format/asdf-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/sbom","scorecard":{"id":211170,"data":{"date":"2025-08-11","repo":{"name":"github.com/asdf-format/asdf-standard","commit":"2764c03e1462902786d58a6b62076586c9856e84"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"checks":[{"name":"Code-Review","score":4,"reason":"Found 2/5 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":"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":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/changelog.yml:1","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/downstream.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/changelog.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/changelog.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/publish-to-pypi.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/downstream.yml:102","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"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 28 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-17T00:47:32.384Z","repository_id":15381660,"created_at":"2025-08-17T00:47:32.384Z","updated_at":"2025-08-17T00:47:32.384Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274275792,"owners_count":25254907,"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-09T02:00:10.223Z","response_time":80,"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":"asdf-format","name":"asdf-format","uuid":"66382551","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/66382551?v=4","repositories_count":19,"last_synced_at":"2023-08-21T04:31:36.947Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/asdf-format","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T19:02:57.042Z","updated_at":"2023-08-21T04:31:37.758Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format/repositories"},"packages":[{"id":5295351,"name":"asdf-standard","ecosystem":"conda","description":null,"homepage":"https://github.com/asdf-format/asdf-standard","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/asdf-format/asdf-standard","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2022-03-03T00:27:35.000Z","latest_release_published_at":"2022-08-09T15:08:45.000Z","latest_release_number":"1.0.3","last_synced_at":"2025-08-21T23:13:28.174Z","created_at":"2022-10-03T15:58:10.384Z","updated_at":"2025-08-21T23:38:43.182Z","registry_url":"https://anaconda.org/conda-forge/asdf-standard","install_command":"conda install -c conda-forge asdf-standard","documentation_url":null,"metadata":{},"repo_metadata":{"id":15381660,"uuid":"18113139","full_name":"asdf-format/asdf-standard","owner":"asdf-format","description":"Standards document describing ASDF, Advanced Scientific Data Format","archived":false,"fork":false,"pushed_at":"2025-08-21T20:14:43.000Z","size":1386,"stargazers_count":76,"open_issues_count":57,"forks_count":31,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-21T22:50:53.074Z","etag":null,"topics":["advanced-scientific-data-format","asdf","standards"],"latest_commit_sha":null,"homepage":"http://asdf-standard.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asdf-format.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-03-25T19:13:57.000Z","updated_at":"2025-08-21T20:14:47.000Z","dependencies_parsed_at":"2023-11-07T03:11:55.698Z","dependency_job_id":"e717d8f1-6f5a-4453-82fb-4fb22d7082e7","html_url":"https://github.com/asdf-format/asdf-standard","commit_stats":{"total_commits":704,"total_committers":26,"mean_commits":"27.076923076923077","dds":0.7428977272727273,"last_synced_commit":"b1093a7a1a1650d44c6c7173a42edebd3d68c3ce"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/asdf-format/asdf-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/sbom","scorecard":{"id":211170,"data":{"date":"2025-08-11","repo":{"name":"github.com/asdf-format/asdf-standard","commit":"2764c03e1462902786d58a6b62076586c9856e84"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"checks":[{"name":"Code-Review","score":4,"reason":"Found 2/5 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":"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":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/changelog.yml:1","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/downstream.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/changelog.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/changelog.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/downstream.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/downstream.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/asdf-format/asdf-standard/publish-to-pypi.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/downstream.yml:102","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"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":"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 28 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-17T00:47:32.384Z","repository_id":15381660,"created_at":"2025-08-17T00:47:32.384Z","updated_at":"2025-08-17T00:47:32.384Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271560779,"owners_count":24780930,"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-08-21T02:00:08.990Z","response_time":74,"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":"asdf-format","name":"asdf-format","uuid":"66382551","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/66382551?v=4","repositories_count":19,"last_synced_at":"2023-08-21T04:31:36.947Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/asdf-format","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T19:02:57.042Z","updated_at":"2023-08-21T04:31:37.758Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format/repositories"},"tags":[{"name":"1.3.0","sha":"555120b25beb2736743d3705fc277bfcbcb9afe6","kind":"tag","published_at":"2025-06-11T17:22:21.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.3.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.3.0/manifests"},{"name":"1.2.0","sha":"8ac4bd92483ece1ecd08b8bd99a37db72d5bc122","kind":"tag","published_at":"2025-05-21T15:29:30.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.2.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.2.0/manifests"},{"name":"1.1.2.dev","sha":"14ceba9dbe31044417fe400ed8db6b872b02c26c","kind":"tag","published_at":"2025-04-02T21:43:28.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.1.2.dev","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.1.2.dev","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.1.2.dev","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.2.dev","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.2.dev/manifests"},{"name":"1.1.1","sha":"4811016b66df0095ab5e6d3bc0a3e2b1cd76164e","kind":"tag","published_at":"2024-03-06T18:09:58.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.1.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"7c74435f4ff6f8515a0fa7d262d8b864a316abce","kind":"tag","published_at":"2024-03-05T21:42:45.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.1.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.0/manifests"},{"name":"1.0.3","sha":"7d0beda946a28178b96680576c9fca60eaa70945","kind":"tag","published_at":"2022-08-09T00:00:00.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.3","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.3/manifests"},{"name":"dev-1.0.3","sha":"d28131add608724058c6b9a160f6d1ec6bacf441","kind":"tag","published_at":"2022-08-08T23:58:22.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.3","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@dev-1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.3/manifests"},{"name":"dev-1.0.2","sha":"a092ec064c1b66ea1e7c802ff48bd9f3627a9db9","kind":"tag","published_at":"2022-04-15T17:27:44.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.2","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@dev-1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.2/manifests"},{"name":"1.0.2","sha":"903f0af40e80f045e27786b59c85178d5fdaa40c","kind":"tag","published_at":"2022-04-15T15:04:54.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.2","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.2/manifests"},{"name":"dev-1.0.1","sha":"80a2fb1ab19e7776bfc0e1b72b480e2462fb63be","kind":"tag","published_at":"2022-03-03T13:44:59.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@dev-1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.1/manifests"},{"name":"1.0.1","sha":"73a86aefc455ede0688385b945ad6abc7716bcea","kind":"tag","published_at":"2022-02-23T18:59:40.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"d3524898252cad4cabbe85f469c37a489a93b089","kind":"tag","published_at":"2022-02-14T20:55:40.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.0/manifests"},{"name":"pre-packaging-1.6.0","sha":"45b11d6b953c47b60ebf8d8a670d1c9c0abe76c2","kind":"tag","published_at":"2021-05-12T14:31:29.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.6.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@pre-packaging-1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.6.0/manifests"},{"name":"pre-packaging-1.5.0","sha":"860da4976ddf1d0550d4548d9af30ffad2c8d438","kind":"tag","published_at":"2020-04-23T01:53:27.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.5.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@pre-packaging-1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.5.0/manifests"},{"name":"pre-packaging-1.3.0","sha":"49ad781b8aa8a9d662503e736be5a4f520e5c313","kind":"tag","published_at":"2019-08-27T18:54:44.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.3.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@pre-packaging-1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.3.0/manifests"},{"name":"pre-packaging-1.0.0","sha":"4ceda981a72db5fc262e694f7ac7a3e8a3ad3e2f","kind":"tag","published_at":"2015-09-18T18:54:03.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.0.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/asdf-format/asdf-standard@pre-packaging-1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T23:38:43.182Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.387444483257646,"dependent_packages_count":15.649483507161035,"stargazers_count":37.062727681022004,"forks_count":32.42676780278457,"docker_downloads_count":null,"average":27.381605868556314},"purl":"pkg:conda/asdf-standard","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/asdf-standard","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/asdf-standard","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/asdf-standard/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-22T09:35:10.291Z","issues_count":33,"pull_requests_count":138,"avg_time_to_close_issue":44314674.294117644,"avg_time_to_close_pull_request":2103984.725925926,"issues_closed_count":17,"pull_requests_closed_count":135,"pull_request_authors_count":8,"issue_authors_count":14,"avg_comments_per_issue":1.8484848484848484,"avg_comments_per_pull_request":0.2246376811594203,"merged_pull_requests_count":122,"bot_issues_count":0,"bot_pull_requests_count":51,"past_year_issues_count":9,"past_year_pull_requests_count":30,"past_year_avg_time_to_close_issue":2082523.3333333333,"past_year_avg_time_to_close_pull_request":2065961.111111111,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.6666666666666665,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/asdf-standard/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/asdf-standard/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/asdf-standard/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/asdf-standard/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":13420,"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-09T06:53:47.128Z","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":2644482,"name":"asdf-standard","ecosystem":"pypi","description":"The ASDF Standard schemas","homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/asdf-format/asdf-standard","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2022-02-14T21:03:07.000Z","latest_release_published_at":"2025-08-27T20:36:35.000Z","latest_release_number":"1.4.0","last_synced_at":"2025-09-08T09:32:05.876Z","created_at":"2022-04-10T10:04:47.111Z","updated_at":"2025-09-08T09:32:05.876Z","registry_url":"https://pypi.org/project/asdf-standard/","install_command":"pip install asdf-standard --index-url https://pypi.org/simple","documentation_url":"https://asdf-standard.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"asdf-standard","project_status":null},"repo_metadata":{"id":15381660,"uuid":"18113139","full_name":"asdf-format/asdf-standard","owner":"asdf-format","description":"Standards document describing ASDF, Advanced Scientific Data Format","archived":false,"fork":false,"pushed_at":"2024-05-13T18:49:11.000Z","size":1188,"stargazers_count":70,"open_issues_count":55,"forks_count":29,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-05-22T09:02:41.050Z","etag":null,"topics":["advanced-scientific-data-format","asdf","standards"],"latest_commit_sha":null,"homepage":"http://asdf-standard.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asdf-format.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-03-25T19:13:57.000Z","updated_at":"2024-06-18T12:41:26.253Z","dependencies_parsed_at":"2023-11-07T03:11:55.698Z","dependency_job_id":"e717d8f1-6f5a-4453-82fb-4fb22d7082e7","html_url":"https://github.com/asdf-format/asdf-standard","commit_stats":{"total_commits":704,"total_committers":26,"mean_commits":"27.076923076923077","dds":0.7428977272727273,"last_synced_commit":"b1093a7a1a1650d44c6c7173a42edebd3d68c3ce"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217409437,"owners_count":16172595,"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":"asdf-format","name":"asdf-format","uuid":"66382551","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/66382551?v=4","repositories_count":19,"last_synced_at":"2023-08-21T04:31:36.947Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/asdf-format","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-07T19:02:57.042Z","updated_at":"2023-08-21T04:31:37.758Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdf-format/repositories"},"tags":[{"name":"1.1.1","sha":"4811016b66df0095ab5e6d3bc0a3e2b1cd76164e","kind":"tag","published_at":"2024-03-06T18:09:58.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.1.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"7c74435f4ff6f8515a0fa7d262d8b864a316abce","kind":"tag","published_at":"2024-03-05T21:42:45.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.1.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.1.0/manifests"},{"name":"1.0.3","sha":"7d0beda946a28178b96680576c9fca60eaa70945","kind":"tag","published_at":"2022-08-09T00:00:00.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.3","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.3/manifests"},{"name":"dev-1.0.3","sha":"d28131add608724058c6b9a160f6d1ec6bacf441","kind":"tag","published_at":"2022-08-08T23:58:22.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.3","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.3/manifests"},{"name":"dev-1.0.2","sha":"a092ec064c1b66ea1e7c802ff48bd9f3627a9db9","kind":"tag","published_at":"2022-04-15T17:27:44.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.2","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.2/manifests"},{"name":"1.0.2","sha":"903f0af40e80f045e27786b59c85178d5fdaa40c","kind":"tag","published_at":"2022-04-15T15:04:54.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.2","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.2/manifests"},{"name":"dev-1.0.1","sha":"80a2fb1ab19e7776bfc0e1b72b480e2462fb63be","kind":"tag","published_at":"2022-03-03T13:44:59.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/dev-1.0.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/dev-1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/dev-1.0.1/manifests"},{"name":"1.0.1","sha":"73a86aefc455ede0688385b945ad6abc7716bcea","kind":"tag","published_at":"2022-02-23T18:59:40.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.1","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"d3524898252cad4cabbe85f469c37a489a93b089","kind":"tag","published_at":"2022-02-14T20:55:40.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/1.0.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/1.0.0/manifests"},{"name":"pre-packaging-1.6.0","sha":"45b11d6b953c47b60ebf8d8a670d1c9c0abe76c2","kind":"tag","published_at":"2021-05-12T14:31:29.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.6.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.6.0/manifests"},{"name":"pre-packaging-1.5.0","sha":"860da4976ddf1d0550d4548d9af30ffad2c8d438","kind":"tag","published_at":"2020-04-23T01:53:27.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.5.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.5.0/manifests"},{"name":"pre-packaging-1.3.0","sha":"49ad781b8aa8a9d662503e736be5a4f520e5c313","kind":"tag","published_at":"2019-08-27T18:54:44.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.3.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.3.0/manifests"},{"name":"pre-packaging-1.0.0","sha":"4ceda981a72db5fc262e694f7ac7a3e8a3ad3e2f","kind":"tag","published_at":"2015-09-18T18:54:03.000Z","download_url":"https://codeload.github.com/asdf-format/asdf-standard/tar.gz/pre-packaging-1.0.0","html_url":"https://github.com/asdf-format/asdf-standard/releases/tag/pre-packaging-1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/tags/pre-packaging-1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-10-22T09:35:10.914Z","dependent_packages_count":9,"downloads":354513,"downloads_period":"last-month","dependent_repos_count":19,"rankings":{"downloads":1.2083838176012924,"dependent_repos_count":3.3196483173145617,"dependent_packages_count":1.5880606797318872,"stargazers_count":null,"forks_count":null,"docker_downloads_count":1.6875080965335405,"average":1.9509002277953205},"purl":"pkg:pypi/asdf-standard","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/asdf-standard","docker_dependents_count":3,"docker_downloads_count":3035,"usage_url":"https://repos.ecosyste.ms/usage/pypi/asdf-standard","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/asdf-standard/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-21T04:09:18.219Z","issues_count":33,"pull_requests_count":138,"avg_time_to_close_issue":44314674.294117644,"avg_time_to_close_pull_request":2103984.725925926,"issues_closed_count":17,"pull_requests_closed_count":135,"pull_request_authors_count":8,"issue_authors_count":14,"avg_comments_per_issue":1.8484848484848484,"avg_comments_per_pull_request":0.2246376811594203,"merged_pull_requests_count":122,"bot_issues_count":0,"bot_pull_requests_count":51,"past_year_issues_count":9,"past_year_pull_requests_count":30,"past_year_avg_time_to_close_issue":2082523.3333333333,"past_year_avg_time_to_close_pull_request":2065961.111111111,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":2.6666666666666665,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/asdf-standard/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/asdf-standard/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/asdf-standard/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/asdf-standard/related_packages","maintainers":[{"uuid":"braingram","login":"braingram","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/braingram/","role":null,"created_at":"2022-11-15T08:15:25.931Z","updated_at":"2022-11-15T08:15:25.931Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/braingram/packages"},{"uuid":"dencheva","login":"dencheva","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/dencheva/","role":null,"created_at":"2022-11-15T08:15:25.938Z","updated_at":"2022-11-15T08:15:25.938Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/dencheva/packages"},{"uuid":"perrygreenfield","login":"perrygreenfield","name":null,"email":null,"url":null,"packages_count":11,"html_url":"https://pypi.org/user/perrygreenfield/","role":null,"created_at":"2022-11-15T08:15:25.945Z","updated_at":"2022-11-15T08:15:25.945Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/perrygreenfield/packages"},{"uuid":"stsci_ssb","login":"stsci_ssb","name":null,"email":null,"url":null,"packages_count":65,"html_url":"https://pypi.org/user/stsci_ssb/","role":null,"created_at":"2022-11-15T08:15:25.955Z","updated_at":"2022-11-15T08:15:25.955Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/stsci_ssb/packages"},{"uuid":"asdf_maintainer","login":"asdf_maintainer","name":null,"email":null,"url":null,"packages_count":9,"html_url":"https://pypi.org/user/asdf_maintainer/","role":null,"created_at":"2022-11-15T08:15:25.971Z","updated_at":"2022-11-15T08:15:25.971Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/asdf_maintainer/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726458,"maintainers_count":308863,"namespaces_count":0,"keywords_count":238369,"github":"pypi","metadata":{"funded_packages_count":50594},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-09T06:31:19.922Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":30340,"full_name":"asdf-format/asdf-standard","default_branch":"main","committers":[{"name":"Michael Droettboom","email":"mdboom@gmail.com","count":181},{"name":"William Jamieson","email":"wjamieson@stsci.edu","count":136},{"name":"Daniel D'Avella","email":"ddavella@stsci.edu","count":113},{"name":"Daniel D'Avella","email":"drdavella@gmail.com","count":67},{"name":"Nadia Dencheva","email":"nadia.dencheva@gmail.com","count":46},{"name":"Ed Slavich","email":"eslavich@stsci.edu","count":37},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]@users.noreply.github.com","count":30},{"name":"Clare Shanahan","email":"cshanahan@stsci.edu","count":22},{"name":"Brett","email":"brettgraham@gmail.com","count":12},{"name":"Miguel de Val-Borro","email":"miguel@archlinux.net","count":10},{"name":"Stuart Mumford","email":"stuart@cadair.com","count":10},{"name":"Ken MacDonald","email":"kmacdonald@stsci.edu","count":9},{"name":"Justin Ely","email":"justincely@gmail.com","count":7},{"name":"Erik M. Bray","email":"embray@stsci.edu","count":4},{"name":"Perry Greenfield","email":"perry@stsci.edu","count":4},{"name":"Miguel de Val-Borro","email":"miguel.deval@gmail.com","count":3},{"name":"Ole Streicher","email":"olebole@debian.org","count":2},{"name":"Justin Ely","email":"ely@stsci.edu","count":2},{"name":"Erik Bray","email":"erik.m.bray@gmail.com","count":2},{"name":"Mike Toews","email":"mwtoews@gmail.com","count":1},{"name":"William Jamieson","email":"william.b.jamieson@nasa.gov","count":1},{"name":"Edward Slavich","email":"eslavich@users.noreply.github.com","count":1},{"name":"Lion Krischer","email":"krischer@geophysik.uni-muenchen.de","count":1},{"name":"Edward Slavich","email":"ed.slavich@justappraised.com","count":1},{"name":"Nadia Dencheva","email":"nadia.astropy@gmail.com","count":1},{"name":"zacharyburnett","email":"zburnett@stsci.edu","count":1}],"total_commits":704,"total_committers":26,"total_bot_commits":30,"total_bot_committers":1,"mean_commits":27.076923076923077,"dds":0.7428977272727273,"past_year_committers":[{"name":"William Jamieson","email":"wjamieson@stsci.edu","count":70},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]@users.noreply.github.com","count":28},{"name":"Brett","email":"brettgraham@gmail.com","count":12},{"name":"Edward Slavich","email":"ed.slavich@justappraised.com","count":1},{"name":"William Jamieson","email":"william.b.jamieson@nasa.gov","count":1},{"name":"zacharyburnett","email":"zburnett@stsci.edu","count":1}],"past_year_total_commits":113,"past_year_total_committers":6,"past_year_total_bot_commits":28,"past_year_total_bot_committers":1,"past_year_mean_commits":18.833333333333332,"past_year_dds":0.38053097345132747,"last_synced_at":"2023-04-26T14:45:26.545Z","last_synced_commit":"b1093a7a1a1650d44c6c7173a42edebd3d68c3ce","created_at":"2023-03-07T16:43:28.203Z","updated_at":"2023-09-19T15:43:16.361Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"asdf-format/asdf-standard","html_url":"https://github.com/asdf-format/asdf-standard","last_synced_at":"2025-08-31T15:20:13.954Z","status":null,"issues_count":57,"pull_requests_count":151,"avg_time_to_close_issue":120999562.0,"avg_time_to_close_pull_request":2034208.3103448276,"issues_closed_count":33,"pull_requests_closed_count":145,"pull_request_authors_count":9,"issue_authors_count":19,"avg_comments_per_issue":1.5087719298245614,"avg_comments_per_pull_request":0.271523178807947,"merged_pull_requests_count":131,"bot_issues_count":0,"bot_pull_requests_count":52,"past_year_issues_count":11,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":8754.0,"past_year_avg_time_to_close_pull_request":1092226.7,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.7142857142857143,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":9,"created_at":"2023-05-10T21:21:40.425Z","updated_at":"2025-09-03T04:29:02.926Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdf-format%2Fasdf-standard/issues","issue_labels_count":{"ASDF Standard 2.0.0":6,"enhancement":2,"FADF Paper I":1},"pull_request_labels_count":{"no-changelog-entry-needed":94,"Downstream CI":12,"dependencies":7,"github_actions":4,"Docs":3,"python":3,"bug":1},"issue_author_associations_count":{"CONTRIBUTOR":45,"NONE":14},"pull_request_author_associations_count":{"CONTRIBUTOR":170,"NONE":2},"issue_authors":{"braingram":19,"mdboom":7,"perrygreenfield":6,"eslavich":4,"CagtayFabry":3,"WilliamJamieson":3,"drdavella":3,"eschnett":2,"tiagopereira":1,"kjmiller944":1,"Cadair":1,"jeffreypaul15":1,"certik":1,"superwakk1":1,"olebole":1,"maxnoe":1,"acovaci":1,"embray":1,"gpdf":1,"PaulHuwe":1},"pull_request_authors":{"braingram":66,"pre-commit-ci[bot]":45,"WilliamJamieson":41,"eslavich":7,"dependabot[bot]":7,"alphasentaurii":3,"alexlanghart":2,"Cadair":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-06T00:00:15.144Z","repositories_count":10122615,"issues_count":31721744,"pull_requests_count":98828394,"authors_count":10710967,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"no-changelog-entry-needed":4,"Downstream CI":1,"dependencies":1,"github_actions":1},"past_year_issue_author_associations_count":{"CONTRIBUTOR":11,"NONE":1},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":15,"NONE":1},"past_year_issue_authors":{"braingram":10,"embray":1,"PaulHuwe":1},"past_year_pull_request_authors":{"braingram":12,"alphasentaurii":3,"dependabot[bot]":1},"maintainers":[],"active_maintainers":[]},"events":{"total":{"CreateEvent":6,"ReleaseEvent":2,"IssuesEvent":39,"WatchEvent":5,"DeleteEvent":2,"IssueCommentEvent":42,"PushEvent":14,"GollumEvent":8,"PullRequestReviewCommentEvent":6,"PullRequestEvent":21,"PullRequestReviewEvent":14,"ForkEvent":2},"last_year":{"CreateEvent":6,"ReleaseEvent":2,"IssuesEvent":39,"WatchEvent":5,"DeleteEvent":2,"IssueCommentEvent":42,"PushEvent":14,"GollumEvent":8,"PullRequestReviewCommentEvent":6,"PullRequestEvent":21,"PullRequestReviewEvent":14,"ForkEvent":2}},"keywords":["advanced-scientific-data-format","asdf","standards"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/changelog.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:23:50.675Z","updated_at":"2023-01-13T18:23:50.675Z","repository_link":"https://github.com/asdf-format/asdf-standard/blob/main/.github/workflows/changelog.yml","dependencies":[{"id":6891032716,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:23:50.686Z","updated_at":"2023-01-13T18:23:50.686Z","repository_link":"https://github.com/asdf-format/asdf-standard/blob/main/.github/workflows/ci.yml","dependencies":[{"id":6891032717,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891032718,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/downstream.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:23:50.709Z","updated_at":"2023-01-13T18:23:50.709Z","repository_link":"https://github.com/asdf-format/asdf-standard/blob/main/.github/workflows/downstream.yml","dependencies":[{"id":6891032719,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891032720,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-02-16T16:15:40.077Z","updated_at":"2023-02-16T16:15:40.077Z","repository_link":"https://github.com/asdf-format/asdf-standard/blob/main/pyproject.toml","dependencies":[{"id":7717913617,"package_name":"importlib_resources","ecosystem":"pypi","requirements":"\u003e= 3; python_version\u003c\"3.9\"","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish-to-pypi.yml","sha":null,"kind":"manifest","created_at":"2023-09-26T12:50:43.629Z","updated_at":"2023-09-26T12:50:43.629Z","repository_link":"https://github.com/asdf-format/asdf-standard/blob/main/.github/workflows/publish-to-pypi.yml","dependencies":[]}],"score":20.935582430914703,"created_at":"2025-09-08T23:24:46.547Z","updated_at":"2025-10-07T08:34:03.820Z","avatar_url":"https://github.com/asdf-format.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":354513,"funding_links":[],"readme_doi_urls":["https://doi.org/10.1016/j.ascom.2015.06.004"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["astronomy","astropy","jwst","astrophysics","astropy-affiliated","photometry","source-detection","nancy-grace-roman-space-telescope","unum","posit"],"project_url":"https://science.ecosyste.ms/api/v1/projects/125674","html_url":"https://science.ecosyste.ms/projects/125674"}