#991882 ITP: aiohttp-remotes -- Set of useful tools for Python aiohttp.web server

#991882#5
Date:
2021-08-04 11:32:45 UTC
From:
To:
* Package name    : aiohttp-remotes
  Version         : 1.0.0
  Upstream Author : Andrew Svetlov <andrew.svetlov@gmail.com>
* URL             : https://github.com/aio-libs/aiohttp-remotes
* License         : MIT
  Programming Lang: Python
  Description     : Set of useful tools for Python aiohttp.web server

 This library is a set of useful tools for aiohttp.web server.
 .
 The full list of tools is:
 .
  * AllowedHosts -- restrict a set of incoming connections to allowed hosts
    only
  * BasicAuth -- protect web application by basic auth authorization
  * Cloudflare -- make sure that web application is protected by CloudFlare
  * ForwardedRelaxed and ForwardedStrict -- process Forwarded HTTP header
    and modify corresponding scheme, host, remote attributes in strong
    secured and relaxed modes
  * Secure -- ensure that web application is handled by HTTPS (SSL/TLS)
    only, redirect plain HTTP to HTTPS automatically
  * XForwardedRelaxed and XForwardedStrict -- the same as ForwardedRelaxed
    and ForwardedStrict but process old-fashion X-Forwarded-* headers
    instead of new standard Forwarded

I intend to maintain this module within the Python Module Team.

#991882#10
Date:
2021-08-04 11:53:45 UTC
From:
To:
Hello,


Package is available here:

https://salsa.debian.org/python-team/packages/aiohttp-remotes

Just one minor thing, there's some Sphinx build leftovers in upstream
tarball, I'm not sure if it's a real problem needing upstream source
repack or it's fine like this.


Regards, Adam.