{"id":132368,"name":null,"description":"The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.","url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","last_synced_at":"2025-09-09T11:53:59.700Z","repository":{"id":41059410,"uuid":"280005595","full_name":"awslabs/amazon-transcribe-streaming-sdk","owner":"awslabs","description":"The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.","archived":false,"fork":false,"pushed_at":"2025-05-05T10:08:10.000Z","size":280,"stargazers_count":177,"open_issues_count":33,"forks_count":52,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-09-01T22:31:37.463Z","etag":null,"topics":["amazon-transcribe","asyncio","aws","python"],"latest_commit_sha":null,"homepage":"","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/awslabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","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,"zenodo":null}},"created_at":"2020-07-15T23:37:50.000Z","updated_at":"2025-08-14T11:59:41.000Z","dependencies_parsed_at":"2024-06-18T21:21:25.070Z","dependency_job_id":"bf120daf-a653-4c4a-a27b-3ffad5a3065a","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","commit_stats":{"total_commits":87,"total_committers":13,"mean_commits":"6.6923076923076925","dds":0.5287356321839081,"last_synced_commit":"7eae6ca02aad56ce5865910cb9715ac77bc2adeb"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/sbom","scorecard":{"id":219532,"data":{"date":"2025-08-11","repo":{"name":"github.com/awslabs/amazon-transcribe-streaming-sdk","commit":"78652405cc6f39b987d3f248de3fd88d4ab157f3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/typecheck.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/typecheck.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/typecheck.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/typecheck.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/typecheck.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: scripts/release.sh:19","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/awslabs/.github/SECURITY.md:1","Info: Found linked content: github.com/awslabs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/awslabs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/awslabs/.github/SECURITY.md:1"],"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6"],"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-17T02:12:53.968Z","repository_id":41059410,"created_at":"2025-08-17T02:12:53.968Z","updated_at":"2025-08-17T02:12:53.968Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274291746,"owners_count":25258162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"awslabs","name":"Amazon Web Services - Labs","uuid":"3299148","kind":"organization","description":"AWS Labs","email":null,"website":"http://amazon.com/aws/","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3299148?v=4","repositories_count":914,"last_synced_at":"2025-05-20T11:06:29.184Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/awslabs","funding_links":[],"total_stars":176592,"followers":8487,"following":0,"created_at":"2022-11-02T16:28:29.342Z","updated_at":"2025-05-20T11:06:29.184Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs/repositories"},"packages":[{"id":2638540,"name":"amazon-transcribe","ecosystem":"pypi","description":"Async Python SDK for Amazon Transcribe Streaming","homepage":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","keywords_array":[],"namespace":null,"versions_count":12,"first_release_published_at":"2020-07-28T01:07:43.000Z","latest_release_published_at":"2025-05-05T10:02:19.000Z","latest_release_number":"0.6.4","last_synced_at":"2025-09-01T22:19:19.225Z","created_at":"2022-04-10T10:01:23.543Z","updated_at":"2025-09-01T22:49:59.047Z","registry_url":"https://pypi.org/project/amazon-transcribe/","install_command":"pip install amazon-transcribe --index-url https://pypi.org/simple","documentation_url":"https://amazon-transcribe.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 2 - Pre-Alpha","Intended Audience :: Developers","Intended Audience :: System Administrators","License :: OSI Approved :: Apache Software License","Natural Language :: English","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"amazon-transcribe","project_status":null},"repo_metadata":{"id":41059410,"uuid":"280005595","full_name":"awslabs/amazon-transcribe-streaming-sdk","owner":"awslabs","description":"The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.","archived":false,"fork":false,"pushed_at":"2025-05-05T10:08:10.000Z","size":280,"stargazers_count":175,"open_issues_count":32,"forks_count":51,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-07-28T18:39:51.794Z","etag":null,"topics":["amazon-transcribe","asyncio","aws","python"],"latest_commit_sha":null,"homepage":"","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/awslabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","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,"zenodo":null}},"created_at":"2020-07-15T23:37:50.000Z","updated_at":"2025-07-25T10:50:31.000Z","dependencies_parsed_at":"2024-06-18T21:21:25.070Z","dependency_job_id":"bf120daf-a653-4c4a-a27b-3ffad5a3065a","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","commit_stats":{"total_commits":87,"total_committers":13,"mean_commits":"6.6923076923076925","dds":0.5287356321839081,"last_synced_commit":"7eae6ca02aad56ce5865910cb9715ac77bc2adeb"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/sbom","scorecard":{"id":219532,"data":{"date":"2025-08-11","repo":{"name":"github.com/awslabs/amazon-transcribe-streaming-sdk","commit":"78652405cc6f39b987d3f248de3fd88d4ab157f3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/typecheck.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/lint.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/typecheck.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/typecheck.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/typecheck.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/awslabs/amazon-transcribe-streaming-sdk/typecheck.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: scripts/release.sh:19","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/awslabs/.github/SECURITY.md:1","Info: Found linked content: github.com/awslabs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/awslabs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/awslabs/.github/SECURITY.md:1"],"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":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6"],"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-17T02:12:53.968Z","repository_id":41059410,"created_at":"2025-08-17T02:12:53.968Z","updated_at":"2025-08-17T02:12:53.968Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273198765,"owners_count":25062564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"awslabs","name":"Amazon Web Services - Labs","uuid":"3299148","kind":"organization","description":"AWS Labs","email":null,"website":"http://amazon.com/aws/","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3299148?v=4","repositories_count":914,"last_synced_at":"2025-05-20T11:06:29.184Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/awslabs","funding_links":[],"total_stars":176592,"followers":8487,"following":0,"created_at":"2022-11-02T16:28:29.342Z","updated_at":"2025-05-20T11:06:29.184Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs/repositories"},"tags":[{"name":"v0.6.2","sha":"91b17f14b14bd38c6938cb4db414525a463c8270","kind":"commit","published_at":"2023-06-14T19:11:07.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.6.2","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"b0f65abcc7f5aa5ccb5b3543892fa8660820ffac","kind":"commit","published_at":"2022-10-04T18:03:09.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.6.1","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"e41a384b8762832bfa1c04ab6008e0f0066e9cbd","kind":"commit","published_at":"2022-04-06T18:38:27.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.6.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"e78b5d99e3f3fc6fc6d8acc208081caede9ae26e","kind":"commit","published_at":"2022-03-15T22:57:32.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.5.2","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"6058ff7cc729b248e9d3ad703c99817651e256ae","kind":"commit","published_at":"2021-10-18T20:09:43.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.5.1","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"6d9ccb41f8e2fcd2617124ff3e86577dd35a485b","kind":"commit","published_at":"2021-08-12T18:10:58.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.5.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"fe5fc72f71daef1d0c2944f89742f189bfd08380","kind":"commit","published_at":"2021-05-11T23:06:37.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.4.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"d38a5a519921c67d4834c5b39a6cbf439aa43c5d","kind":"commit","published_at":"2021-04-22T22:25:06.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.3.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"4ea6ab019b0decab2a5d0110cbd407d031f3d3dd","kind":"commit","published_at":"2020-11-13T18:25:54.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.2.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"bab57297b24ee6dcff5adffda789972d0078deb5","kind":"commit","published_at":"2020-07-28T00:12:57.000Z","download_url":"https://codeload.github.com/awslabs/amazon-transcribe-streaming-sdk/tar.gz/v0.1.0","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/awslabs/amazon-transcribe-streaming-sdk@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-09-01T22:49:59.046Z","dependent_packages_count":1,"downloads":127753,"downloads_period":"last-month","dependent_repos_count":12,"rankings":{"downloads":2.971413335364809,"dependent_repos_count":4.1774785381968655,"dependent_packages_count":4.778372240132306,"stargazers_count":7.056833378418023,"forks_count":7.303810708699222,"docker_downloads_count":null,"average":5.257581640162245},"purl":"pkg:pypi/amazon-transcribe","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/amazon-transcribe","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/amazon-transcribe","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/amazon-transcribe/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:19:51.564Z","issues_count":63,"pull_requests_count":63,"avg_time_to_close_issue":11264216.064516129,"avg_time_to_close_pull_request":3359718.4237288134,"issues_closed_count":31,"pull_requests_closed_count":59,"pull_request_authors_count":19,"issue_authors_count":53,"avg_comments_per_issue":2.4603174603174605,"avg_comments_per_pull_request":0.9841269841269841,"merged_pull_requests_count":55,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":8,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":9330873.666666666,"past_year_avg_time_to_close_pull_request":488062.0,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":0.875,"past_year_avg_comments_per_pull_request":0.7857142857142857,"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/awslabs%2Famazon-transcribe-streaming-sdk/issues","maintainers":[{"login":"mirobat","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mirobat"}],"active_maintainers":[{"login":"mirobat","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mirobat"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amazon-transcribe/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amazon-transcribe/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amazon-transcribe/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amazon-transcribe/related_packages","maintainers":[{"uuid":"aws","login":"aws","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/aws/","role":null,"created_at":"2022-11-15T03:48:20.956Z","updated_at":"2022-11-15T03:48:20.956Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/aws/packages"},{"uuid":"mirobat","login":"mirobat","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/mirobat/","role":"Owner","created_at":"2025-05-01T21:36:07.428Z","updated_at":"2025-05-01T21:36:07.428Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/mirobat/packages"},{"uuid":"srivsb","login":"srivsb","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/srivsb/","role":"Owner","created_at":"2025-06-26T19:49:56.474Z","updated_at":"2025-06-26T19:49:56.474Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/srivsb/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726523,"maintainers_count":308864,"namespaces_count":0,"keywords_count":238369,"github":"pypi","metadata":{"funded_packages_count":50594},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-09T06:31:19.922Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":533999,"full_name":"awslabs/amazon-transcribe-streaming-sdk","default_branch":"develop","committers":[{"name":"Nate Prewitt","email":"Nate.Prewitt@gmail.com","login":"nateprewitt","count":41},{"name":"Jordan Guymon","email":"jogu.sd@gmail.com","login":null,"count":22},{"name":"Nate Prewitt","email":"nate.prewitt@gmail.com","login":null,"count":9},{"name":"David Miller","email":"45697098+dlm6693","login":"dlm6693","count":3},{"name":"Guido Scalise","email":"gscalise","login":"gscalise","count":3},{"name":"Zidaan Dutta","email":"ziddutta@amazon.com","login":null,"count":2},{"name":"Adrienne Breland","email":"adrienne.breland@galt.aero","login":null,"count":1},{"name":"Brian Morton","email":"rokclimb15@gmail.com","login":null,"count":1},{"name":"Gonzalo Arro","email":"gonzalo.arro@hotmail.com","login":null,"count":1},{"name":"Jon der 🇨🇳👑","email":"123.jonathan@gmail.com","login":null,"count":1},{"name":"Yuval Adam","email":"_@yuv.al","login":null,"count":1},{"name":"Amazon GitHub Automation","email":"54958958+amazon-auto","login":"amazon-auto","count":1},{"name":"jonathan343","email":"43360731+jonathan343","login":"jonathan343","count":1}],"total_commits":87,"total_committers":13,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.6923076923076925,"dds":0.5287356321839081,"past_year_committers":[{"name":"David Miller","email":"45697098+dlm6693","login":"dlm6693","count":3}],"past_year_total_commits":3,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":3.0,"past_year_dds":0.0,"last_synced_at":"2024-06-04T12:16:03.561Z","last_synced_commit":"7eae6ca02aad56ce5865910cb9715ac77bc2adeb","created_at":"2023-03-09T03:55:11.926Z","updated_at":"2024-06-04T12:16:03.562Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.276Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"awslabs/amazon-transcribe-streaming-sdk","html_url":"https://github.com/awslabs/amazon-transcribe-streaming-sdk","last_synced_at":"2025-08-31T08:19:51.564Z","status":null,"issues_count":63,"pull_requests_count":63,"avg_time_to_close_issue":11264216.064516129,"avg_time_to_close_pull_request":3359718.4237288134,"issues_closed_count":31,"pull_requests_closed_count":59,"pull_request_authors_count":19,"issue_authors_count":53,"avg_comments_per_issue":2.4603174603174605,"avg_comments_per_pull_request":0.9841269841269841,"merged_pull_requests_count":55,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":8,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":9330873.666666666,"past_year_avg_time_to_close_pull_request":488062.0,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":0.875,"past_year_avg_comments_per_pull_request":0.7857142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"created_at":"2023-05-14T08:51:01.832Z","updated_at":"2025-09-03T02:00:07.042Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Famazon-transcribe-streaming-sdk/issues","issue_labels_count":{"feature-request":5,"question":3,"documentation":2,"enhancement":2,"service api":2,"needs more info":1,"duplicate":1},"pull_request_labels_count":{"dependencies":2,"hacktoberfest-accepted":1},"issue_author_associations_count":{"NONE":60,"CONTRIBUTOR":3},"pull_request_author_associations_count":{"CONTRIBUTOR":44,"NONE":12,"COLLABORATOR":8},"issue_authors":{"sm-andrew-w":3,"haldernayan":3,"gscalise":3,"ajay960singh":2,"anshitmt":2,"juanmol":2,"marinos123":2,"sids07":1,"dan-woz":1,"subramanichetan":1,"aj7tesh":1,"Marware":1,"parikls":1,"hoanguyen401":1,"zhuermu":1,"ne-api":1,"etozzato":1,"moaazsidat":1,"david-oliveira-br":1,"liujunhui2":1,"gMatas":1,"jeb2112":1,"easysong":1,"amgautam":1,"xsmorris":1,"extrange":1,"dotchetter":1,"Downchuck":1,"Manjunath-PM":1,"n1cefeatures":1,"liurundo":1,"mmerchant":1,"jbvsmo":1,"kazuhitogo":1,"Yingi":1,"King-Del-ErnestO":1,"ReyanshKharga":1,"zaffnet":1,"casperthuis":1,"abhinav23dixit":1,"victoryingliwang":1,"MaxBarbet":1,"kamipatel":1,"tmarice":1,"digitalrinaldo":1,"flick1533":1,"securigy":1,"tyhunt99":1,"oresteafrica":1,"arrowkato":1,"tbachlechner":1,"DaaS-20xx":1,"bangnguyen":1},"pull_request_authors":{"nateprewitt":23,"mirobat":8,"joguSD":6,"sinwar":4,"dlm6693":3,"gscalise":3,"patrickbradshawdallas":2,"mbatchkarov":2,"zdutta":2,"dependabot[bot]":2,"derpferd":1,"ricardofunke":1,"abreland":1,"jonathan343":1,"daniel-balosh":1,"gonzaloarro":1,"aleck31":1,"yuvadm":1,"rokclimb15":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10065582,"issues_count":31138202,"pull_requests_count":94757509,"authors_count":10687427,"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":{"NONE":8},"past_year_pull_request_author_associations_count":{"COLLABORATOR":8,"NONE":6},"past_year_issue_authors":{"dan-woz":1,"dotchetter":1,"extrange":1,"ne-api":1,"tbachlechner":1,"victoryingliwang":1,"xsmorris":1,"zhuermu":1},"past_year_pull_request_authors":{"mirobat":8,"sinwar":4,"patrickbradshawdallas":2},"maintainers":[{"login":"mirobat","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mirobat"}],"active_maintainers":[{"login":"mirobat","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mirobat"}]},"events":{"total":{"CreateEvent":5,"IssuesEvent":13,"WatchEvent":20,"DeleteEvent":1,"MemberEvent":2,"IssueCommentEvent":35,"PushEvent":11,"PullRequestReviewEvent":15,"PullRequestReviewCommentEvent":10,"PullRequestEvent":13,"ForkEvent":10},"last_year":{"CreateEvent":5,"IssuesEvent":13,"WatchEvent":20,"DeleteEvent":1,"MemberEvent":2,"IssueCommentEvent":35,"PushEvent":11,"PullRequestReviewEvent":15,"PullRequestReviewCommentEvent":10,"PullRequestEvent":13,"ForkEvent":10}},"keywords":["amazon-transcribe","asyncio","aws","python"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-16T05:30:33.629Z","updated_at":"2022-07-16T05:30:33.629Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/docs/requirements.txt","dependencies":[{"id":230114484,"package_name":"sphinx","ecosystem":"pypi","requirements":"\u003c5.3","direct":true,"kind":"runtime","optional":false},{"id":230114485,"package_name":"sphinx-autodoc-typehints","ecosystem":"pypi","requirements":"\u003c1.12.0","direct":true,"kind":"runtime","optional":false},{"id":230114486,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"==0.5.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements-dev.txt","sha":null,"kind":"manifest","created_at":"2022-07-16T05:30:33.684Z","updated_at":"2022-07-16T05:30:33.684Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/requirements-dev.txt","dependencies":[{"id":230116423,"package_name":"mypy","ecosystem":"pypi","requirements":"\u003c1.0","direct":true,"kind":"runtime","optional":false},{"id":230116424,"package_name":"pytest","ecosystem":"pypi","requirements":"\u003c6.3","direct":true,"kind":"runtime","optional":false},{"id":230116425,"package_name":"pytest-asyncio","ecosystem":"pypi","requirements":"\u003c0.16.0","direct":true,"kind":"runtime","optional":false},{"id":230116426,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"\u003c2.13","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements-release.txt","sha":null,"kind":"manifest","created_at":"2022-07-16T05:30:33.909Z","updated_at":"2022-07-16T05:30:33.909Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/requirements-release.txt","dependencies":[{"id":230117105,"package_name":"wheel","ecosystem":"pypi","requirements":"\u003e=0.36.2","direct":true,"kind":"runtime","optional":false},{"id":230117106,"package_name":"twine","ecosystem":"pypi","requirements":"\u003e=3.4.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:21:23.637Z","updated_at":"2024-06-18T21:21:23.637Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/.github/workflows/ci.yml","dependencies":[{"id":18682739374,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":18682739375,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":18682739376,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/lint.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:21:23.972Z","updated_at":"2024-06-18T21:21:23.972Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/.github/workflows/lint.yml","dependencies":[{"id":18682739377,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":18682739378,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":18682739379,"package_name":"pre-commit/action","ecosystem":"actions","requirements":"v2.0.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/typecheck.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:21:24.345Z","updated_at":"2024-06-18T21:21:24.345Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/.github/workflows/typecheck.yml","dependencies":[{"id":18682739380,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":18682739381,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-06-18T21:21:24.918Z","updated_at":"2024-06-18T21:21:24.918Z","repository_link":"https://github.com/awslabs/amazon-transcribe-streaming-sdk/blob/develop/setup.py","dependencies":[]}],"score":19.67003611317039,"created_at":"2025-09-08T23:43:18.935Z","updated_at":"2025-10-07T08:34:55.587Z","avatar_url":"https://github.com/awslabs.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":127753,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["aws-cli","cloud-management","aws-sdk"],"project_url":"https://science.ecosyste.ms/api/v1/projects/132368","html_url":"https://science.ecosyste.ms/projects/132368"}