license icon indicating copy to clipboard operation
license copied to clipboard

Remove external dependency of `jinja2`?

Open sphh opened this issue 1 year ago • 2 comments

Have you ever considered to use the lightweight step-template (PyPi) template engine instead of the rather heavyweight jinja2 module?

If yes, I am happy to make a pull request …

What do you think?

sphh avatar Aug 22 '22 16:08 sphh

I'd rather keep a well-established project as a dependency than a somewhat lightweight but unknown thing. But as said in https://github.com/hroncok/license/pull/8#issuecomment-1225967893 maybe this can be done without a templating engine with e.g. str.format.

hroncok avatar Aug 25 '22 07:08 hroncok

As pointed out in https://github.com/hroncok/license/pull/8#issuecomment-1225967893, it is absolutely feasible to remove all external dependencies!

sphh avatar Aug 25 '22 17:08 sphh