{"id":287386,"name":null,"description":"Communication gateway","url":"https://github.com/hat-open/hat-gateway","last_synced_at":"2025-10-16T12:09:52.132Z","repository":{"id":47437693,"uuid":"394626916","full_name":"hat-open/hat-gateway","owner":"hat-open","description":"Communication gateway","archived":false,"fork":false,"pushed_at":"2025-10-06T20:32:45.000Z","size":1390,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T22:28:08.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hat-gateway.hat-open.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hat-open.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-10T11:27:34.000Z","updated_at":"2025-10-06T20:31:08.000Z","dependencies_parsed_at":"2024-05-28T01:24:14.537Z","dependency_job_id":"c21c9697-0a4e-4087-b13b-46d50bc109fe","html_url":"https://github.com/hat-open/hat-gateway","commit_stats":{"total_commits":114,"total_committers":5,"mean_commits":22.8,"dds":"0.27192982456140347","last_synced_commit":"e4c39070575ea31cde9500db7910744cfbe0f605"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"purl":"pkg:github/hat-open/hat-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/sbom","scorecard":{"id":457464,"data":{"date":"2025-08-11","repo":{"name":"github.com/hat-open/hat-gateway","commit":"5e381ea70dc42df0fc422ce4e44f7554405836a0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"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":6,"reason":"8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/docs.yaml:1","Warn: no topLevel permission defined: .github/workflows/main.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 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":"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":"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/docs.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/hat-open/hat-gateway/docs.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/hat-open/hat-gateway/docs.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/hat-open/hat-gateway/docs.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/hat-open/hat-gateway/main.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/hat-open/hat-gateway/main.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/docs.yaml:24","Warn: pipCommand not pinned by hash: .github/workflows/docs.yaml:25","Warn: pipCommand not pinned by hash: .github/workflows/main.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/main.yaml:18","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-19T10:05:33.465Z","repository_id":47437693,"created_at":"2025-08-19T10:05:33.465Z","updated_at":"2025-08-19T10:05:33.465Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279189060,"owners_count":26122656,"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-16T02:00:06.019Z","response_time":53,"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":"hat-open","name":"Hat Open","uuid":"62620335","kind":"organization","description":"","email":null,"website":"https://hat-open.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/62620335?v=4","repositories_count":28,"last_synced_at":"2024-05-08T00:19:41.481Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/hat-open","funding_links":[],"total_stars":187,"followers":8,"following":0,"created_at":"2022-11-15T03:56:46.553Z","updated_at":"2024-05-08T00:19:51.371Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open/repositories"},"packages":[{"id":146470,"name":"hat-gateway","ecosystem":"pypi","description":"Hat gateway","homepage":"http://hat-open.com","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/hat-open/hat-gateway","keywords_array":[],"namespace":null,"versions_count":115,"first_release_published_at":"2020-04-27T21:30:50.000Z","latest_release_published_at":"2025-10-06T20:32:19.000Z","latest_release_number":"0.6.31","last_synced_at":"2025-10-06T20:45:40.496Z","created_at":"2022-04-05T16:00:54.567Z","updated_at":"2025-10-06T20:45:40.844Z","registry_url":"https://pypi.org/project/hat-gateway/","install_command":"pip install hat-gateway --index-url https://pypi.org/simple","documentation_url":"http://hat-gateway.hat-open.com","metadata":{"funding":null,"documentation":"http://hat-gateway.hat-open.com","classifiers":[],"normalized_name":"hat-gateway","project_status":null},"repo_metadata":{"uuid":"394626916","full_name":"hat-open/hat-gateway","owner":"hat-open","description":"Communication gateway","archived":false,"fork":false,"pushed_at":"2023-08-08T15:56:38.000Z","size":840,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-24T04:42:42.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hat-gateway.hat-open.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hat-open.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-10T11:27:34.000Z","updated_at":"2023-02-02T07:33:14.000Z","dependencies_parsed_at":"2023-02-17T07:55:38.122Z","dependency_job_id":null,"html_url":"https://github.com/hat-open/hat-gateway","commit_stats":null,"previous_names":[],"tags_count":7,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176918770,"owners_count":10467463,"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":"hat-open","name":"Hat Open","uuid":"62620335","kind":"organization","description":"","email":null,"website":"https://hat-open.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/62620335?v=4","repositories_count":25,"last_synced_at":"2023-03-05T01:49:44.146Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/hat-open","created_at":"2022-11-15T03:56:46.553Z","updated_at":"2023-03-05T01:49:44.174Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hat-open/repositories"},"tags":[{"name":"v0.5.41","sha":"635ac5a652a2e6fabc38f19cd523affb32f98f24","kind":"commit","published_at":"2023-02-01T16:16:53.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.41","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.41","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.41/manifests"},{"name":"v0.5.40","sha":"5dd56e9914189af7c8edc0e1c89f6ec2dc6c9695","kind":"commit","published_at":"2023-01-23T20:41:09.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.40","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.40","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.40/manifests"},{"name":"v0.5.39","sha":"0cacbc33f862fafe99f80ad281b033930b94dceb","kind":"commit","published_at":"2023-01-23T20:05:56.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.39","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.39","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.39/manifests"},{"name":"v0.5.38","sha":"1a885063fff4b756606cccd59a575d2a70b3882f","kind":"commit","published_at":"2022-12-02T18:18:29.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.38","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.38","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.38/manifests"},{"name":"v0.5.37","sha":"d4c01a4b4828e481ea4e5d991382bb40e18a09fc","kind":"commit","published_at":"2022-11-30T22:58:57.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.37","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.37","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.37/manifests"},{"name":"v0.5.36","sha":"f4d420b354aba69c6248445b0dfe49d10e25673a","kind":"commit","published_at":"2022-11-09T20:04:07.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.36","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.36","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.36/manifests"},{"name":"v0.5.35","sha":"240363ec1bc791b447a70f717cb2ded0735e2d8f","kind":"commit","published_at":"2022-11-09T19:49:30.000Z","download_url":"https://codeload.github.com/hat-open/hat-gateway/tar.gz/v0.5.35","html_url":"https://github.com/hat-open/hat-gateway/releases/tag/v0.5.35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/tags/v0.5.35/manifests"}]},"repo_metadata_updated_at":"2023-12-18T16:02:52.980Z","dependent_packages_count":0,"downloads":702,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":9.890042574045147,"dependent_repos_count":21.683777526269527,"dependent_packages_count":10.02790209562548,"stargazers_count":25.012638932508104,"forks_count":29.771363679016744,"docker_downloads_count":null,"average":19.277144961493},"purl":"pkg:pypi/hat-gateway","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/hat-gateway","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/hat-gateway","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/hat-gateway/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-11-24T04:42:43.735Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/hat-gateway/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/hat-gateway/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/hat-gateway/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/hat-gateway/related_packages","maintainers":[{"uuid":"bozo.kopic","login":"bozo.kopic","name":null,"email":null,"url":null,"packages_count":33,"html_url":"https://pypi.org/user/bozo.kopic/","role":null,"created_at":"2022-11-14T17:14:37.653Z","updated_at":"2022-11-14T17:14:37.653Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/bozo.kopic/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":739839,"maintainers_count":314392,"namespaces_count":0,"keywords_count":244529,"github":"pypi","metadata":{"funded_packages_count":52250},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-10-16T06:45:18.828Z","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":527353,"full_name":"hat-open/hat-gateway","default_branch":"master","committers":[{"name":"bozo.kopic","email":"bozo@kopic.xyz","login":null,"count":182},{"name":"Jakov Krstulovic Opara","email":"jakov.krstulovic@koncar.hr","login":null,"count":58},{"name":"Jakov Krstulovic Opara","email":"jakov.krstulovic@gmail.com","login":null,"count":9},{"name":"Adam Trstenjak","email":"adam@adamtrs.com","login":null,"count":2},{"name":"Adam Trstenjak","email":"adam.trstenjak@koncar.hr","login":null,"count":1},{"name":"zlatsic","email":"zlatan.sicanica@koncar.hr","login":null,"count":1}],"total_commits":253,"total_committers":6,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":42.166666666666664,"dds":0.2806324110671937,"past_year_committers":[{"name":"bozo.kopic","email":"bozo@kopic.xyz","login":null,"count":46},{"name":"Jakov Krstulovic Opara","email":"jakov.krstulovic@koncar.hr","login":null,"count":30},{"name":"Adam Trstenjak","email":"adam@adamtrs.com","login":null,"count":1}],"past_year_total_commits":77,"past_year_total_committers":3,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":25.666666666666668,"past_year_dds":0.4025974025974026,"last_synced_at":"2025-09-29T15:50:20.299Z","last_synced_commit":"23bbdde631d10c7e2c696a554a5b281c137319be","created_at":"2023-03-09T03:36:43.243Z","updated_at":"2025-09-29T15:50:12.693Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-16T00:09:37.962Z","repositories_count":6083693,"commits_count":925041024,"contributors_count":36101504,"owners_count":1107259,"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":"hat-open/hat-gateway","html_url":"https://github.com/hat-open/hat-gateway","last_synced_at":"2023-12-18T16:03:58.128Z","status":null,"issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T08:01:41.179Z","updated_at":"2023-12-18T16:03:58.129Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hat-open%2Fhat-gateway/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{},"issue_authors":{},"pull_request_authors":{},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-10-16T00:00:07.423Z","repositories_count":10988355,"issues_count":34017673,"pull_requests_count":109937336,"authors_count":11037867,"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":[],"active_maintainers":[]},"events":{"total":{"DeleteEvent":4,"PushEvent":65,"CreateEvent":15},"last_year":{"DeleteEvent":4,"PushEvent":65,"CreateEvent":15}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.github.ubuntu.txt","sha":null,"kind":"manifest","created_at":"2022-08-20T09:00:48.140Z","updated_at":"2022-08-20T09:00:48.140Z","repository_link":"https://github.com/hat-open/hat-gateway/blob/master/requirements.github.ubuntu.txt","dependencies":[{"id":2154719457,"package_name":"plantuml","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/docs.yaml","sha":null,"kind":"manifest","created_at":"2023-01-23T03:45:35.245Z","updated_at":"2023-01-23T03:45:35.245Z","repository_link":"https://github.com/hat-open/hat-gateway/blob/master/.github/workflows/docs.yaml","dependencies":[{"id":7108191062,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7108191063,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7108191064,"package_name":"peaceiris/actions-gh-pages","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/main.yaml","sha":null,"kind":"manifest","created_at":"2023-01-23T03:45:36.289Z","updated_at":"2023-01-23T03:45:36.289Z","repository_link":"https://github.com/hat-open/hat-gateway/blob/master/.github/workflows/main.yaml","dependencies":[{"id":7108191103,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7108191104,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-02-23T00:46:26.503Z","updated_at":"2024-02-23T00:46:26.503Z","repository_link":"https://github.com/hat-open/hat-gateway/blob/master/pyproject.toml","dependencies":[{"id":16396394284,"package_name":"appdirs","ecosystem":"pypi","requirements":"~=1.4.4","direct":true,"kind":"runtime","optional":false},{"id":16396394291,"package_name":"cryptography","ecosystem":"pypi","requirements":"\u003e=3.3.2","direct":true,"kind":"runtime","optional":false},{"id":16396394294,"package_name":"hat-aio","ecosystem":"pypi","requirements":"~=0.7.8","direct":true,"kind":"runtime","optional":false},{"id":16396394829,"package_name":"hat-drivers","ecosystem":"pypi","requirements":"~=0.7.5post3","direct":true,"kind":"runtime","optional":false},{"id":16396394873,"package_name":"hat-event","ecosystem":"pypi","requirements":"~=0.8.8","direct":true,"kind":"runtime","optional":false},{"id":16396394874,"package_name":"hat-json","ecosystem":"pypi","requirements":"~=0.5.19","direct":true,"kind":"runtime","optional":false},{"id":16396394875,"package_name":"hat-monitor","ecosystem":"pypi","requirements":"\u003e=0.6.4, \u003c 0.8.0","direct":true,"kind":"runtime","optional":false},{"id":16396394876,"package_name":"hat-util","ecosystem":"pypi","requirements":"~=0.6.10","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.pip.txt","sha":null,"kind":"manifest","created_at":"2024-02-23T00:46:29.198Z","updated_at":"2024-02-23T00:46:29.198Z","repository_link":"https://github.com/hat-open/hat-gateway/blob/master/requirements.pip.txt","dependencies":[{"id":16396394877,"package_name":"appdirs","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394878,"package_name":"cryptography","ecosystem":"pypi","requirements":"\u003e=3.3.2","direct":true,"kind":"runtime","optional":false},{"id":16396394879,"package_name":"hat-aio","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394880,"package_name":"hat-doit","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394881,"package_name":"hat-drivers","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394882,"package_name":"hat-event","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394883,"package_name":"hat-json","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394884,"package_name":"hat-monitor","ecosystem":"pypi","requirements":"\u003e=0.6.4,\u003c0.8.0","direct":true,"kind":"runtime","optional":false},{"id":16396394885,"package_name":"hat-util","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":16396394886,"package_name":"psutil","ecosystem":"pypi","requirements":"\u003e=5.9.5","direct":true,"kind":"runtime","optional":false},{"id":16396394887,"package_name":"sphinxcontrib-plantuml","ecosystem":"pypi","requirements":"\u003e=0.24","direct":true,"kind":"runtime","optional":false},{"id":16396394888,"package_name":"sphinxcontrib-programoutput","ecosystem":"pypi","requirements":"\u003e=0.17","direct":true,"kind":"runtime","optional":false}]}],"score":9.041685005946043,"created_at":"2025-09-09T13:17:43.613Z","updated_at":"2025-10-16T12:09:52.179Z","avatar_url":"https://github.com/hat-open.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":702,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["syslog","scada"],"project_url":"https://science.ecosyste.ms/api/v1/projects/287386","html_url":"https://science.ecosyste.ms/projects/287386"}