pyapp icon indicating copy to clipboard operation
pyapp copied to clipboard

Runtime installer for Python applications

Results 36 pyapp issues
Sort by recently updated
recently updated
newest added

I was looking up https://pypi.org/project/pyapp/ today, and belatedly noticed the naming conflict here. Aside from the search confusion issue, it would only become a larger issue in practice if you...

It does make a lot of sense to suggest a Dockerfile to execute the binary in.

We currently distribute an app built using pyinstaller, which embeds a C++ executable using the `--add-binary` flag ([link to the more relevant `--add-data` docs](https://pyinstaller.org/en/stable/usage.html#cmdoption-add-data)). I couldn't see an analogous flag...

I'm giving pyapp a try for a new project. So far I like the simplicity, however how do you manage old installations. If I bump the version number I see...

Is there a way to use `pyapp` behind a corporate proxy? Currently I get SSL errors, probably because system certs are not used? ``` Building source distribution... Building wheel from...

This would be particularly useful to set `PYAPP_INSTALL_DIR_` for a given project automatically. For instance, I could give the generated executable and a `.env` file that specifies that the target...