Contents

aiohttp-jinja2 1.6

0

jinja2 template renderer for aiohttp.web (http server for asyncio)

jinja2 template renderer for aiohttp.web (http server for asyncio)

Stars: 228, Watchers: 228, Forks: 62, Open Issues: 4

The aio-libs/aiohttp-jinja2 repo was created 9 years ago and the last code push was Yesterday.
The project is popular with 228 github stars!

How to Install aiohttp-jinja2

You can install aiohttp-jinja2 using pip

pip install aiohttp-jinja2

or add it to a project with poetry

poetry add aiohttp-jinja2

Package Details

Author
Andrew Svetlov
License
Apache 2
Homepage
https://github.com/aio-libs/aiohttp_jinja2/
PyPi:
https://pypi.org/project/aiohttp-jinja2/
GitHub Repo:
https://github.com/aio-libs/aiohttp_jinja2

Classifiers

  • Internet/WWW/HTTP
No  aiohttp-jinja2  pypi packages just yet.

Errors

A list of common aiohttp-jinja2 errors.

Code Examples

Here are some aiohttp-jinja2 code examples and snippets.

GitHub Issues

The aiohttp-jinja2 package has 4 open issues on GitHub

  • Bump pytest-aiohttp from 0.3.0 to 1.0.3
  • Drop Python 3.6, add 3.10.
  • Use AppKey
  • Bump sphinx from 4.3.2 to 4.4.0

See more issues on GitHub

Related Packages & Articles

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

Jinja2 3.1.3

Jinja2 is a popular, full-featured template engine for Python. Inspired by Django's templating system, it provides a more expressive language with powerful tools for template authors. Its features include, Full unicode support,An integrated sandboxed execution environment for running untrusted templates safely, An automatic HTML escaping system for preventing cross-site scripting, Template inheritance for reusing layout across templates.

aiofile 3.8.8

Asynchronous HTTP client/server framework for asyncio and Python