kaiju-auth


Namekaiju-auth JSON
Version 2.1.5 PyPI version JSON
download
home_pagehttps://gitlab.com/kaiju-python/kaiju-auth
SummaryAuthentication services.
upload_time2023-11-23 19:15:36
maintainer
docs_urlNone
authorantonnidhoggr@me.com
requires_python>=3.11
licenseApache Software License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://badge.fury.io/py/kaiju-auth.svg
    :target: https://pypi.org/project/kaiju-auth
    :alt: Latest package version

.. image:: https://readthedocs.org/projects/kaiju-auth/badge/?version=latest
    :target: https://kaiju-auth.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style - Black

Summary
-------

**Python** >=3.11

`Project documentation <https://kaiju-auth.readthedocs.io/en/latest/>`_

User authentication, permissions, groups, sessions.

Use `pip install kaiju-auth` to install the package.

For development run the init script `tools/init.sh`.
It will setup git hooks and install the dev version of the project.

See `developer guide <https://kaiju-auth.readthedocs.io/en/latest/#developer-guide>`_ for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/kaiju-python/kaiju-auth",
    "name": "kaiju-auth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "antonnidhoggr@me.com",
    "author_email": "antonnidhoggr@me.com",
    "download_url": "",
    "platform": null,
    "description": "\n.. image:: https://badge.fury.io/py/kaiju-auth.svg\n    :target: https://pypi.org/project/kaiju-auth\n    :alt: Latest package version\n\n.. image:: https://readthedocs.org/projects/kaiju-auth/badge/?version=latest\n    :target: https://kaiju-auth.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Code style - Black\n\nSummary\n-------\n\n**Python** >=3.11\n\n`Project documentation <https://kaiju-auth.readthedocs.io/en/latest/>`_\n\nUser authentication, permissions, groups, sessions.\n\nUse `pip install kaiju-auth` to install the package.\n\nFor development run the init script `tools/init.sh`.\nIt will setup git hooks and install the dev version of the project.\n\nSee `developer guide <https://kaiju-auth.readthedocs.io/en/latest/#developer-guide>`_ for details.\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Authentication services.",
    "version": "2.1.5",
    "project_urls": {
        "Homepage": "https://gitlab.com/kaiju-python/kaiju-auth"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f5c4ccff43338cbf039f125aed2d65fd4e738fa816792023a2ad98215c21625",
                "md5": "f2fd7d10d79261efcad82fe25a461951",
                "sha256": "1d5d6d87f7ec33b4d6265938e73447c875599b3bec51c73663f4f0ab85e86201"
            },
            "downloads": -1,
            "filename": "kaiju_auth-2.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2fd7d10d79261efcad82fe25a461951",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 19370,
            "upload_time": "2023-11-23T19:15:36",
            "upload_time_iso_8601": "2023-11-23T19:15:36.735296Z",
            "url": "https://files.pythonhosted.org/packages/0f/5c/4ccff43338cbf039f125aed2d65fd4e738fa816792023a2ad98215c21625/kaiju_auth-2.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 19:15:36",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "kaiju-python",
    "gitlab_project": "kaiju-auth",
    "lcname": "kaiju-auth"
}
        
Elapsed time: 0.14787s