Loren Carvalho

Results 65 comments of Loren Carvalho

> However, in that case there is (if I recall correctly) an issue that the shiv documentation does not describe well how to communicate dependencies via pyproject.toml. Very true! I...

Hi @sdementen, PYZ files created by `shiv` should already be respecting `.pth` files, as we use `site.addsitedir` to evaluate the custom site-packages directory: https://github.com/linkedin/shiv/blob/4d273b2ccbb929cc865feea78978ebf0daa9f032/src/shiv/bootstrap/__init__.py#L211-L213

hi @sdementen! Let me make sure I understand your use case - it sounds like you effectively want to use the pyz to bundle some third party dependencies with a...

hey @kennydo I haven't done any investigation into this, mostly out of personal bias (I typically use iPython for interactive sessions, so it never occurred to me to check the...

Hi @moshez ! Thanks for the PR :) I tossed some ideas around in this comment on #36 - the key takeaway there is that `builder.py` is a slightly modified...

hey @moshez This diff illustrates what I was thinking: https://github.com/linkedin/shiv/compare/master...sixninetynine:shiv_as_lib Basically, `builder.py` becomes `zipapp.py`, `cli.py` is split into `cli.py` and `builder.py`... The only thing that I'm not that keen on...

Hi @jonas-hagen, Sorry for the delay in responding to this issue! This is a tricky one, I don't currently have access to a windows machine to test on but I...

Hi @Ninjef, Thanks for your detailed report, sorry that it's taken me this long to acknowledge 😥 I really like your proposal, we actually drop lock files into ~/.shiv with...

Hi again @Ninjef, Sorry for the long time to reply, while I haven't been able to play around with a reference file / local database solution, I wanted to mention...

Hi @wimglenn, A long time ago we attempted to support something that would allow this, but the use case is extremely narrow so ultimately we decided against continuing to support...