Metadata-Version: 2.1
Name: django-table-permissions
Version: 0.1.0b2
Summary: Display django permissions in a user friendly, translatable and customizable widget.
License: BSD-2
Keywords: django,admin,permissions
Author: Dharwin Perez
Author-email: dharwin@codelovers.club
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (>=4.2.10,<5.0.0)
Description-Content-Type: text/markdown

![Pypi](https://img.shields.io/pypi/v/django-table-permissions?style=flat-square)
![Python](https://img.shields.io/pypi/pyversions/django-table-permissions?style=flat-square)
![Django](https://img.shields.io/badge/Django-4.0%7C4.1%7C4.2%7C5.0-green)


# Django Table Permissions

Display django permissions in a user friendly, translatable and customizable widget..

## Installation

You can install django-table-permissions with pip by typing:

    pip install django-table-permissions

Or with poetry by typing::

    poetry add django-table-permissions

Or manually by downloading a tarball and typing::

    python setup.py install

## Settings

