packaged
packaged copied to clipboard
The easiest way to ship python applications.
Would be great if `packaged` supported Windows as well.
Currently `packaged` creates binaries that simply extract into a temporary directory and run the program. But for applications that want to store state relative to the package, or add a...
Right now, it destroys the input directory to create the package. Bad idea. Let's make it copy the directory to `/tmp` and destroy the copy instead. Maybe `pycify` should have...
`packaged` looks very promising - thanks for releasing it! While checking out the instructions, I can't seem to move past the `pip install -r requirements.txt` or `pip install .` build...
Hi @tusharsadhwani I am packaging a Flask project and encountering an error message ``` UnboundLocalError: cannot access local variable 'spinner' where it is not associated with a value ``` Do...