{"id":18871994,"url":"https://github.com/appimagecrafters/appimage-builder-python-example","last_synced_at":"2025-09-04T02:31:20.456Z","repository":{"id":110397668,"uuid":"275080440","full_name":"AppImageCrafters/appimage-builder-python-example","owner":"AppImageCrafters","description":"appimage-builder example python","archived":false,"fork":false,"pushed_at":"2020-06-26T05:26:34.000Z","size":3,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-08T05:35:07.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppImageCrafters.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2020-06-26T05:25:24.000Z","updated_at":"2024-08-01T09:02:24.000Z","dependencies_parsed_at":"2023-03-08T21:15:59.174Z","dependency_job_id":null,"html_url":"https://github.com/AppImageCrafters/appimage-builder-python-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2Fappimage-builder-python-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2Fappimage-builder-python-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2Fappimage-builder-python-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2Fappimage-builder-python-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppImageCrafters","download_url":"https://codeload.github.com/AppImageCrafters/appimage-builder-python-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231926389,"owners_count":18447057,"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-11-08T05:28:11.786Z","updated_at":"2024-12-31T00:16:36.302Z","avatar_url":"https://github.com/AppImageCrafters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python AppImage packaging example\n\nThis project contains an appimage-builder recipe for\na Python3 application. To recreate the package use\na modern Debian/Ubuntu system and appimage-builder.\n\n## Instructions\n\nPackaging a Python3 application into an AppImage is quite\nsimilar to packaging a regular compiled application. Just\na few adjustments are required:\n\n1. Use the Python main binary as entry point: \n    `exec: usr/bin/python3`\n\n2. Install the pip requirements using the AppDir as root:\n    `python3 -m pip install --root=AppDir -r ./requirements.txt`\n\n3. Set the PYTHONHOME environment variable in the AppImage runtime:\n    `PYTHONHOME: '${APPDIR}/usr'`\n    \n4. Copy your app source code into the AppDir:\n    `cp ./src  AppDir/usr -r`\n \n That's all! \n \n Check the appimage-builder.yml file for the complete recipe.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappimagecrafters%2Fappimage-builder-python-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappimagecrafters%2Fappimage-builder-python-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappimagecrafters%2Fappimage-builder-python-example/lists"}