need to package jinja2 template for python

后端 未结 3 976
北海茫月
北海茫月 2021-01-21 23:37

(UPDATE: I\'ve made a better question with a better answer here. I was going to delete this question, but some of the answers might prove useful to future searchers.)

M

3条回答
  •  余生分开走
    2021-01-21 23:45

    I don't know the process involved with packaging but I figure since Jinja2 is written in Python, the process would be the same as packaging any other application in Python.

    Here are a few links that may be useful to you:

    • The Hitchhiker's Guide to Python (great resource): Packaging Explained
    • Alternatives to Packaging: freeze your application
    • Python Packaging User Guide (probably the most useful to you)

    I hope this helps.

提交回复
热议问题