4
Which python scaffolding tools?
(piefed.ca)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
I tried getting used to cookiecutter with one of the well-known Python project templates several times, but I always found that those are way too much boilerplate for my simple needs.
So I stick with copying and modifying my previous project every time, and even that doesn't make things much easier because I always find something I should do different next time, so in the end no project is completely like its predecessor.
Let us know what you'll come up with!
I'm just playing around with Copier for now. An arbitrary choice since I have nothing to go on and it seems popular enough. It'll probably be a while before I develop my own opinions on it.
I agree with existing templates having too much boilerplate. I'm basically also just copying and modifying my previous projects, but automated with Copier so that I don't have to search and replace all the project/module names. For this particular task, I have no complaints so far.