pyapp
pyapp copied to clipboard
Runtime installer for Python applications
No network
I'm testing `pyapp` and I'm liking it a lot. But in my testings it's always needed to have network to run the application for the first time. I tested with...
After built with pyapp, calling pyapp self restore will fail because it could not install a dependency: hdbscan ```sh gcc -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64-v3 -fPIC -fPIC...
Hi, I think the pyapp compiled everytime CI run even no code change and I have enabled cache-to, cache-from in `docker/build-push-action`. Is there a way for us to cache the...
Hi @ofek, thanks for the great tool! I've come up with a solution proposal to a known problem I'm facing, and I would like to know your thoughts on it...
Thanks a lot for developing this project! I am very excited to try it. I wanted to use it with a [simple example project using poetry](https://github.com/Vuizur/pyappexample). I am trying to...
Hi there, I came across in this project in the search of a way to distribute Python report builder scripts to my non-programmer colleagues. So far I've been using pyinstaller...
:wave: As discussed in DM, it'd be great if I built a PyApp and tried running it in parallel if the bootstrapping didn't race.
Hi, Would it be possible to add an option to name rge executable based on the project name rather than pyapp.exe? Congratulations by the way, really useful took.
```shell > cargo install pyapp --quiet --root out > mv out/bin/pyapp cowsay && chmod +x cowsay > cowsay -t hi App: cowsay Version: LATEST Python: CPython 11 (x86_64 for Windows)...
Hi, big fans of `pyapp` here. In its current form it lends itself very well for this use case: distribute lightweight, self-bootstrapping python environments based on lockfiles 💪 Icing on...