{"id":371501,"url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","last_synced_at":"2026-05-17T13:12:20.933Z","repository":{"id":48621974,"uuid":"170719764","full_name":"sphinx-doc/sphinxcontrib-htmlhelp","owner":"sphinx-doc","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-25T09:35:41.000Z","size":130,"stargazers_count":2,"open_issues_count":9,"forks_count":22,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-04-28T11:53:01.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-doc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-02-14T16:11:35.000Z","updated_at":"2025-05-29T16:58:18.000Z","dependencies_parsed_at":"2024-11-05T21:37:23.852Z","dependency_job_id":"6b61ffac-82bf-439c-b605-ff3e3a2d9bc5","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit_stats":{"total_commits":84,"total_committers":7,"mean_commits":12.0,"dds":"0.45238095238095233","last_synced_commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/sphinx-doc/sphinxcontrib-htmlhelp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/sbom","scorecard":{"id":841321,"data":{"date":"2025-08-11","repo":{"name":"github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"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":"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":"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":"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":"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":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:76","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/transifex.yml:41","Info: topLevel 'contents' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/transifex.yml:10"],"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/create-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/transifex.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/create-release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:63","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:65","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:87","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:88","Warn: downloadThenRun not pinned by hash: .github/workflows/transifex.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/transifex.yml:30","Warn: downloadThenRun not pinned by hash: .github/workflows/transifex.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/transifex.yml:59","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned","Info:   0 out of   2 downloadThenRun 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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENCE.rst:0","Warn: project license file does not contain an FSF or OSI license."],"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":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"}},{"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 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-23T20:33:03.100Z","repository_id":48621974,"created_at":"2025-08-23T20:33:03.100Z","updated_at":"2025-08-23T20:33:03.100Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":"sphinx-doc","name":"Sphinx","uuid":"9928167","kind":"organization","description":"Sphinx makes it easy to create intelligent and beautiful documentation","email":null,"website":"https://www.sphinx-doc.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9928167?v=4","repositories_count":18,"last_synced_at":"2024-04-14T20:53:20.512Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sphinx-doc","funding_links":["https://github.com/sponsors/sphinx-doc"],"total_stars":7477,"followers":118,"following":0,"created_at":"2022-11-02T16:32:44.897Z","updated_at":"2024-04-14T20:53:24.597Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc/repositories"},"packages":[{"id":5303602,"name":"sphinxcontrib-htmlhelp","ecosystem":"conda","description":null,"homepage":"https://www.sphinx-doc.org/","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":[],"namespace":null,"versions_count":4,"first_release_published_at":"2019-03-29T15:32:17.000Z","latest_release_published_at":"2021-05-22T17:36:16.000Z","latest_release_number":"2.0.0","last_synced_at":"2026-04-01T13:31:46.762Z","created_at":"2022-10-03T16:15:16.137Z","updated_at":"2026-04-01T13:32:11.320Z","registry_url":"https://anaconda.org/conda-forge/sphinxcontrib-htmlhelp","install_command":"conda install -c conda-forge sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"170719764","full_name":"sphinx-doc/sphinxcontrib-htmlhelp","owner":"sphinx-doc","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-01T10:24:55.000Z","size":114,"stargazers_count":1,"open_issues_count":1,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2023-09-07T03:27:41.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-doc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","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":"2019-02-14T16:11:35.000Z","updated_at":"2023-01-23T10:06:30.000Z","dependencies_parsed_at":"2023-02-16T21:31:46.527Z","dependency_job_id":null,"html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit_stats":null,"previous_names":[],"tags_count":5,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":157721759,"owners_count":7769310,"icon_url":"https://github.com/github.png","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"}},"repo_metadata_updated_at":"2026-04-01T13:32:11.287Z","dependent_packages_count":4,"downloads":10195822,"downloads_period":"total","dependent_repos_count":229,"rankings":{"downloads":null,"dependent_repos_count":2.195718349219023,"dependent_packages_count":12.495633514646439,"stargazers_count":65.41743599980039,"forks_count":43.794600528968516,"docker_downloads_count":null,"average":30.975847098158592},"purl":"pkg:conda/sphinxcontrib-htmlhelp?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-27T08:09:57.722Z","issues_count":0,"pull_requests_count":18,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":372831.4117647059,"issues_closed_count":0,"pull_requests_closed_count":17,"pull_request_authors_count":5,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.16666666666666666,"merged_pull_requests_count":16,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"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":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":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org"},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-04-27T18:20:20.507Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":12877578,"name":"python313Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T05:00:54.406Z","latest_release_published_at":"2026-01-27T05:00:54.406Z","latest_release_number":"2.1.0","last_synced_at":"2026-05-14T14:03:38.781Z","created_at":"2026-01-27T05:00:53.757Z","updated_at":"2026-05-14T14:03:38.782Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python313Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L28","metadata":{"nix_attribute":"python3.13-sphinxcontrib-htmlhelp-2.1.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:28","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.sphinxcontrib-htmlhelp?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":146413,"maintainers_count":4654,"namespaces_count":0,"keywords_count":2885,"github":"NixOS","metadata":{"funded_packages_count":1565},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-05-15T05:01:34.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13299825,"name":"python310Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:38:13.561Z","latest_release_published_at":"2026-02-02T06:38:13.561Z","latest_release_number":"2.0.4","last_synced_at":"2026-04-11T20:00:24.732Z","created_at":"2026-02-02T06:38:13.258Z","updated_at":"2026-04-11T20:00:24.732Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python310Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.10-sphinxcontrib-htmlhelp-2.0.4","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.sphinxcontrib-htmlhelp?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":189},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-04-03T06:23:37.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13717933,"name":"sphinxcontrib-htmlhelp","ecosystem":"debian","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-13T00:30:20.251Z","latest_release_published_at":"2026-02-13T00:30:20.251Z","latest_release_number":"2.0.0-3","last_synced_at":"2026-03-13T16:42:17.782Z","created_at":"2026-02-13T00:30:20.044Z","updated_at":"2026-03-13T17:02:42.821Z","registry_url":"https://tracker.debian.org/pkg/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":"https://packages.debian.org/bookworm/sphinxcontrib-htmlhelp","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T00:30:20.919Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/sphinxcontrib-htmlhelp?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"bookworm"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-04-27T18:20:38.992Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13809247,"name":"sphinxcontrib-htmlhelp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T19:29:26.621Z","latest_release_published_at":"2026-02-13T19:29:26.621Z","latest_release_number":"2.0.0-3","last_synced_at":"2026-03-13T20:13:59.283Z","created_at":"2026-02-13T19:29:26.268Z","updated_at":"2026-03-13T20:13:59.284Z","registry_url":"https://launchpad.net/ubuntu/+source/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T19:29:27.309Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/sphinxcontrib-htmlhelp?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-04-27T18:20:38.051Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13307490,"name":"python311Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T07:08:08.229Z","latest_release_published_at":"2026-02-02T07:08:08.229Z","latest_release_number":"2.0.4","last_synced_at":"2026-03-07T11:38:37.615Z","created_at":"2026-02-02T07:08:07.881Z","updated_at":"2026-03-12T03:36:11.536Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python311Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.11-sphinxcontrib-htmlhelp-2.0.4","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.sphinxcontrib-htmlhelp?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":189},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-04-03T06:23:37.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13782607,"name":"sphinxcontrib-htmlhelp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T13:56:32.845Z","latest_release_published_at":"2026-02-13T13:56:32.845Z","latest_release_number":"2.0.0-2","last_synced_at":"2026-03-13T17:35:38.900Z","created_at":"2026-02-13T13:56:32.336Z","updated_at":"2026-03-13T17:35:38.900Z","registry_url":"https://launchpad.net/ubuntu/+source/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T13:56:33.418Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/sphinxcontrib-htmlhelp?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"jammy"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-04-27T18:20:36.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13570003,"name":"sphinxcontrib-htmlhelp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T07:28:14.626Z","latest_release_published_at":"2026-02-11T07:28:14.626Z","latest_release_number":"2.0.0-3","last_synced_at":"2026-03-11T16:10:55.336Z","created_at":"2026-02-11T07:28:14.431Z","updated_at":"2026-03-11T16:10:55.337Z","registry_url":"https://launchpad.net/ubuntu/+source/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:58:11.835Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/sphinxcontrib-htmlhelp?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-04-27T18:20:38.741Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13089768,"name":"python312Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:14:07.291Z","latest_release_published_at":"2026-02-01T18:14:07.291Z","latest_release_number":"2.1.0","last_synced_at":"2026-04-10T13:09:43.590Z","created_at":"2026-02-01T18:14:06.520Z","updated_at":"2026-04-10T13:09:43.590Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python312Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.12-sphinxcontrib-htmlhelp-2.1.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.sphinxcontrib-htmlhelp?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":228},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-04-03T06:22:14.703Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13199690,"name":"python311Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:43:40.534Z","latest_release_published_at":"2026-02-02T00:43:40.534Z","latest_release_number":"2.0.5","last_synced_at":"2026-05-12T14:58:56.136Z","created_at":"2026-02-02T00:43:39.668Z","updated_at":"2026-05-12T15:25:52.393Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python311Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.11-sphinxcontrib-htmlhelp-2.0.5","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.sphinxcontrib-htmlhelp?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":241},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-05-13T05:00:36.673Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13207951,"name":"python312Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T01:12:59.510Z","latest_release_published_at":"2026-02-02T01:12:59.510Z","latest_release_number":"2.0.5","last_synced_at":"2026-04-10T22:01:21.312Z","created_at":"2026-02-02T01:12:10.607Z","updated_at":"2026-04-10T22:31:31.434Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python312Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.12-sphinxcontrib-htmlhelp-2.0.5","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.sphinxcontrib-htmlhelp?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":241},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-05-13T05:00:36.673Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13949706,"name":"python-sphinxcontrib-htmlhelp","ecosystem":"guix","description":"Sphinx extension for rendering HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"bsd-2","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T18:43:56.253Z","latest_release_published_at":"2026-03-02T18:43:56.253Z","latest_release_number":"2.1.0","last_synced_at":"2026-04-27T16:12:59.524Z","created_at":"2026-03-02T18:43:56.081Z","updated_at":"2026-04-27T16:12:59.524Z","registry_url":"https://packages.guix.gnu.org/packages/python-sphinxcontrib-htmlhelp/2.1.0/","install_command":"guix install python-sphinxcontrib-htmlhelp","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/sphinx.scm#n588","metadata":{"location":"gnu/packages/sphinx.scm:588","variable_name":"python-sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-03T00:24:10.976Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/python-sphinxcontrib-htmlhelp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/python-sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/python-sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/python-sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31343,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":352},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-05-07T05:00:22.550Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13765284,"name":"sphinxcontrib-htmlhelp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T10:40:42.418Z","latest_release_published_at":"2026-02-13T10:40:42.418Z","latest_release_number":"2.1.0-1","last_synced_at":"2026-03-13T13:19:52.954Z","created_at":"2026-02-13T10:40:42.252Z","updated_at":"2026-03-13T13:19:52.955Z","registry_url":"https://launchpad.net/ubuntu/+source/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e, flit, pybuild-plugin-pyproject","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T10:40:43.029Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/sphinxcontrib-htmlhelp?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":5286198,"name":"sphinxcontrib-htmlhelp","ecosystem":"conda","description":"This builder produces the same output as the standalone HTML builder, but also generates HTML Help support files that allow the Microsoft HTML Help Workshop to compile them into a CHM file.","homepage":"https://sphinx-doc.org/","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":[],"namespace":null,"versions_count":4,"first_release_published_at":"2019-10-04T20:46:02.000Z","latest_release_published_at":"2025-04-15T11:59:51.000Z","latest_release_number":"2.1.0","last_synced_at":"2026-03-16T21:20:49.404Z","created_at":"2022-10-03T15:43:39.080Z","updated_at":"2026-03-16T21:20:50.036Z","registry_url":"https://anaconda.org/anaconda/sphinxcontrib-htmlhelp","install_command":"conda install -c anaconda sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{},"repo_metadata":{"id":48621974,"uuid":"170719764","full_name":"sphinx-doc/sphinxcontrib-htmlhelp","owner":"sphinx-doc","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-25T09:35:41.000Z","size":130,"stargazers_count":3,"open_issues_count":4,"forks_count":17,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-09T20:29:52.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-doc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-02-14T16:11:35.000Z","updated_at":"2025-03-28T16:45:06.000Z","dependencies_parsed_at":"2024-11-05T21:37:23.852Z","dependency_job_id":"6b61ffac-82bf-439c-b605-ff3e3a2d9bc5","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit_stats":{"total_commits":84,"total_committers":7,"mean_commits":12.0,"dds":"0.45238095238095233","last_synced_commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067786,"owners_count":21207396,"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":"sphinx-doc","name":"Sphinx","uuid":"9928167","kind":"organization","description":"Sphinx makes it easy to create intelligent and beautiful documentation","email":null,"website":"https://www.sphinx-doc.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9928167?v=4","repositories_count":18,"last_synced_at":"2024-04-14T20:53:20.512Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sphinx-doc","funding_links":["https://github.com/sponsors/sphinx-doc"],"total_stars":7477,"followers":118,"following":0,"created_at":"2022-11-02T16:32:44.897Z","updated_at":"2024-04-14T20:53:24.597Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc/repositories"},"tags":[{"name":"2.1.0","sha":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff","kind":"tag","published_at":"2024-07-29T01:01:09.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.1.0","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.1.0/manifests"},{"name":"2.0.6","sha":"49998fdc1e911048e35fbf6fe0f135a47d338214","kind":"tag","published_at":"2024-07-20T11:58:16.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.6","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.6/manifests"},{"name":"2.0.5","sha":"244375fc34275ea077b13c644652099b005fa854","kind":"tag","published_at":"2024-01-13T03:03:37.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.5","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.5/manifests"},{"name":"2.0.4","sha":"39ee387356bc8041669efd11ba7c28cc4b28012a","kind":"tag","published_at":"2023-08-14T16:18:39.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.4","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.4/manifests"},{"name":"2.0.3","sha":"5c3bbc638049aa75783f8c91aba6143c55c364c5","kind":"tag","published_at":"2023-08-09T19:09:58.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.3","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"d7a81ad1a81b133253576439fe894d87c26100db","kind":"tag","published_at":"2023-08-07T19:22:08.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.2","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"81362a175cf405bc608fe57b303964a0a0cbc16b","kind":"tag","published_at":"2023-01-31T17:20:43.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.1","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"52bb52d76d0d3a4a8f7370a1d201dfef6f3ecb43","kind":"commit","published_at":"2021-05-22T16:00:51.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.0","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.0/manifests"},{"name":"1.0.3","sha":"a7a9e4997a8d0d50ae1b8f3f26d80c5dd5b184fa","kind":"commit","published_at":"2020-02-21T17:09:42.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.3","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"b60cd173115b234ae8005d5ad0ac42e5627a1213","kind":"commit","published_at":"2019-04-11T16:00:23.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.2","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"d47b6f20a43a237834dbde21bf2c550e9edc11bb","kind":"commit","published_at":"2019-02-14T16:26:51.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.1","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"85d85dfdb650feefeceeada8562a81686abd55b4","kind":"commit","published_at":"2019-02-14T16:25:09.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.0","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-16T21:20:50.014Z","dependent_packages_count":1,"downloads":194926,"downloads_period":"total","dependent_repos_count":229,"rankings":{"downloads":null,"dependent_repos_count":12.606318347509113,"dependent_packages_count":30.619684082624545,"stargazers_count":58.01944106925882,"forks_count":52.5820170109356,"docker_downloads_count":null,"average":38.45686512758202},"purl":"pkg:conda/sphinxcontrib-htmlhelp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":["https://github.com/sponsors/sphinx-doc"],"critical":null,"issue_metadata":{"last_synced_at":"2025-04-11T12:34:07.529Z","issues_count":0,"pull_requests_count":43,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":672819.9736842106,"issues_closed_count":0,"pull_requests_closed_count":38,"pull_request_authors_count":9,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.5581395348837209,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":22,"past_year_issues_count":0,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":368626.05263157893,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":19,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.75,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/issues","maintainers":[{"login":"tk0miya","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tk0miya"},{"login":"AA-Turner","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"},{"login":"picnixz","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/picnixz"}],"active_maintainers":[{"login":"AA-Turner","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5128,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com"},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-04-27T18:20:20.117Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":12821899,"name":"python310Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"0BSD","normalized_licenses":["0BSD"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T18:14:11.887Z","latest_release_published_at":"2026-01-26T18:14:11.887Z","latest_release_number":"2.0.0","last_synced_at":"2026-04-03T07:11:09.860Z","created_at":"2026-01-26T18:14:11.690Z","updated_at":"2026-04-03T07:11:09.860Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python310Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L21","metadata":{"nix_attribute":"python3.10-sphinxcontrib-htmlhelp-2.0.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:21","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.sphinxcontrib-htmlhelp?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[{"uuid":"SuperSandro2000","login":null,"name":"Sandro Jäckel","email":"sandro.jaeckel@gmail.com","url":"https://github.com/SuperSandro2000","packages_count":723,"html_url":null,"role":null,"created_at":"2026-03-03T06:21:52.015Z","updated_at":"2026-03-03T06:21:52.015Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/SuperSandro2000/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":151},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-04-03T06:21:54.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":12834226,"name":"python311Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"0BSD","normalized_licenses":["0BSD"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T20:37:03.039Z","latest_release_published_at":"2026-01-26T20:37:03.039Z","latest_release_number":"2.0.0","last_synced_at":"2026-03-05T20:37:21.536Z","created_at":"2026-01-26T20:37:02.869Z","updated_at":"2026-03-05T20:37:21.951Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python311Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L21","metadata":{"nix_attribute":"python3.11-sphinxcontrib-htmlhelp-2.0.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:21","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.sphinxcontrib-htmlhelp?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[{"uuid":"SuperSandro2000","login":null,"name":"Sandro Jäckel","email":"sandro.jaeckel@gmail.com","url":"https://github.com/SuperSandro2000","packages_count":723,"html_url":null,"role":null,"created_at":"2026-03-05T20:37:21.839Z","updated_at":"2026-03-05T20:37:21.839Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/SuperSandro2000/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":151},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-04-03T06:21:54.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13725631,"name":"sphinxcontrib-htmlhelp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T01:30:11.625Z","latest_release_published_at":"2026-02-13T01:30:11.625Z","latest_release_number":"2.0.0-3","last_synced_at":"2026-03-13T05:11:34.897Z","created_at":"2026-02-13T01:30:11.391Z","updated_at":"2026-03-13T06:09:40.737Z","registry_url":"https://launchpad.net/ubuntu/+source/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T01:30:12.256Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/sphinxcontrib-htmlhelp?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13674024,"name":"sphinxcontrib-htmlhelp","ecosystem":"debian","description":null,"homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T15:00:07.536Z","latest_release_published_at":"2026-02-12T15:00:07.536Z","latest_release_number":"2.1.0-1","last_synced_at":"2026-03-12T15:10:53.574Z","created_at":"2026-02-12T15:00:07.360Z","updated_at":"2026-03-12T15:10:53.574Z","registry_url":"https://tracker.debian.org/pkg/sphinxcontrib-htmlhelp","install_command":"apt-get install sphinxcontrib-htmlhelp","documentation_url":"https://packages.debian.org/trixie/sphinxcontrib-htmlhelp","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-sphinxcontrib.htmlhelp","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, python3-docutils \u003c!nocheck\u003e, python3-sphinx \u003c!nocheck\u003e, flit, pybuild-plugin-pyproject","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":48621974,"uuid":"170719764","full_name":"sphinx-doc/sphinxcontrib-htmlhelp","owner":"sphinx-doc","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-25T09:35:41.000Z","size":130,"stargazers_count":2,"open_issues_count":4,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-08-11T03:28:38.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-doc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-02-14T16:11:35.000Z","updated_at":"2025-05-29T16:58:18.000Z","dependencies_parsed_at":"2024-11-05T21:37:23.852Z","dependency_job_id":"6b61ffac-82bf-439c-b605-ff3e3a2d9bc5","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit_stats":{"total_commits":84,"total_committers":7,"mean_commits":12.0,"dds":"0.45238095238095233","last_synced_commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/sphinx-doc/sphinxcontrib-htmlhelp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/sbom","scorecard":{"id":841321,"data":{"date":"2025-08-11","repo":{"name":"github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"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":"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":"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":"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":"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":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:76","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/transifex.yml:41","Info: topLevel 'contents' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/transifex.yml:10"],"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/create-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/transifex.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/transifex.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-doc/sphinxcontrib-htmlhelp/transifex.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/create-release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:63","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:65","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:87","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:88","Warn: downloadThenRun not pinned by hash: .github/workflows/transifex.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/transifex.yml:30","Warn: downloadThenRun not pinned by hash: .github/workflows/transifex.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/transifex.yml:59","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned","Info:   0 out of   2 downloadThenRun 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":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENCE.rst:0","Warn: project license file does not contain an FSF or OSI license."],"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":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"}},{"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 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-23T20:33:03.100Z","repository_id":48621974,"created_at":"2025-08-23T20:33:03.100Z","updated_at":"2025-08-23T20:33:03.100Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29369325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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"}},"repo_metadata_updated_at":"2026-02-12T15:00:08.119Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.1038292719842593,"forks_count":1.2108369910700771,"docker_downloads_count":null,"average":0.8286665657635841},"purl":"pkg:deb/debian/sphinxcontrib-htmlhelp?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-01-16T22:00:26.962Z","issues_count":1,"pull_requests_count":64,"avg_time_to_close_issue":864904.0,"avg_time_to_close_pull_request":781508.4814814815,"issues_closed_count":1,"pull_requests_closed_count":54,"pull_request_authors_count":9,"issue_authors_count":1,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.625,"merged_pull_requests_count":20,"bot_issues_count":1,"bot_pull_requests_count":40,"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/sphinx-doc%2Fsphinxcontrib-htmlhelp/issues","maintainers":[{"login":"tk0miya","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tk0miya"},{"login":"AA-Turner","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"},{"login":"picnixz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/picnixz"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13080918,"name":"python311Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:48:27.278Z","latest_release_published_at":"2026-02-01T17:48:27.278Z","latest_release_number":"2.1.0","last_synced_at":"2026-03-08T05:28:01.120Z","created_at":"2026-02-01T17:48:15.576Z","updated_at":"2026-03-08T05:30:52.076Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python311Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L31","metadata":{"nix_attribute":"python3.11-sphinxcontrib-htmlhelp-2.1.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:31","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.sphinxcontrib-htmlhelp?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":228},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-04-03T06:22:14.703Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":12901299,"name":"python314Packages.sphinxcontrib-htmlhelp","ecosystem":"nixpkgs","description":"Sphinx extension which renders HTML help files","homepage":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T10:25:30.090Z","latest_release_published_at":"2026-01-27T10:25:30.090Z","latest_release_number":"2.1.0","last_synced_at":"2026-03-07T19:24:26.673Z","created_at":"2026-01-27T10:25:29.879Z","updated_at":"2026-03-10T23:31:59.510Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.sphinxcontrib-htmlhelp","install_command":"nix-env -iA nixpkgs.python314Packages.sphinxcontrib-htmlhelp","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix#L28","metadata":{"nix_attribute":"python3.14-sphinxcontrib-htmlhelp-2.1.0","position":"pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix:28","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sphinxcontrib-htmlhelp","upstream_purl":"pkg:pypi/sphinxcontrib-htmlhelp"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python314Packages.sphinxcontrib-htmlhelp?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.sphinxcontrib-htmlhelp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sphinxcontrib-htmlhelp/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":146413,"maintainers_count":4654,"namespaces_count":0,"keywords_count":2885,"github":"NixOS","metadata":{"funded_packages_count":1565},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-05-15T05:01:34.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":2928137,"name":"sphinxcontrib-htmlhelp","ecosystem":"pypi","description":"sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files","homepage":"https://www.sphinx-doc.org/","licenses":"BSD License","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","keywords_array":[],"namespace":null,"versions_count":12,"first_release_published_at":"2019-02-14T16:24:25.000Z","latest_release_published_at":"2024-07-29T01:09:36.000Z","latest_release_number":"2.1.0","last_synced_at":"2026-05-13T23:05:06.287Z","created_at":"2022-04-10T12:41:00.698Z","updated_at":"2026-05-13T23:05:06.287Z","registry_url":"https://pypi.org/project/sphinxcontrib-htmlhelp/","install_command":"pip install sphinxcontrib-htmlhelp --index-url https://pypi.org/simple","documentation_url":"https://sphinxcontrib-htmlhelp.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Environment :: Web Environment","Framework :: Sphinx","Framework :: Sphinx :: Extension","Intended Audience :: Developers","Intended Audience :: Education","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Topic :: Documentation","Topic :: Documentation :: Sphinx","Topic :: Text Processing","Topic :: Utilities"],"normalized_name":"sphinxcontrib-htmlhelp","project_status":null},"repo_metadata":{"id":48621974,"uuid":"170719764","full_name":"sphinx-doc/sphinxcontrib-htmlhelp","owner":"sphinx-doc","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-25T11:59:36.000Z","size":121,"stargazers_count":2,"open_issues_count":0,"forks_count":15,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-08T23:17:22.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-doc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","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}},"created_at":"2019-02-14T16:11:35.000Z","updated_at":"2024-07-20T12:40:24.087Z","dependencies_parsed_at":"2024-06-19T05:38:59.606Z","dependency_job_id":null,"html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","commit_stats":{"total_commits":69,"total_committers":6,"mean_commits":11.5,"dds":0.5217391304347826,"last_synced_commit":"968a47d4d3487359b96408f77017e9f2292ad633"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219006149,"owners_count":16423089,"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":"sphinx-doc","name":"Sphinx","uuid":"9928167","kind":"organization","description":"Sphinx makes it easy to create intelligent and beautiful documentation","email":null,"website":"https://www.sphinx-doc.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9928167?v=4","repositories_count":18,"last_synced_at":"2024-04-14T20:53:20.512Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sphinx-doc","funding_links":["https://github.com/sponsors/sphinx-doc"],"total_stars":7477,"followers":118,"following":0,"created_at":"2022-11-02T16:32:44.897Z","updated_at":"2024-04-14T20:53:24.597Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-doc/repositories"},"tags":[{"name":"2.0.6","sha":"49998fdc1e911048e35fbf6fe0f135a47d338214","kind":"tag","published_at":"2024-07-20T11:58:16.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.6","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.6/manifests"},{"name":"2.0.5","sha":"244375fc34275ea077b13c644652099b005fa854","kind":"tag","published_at":"2024-01-13T03:03:37.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.5","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.5/manifests"},{"name":"2.0.4","sha":"39ee387356bc8041669efd11ba7c28cc4b28012a","kind":"tag","published_at":"2023-08-14T16:18:39.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.4","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.4/manifests"},{"name":"2.0.3","sha":"5c3bbc638049aa75783f8c91aba6143c55c364c5","kind":"tag","published_at":"2023-08-09T19:09:58.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.3","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"d7a81ad1a81b133253576439fe894d87c26100db","kind":"tag","published_at":"2023-08-07T19:22:08.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.2","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"81362a175cf405bc608fe57b303964a0a0cbc16b","kind":"tag","published_at":"2023-01-31T17:20:43.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.1","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"52bb52d76d0d3a4a8f7370a1d201dfef6f3ecb43","kind":"commit","published_at":"2021-05-22T16:00:51.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/2.0.0","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/2.0.0/manifests"},{"name":"1.0.3","sha":"a7a9e4997a8d0d50ae1b8f3f26d80c5dd5b184fa","kind":"commit","published_at":"2020-02-21T17:09:42.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.3","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"b60cd173115b234ae8005d5ad0ac42e5627a1213","kind":"commit","published_at":"2019-04-11T16:00:23.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.2","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"d47b6f20a43a237834dbde21bf2c550e9edc11bb","kind":"commit","published_at":"2019-02-14T16:26:51.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.1","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"85d85dfdb650feefeceeada8562a81686abd55b4","kind":"commit","published_at":"2019-02-14T16:25:09.000Z","download_url":"https://codeload.github.com/sphinx-doc/sphinxcontrib-htmlhelp/tar.gz/1.0.0","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-09-29T05:28:26.740Z","dependent_packages_count":165,"downloads":25939491,"downloads_period":"last-month","dependent_repos_count":21968,"rankings":{"downloads":0.08923345582943937,"dependent_repos_count":0.05373197340267316,"dependent_packages_count":0.1611959202080195,"stargazers_count":31.908171902260385,"forks_count":9.853153711654617,"docker_downloads_count":0.28343615969910096,"average":7.058153853842373},"purl":"pkg:pypi/sphinxcontrib-htmlhelp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sphinxcontrib-htmlhelp","docker_dependents_count":1968,"docker_downloads_count":630731532,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sphinxcontrib-htmlhelp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sphinxcontrib-htmlhelp/dependencies","status":null,"funding_links":["https://github.com/sponsors/sphinx-doc"],"critical":true,"issue_metadata":{"last_synced_at":"2024-09-29T02:38:09.401Z","issues_count":0,"pull_requests_count":39,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":661388.5142857142,"issues_closed_count":0,"pull_requests_closed_count":35,"pull_request_authors_count":8,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.5384615384615384,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":0,"past_year_pull_requests_count":21,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":269831.17647058825,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8095238095238095,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/issues","maintainers":[{"login":"tk0miya","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tk0miya"},{"login":"AA-Turner","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"},{"login":"picnixz","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/picnixz"}],"active_maintainers":[{"login":"AA-Turner","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"},{"login":"picnixz","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/picnixz"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinxcontrib-htmlhelp/codemeta","maintainers":[{"uuid":"tk0miya","login":"tk0miya","name":null,"email":null,"url":null,"packages_count":65,"html_url":"https://pypi.org/user/tk0miya/","role":null,"created_at":"2023-01-28T14:27:08.053Z","updated_at":"2023-01-28T14:27:08.053Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/tk0miya/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":864085,"maintainers_count":369225,"namespaces_count":0,"keywords_count":280639,"github":"pypi","metadata":{"funded_packages_count":53810},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-05-13T05:09:37.527Z","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":26261,"full_name":"sphinx-doc/sphinxcontrib-htmlhelp","default_branch":"master","total_commits":84,"total_committers":7,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":12.0,"dds":0.45238095238095233,"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-28T15:40:09.856Z","last_synced_commit":"f7f5d4ecf27fad97e2454fbeda94c6a105c994ff","created_at":"2023-03-07T16:29:47.354Z","updated_at":"2026-04-28T15:39:42.270Z","committers":[{"name":"Adam Turner","email":"9087854+aa-turner","login":"aa-turner","count":46},{"name":"Takeshi KOMIYA","email":"i.tkomiya@gmail.com","login":"tk0miya","count":33},{"name":"shkumagai","email":"take.this.2.your.grave@gmail.com","login":"shkumagai","count":1},{"name":"phlax","email":"phlax","login":"phlax","count":1},{"name":"kpnr","email":"hkm@mail.ru","login":"kpnr","count":1},{"name":"Miro Hrončok","email":"miro@hroncok.cz","login":"hroncok","count":1},{"name":"Adam Turner","email":"9087854+AA-Turner","login":"AA-Turner","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-15T00:00:35.990Z","repositories_count":6234436,"commits_count":894411218,"contributors_count":34898926,"owners_count":1153222,"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":{"table":{"full_name":"sphinx-doc/sphinxcontrib-htmlhelp","html_url":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp","last_synced_at":"2026-05-09T20:00:17.485Z","status":null,"issues_count":1,"pull_requests_count":71,"avg_time_to_close_issue":864904.0,"avg_time_to_close_pull_request":781645.7857142857,"issues_closed_count":1,"pull_requests_closed_count":56,"pull_request_authors_count":15,"issue_authors_count":1,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.6056338028169014,"merged_pull_requests_count":20,"bot_issues_count":1,"bot_pull_requests_count":40,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":785353.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.42857142857142855,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T11:06:45.027Z","updated_at":"2026-05-09T20:00:17.485Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-doc%2Fsphinxcontrib-htmlhelp/issues","issue_labels_count":{"table":{"dependencies":1,"python":1}},"pull_request_labels_count":{"table":{"dependencies":40,"python":26,"github_actions":14}},"issue_author_associations_count":{"table":{"NONE":1}},"pull_request_author_associations_count":{"table":{"NONE":49,"MEMBER":18,"CONTRIBUTOR":4}},"issue_authors":{"table":{"dependabot[bot]":1}},"pull_request_authors":{"table":{"dependabot[bot]":40,"tk0miya":14,"AA-Turner":2,"phlax":2,"Jah-yee":2,"picnixz":2,"nightcityblade":1,"hroncok":1,"MukundaKatta":1,"VedantMadane":1,"AJPfleger":1,"shkumagai":1,"heirecka":1,"wavebyrd":1,"kpnr":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-15T00:00:53.591Z","repositories_count":14600328,"issues_count":34181569,"pull_requests_count":111923833,"authors_count":11262312,"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":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"NONE":7}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"Jah-yee":2,"heirecka":1,"MukundaKatta":1,"nightcityblade":1,"VedantMadane":1,"wavebyrd":1}},"maintainers":[{"table":{"login":"tk0miya","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tk0miya"}},{"table":{"login":"AA-Turner","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"}},{"table":{"login":"picnixz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/picnixz"}}],"active_maintainers":[]}},"events":{"total":{"DeleteEvent":2,"PullRequestEvent":7,"ForkEvent":2,"WatchEvent":1,"IssueCommentEvent":3,"CreateEvent":2},"last_year":{"PullRequestEvent":3,"IssueCommentEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-02-16T21:31:46.508Z","updated_at":"2023-02-16T21:31:46.508Z","repository_link":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/.github/workflows/test.yml","dependencies":[{"id":7725170467,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7725170468,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/create-release.yml","sha":null,"kind":"manifest","created_at":"2024-06-19T05:28:22.296Z","updated_at":"2024-06-19T05:28:22.296Z","repository_link":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/.github/workflows/create-release.yml","dependencies":[{"id":18688683807,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":18688683808,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18688683809,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":18688683810,"package_name":"softprops/action-gh-release","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/transifex.yml","sha":null,"kind":"manifest","created_at":"2024-06-19T05:28:22.690Z","updated_at":"2024-06-19T05:28:22.690Z","repository_link":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/.github/workflows/transifex.yml","dependencies":[{"id":18688683928,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":18688683929,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18688683930,"package_name":"peter-evans/create-pull-request","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-06-19T05:28:23.369Z","updated_at":"2024-06-19T05:28:23.369Z","repository_link":"https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/pyproject.toml","dependencies":[]}],"score":24.662235458136458,"created_at":"2026-05-04T06:42:33.844Z","updated_at":"2026-05-17T13:12:20.933Z","avatar_url":"https://github.com/sphinx-doc.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371501","html_url":"https://summary.ecosyste.ms/projects/371501"}