python-appimage icon indicating copy to clipboard operation
python-appimage copied to clipboard

AppImage distributions of Python

Results 22 python-appimage issues
Sort by recently updated
recently updated
newest added

I want to place the recipe in the python project that I want to package. If I can give path where to create the tmp dirs I can put relative...

enhancement

Python has quite a few C based libraries available which include `.so` files. It seems that currently, the libraries linked to those files are not being included in AppImages generated...

Please add aarch64 (ARM 64-bit) builds. https://github.com/pypa/manylinux seems to have a Docker container for it.

enhancement
help wanted

Please, add also Python 2.6.

enhancement
help wanted

the request to https://pypi.org/pypi/python-appimage/json should be removed, because it breaks workflows, when running without an internet connection. Another reason is, that you are using ``_create_unverified_context``, which disables certificate validation. This...

Hi! Thank you for your big work! Is there a way to build Python on MacOS? My idea is about to using unpacked AppImage with Python that can be run...

In cases where other manual steps are required to prepare the appdir before packaging.

enhancement

A `zsync` file helps to make updates easier. This helps to reduce the amount of data downloaded per release. For documentation, https://github.com/AppImage/AppImageUpdate and docs.appimage.org By adding a `-u` flag on...

enhancement

Hi! While I creating #18 I thought that it will be great to have the similar algorithm for GitHub Actions that you're already using. May be create `python-appimage-github-actions-example` repo with...

Add a caching of base Python AppImages when building Apps. In order to avoid downloading from GitHub each time.