{"id":50998160,"url":"https://github.com/cpp-linter/clang-include-cleaner","last_synced_at":"2026-06-20T11:32:33.918Z","repository":{"id":364472541,"uuid":"1266975214","full_name":"cpp-linter/clang-include-cleaner","owner":"cpp-linter","description":"clang-include-cleaner Python wheels","archived":false,"fork":false,"pushed_at":"2026-06-13T07:05:32.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T07:17:08.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpp-linter.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":"2026-06-12T05:43:13.000Z","updated_at":"2026-06-12T15:23:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cpp-linter/clang-include-cleaner","commit_stats":null,"previous_names":["cpp-linter/clang-include-cleaner"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cpp-linter/clang-include-cleaner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fclang-include-cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fclang-include-cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fclang-include-cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fclang-include-cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpp-linter","download_url":"https://codeload.github.com/cpp-linter/clang-include-cleaner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-linter%2Fclang-include-cleaner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2026-06-20T11:32:31.694Z","updated_at":"2026-06-20T11:32:33.909Z","avatar_url":"https://github.com/cpp-linter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD041 --\u003e\n\n[issues]: https://github.com/cpp-linter/clang-include-cleaner/issues\n[contributing]: https://github.com/cpp-linter/clang-include-cleaner/blob/main/CONTRIBUTING.md\n[clang-format-wheel]: https://github.com/ssciwr/clang-format-wheel\n[clang-tidy-wheel]: https://github.com/ssciwr/clang-tidy-wheel\n[clang-apply-replacements-wheel]: https://github.com/cpp-linter/clang-apply-replacements\n[license]: https://github.com/cpp-linter/clang-include-cleaner/blob/main/LICENSE.md\n\n[llvm-releases]: https://github.com/llvm/llvm-project/releases\n[cpp-linter-hub]: https://cpp-linter.github.io/\n\n# clang-include-cleaner\n\n[![PyPI version](https://img.shields.io/pypi/v/clang-include-cleaner.svg?color=blue)](https://pypi.org/project/clang-include-cleaner/)\n[![Platform](https://img.shields.io/badge/platform-linux--64%20%7C%20linux--arm64%20%7C%20win--64%20%7C%20osx--64%20%7C%20osx--arm64-blue)](https://github.com/cpp-linter/clang-include-cleaner)\n[![Build](https://github.com/cpp-linter/clang-include-cleaner/actions/workflows/release.yml/badge.svg)](https://github.com/cpp-linter/clang-include-cleaner/actions/workflows/release.yml)\n[![PyPI - Downloads](https://img.shields.io/pypi/dw/clang-include-cleaner)](https://pypistats.org/packages/clang-include-cleaner)\n[![cpp-linter hub](https://img.shields.io/badge/%F0%9F%8F%A0_cpp--linter_hub-%E2%86%90_home-22863a)](https://cpp-linter.github.io/)\n\nA Python distribution of `clang-include-cleaner` - the LLVM-based tool\nthat finds **unused `#include` directives** in C++ source files. Install\nit with a single `pip install`, no LLVM toolchain required.\n\n---\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Related Projects](#related-projects)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n```bash\npip install clang-include-cleaner\n```\n\nThe wheel bundles a statically-linked binary and clang builtin\nheaders - **no LLVM installation is required** on the host machine.\n\n\u003e [!TIP]\n\u003e In CI, use `pipx run clang-include-cleaner` — no install needed.\n\u003e All [GitHub Actions runners](https://docs.github.com/en/actions)\n\u003e ship with `pipx` pre-installed.\n\nVerify:\n\n```bash\nclang-include-cleaner --version\n```\n\nRun `clang-include-cleaner --help` to see all available options.\n\nFor full usage documentation, see the\n[upstream docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html).\n\n## Related Projects\n\n- [**clang-format-wheel**][clang-format-wheel] — pip-installable clang-format binary\n- [**clang-tidy-wheel**][clang-tidy-wheel] — pip-installable clang-tidy binary\n- [**clang-apply-replacements-wheel**][clang-apply-replacements-wheel] — pip-installable clang-apply-replacements binary\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md][contributing] for\ndevelopment setup, build instructions, and the release process.\n\nPlease use [GitHub issues][issues] for bug reports and feature requests.\n\n## License\n\nThis project is licensed under the Apache License 2.0 with LLVM\nexceptions - see [LICENSE.md][license] for details.\n\nThe `clang-include-cleaner` binary bundled in the wheels is part of the\n[LLVM Project][llvm-releases] and is provided under the same license.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-linter%2Fclang-include-cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpp-linter%2Fclang-include-cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-linter%2Fclang-include-cleaner/lists"}