Без опису

Valentin Niess 60aec8ba25 Patch some mistakes (according to flake8) 8 місяців тому
.github 08ee36fc45 Update PyPI action 8 місяців тому
applications d181cd2fff Full isolation for tasmotizer 4 роки тому
docs 46b2efb359 Added information about extra data in the docs 1 рік тому
python_appimage 60aec8ba25 Patch some mistakes (according to flake8) 8 місяців тому
scripts 736f8dcd7c Tweak the updater 1 рік тому
.gitignore 83ee9e5f0c Relocate local and manylinux under a build command 5 роки тому
.readthedocs.yaml 09084db38b Use mkdocs-macros 4 роки тому
LICENSE dc3acadb9a Initial commit 5 роки тому
README.md d5875464d0 Explicit licenses 3 роки тому
VERSION 41e9b109d0 Bump version: v1.3.1 8 місяців тому
setup.py 6d308d3c30 Add VERSION for PyPI 4 роки тому

README.md

AppImage distributions of Python

Ready to use AppImages of Python are available as GitHub releases.

Quickstart

We provide relocatable Python runtimes as AppImages for Linux systems. These runtimes are extracted from Manylinux Docker images, and they are available as GitHub releases. Our Python AppImages are updated weekly, on every Sunday.

Instructions for installing and running Python AppImages are provided on Read the Docs.

In addition, the online documentation describes the python-appimage utility, for application developers. This utility can facilitate the building of Python apps, given an existing Python AppImage and a recipe folder. Examples of recipes are available from GitHub.

Projects using python-appimage

  • grand/python - Contained, portable and modern python for GRAND running from an AppImage
  • rever - Cross-platform software release tool.
  • ssh-mitm - ssh mitm server for security audits
  • xonsh - Python-powered, cross-platform, Unix-gazing shell language and command prompt
  • xxh - Bring your favorite shell wherever you go through the ssh

License

The python-appimage package (A) is under the GNU GPLv3 license, except for files located under python_appimage/data which are MIT licensed. Thus, the produced Manylinux Python AppImages (B) are not GPL'd. They contain a CPython distribution that is (mostly) under the PSF license. Other parts of B (e.g. AppRun) are under the MIT license.