django-okta-client


Namedjango-okta-client JSON
Version 0.4.3 PyPI version JSON
download
home_page
SummaryOkta client Django app
upload_time2023-09-23 21:10:57
maintainer
docs_urlNone
author
requires_python>=3.7
licenseBSD 2-Clause "Simplified" License
keywords okta saml saml2
VCS
bugtrack_url
requirements aenum aiohttp aiosignal asgiref async-timeout attrs certifi cffi charset-normalizer cryptography defusedxml Django ecdsa elementpath flatdict frozenlist idna multidict okta pyasn1 pycparser pycryptodomex pydash pyOpenSSL pysaml2 python-dateutil python-jose pytz PyYAML requests rsa six sqlparse typing_extensions urllib3 xmlschema xmltodict yarl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This app adapts your Django site as a service provider to work with Okta SAML authentication.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-okta-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "okta,saml,saml2",
    "author": "",
    "author_email": "Irving Leonard <irvingleonard@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/21/f3eedc0379356fe390ae43361cf80ffeb556c7ab972ab6e47ae215e12351/django-okta-client-0.4.3.tar.gz",
    "platform": null,
    "description": "This app adapts your Django site as a service provider to work with Okta SAML authentication.\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause \"Simplified\" License",
    "summary": "Okta client Django app",
    "version": "0.4.3",
    "project_urls": {
        "homepage": "https://github.com/irvingleonard/django-okta-client",
        "repository": "https://github.com/irvingleonard/django-okta-client.git"
    },
    "split_keywords": [
        "okta",
        "saml",
        "saml2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "271e9bd9a6d83ff1654b201cdf1494ff619d6a469cbc26750158f617907d90df",
                "md5": "82f79cd3e465f61e975bf533df616df9",
                "sha256": "bb83838ae093716c4582c1405c275579827f14daa346c72d8440d0baa793d99f"
            },
            "downloads": -1,
            "filename": "django_okta_client-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82f79cd3e465f61e975bf533df616df9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19453,
            "upload_time": "2023-09-23T21:10:54",
            "upload_time_iso_8601": "2023-09-23T21:10:54.191540Z",
            "url": "https://files.pythonhosted.org/packages/27/1e/9bd9a6d83ff1654b201cdf1494ff619d6a469cbc26750158f617907d90df/django_okta_client-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a21f3eedc0379356fe390ae43361cf80ffeb556c7ab972ab6e47ae215e12351",
                "md5": "b57d2857b04c7b67e2dfc03fcbad0f45",
                "sha256": "8306355392736a6b626fdf08ddad32aa0bed3eda8724d6eeaef7fb016629f087"
            },
            "downloads": -1,
            "filename": "django-okta-client-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b57d2857b04c7b67e2dfc03fcbad0f45",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17027,
            "upload_time": "2023-09-23T21:10:57",
            "upload_time_iso_8601": "2023-09-23T21:10:57.400342Z",
            "url": "https://files.pythonhosted.org/packages/4a/21/f3eedc0379356fe390ae43361cf80ffeb556c7ab972ab6e47ae215e12351/django-okta-client-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-23 21:10:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "irvingleonard",
    "github_project": "django-okta-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aenum",
            "specs": [
                [
                    "==",
                    "3.1.11"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.8.5"
                ]
            ]
        },
        {
            "name": "aiosignal",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.7.2"
                ]
            ]
        },
        {
            "name": "async-timeout",
            "specs": [
                [
                    "==",
                    "4.0.3"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "23.1.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.15.1"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "41.0.4"
                ]
            ]
        },
        {
            "name": "defusedxml",
            "specs": [
                [
                    "==",
                    "0.7.1"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "4.2.5"
                ]
            ]
        },
        {
            "name": "ecdsa",
            "specs": [
                [
                    "==",
                    "0.18.0"
                ]
            ]
        },
        {
            "name": "elementpath",
            "specs": [
                [
                    "==",
                    "4.1.5"
                ]
            ]
        },
        {
            "name": "flatdict",
            "specs": [
                [
                    "==",
                    "4.0.1"
                ]
            ]
        },
        {
            "name": "frozenlist",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "multidict",
            "specs": [
                [
                    "==",
                    "6.0.4"
                ]
            ]
        },
        {
            "name": "okta",
            "specs": [
                [
                    "==",
                    "2.9.3"
                ]
            ]
        },
        {
            "name": "pyasn1",
            "specs": [
                [
                    "==",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.21"
                ]
            ]
        },
        {
            "name": "pycryptodomex",
            "specs": [
                [
                    "==",
                    "3.19.0"
                ]
            ]
        },
        {
            "name": "pydash",
            "specs": [
                [
                    "==",
                    "7.0.6"
                ]
            ]
        },
        {
            "name": "pyOpenSSL",
            "specs": [
                [
                    "==",
                    "23.2.0"
                ]
            ]
        },
        {
            "name": "pysaml2",
            "specs": [
                [
                    "==",
                    "7.4.2"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "python-jose",
            "specs": [
                [
                    "==",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2023.3.post1"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "rsa",
            "specs": [
                [
                    "==",
                    "4.9"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.0.5"
                ]
            ]
        },
        {
            "name": "xmlschema",
            "specs": [
                [
                    "==",
                    "2.4.0"
                ]
            ]
        },
        {
            "name": "xmltodict",
            "specs": [
                [
                    "==",
                    "0.13.0"
                ]
            ]
        },
        {
            "name": "yarl",
            "specs": [
                [
                    "==",
                    "1.9.2"
                ]
            ]
        }
    ],
    "lcname": "django-okta-client"
}
        
Elapsed time: 0.11778s