Metadata-Version: 2.0
Name: logical-permissions
Version: 1.2.2
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
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


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.


