I love when I look up a project and it's like "okay to build this, install poetry" and I click poetry and it goes "poetry should be installed with pipx" and I click pipx and it says "on windows, you should install pipx with scoop" so I click scoop and then my brain melts out my ears because this is too many layers deep

@foone love how even with interpreted languages the build process is usually the most tedious and difficult bit

made a single-file python script to do a thing. the partially implemented api wrapper is generically useful so I pulled it out into its own project to work on separately. can I remember offhand how to configure that project, or to convert my standalone script into a project with a pyproject.toml folder and unit tests that correctly references the WIP wrapper in the next folder over on my PC? can I heck