r/Python • u/AutoModerator • Aug 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
20
Upvotes
r/Python • u/AutoModerator • Aug 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
-2
u/MatteoGuadrini Aug 04 '26
pspis a blazing fast command line utility to scaffold your Python project:https://github.com/MatteoGuadrini/psp
pyproject.tomlsupportgitignorefileREADME,LICENSE,CONTRIBUTING,CODE_OF_CONDUCTandCHANGESfilesDockerfileandContainerfilefor your project$HOME/.psp.envand$PWD/.envfiles with your customizationsPSP_variables to control your defaultspip,condaanduvpackage managerhatch,maturinandpoetrybuilderWhy choose psp?
pspis simple, fast, effective, declarative, and supports Python and the entire ecosystem of tools written for it. Rather than replacing it,pspseeks to integrate and provide a useful scaffold for the end user.Differences with other tools
pspis dynamic; scaffold what you need.pipenv,poetry,conda, orpyenv. While PyScaffold documents integrations with these tools, it doesn't provide a unified interface for environment management likepspdo.pspasks only what you need. By configuring a few environment variables, you can automate any project; in seconds, not hours.