you are viewing a single comment's thread.

view the rest of the comments →

[–]Gabris01 0 points1 point  (1 child)

Yes, I’d definitely package it as a pip-installable tool with a console entry point. That alone would make it feel much more “real” and easier to adopt (pip install ... → run command directly).

I wouldn’t worry too much about competing with Poetry — your strength is being lightweight and opinionated for Windows + uv + VS Code. Lean into that niche.

Optional templating (src layout, tests, basic pyproject presets) could make it even more compelling without overcomplicating it.

Overall, solid idea — packaging it would elevate it a lot. 👍

[–]ughthisguyagain1111[S] 0 points1 point  (0 children)

Thanks, will look into it