Metadata-Version: 1.1
Name: logical-permissions
Version: 1.2.4
Summary: Provides support for dictionary-based permissions with logic gates such as AND and OR.
Home-page: https://github.com/ordermind/logical-permissions-py
Author: Kristofer Tengström
Author-email: ordermind@gmail.com
License: MIT
Description: 
        This is a generic library that provides support for dictionary-based
        permissions with logic gates such as AND and OR. You can register any
        kind of permission types such as roles and flags. The idea with this
        library is to be an ultra-flexible foundation that can be used by any
        framework. It supports python 2 and 3.
        
        INSTALLATION
        
        pip install logical-permissions
        
        USAGE
        
        Please refer to https://github.com/ordermind/logical-permissions-py for documentation.
        
Keywords: permissions
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
