aiohttp-remotes


Nameaiohttp-remotes JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/aio-libs/aiohttp-remotes
SummaryControl remote side information.
upload_time2021-12-15 10:03:45
maintainer
docs_urlNone
authorAndrew Svetlov
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
aiohttp-remotes
===============

The 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``.


Read https://aiohttp-remotes.readthedocs.io for more information.



The library was donated by Ocean S.A. https://ocean.io/

Thanks to the company for contribution.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aio-libs/aiohttp-remotes",
    "name": "aiohttp-remotes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrew Svetlov",
    "author_email": "andrew.svetlov@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/05/7c4be6171cc78a13171a4f89e5d308c4a636bdd8ee36101367e99e410ed8/aiohttp_remotes-1.2.0.tar.gz",
    "platform": "",
    "description": "===============\naiohttp-remotes\n===============\n\nThe library is a set of useful tools for ``aiohttp.web`` server.\n\nThe full list of tools is:\n\n* ``AllowedHosts`` -- restrict a set of incoming connections to\n  allowed hosts only.\n* ``BasicAuth`` -- protect web application by *basic auth*\n  authorization.\n* ``Cloudflare`` -- make sure that web application is protected\n  by CloudFlare.\n* ``ForwardedRelaxed`` and ``ForwardedStrict`` -- process\n  ``Forwarded`` HTTP header and modify corresponding\n  ``scheme``, ``host``, ``remote`` attributes in strong secured and\n  relaxed modes.\n* ``Secure`` -- ensure that web application is handled by HTTPS\n  (SSL/TLS) only, redirect plain HTTP to HTTPS automatically.\n* ``XForwardedRelaxed`` and ``XForwardedStrict`` -- the same\n  as ``ForwardedRelaxed`` and ``ForwardedStrict`` but process old-fashion\n  ``X-Forwarded-*`` headers instead of new standard ``Forwarded``.\n\n\nRead https://aiohttp-remotes.readthedocs.io for more information.\n\n\n\nThe library was donated by Ocean S.A. https://ocean.io/\n\nThanks to the company for contribution.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Control remote side information.",
    "version": "1.2.0",
    "project_urls": {
        "Documentation": "https://aiohttp-remotes.readthedocs.io",
        "Homepage": "https://github.com/aio-libs/aiohttp-remotes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a37db309d85689078de20a2456ea4f5482f7fc9f9f03bbdc40c483afc0743724",
                "md5": "215cdd420f56484a9dfa9c57f5b6f0a6",
                "sha256": "1bc2b11b285b82fab920cc774b8778128d4666e6f6628d6664dfba705ffda062"
            },
            "downloads": -1,
            "filename": "aiohttp_remotes-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "215cdd420f56484a9dfa9c57f5b6f0a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12015,
            "upload_time": "2021-12-15T10:03:44",
            "upload_time_iso_8601": "2021-12-15T10:03:44.222573Z",
            "url": "https://files.pythonhosted.org/packages/a3/7d/b309d85689078de20a2456ea4f5482f7fc9f9f03bbdc40c483afc0743724/aiohttp_remotes-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54057c4be6171cc78a13171a4f89e5d308c4a636bdd8ee36101367e99e410ed8",
                "md5": "c46a71df656e7f1e111684ced68a85d0",
                "sha256": "f95c3a6be5e2de746a85ce9af49ec548da6db8378d7e81bb171ec77b13562a6c"
            },
            "downloads": -1,
            "filename": "aiohttp_remotes-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c46a71df656e7f1e111684ced68a85d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 596463,
            "upload_time": "2021-12-15T10:03:45",
            "upload_time_iso_8601": "2021-12-15T10:03:45.867299Z",
            "url": "https://files.pythonhosted.org/packages/54/05/7c4be6171cc78a13171a4f89e5d308c4a636bdd8ee36101367e99e410ed8/aiohttp_remotes-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-15 10:03:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aio-libs",
    "github_project": "aiohttp-remotes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiohttp-remotes"
}
        
Elapsed time: 0.26348s