Metadata-Version: 1.1
Name: django-cerberus-ac
Version: 0.1.1
Summary: Django Ontology Based Access Control Module
Home-page: https://github.com/Deavelleye/dj-CerberusAC
Author: Mihnea Gheorghiu
Author-email: mikigi92@gmail.com
License: ISC
Description: =======================
        Cerberus Access Control
        =======================
        
        
        
        Django Ontology Based Access Control Module
        
        License
        =======
        
        Software licensed under `ISC`_ license.
        
        .. _ISC : https://www.isc.org/downloads/software-support-policy/isc-license/
        
        Installation
        ============
        
        ::
        
            pip install django-cerberus-ac
        
        Documentation
        =============
        
        https://github.com/Deavelleye/dj-CerberusAC/wiki
        
        Development
        ===========
        
        To run all the tests: ``tox``
        
        =========
        Changelog
        =========
        
        0.1.0 (2017-02-21)
        ==================
        
        * Alpha release on PyPI.
        
Keywords: dj-CerberusAC,access control,ontology-based,least privilege,role based access control,django access control
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
