{"id":16813830,"url":"https://github.com/joerick/manylinux-inspector","last_synced_at":"2025-07-24T03:01:51.488Z","repository":{"id":171104265,"uuid":"603399149","full_name":"joerick/manylinux-inspector","owner":"joerick","description":"A website that makes it easy to see what's in manylinux images","archived":false,"fork":false,"pushed_at":"2024-12-06T05:47:22.000Z","size":2463,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-06T18:45:25.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://manylinuxinspector.joerick.me/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joerick.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}},"created_at":"2023-02-18T11:48:24.000Z","updated_at":"2024-12-06T05:47:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc2a710c-b003-4890-b1cf-be7b3eb50edf","html_url":"https://github.com/joerick/manylinux-inspector","commit_stats":null,"previous_names":["joerick/manylinux-inspector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joerick%2Fmanylinux-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joerick%2Fmanylinux-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joerick%2Fmanylinux-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joerick%2Fmanylinux-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joerick","download_url":"https://codeload.github.com/joerick/manylinux-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244029609,"owners_count":20386448,"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"}},"keywords":[],"created_at":"2024-10-13T10:27:56.536Z","updated_at":"2025-03-17T11:43:06.422Z","avatar_url":"https://github.com/joerick.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manylinux Inspector\n\n\u003cimg width=\"1333\" alt=\"image\" src=\"https://github.com/joerick/manylinux-inspector/assets/1244307/33f455cc-f520-4bb3-a035-a09f35dd856d\"\u003e\n\n[This website](https://manylinuxinspector.joerick.me/) provides an overview of the images created by the [manylinux project](https://github.com/pypa/manylinux).\n\nManylinux (and musllinux) images are the easiest way to build Python wheels that work on nearly every linux-based operating systems.\n\nBecause they're constantly kept up-to-date, with newer operating systems, tools, and the latest versions of Python, it can be hard to know what's under the hood, and what's changed between versions. _Manylinux Inspector_ makes it easy to see what's installed on each image, and to spot the differences between images.\n\n## How does it work?\n\nThe data in this site comes from a scheduled Github Action, which runs daily to:\n\n- check the various repositories at quay.io to see if there's a new image\n- for each new image, pulls it down with Docker and runs [loads of commands](https://github.com/joerick/manylinux-inspector/blob/main/inspect_image.py) to ask questions about it\n- saves that information into the Github repo\n- rebuilds the site, and redeploys it to Github Pages.\n\nThe frontend site is a Typescript/Vue.js app which loads the output of the inspection phase, parses it and displays the information.\n\nAll the code is open-source and on Github!\n\n## Developing\n\nTo run the webapp, you'll need Node \u0026 npm installed. Then do :\n\n```\ncd webapp\nnpm install\nnpm run dev\n```\n\nThat runs the dev server locally.\n\nTo test the inspection scripts, you can run them locally like so:\n\n```\npython -m venv env\n. env/bin/activate\npip install -r requirements.txt\n\npython inspect_latest.py  # checks for new images not inspected yet, and writes them to /data\npython inspect_image.py  # checks a single image and returns the inspection result on stdout\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoerick%2Fmanylinux-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoerick%2Fmanylinux-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoerick%2Fmanylinux-inspector/lists"}