{"id":25713935,"url":"https://github.com/jmpfar/clangd-wheel","last_synced_at":"2025-10-27T10:33:46.551Z","repository":{"id":271029710,"uuid":"912191469","full_name":"jmpfar/clangd-wheel","owner":"jmpfar","description":"clangd python wheels","archived":false,"fork":false,"pushed_at":"2025-10-19T06:05:30.000Z","size":352,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T10:42:05.083Z","etag":null,"topics":["binaries","clang","clangd","llvm","lsp","lsp-server","python","wheel"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ssciwr/clang-tidy-wheel","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmpfar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-04T21:31:51.000Z","updated_at":"2025-10-19T06:05:36.000Z","dependencies_parsed_at":"2025-06-13T07:22:13.299Z","dependency_job_id":"13f4e51d-c496-48c0-a167-2de3b6c8b7be","html_url":"https://github.com/jmpfar/clangd-wheel","commit_stats":null,"previous_names":["jmpfar/clangd-wheel"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/jmpfar/clangd-wheel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpfar%2Fclangd-wheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpfar%2Fclangd-wheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpfar%2Fclangd-wheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpfar%2Fclangd-wheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmpfar","download_url":"https://codeload.github.com/jmpfar/clangd-wheel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpfar%2Fclangd-wheel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281114846,"owners_count":26446042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binaries","clang","clangd","llvm","lsp","lsp-server","python","wheel"],"created_at":"2025-02-25T12:23:32.415Z","updated_at":"2025-10-27T10:33:46.546Z","avatar_url":"https://github.com/jmpfar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clangd python wheel\n\n[![PyPI Release](https://img.shields.io/pypi/v/clangd.svg)](https://pypi.org/project/clangd) [![License](https://img.shields.io/pypi/l/clangd)](https://github.com/jmpfar/clangd-wheel/blob/main/LICENSE.md)\n\nThis project packages the `clangd` utility as a Python wheel, supplying the `clangd` binaries for use of python projects or generally as cross-platform statically-linked packages of the utility. \n\nThe wheel can be used when you need to interact with a C/C++ [LSP](https://en.wikipedia.org/wiki/Language_Server_Protocol) server. For example, in static analyzers such as [clangd-tidy](https://github.com/lljbash/clangd-tidy).\n\nThe binaries are built using the original [LLVM source releases](https://github.com/llvm/llvm-project/releases), and are uploaded to PyPI using verifiable build attestations.\n\nThe project is a fork of the [clang-tidy-wheel](https://github.com/ssciwr/clang-tidy-wheel) project, which is the source for the build and packaging scripts used here, and is based on their original work. \n\n`clangd` is part of the LLVM project and is licensed under the [Apache License v2.0 with LLVM Exceptions](https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT).\n\n## Usage\n\nInstall: \n\n```\npython -m pip install clangd\n```\n\nRun:\n\n```\nclangd\n```\n\n## Builder platforms\n\n| OS       | Version | Architecture | Platform                            |\n|----------|---------|--------------|-------------------------------------|\n| Ubuntu   | 24.04   | x86_64       | manylinux                           |\n| Ubuntu   | 24.04   | x86_64       | [musllinux](https://musl.libc.org/) |\n| Ubuntu   | 24.04   | arm64        | manylinux                           |\n| Ubuntu   | 24.04   | arm64        | [musllinux](https://musl.libc.org/) |         \n| macOS    | 15      | x86_64       |                                     |\n| macOS    | 15      | arm64        |                                     |\n| Windows  | 2025    | x86_64       |                                     |\n| Windows  | 11      | arm64        |                                     |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpfar%2Fclangd-wheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmpfar%2Fclangd-wheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpfar%2Fclangd-wheel/lists"}