Metadata-Version: 2.1
Name: django-scoped-rbac
Version: 0.2.1
Summary: A rich and flexible Django application for role-based access control within distinct access control scopes supporting Django Rest Framework.
License: MIT
Author: David Charboneau
Author-email: david@adadabase.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django (>=2.2.8,<3.0.0)
Requires-Dist: django-rest-framework-condition (>=0.1.0,<0.2.0)
Requires-Dist: djangorestframework (>=3.11.0,<4.0.0)
Requires-Dist: scrudful (>=0.1.0,<0.2.0)
