etianen / moody-templates

A fast, extensible templating engine for Python 3 with Django-like syntax.
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

pypi package moody causes import clashes #12

Open PDoakORNL opened 6 years ago

PDoakORNL commented 6 years ago

So using package name moody-templates and import moody... There is an obvious fix. Or negotiate for the new project to use a different name.

etianen commented 6 years ago

I'm happy to change the name of the installed package to moody_templates.

Incidentally, you might want to consider using a more mature and supported template library. This hasn't been updated since 2011.

jinja2 is a much more popular templating engine with a similar syntax.