python-appimage
python-appimage copied to clipboard
AppImage distributions of Python
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...
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.
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.
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...
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.