Clinton Roy
Clinton Roy
No. You can manually create your virtualenv, under any name you like, and activate it, poetry will use that virtual environment then.
I cannot imagine the project will ever accept credentials in pyproject.toml, poetry has no idea where that pyproject.toml will be published, in public or private. The first project that accidentally...
I've dabbled with automat, spun out of twisted https://github.com/glyph/automat
I'm happy to put my hand up to help out; while I'm at a synchrotron using epicsy stuff.
I haven't had a close look yet, but socket does have if_nameindex() and friends. There's also the ifaddr package that looks portable
I'm not a windows person, but i think regular users can't make symlinks on windows, hence the permissions error. What does the git checkout do? make the symlink? resolve it?...
Works fine for me with poetry 1.1.11.
Yes, I do, my bad.
diagnostic is one potential shed colour.
if your root package has two extras, say FOO and BAR, if you install with extras FOO, then install with extras BAR, everything associated with extra FOO will be removed.