Poetry Environments, Simplified
A one line command tool to create Poetry-Python environments While developing more and more projects in Python by following the 100 Days of Code: The Complete Python Pro Bootcamp, I’ve found myself creating new Poetry environments for each and every one of them. I used to keep an Obsidian note open whenever I had to create a new one with a series of steps to follow, to speed up the process. But why the need of manually typing each and every command in the terminal if it is possible to package them in a Python script? ...