Python packaging tool idea: "oops, all editable".
There's been a big move in the community towards highly structured, "binary" artifacts for installation in the last few years. But they're all still source, just source in a highly inconvenient format for editing because they're detached from version control.
What if `oopsae install -r requirements.txt` checked out all the repos and installed them into your venv as editable so you could make changes into any upstream you want and just push them
π²π¦ 
πΈπͺ