1
0

Тайлбар байхгүй

Valentin Niess 8664b711d8 Bump version: v1.4.1 8 сар өмнө
.github ad647e0ece Update workflows' dependencies 8 сар өмнө
applications d181cd2fff Full isolation for tasmotizer 4 жил өмнө
docs 839cbc3fd4 Clean the documentation 8 сар өмнө
python_appimage ad647e0ece Update workflows' dependencies 8 сар өмнө
scripts f9b46b5e7f Add aarch64 to the update 8 сар өмнө
.gitignore 19fe0dbab9 Patch the docs table 8 сар өмнө
.readthedocs.yaml 19fe0dbab9 Patch the docs table 8 сар өмнө
LICENSE dc3acadb9a Initial commit 5 жил өмнө
README.md 839cbc3fd4 Clean the documentation 8 сар өмнө
VERSION 8664b711d8 Bump version: v1.4.1 8 сар өмнө
setup.py 14da50382d Update requirements (Python 3.9, requests) 8 сар өмнө

README.md

AppImage distributions of Python

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

Quickstart

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

Instructions for installing and running Python AppImages can be found on Read the Docs.

The online documentation also describes the python-appimage utility for application developers. This utility can facilitate the development of Python applications, provided you have an existing Python AppImage and a recipe folder. Examples of recipes are available on 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.