8.73.2. Contents of Jinja2
Installed directory:
/usr/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info
Jinja2 is a Python module that implements a simple pythonic template language.
Build the package:
pip3 wheel -w dist --no-build-isolation --no-deps $PWD
Install the package:
pip3 install --no-index --no-user --find-links dist Jinja2