{"id":13505484,"url":"https://github.com/niess/linuxdeploy-plugin-python","last_synced_at":"2025-04-14T23:31:54.863Z","repository":{"id":37580801,"uuid":"190451180","full_name":"niess/linuxdeploy-plugin-python","owner":"niess","description":"Bundle Python into an AppDir using a source distribution and linuxdeploy","archived":false,"fork":false,"pushed_at":"2024-05-23T05:50:15.000Z","size":100,"stargazers_count":25,"open_issues_count":5,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T12:11:19.266Z","etag":null,"topics":["appimage","linuxdeploy","plugin","python"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"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/niess.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}},"created_at":"2019-06-05T18:53:16.000Z","updated_at":"2025-02-24T01:58:43.000Z","dependencies_parsed_at":"2022-08-29T04:30:44.179Z","dependency_job_id":null,"html_url":"https://github.com/niess/linuxdeploy-plugin-python","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Flinuxdeploy-plugin-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Flinuxdeploy-plugin-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Flinuxdeploy-plugin-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niess%2Flinuxdeploy-plugin-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niess","download_url":"https://codeload.github.com/niess/linuxdeploy-plugin-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248978879,"owners_count":21192862,"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":["appimage","linuxdeploy","plugin","python"],"created_at":"2024-08-01T00:01:08.850Z","updated_at":"2025-04-14T23:31:54.505Z","avatar_url":"https://github.com/niess.png","language":"Shell","funding_links":[],"categories":["AppImage developer tools"],"sub_categories":["Deployment tools for Python applications"],"readme":"\u003e [!WARNING]\n\u003e This project is no longer being updated. You can now find ready-to-use\n\u003e Manylinux Python AppImages on the\n\u003e [python-appimage](https://github.com/niess/python-appimage) project. The\n\u003e latter project also makes it easier to build basic Python apps.\n\n---\n\n# A Python plugin for linuxdeploy [![Build Status](https://travis-ci.com/niess/linuxdeploy-plugin-python.svg?branch=master)](https://travis-ci.com/niess/linuxdeploy-plugin-python)\n\n\n## [For developers][WIKI_DEVS]\n\nThis is a plugin for [linuxdeploy][LINUXDEPLOY]. It helps building _lightweight_\n[Python][PYTHON] based [AppImage][APPIMAGE] applications by bundling a\n_minimalist_ source distribution of [Python][PYTHON] inside an [AppDir][APPDIR].\nExtra site specific packages can be bundled as well using `pip`, E.g. binaries\nfrom [PyPi][PYPI].  Specific instructions for building and configuring the image\nare located on the [wiki][WIKI_DEVS].\n\n\n## [For users][WIKI_USERS] \n\nReady to use [AppImage][APPIMAGE] distributions of [Python][PYTHON] are provided\nin the [downloads](#downloads) sections below or in the [release][RELEASE]\narea. A one liner example is:\n```\nwget -cq https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.8.2-x86_64.AppImage \u0026\u0026 chmod u+x python3.8.2-x86_64.AppImage \u0026\u0026 ./python3.8.2-x86_64.AppImage\n```\nwhich will install and run a [Python][PYTHON] instance.  See the instructions on\nthe [wiki][WIKI_USERS] for more detailed usage.\n\n## Projects using [linuxdeploy-plugin-python][PYTHON_PLUGIN]\n* [grand/python](https://github.com/grand-mother/python) - Contained, portable\n  and modern python for [GRAND][GRAND] running from an AppImage\n* [xxh](https://github.com/xxh/xxh) - Bring your favorite shell wherever you go\n  through the ssh \n\n## Downloads\n\n[![Python 2.7](https://img.shields.io/badge/python2.7-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python2.7.17-x86_64.AppImage)\n[![Python 3.7](https://img.shields.io/badge/python3.7-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.7.6-x86_64.AppImage)\n[![Python 3.8](https://img.shields.io/badge/python3.8-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.8.2-x86_64.AppImage)\n[![Scipy](https://img.shields.io/badge/scipy-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/scipy-x86_64.AppImage)\n[![Xonsh](https://img.shields.io/badge/xonsh-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/xonsh-x86_64.AppImage)\n[![Plugin](https://img.shields.io/badge/plugin-x86_64-blue.svg)](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/linuxdeploy-plugin-python-x86_64.AppImage)\n\n\n[APPIMAGE]: https://appimage.org\n[APPDIR]: https://docs.appimage.org/reference/appdir.html\n[GRAND]: http://grand.cnrs.fr\n[LINUXDEPLOY]: https://github.com/linuxdeploy/linuxdeploy\n[PYPI]: https://pypi.org\n[PYTHON]: https://www.python.org\n[PYTHON_PLUGIN]: https://github.com/niess/linuxdeploy-plugin-python\n[RELEASE]: https://github.com/niess/linuxdeploy-plugin-python/releases\n[WIKI_DEVS]: ../../wiki/Developers\n[WIKI_USERS]: ../../wiki/Users\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniess%2Flinuxdeploy-plugin-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniess%2Flinuxdeploy-plugin-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniess%2Flinuxdeploy-plugin-python/lists"}