django-users-auth


Namedjango-users-auth JSON
Version 2.3.3 PyPI version JSON
download
home_pagehttps://github.com/Vazquez1240/authentication-django
SummaryDjango authentication app with custom user model
upload_time2025-02-20 21:03:51
maintainerNone
docs_urlNone
authorMartin
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements asgiref certifi cffi charset-normalizer cryptography Django djangorestframework djangorestframework_simplejwt idna josepy pycparser PyJWT pyOpenSSL sqlparse typing_extensions urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django Users Authentication

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Vazquez1240/authentication-django",
    "name": "django-users-auth",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Martin",
    "author_email": "vazquezmartin1240@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/04/3483630529236caddccff1da4b9a7b7df69fe1e20e823b535e7a5657100c/django_users_auth-2.3.3.tar.gz",
    "platform": null,
    "description": "# Django Users Authentication\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django authentication app with custom user model",
    "version": "2.3.3",
    "project_urls": {
        "Homepage": "https://github.com/Vazquez1240/authentication-django"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43949d9e21939c1022912d202ab137c085b3f7290be79b6bb699a378c6094f49",
                "md5": "af840f07be6fedeef517fec37c3ebbf4",
                "sha256": "31745c5f7cb673f2f1091e24e9d5d4f7ad1a135fe7ea32c3c5c506c3a9675eb3"
            },
            "downloads": -1,
            "filename": "django_users_auth-2.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af840f07be6fedeef517fec37c3ebbf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9767,
            "upload_time": "2025-02-20T21:03:49",
            "upload_time_iso_8601": "2025-02-20T21:03:49.816621Z",
            "url": "https://files.pythonhosted.org/packages/43/94/9d9e21939c1022912d202ab137c085b3f7290be79b6bb699a378c6094f49/django_users_auth-2.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54043483630529236caddccff1da4b9a7b7df69fe1e20e823b535e7a5657100c",
                "md5": "75a0f382f2962399901965764e8f86f6",
                "sha256": "d432131db23457431b3ae9856ff3ce77a55421284bb0614a9f7e3282bff116c6"
            },
            "downloads": -1,
            "filename": "django_users_auth-2.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "75a0f382f2962399901965764e8f86f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6680,
            "upload_time": "2025-02-20T21:03:51",
            "upload_time_iso_8601": "2025-02-20T21:03:51.795033Z",
            "url": "https://files.pythonhosted.org/packages/54/04/3483630529236caddccff1da4b9a7b7df69fe1e20e823b535e7a5657100c/django_users_auth-2.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 21:03:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vazquez1240",
    "github_project": "authentication-django",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2025.1.31"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.17.1"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.1"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "44.0.0"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "5.1.6"
                ]
            ]
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    "==",
                    "3.15.2"
                ]
            ]
        },
        {
            "name": "djangorestframework_simplejwt",
            "specs": [
                [
                    "==",
                    "5.4.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "josepy",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.22"
                ]
            ]
        },
        {
            "name": "PyJWT",
            "specs": [
                [
                    "==",
                    "2.10.1"
                ]
            ]
        },
        {
            "name": "pyOpenSSL",
            "specs": [
                [
                    "==",
                    "25.0.0"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.5.3"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.12.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        }
    ],
    "lcname": "django-users-auth"
}
        
Elapsed time: 1.20229s