Emacs bulk indent for Python - Stack Overflow
How to indent a region in Emacs, ignoring the current mode's indentation rules. I'm often needing to do this in Python and keep forgetting how.
Possible replacement for pipenv. Seems to do a lot of what I would need, and perhaps some more; but also appears to be missing some things I do find useful about pipenv.
For example: I do like how pipenv sweeps up the whole venv thing in what feels like a sensible way. poetry doesn't appear to handle that sort of thing (by design, as far as I can tell).