django-revproxy


Namedjango-revproxy JSON
Version 0.13.0 PyPI version JSON
download
home_pageNone
SummaryYet another Django reverse proxy application
upload_time2024-11-06 07:05:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMPL v2.0
keywords django reverse proxy revproxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            
Welcome to django-revproxy
==========================

.. image:: https://jazzband.co/static/img/badge.svg
    :alt: Jazzband
    :target: https://jazzband.co/

.. image:: https://img.shields.io/pypi/v/django-revproxy.svg
    :alt: PyPI version
    :target: https://pypi.org/project/django-revproxy/

.. image:: https://img.shields.io/pypi/pyversions/django-revproxy.svg
    :alt: Supported Python versions
    :target: https://pypi.org/project/django-revproxy/

.. image:: https://github.com/jazzband/django-revproxy/workflows/Test/badge.svg
   :target: https://github.com/jazzband/django-revproxy/actions
   :alt: GitHub Actions

.. image:: https://codecov.io/gh/jazzband/django-revproxy/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jazzband/django-revproxy
   :alt: Test Coverage


A simple reverse proxy using Django. It allows to use Django as a
reverse Proxy to HTTP requests. It also allows to use Django as an
authentication Proxy.

Documentation available at http://django-revproxy.readthedocs.org/


Features
---------

* Proxies all HTTP methods: HEAD, GET, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT and PATCH
* Copy all http headers sent from the client to the proxied server
* Copy all http headers sent from the proxied server to the client (except `hop-by-hop <http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.5.1>`_)
* Basic URL rewrite
* Sets the http header REMOTE_USER if the user is logged in Django
* Sets the http headers X-Forwarded-For and X-Forwarded-Proto
* Handles redirects
* Few external dependencies
* Apply XSLT transformation in the response (requires Diazo)


Dependencies
------------

* django >= 3.0
* urllib3 >= 1.12
* diazo >= 1.0.5 (optional)
* lxml >= 3.4, < 3.5 (optional, but diazo dependency)


Install
--------

``pip install django-revproxy``


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-revproxy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "django, reverse proxy, revproxy",
    "author": null,
    "author_email": "Sergio Oliveira <sergio@tracy.com.br>",
    "download_url": null,
    "platform": null,
    "description": "\nWelcome to django-revproxy\n==========================\n\n.. image:: https://jazzband.co/static/img/badge.svg\n    :alt: Jazzband\n    :target: https://jazzband.co/\n\n.. image:: https://img.shields.io/pypi/v/django-revproxy.svg\n    :alt: PyPI version\n    :target: https://pypi.org/project/django-revproxy/\n\n.. image:: https://img.shields.io/pypi/pyversions/django-revproxy.svg\n    :alt: Supported Python versions\n    :target: https://pypi.org/project/django-revproxy/\n\n.. image:: https://github.com/jazzband/django-revproxy/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-revproxy/actions\n   :alt: GitHub Actions\n\n.. image:: https://codecov.io/gh/jazzband/django-revproxy/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/jazzband/django-revproxy\n   :alt: Test Coverage\n\n\nA simple reverse proxy using Django. It allows to use Django as a\nreverse Proxy to HTTP requests. It also allows to use Django as an\nauthentication Proxy.\n\nDocumentation available at http://django-revproxy.readthedocs.org/\n\n\nFeatures\n---------\n\n* Proxies all HTTP methods: HEAD, GET, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT and PATCH\n* Copy all http headers sent from the client to the proxied server\n* Copy all http headers sent from the proxied server to the client (except `hop-by-hop <http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.5.1>`_)\n* Basic URL rewrite\n* Sets the http header REMOTE_USER if the user is logged in Django\n* Sets the http headers X-Forwarded-For and X-Forwarded-Proto\n* Handles redirects\n* Few external dependencies\n* Apply XSLT transformation in the response (requires Diazo)\n\n\nDependencies\n------------\n\n* django >= 3.0\n* urllib3 >= 1.12\n* diazo >= 1.0.5 (optional)\n* lxml >= 3.4, < 3.5 (optional, but diazo dependency)\n\n\nInstall\n--------\n\n``pip install django-revproxy``\n\n",
    "bugtrack_url": null,
    "license": "MPL v2.0",
    "summary": "Yet another Django reverse proxy application",
    "version": "0.13.0",
    "project_urls": {
        "changelog": "https://django-revproxy.readthedocs.io/en/latest/changelog.html",
        "documentation": "https://django-revproxy.readthedocs.io/en/stable/",
        "download": "https://pypi.org/project/django-revproxy/",
        "homepage": "https://github.com/jazzband/django-revproxy",
        "issues": "https://github.com/jazzband/django-revproxy/issues"
    },
    "split_keywords": [
        "django",
        " reverse proxy",
        " revproxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c767781f0b011521b4f6eab515a21bf021ff78db52de4075cc61f1a0bcc70a6",
                "md5": "cbcf3ee16d768fd5d4c6f209c78dc0cd",
                "sha256": "6130d52d5042624c918134369be0a825e9f7e87d15e12b739d6666e5ed1f32ef"
            },
            "downloads": -1,
            "filename": "django_revproxy-0.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbcf3ee16d768fd5d4c6f209c78dc0cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19476,
            "upload_time": "2024-11-06T07:05:11",
            "upload_time_iso_8601": "2024-11-06T07:05:11.551421Z",
            "url": "https://files.pythonhosted.org/packages/1c/76/7781f0b011521b4f6eab515a21bf021ff78db52de4075cc61f1a0bcc70a6/django_revproxy-0.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 07:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jazzband",
    "github_project": "django-revproxy",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "django-revproxy"
}
        
Elapsed time: 4.82968s