xar icon indicating copy to clipboard operation
xar copied to clipboard

executable archive format

Results 9 xar issues
Sort by recently updated
recently updated
newest added

The lastest one is from 2020 it's 2024 and a few fixes are in so it would great to be able to have them.

Many modules use `from __future__` imports in setup.py. An example of this occurring can be seen here: ``` ❯ python setup.py bdist_xar --download ... Successfully downloaded hvac pyhcl requests certifi...

I just ran ` make_xar --python /usr/lib/python3.7/site-packages/IPython --output ipython.xar` on Manjaro Linux (Arch derivative) and got this output: ``` make_xar --python /usr/lib/python3.7/site-packages/ IPython --output ipython.xar 2019-11-12 21:01:04,679 INFO Squashing /tmp/tmpgk_12zc1...

documentation

The Ubuntu package contains the `libsquashfuse_ll.so` dynamic library. It is possible to use it instead of the executable itself for xarexec_fuse. We shouldn't wait for debian to package this binary...

question

We only test with 3.7 today on Circle CI. Maybe it might be worth moving to GitHub Actions.

enhancement
help wanted

Hey, thanks for a cool project— I noted that when I install xar in a venv, it doesn't work: ``` $ path/to/my/xar_env/bin/python setup.py bdist_xar running bdist_xar removing 'build/bdist.linux-x86_64/xar' (and everything...

I've got a Python CLI tool that I'm trying to distribute internally at my company, and `xar` is really close to a perfect fit. There's just one niggling issue for...

enhancement

want to deploy python apps with xar, but need to include python 3.7 binary to support old centos6. used pex to build to that usage. but xar seems dose not...

enhancement