Metadata-Version: 1.1
Name: django-improved-permissions
Version: 0.1.5
Summary: A Django app to handle all kinds of permissions and roles.
Home-page: https://github.com/s-sys/django-improved-permissions
Author: S-SYS Sistemas e Soluções Tecnológicas
Author-email: contato@ssys.com.br
License: MIT License
Description: # Django Improved Permissions
        
        [![Build Status](https://travis-ci.org/s-sys/django-improved-permissions.svg?branch=master)](https://travis-ci.org/s-sys/django-improved-permissions)
        [![Documentation Status](https://readthedocs.org/projects/django-improved-permissions/badge/?version=latest)](http://django-improved-permissions.readthedocs.io/en/latest/?badge=latest)
        
        Django Improved Permissions (DIP) is a django application made to make django's default permission system more robust. Here are some highlights:
        
        * Object-level Permissions
        * Role Assignment
        * Permissions Inheritance
        * Cache
        * Customizable Permissions per User Instance
        
        ## Documentation
        
        The full documentation is available in our page in Read the Docs.
        
        http://django-improved-permissions.readthedocs.io/en/latest/
        
        ## Contributing
        
        Feel free to create new issues if you have suggestions or find some bugs.
        
        ## Commercial Support
        
        This project is used in products of SSYS clients.
        
        We are always looking for exciting work, so if you need any commercial support, feel free to get in touch: contato@ssys.com.br
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
