You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
🚀 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
The text was updated successfully, but these errors were encountered: