{"id":28069580,"url":"https://github.com/basemax/c-importpath-fixer","last_synced_at":"2026-04-24T16:02:49.426Z","repository":{"id":292856028,"uuid":"981841866","full_name":"BaseMax/c-importpath-fixer","owner":"BaseMax","description":"A Python tool to automatically fix `#include \"@/...\"` paths in C/C++ source files by converting them to proper relative paths.","archived":false,"fork":false,"pushed_at":"2025-05-12T13:23:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T11:57:25.131Z","etag":null,"topics":["c","gcc","import","include","package","py","py3","python","python3","regex","replace","require"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-12T01:28:56.000Z","updated_at":"2025-05-12T13:24:01.000Z","dependencies_parsed_at":"2025-05-12T14:45:53.438Z","dependency_job_id":"5473613f-8d97-4d27-953e-e8a59df02a90","html_url":"https://github.com/BaseMax/c-importpath-fixer","commit_stats":null,"previous_names":["basemax/c-importpath-fixer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/c-importpath-fixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fc-importpath-fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fc-importpath-fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fc-importpath-fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fc-importpath-fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/c-importpath-fixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fc-importpath-fixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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"}},"keywords":["c","gcc","import","include","package","py","py3","python","python3","regex","replace","require"],"created_at":"2025-05-12T19:10:10.595Z","updated_at":"2026-04-24T16:02:49.411Z","avatar_url":"https://github.com/BaseMax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# c-importpath-fixer\n\nA Python tool to automatically fix `#include \"@/...\"` paths in C/C++ source files by converting them to proper relative paths.\n\n## Usage\n\n```bash\npython3 c-importpath-fixer.py [project-root]\n```\n\nBy default, it scans the current directory. You can optionally pass the root of the project.\n\n## Example\n\nBefore:\n\n```c\n#include \"@/include/myheader.h\"\n```\n\nAfter:\n\n```c\n#include \"../include/myheader.h\"\n```\n\n### License\n\nMIT\n\nCopyright 2025, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fc-importpath-fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fc-importpath-fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fc-importpath-fixer/lists"}