allenai / python-package-template

A template repo for Python packages
Apache License 2.0
394 stars 67 forks source link

migrate this to a cookiecutter template? #116

Open deven367 opened 1 year ago

deven367 commented 1 year ago

🚀 The feature, motivation and pitch

Instead of having a separate personalize.py, the entire personalization logic can be taken care of by cookiecutter. The size of the template will go down and it would become slightly cleaner.

Alternatives

No response

Additional context

No response

epwalsh commented 1 year ago

There's already tons of cookiecutter Python package templates, so I'm not sure what that would add. One thing I like about this template repo is that it's a fully functioning Python package project even before running the personalization script. So even if people don't want to use this as a template, they can browse through it on GitHub and easily pull out the pieces they like. It seems like we'd loose that if we went with cookiecutter based on the look of audreyfeldroy/cookiecutter-pypackage.