1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: aiohttp-jinja2
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-aiohttp,
python3-all,
python3-jinja2,
python3-setuptools,
python3-pytest,
python3-pytest-aiohttp,
python3-pytest-cov,
python3-anyio,
python3-pytest-asyncio,
Standards-Version: 4.6.1
Homepage: https://github.com/aio-libs/aiohttp_jinja2/
Vcs-Git: https://salsa.debian.org/python-team/packages/aiohttp-jinja2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiohttp-jinja2
Package: python3-aiohttp-jinja2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Enhances: python3-aiohttp
Description: jinja2 template renderer for aiohttp.web
aiohttp_jinja2 library makes it easier to integrate Jinja2 (template engine for
Python) templates in aiohttp.web (asyncio HTTP server)
|