django-tenant-users


Namedjango-tenant-users JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://www.github.com/Corvia/django-tenant-users
SummaryA Django app to extend django-tenants to incorporate global multi-tenant users
upload_time2024-09-10 01:13:32
maintainerNone
docs_urlNone
authorCorvia Technologies, LLC
requires_python<4.0.0,>=3.8.1
licenseMIT
keywords django django-tenant-users
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #####################
 django-tenant-users
#####################

.. image:: https://github.com/Corvia/django-tenant-users/actions/workflows/test.yml/badge.svg
   :alt: Build Status
   :target: https://github.com/Corvia/django-tenant-users/actions/workflows/test.yml

.. image:: https://codecov.io/gh/Corvia/django-tenant-users/branch/master/graph/badge.svg?token=PRS5HhOYPl
   :alt: codecov
   :target: https://codecov.io/gh/Corvia/django-tenant-users

.. image:: https://img.shields.io/pypi/v/django-tenant-users.svg?maxAge=180
   :alt: PyPI Package
   :target: https://pypi.org/project/django-tenant-users/

.. image:: https://img.shields.io/pypi/pyversions/django-tenant-users.svg?maxAge=180
   :alt: Python Versions
   :target: https://pypi.org/project/django-tenant-users/

.. image:: https://img.shields.io/pypi/djversions/django-tenant-users.svg?maxAge=180
   :alt: Django Versions
   :target: https://pypi.org/project/django-tenant-users/

.. image:: https://img.shields.io/pypi/dm/django-tenant-users.svg?maxAge=180
   :alt: PyPI Monthly Downloads
   :target: https://pypi.org/project/django-tenant-users/

Welcome to ``django-tenant-users``, the sidekick to ``django-tenants``
that sorts out user management in a multi-tenant Django world. 🚀

**********
 Overview
**********

Building on the solid foundation of ``django-tenants``,
``django-tenant-users`` focuses on the nuances of user management across
tenants. It ensures users can authenticate globally but have permissions
tailored to each specific tenant. In essence, it's the bridge that sorts
out the user stuff in a multi-tenant setup.

🔍 **Key Features**:

-  **Global Authentication with Tenant-Specific Permissions**:
   Authenticate once, act based on tenant rules.
-  **Distinct Schema Permissions**: Separate permissions for each tenant
   a user belongs to.
-  **Seamless Integration**: Works harmoniously with Django's built-in
   user and permissions frameworks.

*****************
 Getting Started
*****************

#. **Installation**: Dive into our `Installation Guide
   <https://django-tenant-users.rtfd.io/en/latest/pages/installation.html>`_
   to get ``django-tenant-users`` up and running.

#. **Usage**: Check out the `Using Guide
   <https://django-tenant-users.rtfd.io/en/latest/pages/using.html>`_ to
   see how to make the most of the package.

#. **Core Concepts**: If you're curious about the ideas driving our
   design, the `Core Concepts
   <https://django-tenant-users.rtfd.io/en/latest/pages/concepts.html>`_
   page is a great place to start.

************
 Contribute
************

We ❤️ contributions! Whether it's a bug report, a new feature, or
feedback on the project, we'd love to hear from you.

*********
 License
*********

``django-tenant-users`` is open-source and is licensed under the `MIT
License
<https://raw.githubusercontent.com/Corvia/django-tenant-users/master/LICENSE>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/Corvia/django-tenant-users",
    "name": "django-tenant-users",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "django, django-tenant-users",
    "author": "Corvia Technologies, LLC",
    "author_email": "support@corvia.tech",
    "download_url": "https://files.pythonhosted.org/packages/5b/74/e84e1db396ef6857d7f9334dd94aaa0a58de1f215fffce5b6ac237658889/django_tenant_users-2.0.0.tar.gz",
    "platform": null,
    "description": "#####################\n django-tenant-users\n#####################\n\n.. image:: https://github.com/Corvia/django-tenant-users/actions/workflows/test.yml/badge.svg\n   :alt: Build Status\n   :target: https://github.com/Corvia/django-tenant-users/actions/workflows/test.yml\n\n.. image:: https://codecov.io/gh/Corvia/django-tenant-users/branch/master/graph/badge.svg?token=PRS5HhOYPl\n   :alt: codecov\n   :target: https://codecov.io/gh/Corvia/django-tenant-users\n\n.. image:: https://img.shields.io/pypi/v/django-tenant-users.svg?maxAge=180\n   :alt: PyPI Package\n   :target: https://pypi.org/project/django-tenant-users/\n\n.. image:: https://img.shields.io/pypi/pyversions/django-tenant-users.svg?maxAge=180\n   :alt: Python Versions\n   :target: https://pypi.org/project/django-tenant-users/\n\n.. image:: https://img.shields.io/pypi/djversions/django-tenant-users.svg?maxAge=180\n   :alt: Django Versions\n   :target: https://pypi.org/project/django-tenant-users/\n\n.. image:: https://img.shields.io/pypi/dm/django-tenant-users.svg?maxAge=180\n   :alt: PyPI Monthly Downloads\n   :target: https://pypi.org/project/django-tenant-users/\n\nWelcome to ``django-tenant-users``, the sidekick to ``django-tenants``\nthat sorts out user management in a multi-tenant Django world. \ud83d\ude80\n\n**********\n Overview\n**********\n\nBuilding on the solid foundation of ``django-tenants``,\n``django-tenant-users`` focuses on the nuances of user management across\ntenants. It ensures users can authenticate globally but have permissions\ntailored to each specific tenant. In essence, it's the bridge that sorts\nout the user stuff in a multi-tenant setup.\n\n\ud83d\udd0d **Key Features**:\n\n-  **Global Authentication with Tenant-Specific Permissions**:\n   Authenticate once, act based on tenant rules.\n-  **Distinct Schema Permissions**: Separate permissions for each tenant\n   a user belongs to.\n-  **Seamless Integration**: Works harmoniously with Django's built-in\n   user and permissions frameworks.\n\n*****************\n Getting Started\n*****************\n\n#. **Installation**: Dive into our `Installation Guide\n   <https://django-tenant-users.rtfd.io/en/latest/pages/installation.html>`_\n   to get ``django-tenant-users`` up and running.\n\n#. **Usage**: Check out the `Using Guide\n   <https://django-tenant-users.rtfd.io/en/latest/pages/using.html>`_ to\n   see how to make the most of the package.\n\n#. **Core Concepts**: If you're curious about the ideas driving our\n   design, the `Core Concepts\n   <https://django-tenant-users.rtfd.io/en/latest/pages/concepts.html>`_\n   page is a great place to start.\n\n************\n Contribute\n************\n\nWe \u2764\ufe0f contributions! Whether it's a bug report, a new feature, or\nfeedback on the project, we'd love to hear from you.\n\n*********\n License\n*********\n\n``django-tenant-users`` is open-source and is licensed under the `MIT\nLicense\n<https://raw.githubusercontent.com/Corvia/django-tenant-users/master/LICENSE>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Django app to extend django-tenants to incorporate global multi-tenant users",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://www.github.com/Corvia/django-tenant-users",
        "Repository": "https://www.github.com/Corvia/django-tenant-users"
    },
    "split_keywords": [
        "django",
        " django-tenant-users"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97b9b6ef1191b9f55cd3229b7adaee0e939092f44cb665b03cad7e0beca982cd",
                "md5": "c30a90257cf950060ef0c6ebc8a7ed31",
                "sha256": "57b0f0bb3ee3e7467d7f6c9ab86d85451c9785da719719132760d538134e7ef8"
            },
            "downloads": -1,
            "filename": "django_tenant_users-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c30a90257cf950060ef0c6ebc8a7ed31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 18188,
            "upload_time": "2024-09-10T01:13:30",
            "upload_time_iso_8601": "2024-09-10T01:13:30.853274Z",
            "url": "https://files.pythonhosted.org/packages/97/b9/b6ef1191b9f55cd3229b7adaee0e939092f44cb665b03cad7e0beca982cd/django_tenant_users-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b74e84e1db396ef6857d7f9334dd94aaa0a58de1f215fffce5b6ac237658889",
                "md5": "dc8a52d525c7652ba1e25742ca3b28f9",
                "sha256": "331dc60d85e3b2650fbcd945b3953e05ccb5ab52c3d2bd611aeb10e034f3e634"
            },
            "downloads": -1,
            "filename": "django_tenant_users-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dc8a52d525c7652ba1e25742ca3b28f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 15330,
            "upload_time": "2024-09-10T01:13:32",
            "upload_time_iso_8601": "2024-09-10T01:13:32.453224Z",
            "url": "https://files.pythonhosted.org/packages/5b/74/e84e1db396ef6857d7f9334dd94aaa0a58de1f215fffce5b6ac237658889/django_tenant_users-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 01:13:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Corvia",
    "github_project": "django-tenant-users",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-tenant-users"
}
        
Elapsed time: 0.32105s