pyams-auth-remote


Namepyams-auth-remote JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS authentication package using REMOTE_USER environment variable
upload_time2024-04-09 20:20:02
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================
PyAMS remote authentication package
===================================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS remote authentication?
====================================

PyAMS remote authentication package is an extension package for PyAMS which allows usage of
REMOTE_USER environment variable as a principal identifier. This environment variable can be
set, for example, by Apache SSL module, by extracting identity from incoming certificate.


Changelog
=========

2.0.1
-----
 - updated translation

2.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-auth-remote",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/5c/8f/cfe4db26eb8f5b16c7bda6226ee03bc5f7167d31ee5054029838b9f936aa/pyams_auth_remote-2.0.1.tar.gz",
    "platform": null,
    "description": "===================================\nPyAMS remote authentication package\n===================================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS remote authentication?\n====================================\n\nPyAMS remote authentication package is an extension package for PyAMS which allows usage of\nREMOTE_USER environment variable as a principal identifier. This environment variable can be\nset, for example, by Apache SSL module, by extracting identity from incoming certificate.\n\n\nChangelog\n=========\n\n2.0.1\n-----\n - updated translation\n\n2.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS authentication package using REMOTE_USER environment variable",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "392b37aab9ea7c39e0e9b6c7be1c1a9459784f387e4b07de94a3fccca1399aac",
                "md5": "b9de9910dcef1016aa22f08030ce9e7a",
                "sha256": "18b239504c226c65d3277d5517a57b90dd853b4ee5f5ee3a7fb12f5dd2d53097"
            },
            "downloads": -1,
            "filename": "pyams_auth_remote-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9de9910dcef1016aa22f08030ce9e7a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13292,
            "upload_time": "2024-04-09T20:20:00",
            "upload_time_iso_8601": "2024-04-09T20:20:00.859674Z",
            "url": "https://files.pythonhosted.org/packages/39/2b/37aab9ea7c39e0e9b6c7be1c1a9459784f387e4b07de94a3fccca1399aac/pyams_auth_remote-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c8fcfe4db26eb8f5b16c7bda6226ee03bc5f7167d31ee5054029838b9f936aa",
                "md5": "f7e99010e1405b1f52a51d83f4a7fc9e",
                "sha256": "e4f36b5f34501f0af4b6535b362aa3c31d6cd6ae3ef6b534fc7ecde9b60785d0"
            },
            "downloads": -1,
            "filename": "pyams_auth_remote-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f7e99010e1405b1f52a51d83f4a7fc9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7957,
            "upload_time": "2024-04-09T20:20:02",
            "upload_time_iso_8601": "2024-04-09T20:20:02.984816Z",
            "url": "https://files.pythonhosted.org/packages/5c/8f/cfe4db26eb8f5b16c7bda6226ee03bc5f7167d31ee5054029838b9f936aa/pyams_auth_remote-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 20:20:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-auth-remote"
}
        
Elapsed time: 0.23933s