django-tenant-users


Namedjango-tenant-users JSON
Version 1.3.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_time2023-11-14 23:26:52
maintainer
docs_urlNone
authorCorvia Technologies, LLC
requires_python>=3.7,<4.0
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": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "django,django-tenant-users",
    "author": "Corvia Technologies, LLC",
    "author_email": "support@corvia.tech",
    "download_url": "https://files.pythonhosted.org/packages/66/72/a098829bbf1308044c8b0aab5aa6bba9f831c0ef600689af44c0f504c909/django_tenant_users-1.3.0.tar.gz",
    "platform": null,
    "description": "===================\ndjango-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\n\nWelcome to ``django-tenant-users``, the sidekick to ``django-tenants`` that sorts\nout user management in a multi-tenant Django world. \ud83d\ude80\n\n\nOverview\n--------\n\nBuilding on the solid foundation of ``django-tenants``, ``django-tenant-users``\nfocuses on the nuances of user management across tenants. It ensures users can\nauthenticate globally but have permissions tailored to each specific tenant. In\nessence, it's the bridge that sorts out the user stuff in a multi-tenant setup.\n\n\ud83d\udd0d **Key Features**:\n\n* **Global Authentication with Tenant-Specific Permissions**: Authenticate once, act\n  based on tenant rules.\n* **Distinct Schema Permissions**: Separate permissions for each tenant a user belongs\n  to.\n* **Seamless Integration**: Works harmoniously with Django's built-in user and\n  permissions frameworks.\n\n\nGetting Started\n---------------\n\n#. **Installation**: Dive into our `Installation Guide <https://django-tenant-users.rtfd.io/en/latest/pages/installation.html>`_\n   to get ``django-tenant-users`` up and running.\n#. **Usage**: Check out the `Using Guide <https://django-tenant-users.rtfd.io/en/latest/pages/using.html>`_ to see how\n   to make the most of the package.\n#. **Core Concepts**: If you're curious about the ideas driving our design, the\n   `Core Concepts <https://django-tenant-users.rtfd.io/en/latest/pages/concepts.html>`_ page is a great place to start.\n\n\nContribute\n----------\n\nWe \u2764\ufe0f contributions! Whether it's a bug report, a new feature, or feedback on the\nproject, we'd love to hear from you.\n\n\nLicense\n-------\n\n``django-tenant-users`` is open-source and is licensed under the\n`MIT License <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": "1.3.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": "4ead994693115470def281c4c37cbaa6bd13a3f552e9b32669a761ca5a334d81",
                "md5": "0c0c73fb5567f1c77f3e2aeab4fa777a",
                "sha256": "29f2b089699bd4a15a50699ceb537cf5b2a7199b5d2ea9eda14cd9d9e41032f0"
            },
            "downloads": -1,
            "filename": "django_tenant_users-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c0c73fb5567f1c77f3e2aeab4fa777a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 15037,
            "upload_time": "2023-11-14T23:26:49",
            "upload_time_iso_8601": "2023-11-14T23:26:49.980513Z",
            "url": "https://files.pythonhosted.org/packages/4e/ad/994693115470def281c4c37cbaa6bd13a3f552e9b32669a761ca5a334d81/django_tenant_users-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6672a098829bbf1308044c8b0aab5aa6bba9f831c0ef600689af44c0f504c909",
                "md5": "03b5360482622f12ea78677715eb05e2",
                "sha256": "789a6418d72f164cf68286d11e39a297a4a819b9fe9a97fda0307c341d65125d"
            },
            "downloads": -1,
            "filename": "django_tenant_users-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "03b5360482622f12ea78677715eb05e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 12797,
            "upload_time": "2023-11-14T23:26:52",
            "upload_time_iso_8601": "2023-11-14T23:26:52.092060Z",
            "url": "https://files.pythonhosted.org/packages/66/72/a098829bbf1308044c8b0aab5aa6bba9f831c0ef600689af44c0f504c909/django_tenant_users-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 23:26:52",
    "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.13790s