{"id":13546,"name":"typhon","description":"A collection of tools for atmospheric research with Python 3.","url":"https://github.com/atmtools/typhon","last_synced_at":"2026-04-11T01:02:09.755Z","repository":{"id":7778248,"uuid":"44517034","full_name":"atmtools/typhon","owner":"atmtools","description":"Tools for atmospheric research","archived":false,"fork":false,"pushed_at":"2024-11-14T14:02:27.000Z","size":5749,"stargazers_count":63,"open_issues_count":12,"forks_count":30,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-03-27T06:41:08.628Z","etag":null,"topics":["atmospheric-science","python","python3","radiative-transfer","science"],"latest_commit_sha":null,"homepage":"http://www.radiativetransfer.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/atmtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2015-10-19T07:07:24.000Z","updated_at":"2026-01-14T03:34:08.000Z","dependencies_parsed_at":"2024-06-13T04:18:17.133Z","dependency_job_id":"031cf87d-7512-446b-8383-a6d4b097d855","html_url":"https://github.com/atmtools/typhon","commit_stats":{"total_commits":1777,"total_committers":25,"mean_commits":71.08,"dds":0.7214406302757457,"last_synced_commit":"772047cb38470fcba59184c8b5d4606fb0cce090"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/atmtools/typhon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/sbom","scorecard":{"id":214910,"data":{"date":"2025-08-11","repo":{"name":"github.com/atmtools/typhon","commit":"d45ba14ff03201659a7658f9b2e9ba8175832fd2"},"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":"Code-Review","score":0,"reason":"Found 0/9 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":"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":"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/build-test.yml:1","Warn: no topLevel permission defined: .github/workflows/python-publish.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":"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":"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":"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/build-test.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/python-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/python-publish.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:19","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 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":"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: MIT 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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"19 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2019-241","Warn: Project is vulnerable to: GHSA-cjgq-5qmw-rcj6","Warn: Project is vulnerable to: GHSA-x4wf-678h-2pmq","Warn: Project is vulnerable to: PYSEC-2023-163 / GHSA-f73w-4m7g-ch9x","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-17T01:28:29.925Z","repository_id":7778248,"created_at":"2025-08-17T01:28:29.925Z","updated_at":"2025-08-17T01:28:29.925Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31379452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T21:40:47.592Z","status":"ssl_error","status_checked_at":"2026-04-03T21:40:05.436Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"atmtools","name":"atmtools","uuid":"17474833","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17474833?v=4","repositories_count":20,"last_synced_at":"2024-03-26T20:20:15.893Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/atmtools","funding_links":[],"total_stars":143,"followers":5,"following":0,"created_at":"2022-11-04T08:57:51.492Z","updated_at":"2024-03-26T20:20:15.974Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools/repositories"},"packages":[{"id":2957716,"name":"typhon","ecosystem":"pypi","description":"Typhon is a collection of tools for atmospheric research.","homepage":"https://github.com/atmtools/typhon","licenses":"MIT License","normalized_licenses":["MIT"],"repository_url":"https://github.com/atmtools/typhon","keywords_array":["one","two"],"namespace":null,"versions_count":32,"first_release_published_at":"2015-11-11T06:26:17.000Z","latest_release_published_at":"2024-07-05T10:20:26.000Z","latest_release_number":"0.10.0","last_synced_at":"2026-04-01T21:01:19.562Z","created_at":"2022-04-10T12:56:22.260Z","updated_at":"2026-04-01T21:01:19.563Z","registry_url":"https://pypi.org/project/typhon/","install_command":"pip install typhon --index-url https://pypi.org/simple","documentation_url":"https://typhon.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Intended Audience :: Science/Research","License :: OSI Approved :: MIT License","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Topic :: Scientific/Engineering :: Atmospheric Science"],"normalized_name":"typhon","project_status":null},"repo_metadata":{"id":7778248,"uuid":"44517034","full_name":"atmtools/typhon","owner":"atmtools","description":"Tools for atmospheric research","archived":false,"fork":false,"pushed_at":"2024-07-05T11:03:11.000Z","size":5707,"stargazers_count":59,"open_issues_count":11,"forks_count":32,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-29T21:01:21.873Z","etag":null,"topics":["atmospheric-science","python","python3","radiative-transfer","science"],"latest_commit_sha":null,"homepage":"http://www.radiativetransfer.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/atmtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2015-10-19T07:07:24.000Z","updated_at":"2024-10-29T09:22:22.000Z","dependencies_parsed_at":"2024-06-13T04:18:17.133Z","dependency_job_id":"0fd97fbd-707b-43db-b3ca-df8b0a2c6ceb","html_url":"https://github.com/atmtools/typhon","commit_stats":{"total_commits":1770,"total_committers":25,"mean_commits":70.8,"dds":0.7203389830508475,"last_synced_commit":"6bd493679666f02dd017a363b5ec677acb5f0a3a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222132521,"owners_count":16936607,"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":"atmtools","name":"atmtools","uuid":"17474833","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17474833?v=4","repositories_count":20,"last_synced_at":"2024-03-26T20:20:15.893Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/atmtools","funding_links":[],"total_stars":143,"followers":5,"following":0,"created_at":"2022-11-04T08:57:51.492Z","updated_at":"2024-03-26T20:20:15.974Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools/repositories"},"tags":[{"name":"v0.9.0","sha":"b826b5bedd7ac2b429b49e041d1c4f7cefb850af","kind":"commit","published_at":"2021-12-16T12:11:54.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.9.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"0e8bfdc4a46c86577c02c7b9d84ab79debab16e5","kind":"commit","published_at":"2020-01-24T07:01:23.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.8.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5d15d5571a0dfb17a2c5a9ea5040ac06e2514b5d","kind":"commit","published_at":"2019-01-24T08:46:10.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.7.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"0e9aa44274eb275ce0fce489a5d6b488b1063110","kind":"commit","published_at":"2018-06-29T09:34:07.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.6.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"3fbd32f3a6ad58b7b3c7e595671f4af3bcd37620","kind":"commit","published_at":"2017-12-04T12:35:15.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.5.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.5.0/manifests"}]},"repo_metadata_updated_at":"2024-10-29T23:40:38.929Z","dependent_packages_count":1,"downloads":405,"downloads_period":"last-month","dependent_repos_count":7,"rankings":{"downloads":17.154663472078674,"dependent_repos_count":5.644777621369963,"dependent_packages_count":3.2435152210473146,"stargazers_count":9.07295204721866,"forks_count":6.849585935511658,"docker_downloads_count":null,"average":8.393098859445255},"purl":"pkg:pypi/typhon","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/typhon","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/typhon","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/typhon/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T20:02:58.817Z","issues_count":16,"pull_requests_count":96,"avg_time_to_close_issue":12314046.416666666,"avg_time_to_close_pull_request":429446.8191489362,"issues_closed_count":12,"pull_requests_closed_count":94,"pull_request_authors_count":13,"issue_authors_count":8,"avg_comments_per_issue":2.375,"avg_comments_per_pull_request":0.4479166666666667,"merged_pull_requests_count":94,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":181157.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.45454545454545453,"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/atmtools%2Ftyphon/issues","maintainers":[{"login":"olemke","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/olemke"},{"login":"lkluft","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lkluft"}],"active_maintainers":[{"login":"olemke","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/olemke"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/typhon/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/typhon/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/typhon/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/typhon/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/typhon/codemeta","maintainers":[{"uuid":"olemke","login":"olemke","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/olemke/","role":null,"created_at":"2023-02-25T17:26:57.484Z","updated_at":"2023-02-25T17:26:57.484Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/olemke/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":831939,"maintainers_count":355113,"namespaces_count":0,"keywords_count":0,"github":"pypi","metadata":{"funded_packages_count":53036},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-04-03T06:19:43.792Z","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":11729240,"name":"github.com/atmtools/typhon","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/atmtools/typhon","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2017-12-04T12:35:15.000Z","latest_release_published_at":"2024-07-05T07:53:59.000Z","latest_release_number":"v0.10.0","last_synced_at":"2026-04-01T21:01:20.918Z","created_at":"2025-06-04T10:54:25.408Z","updated_at":"2026-04-01T21:01:20.919Z","registry_url":"https://pkg.go.dev/github.com/atmtools/typhon","install_command":"go get github.com/atmtools/typhon","documentation_url":"https://pkg.go.dev/github.com/atmtools/typhon#section-documentation","metadata":{},"repo_metadata":{"id":7778248,"uuid":"44517034","full_name":"atmtools/typhon","owner":"atmtools","description":"Tools for atmospheric research","archived":false,"fork":false,"pushed_at":"2024-11-14T14:02:27.000Z","size":5749,"stargazers_count":61,"open_issues_count":12,"forks_count":31,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-01T03:02:35.526Z","etag":null,"topics":["atmospheric-science","python","python3","radiative-transfer","science"],"latest_commit_sha":null,"homepage":"http://www.radiativetransfer.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/atmtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2015-10-19T07:07:24.000Z","updated_at":"2025-06-09T06:59:31.000Z","dependencies_parsed_at":"2024-06-13T04:18:17.133Z","dependency_job_id":"0fd97fbd-707b-43db-b3ca-df8b0a2c6ceb","html_url":"https://github.com/atmtools/typhon","commit_stats":{"total_commits":1777,"total_committers":25,"mean_commits":71.08,"dds":0.7214406302757457,"last_synced_commit":"772047cb38470fcba59184c8b5d4606fb0cce090"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/atmtools/typhon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/sbom","scorecard":{"id":214910,"data":{"date":"2025-08-11","repo":{"name":"github.com/atmtools/typhon","commit":"d45ba14ff03201659a7658f9b2e9ba8175832fd2"},"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":"Code-Review","score":0,"reason":"Found 0/9 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":"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":"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/build-test.yml:1","Warn: no topLevel permission defined: .github/workflows/python-publish.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":"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":"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":"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/build-test.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/python-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/atmtools/typhon/python-publish.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:19","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 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":"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: MIT 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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"19 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2019-241","Warn: Project is vulnerable to: GHSA-cjgq-5qmw-rcj6","Warn: Project is vulnerable to: GHSA-x4wf-678h-2pmq","Warn: Project is vulnerable to: PYSEC-2023-163 / GHSA-f73w-4m7g-ch9x","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2020-107 / GHSA-jjw5-xxj6-pcv5","Warn: Project is vulnerable to: PYSEC-2024-110 / GHSA-jw8x-6495-233v","Warn: Project is vulnerable to: PYSEC-2020-108","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-17T01:28:29.925Z","repository_id":7778248,"created_at":"2025-08-17T01:28:29.925Z","updated_at":"2025-08-17T01:28:29.925Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740435,"owners_count":26037478,"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-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"atmtools","name":"atmtools","uuid":"17474833","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/17474833?v=4","repositories_count":20,"last_synced_at":"2024-03-26T20:20:15.893Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/atmtools","funding_links":[],"total_stars":143,"followers":5,"following":0,"created_at":"2022-11-04T08:57:51.492Z","updated_at":"2024-03-26T20:20:15.974Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools/repositories"},"tags":[{"name":"v0.10.0","sha":"4871e360b53e161c695aa82d10fbba749fc4bf18","kind":"commit","published_at":"2024-07-05T07:53:59.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.10.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"b826b5bedd7ac2b429b49e041d1c4f7cefb850af","kind":"commit","published_at":"2021-12-16T12:11:54.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.9.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"0e8bfdc4a46c86577c02c7b9d84ab79debab16e5","kind":"commit","published_at":"2020-01-24T07:01:23.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.8.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5d15d5571a0dfb17a2c5a9ea5040ac06e2514b5d","kind":"commit","published_at":"2019-01-24T08:46:10.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.7.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"0e9aa44274eb275ce0fce489a5d6b488b1063110","kind":"commit","published_at":"2018-06-29T09:34:07.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.6.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"3fbd32f3a6ad58b7b3c7e595671f4af3bcd37620","kind":"commit","published_at":"2017-12-04T12:35:15.000Z","download_url":"https://codeload.github.com/atmtools/typhon/tar.gz/v0.5.0","html_url":"https://github.com/atmtools/typhon/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/atmtools/typhon@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/tags/v0.5.0/manifests"}]},"repo_metadata_updated_at":"2025-10-10T03:05:51.757Z","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/atmtools/typhon","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/atmtools/typhon","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/atmtools/typhon","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/atmtools/typhon/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T11:09:23.559Z","issues_count":16,"pull_requests_count":99,"avg_time_to_close_issue":12314046.416666666,"avg_time_to_close_pull_request":420571.1770833333,"issues_closed_count":12,"pull_requests_closed_count":96,"pull_request_authors_count":13,"issue_authors_count":8,"avg_comments_per_issue":2.375,"avg_comments_per_pull_request":0.43434343434343436,"merged_pull_requests_count":96,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3416.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/issues","maintainers":[{"login":"olemke","count":55,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/olemke"},{"login":"lkluft","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lkluft"}],"active_maintainers":[{"login":"olemke","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/olemke"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fatmtools%2Ftyphon/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fatmtools%2Ftyphon/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fatmtools%2Ftyphon/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fatmtools%2Ftyphon/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fatmtools%2Ftyphon/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2085511,"maintainers_count":0,"namespaces_count":779106,"keywords_count":0,"github":"golang","metadata":{"funded_packages_count":53416},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-03T06:05:35.160Z","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"}}],"commits":{"id":675861,"full_name":"atmtools/typhon","default_branch":"master","total_commits":1787,"total_committers":23,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":77.69565217391305,"dds":0.7229994404029099,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-04-01T21:01:43.617Z","last_synced_commit":"d45ba14ff03201659a7658f9b2e9ba8175832fd2","created_at":"2023-03-09T10:40:03.179Z","updated_at":"2026-04-01T21:01:13.273Z","committers":[{"name":"John Mrziglod","email":"mrzo@gmx.de","login":"JohnMrziglod","count":495},{"name":"Lukas Kluft","email":"lukas.kluft@gmail.com","login":"lkluft","count":431},{"name":"Oliver Lemke","email":"olemke@gmail.com","login":"olemke","count":389},{"name":"Gerrit Holl","email":"gerrit.holl@gmail.com","login":"gerritholl","count":222},{"name":"Simon Pfreundschuh","email":"simon.pfreundschuh@chalmers.se","login":null,"count":112},{"name":"Theresa Mieslinger","email":"theresa.mieslinger@gmail.com","login":"tmieslinger","count":49},{"name":"Richard Larsson","email":"ric.larsson@gmail.com","login":"riclarsson","count":41},{"name":"Takayoshi Yamada","email":"yamada.t.bd@m.titech.ac.jp","login":"TakayoshiYamada","count":11},{"name":"Leonie Nellesen","email":"leonie.nellesen@gmail.com","login":"lnellesen","count":7},{"name":"Jonas Hagen","email":"jonas.hagen@iap.unibe.ch","login":null,"count":5},{"name":"zxdawn","email":"xinzhang1215@gmail.com","login":"zxdawn","count":4},{"name":"Jon","email":"jon.petersen@web.de","login":"j-petersen","count":4},{"name":"Jakob Doerr","email":"jakobdoerr@googlemail.com","login":"jakobdoerr","count":3},{"name":"Marc Prange","email":"marc.prange@gmx.de","login":"Smpljack","count":3},{"name":"Manfred Brath","email":"manfred.brath@uni-hamburg.de","login":"m-brath","count":2},{"name":"John Mrziglod","email":"u300512@mistralpp5.hpc.dkrz.de","login":null,"count":2},{"name":"David Haberthür","email":"email@davidhaberthuer.ch","login":"habi","count":1},{"name":"Geet George","email":"46085279+Geet-George","login":"Geet-George","count":1},{"name":"James McDonald","email":"jlmcd76@gmail.com","login":"JimInCO","count":1},{"name":"Stuart Fox","email":"stuart.fox@metoffice.gov.uk","login":"stuartfox","count":1},{"name":"Robin Ekelund","email":"robin.ekelund@chalmers.se","login":null,"count":1},{"name":"Richard Larsson","email":"larsson@mps.mpg.de","login":null,"count":1},{"name":"TheresaLang","email":"theresa_lang@gmx.net","login":"TheresaLang","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-03T00:00:08.542Z","repositories_count":6211307,"commits_count":927244946,"contributors_count":35800522,"owners_count":1145313,"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":"atmtools/typhon","html_url":"https://github.com/atmtools/typhon","last_synced_at":"2026-03-08T10:01:00.486Z","status":"error","issues_count":16,"pull_requests_count":99,"avg_time_to_close_issue":12314046.416666666,"avg_time_to_close_pull_request":420571.1770833333,"issues_closed_count":12,"pull_requests_closed_count":96,"pull_request_authors_count":13,"issue_authors_count":8,"avg_comments_per_issue":2.375,"avg_comments_per_pull_request":0.43434343434343436,"merged_pull_requests_count":96,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3416.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"created_at":"2023-05-15T02:01:04.119Z","updated_at":"2026-03-08T10:01:00.486Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Ftyphon/issues","issue_labels_count":{"bug":8,"API changes":3,"feature":2,"discussion":2,"enhancement":1},"pull_request_labels_count":{"enhancement":2,"API changes":1},"issue_author_associations_count":{"CONTRIBUTOR":8,"NONE":5,"MEMBER":4},"pull_request_author_associations_count":{"MEMBER":73,"CONTRIBUTOR":31,"NONE":4},"issue_authors":{"gerritholl":7,"olemke":3,"simonpf":2,"jonderwaater":1,"zxdawn":1,"lkluft":1,"vibinj":1,"oam31":1},"pull_request_authors":{"olemke":52,"lkluft":21,"tmieslinger":13,"gerritholl":9,"simonpf":4,"j-petersen":2,"habi":1,"lnellesen":1,"zxdawn":1,"Smpljack":1,"m-brath":1,"Geet-George":1,"riclarsson":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-03-30T00:00:07.548Z","repositories_count":14006043,"issues_count":34545339,"pull_requests_count":112941771,"authors_count":11212449,"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":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"olemke","count":55,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/olemke"},{"login":"lkluft","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lkluft"}],"active_maintainers":[]},"events":{"total":{"PullRequestEvent":4,"WatchEvent":3,"PushEvent":2},"last_year":{"WatchEvent":1}},"keywords":["atmospheric-science","python","python3","radiative-transfer","science"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-01T08:09:47.373Z","updated_at":"2022-08-01T08:09:47.373Z","repository_link":"https://github.com/atmtools/typhon/blob/master/requirements.txt","dependencies":[{"id":536375040,"package_name":"cartopy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375041,"package_name":"cython","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375042,"package_name":"fsspec","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375043,"package_name":"gdal","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375044,"package_name":"h5netcdf","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375045,"package_name":"keras","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375046,"package_name":"matplotlib","ecosystem":"pypi","requirements":"\u003e=1.4","direct":true,"kind":"runtime","optional":false},{"id":536375047,"package_name":"nbsphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375048,"package_name":"netCDF4","ecosystem":"pypi","requirements":"\u003e=1.1.1","direct":true,"kind":"runtime","optional":false},{"id":536375049,"package_name":"numba","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375050,"package_name":"numexpr","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375051,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.13","direct":true,"kind":"runtime","optional":false},{"id":536375052,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375053,"package_name":"pint","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375054,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375055,"package_name":"pykdtree","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375056,"package_name":"scikit-image","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375057,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375058,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.15.1","direct":true,"kind":"runtime","optional":false},{"id":536375059,"package_name":"setuptools","ecosystem":"pypi","requirements":"\u003e=0.7.2","direct":true,"kind":"runtime","optional":false},{"id":536375060,"package_name":"sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375061,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536375062,"package_name":"xarray","ecosystem":"pypi","requirements":"\u003e=0.10.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-08-01T08:09:47.592Z","updated_at":"2022-08-01T08:09:47.592Z","repository_link":"https://github.com/atmtools/typhon/blob/master/setup.py","dependencies":[{"id":536376872,"package_name":"docutils","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376873,"package_name":"fsspec","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376874,"package_name":"h5netcdf","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376875,"package_name":"imageio","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376876,"package_name":"matplotlib","ecosystem":"pypi","requirements":"\u003e=1.4","direct":true,"kind":"runtime","optional":false},{"id":536376877,"package_name":"netCDF4","ecosystem":"pypi","requirements":"\u003e=1.1.1","direct":true,"kind":"runtime","optional":false},{"id":536376878,"package_name":"numba","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376879,"package_name":"numexpr","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376880,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.13","direct":true,"kind":"runtime","optional":false},{"id":536376881,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376882,"package_name":"scikit-image","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376883,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":536376884,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.15.1","direct":true,"kind":"runtime","optional":false},{"id":536376885,"package_name":"setuptools","ecosystem":"pypi","requirements":"\u003e=0.7.2","direct":true,"kind":"runtime","optional":false},{"id":536376886,"package_name":"xarray","ecosystem":"pypi","requirements":"\u003e=0.10.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build-test.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:47:39.057Z","updated_at":"2023-09-21T19:47:39.057Z","repository_link":"https://github.com/atmtools/typhon/blob/master/.github/workflows/build-test.yml","dependencies":[{"id":13856922385,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856922386,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-publish.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:47:40.394Z","updated_at":"2023-09-21T19:47:40.394Z","repository_link":"https://github.com/atmtools/typhon/blob/master/.github/workflows/python-publish.yml","dependencies":[{"id":13856922477,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856922478,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"conda","filepath":"environment.yml","sha":null,"kind":"manifest","created_at":"2024-06-13T04:18:15.803Z","updated_at":"2024-06-13T04:18:15.803Z","repository_link":"https://github.com/atmtools/typhon/blob/master/environment.yml","dependencies":[{"id":18577225638,"package_name":"cartopy","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225639,"package_name":"cython","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225640,"package_name":"fsspec","ecosystem":"conda","requirements":"!=2023.12.0,!=2023.12.1,!=2024.3.1","direct":true,"kind":"runtime","optional":false},{"id":18577225641,"package_name":"gdal","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225642,"package_name":"h5netcdf","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225643,"package_name":"keras","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225644,"package_name":"matplotlib","ecosystem":"conda","requirements":"\u003e=1.4","direct":true,"kind":"runtime","optional":false},{"id":18577225645,"package_name":"nbsphinx","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225646,"package_name":"netcdf4","ecosystem":"conda","requirements":"\u003e=1.1.1","direct":true,"kind":"runtime","optional":false},{"id":18577225647,"package_name":"numba","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225648,"package_name":"numexpr","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225649,"package_name":"numpy","ecosystem":"conda","requirements":"\u003e=1.13","direct":true,"kind":"runtime","optional":false},{"id":18577225650,"package_name":"pandas","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225651,"package_name":"pint","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225652,"package_name":"pykdtree","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225653,"package_name":"pytest","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225654,"package_name":"python","ecosystem":"conda","requirements":"\u003e=3.10","direct":true,"kind":"runtime","optional":false},{"id":18577225655,"package_name":"scikit-image","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225656,"package_name":"scikit-learn","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225657,"package_name":"scipy","ecosystem":"conda","requirements":"\u003e=0.15.1","direct":true,"kind":"runtime","optional":false},{"id":18577225658,"package_name":"setuptools","ecosystem":"conda","requirements":"\u003e=0.7.2","direct":true,"kind":"runtime","optional":false},{"id":18577225659,"package_name":"sphinx","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225660,"package_name":"sphinx_rtd_theme","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18577225661,"package_name":"xarray","ecosystem":"conda","requirements":"\u003e=0.10.2","direct":true,"kind":"runtime","optional":false}]}],"score":13.478848303290775,"created_at":"2023-09-11T14:41:44.226Z","updated_at":"2026-04-11T01:02:09.797Z","avatar_url":"https://github.com/atmtools.png","language":"Python","category":"Atmosphere","sub_category":"Atmospheric Composition and Dynamics","monthly_downloads":405,"total_dependent_repos":7,"total_dependent_packages":1,"readme":"[![PyPI version](https://badge.fury.io/py/typhon.svg)](https://badge.fury.io/py/typhon)\n[![Conda version](https://anaconda.org/rttools/typhon/badges/version.svg)](https://anaconda.org/rttools/typhon)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1300318.svg)](https://doi.org/10.5281/zenodo.1300318)\n![Test](https://github.com/atmtools/typhon/actions/workflows/build-test.yml/badge.svg)\n\n# typhon - Tools for atmospheric research\n\n## Installation\nTyphon requires Python version 3.10 or higher. The recommended way to get Python\nis through [Miniforge3]. But of course, any other Python distribution is also\nworking.\n\n### Stable release\nThe latest stable release of typhon can be installed using ``conda`` \n(recommended)\n```bash\n$ conda install -c rttools typhon\n```\nor ``pip``\n```bash\n$ pip install typhon\n```\n\n### Development version\nCheck our information on how to [setup a development environment](CONDA-ENV.md)\nfor typhon.\n\n## Testing\nTyphon contains a simple testing framework using [pytest]. It is good\npractice to write tests for all your functions and classes. Those tests may not\nbe too extensive but should cover the basic use cases to ensure correct\nbehavior through further development of the package.\n\nTests can be run on the command line...\n```bash\n$ pytest --pyargs typhon\n```\nor using the Python interpreter:\n```python\nimport typhon\ntyphon.test()\n```\n\n## Configuration\nTyphon supports a configuration file in ``configparser`` syntax. The\nconfiguration is handled by the ``typhon.config`` module. The default file\nlocation is ``~/.typhonrc`` but can be changed using the ``TYPHONRC``\nenvironment variable.\n\n## Documentation\nA recent build of the documentation is accessible\n[online](http://radiativetransfer.org/misc/typhon/doc-trunk).\nKindly note that bleeding edge features might not be covered.\n\n[Sphinx]: http://www.sphinx-doc.org\n[Miniforge3]: https://github.com/conda-forge/miniforge#miniforge\n[pytest]: https://docs.pytest.org/\n","funding_links":[],"readme_doi_urls":["https://doi.org/10.5281/zenodo.1300318"],"works":{"https://doi.org/10.5281/zenodo.1300318":null},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["closember","weather","atmospherice-science"],"project_url":"https://ost.ecosyste.ms/api/v1/projects/13546","html_url":"https://ost.ecosyste.ms/projects/13546"}