https://github.com/pawamoy/django-cerberus-ac
Django Cerberus Access Control, extended permission system.
https://github.com/pawamoy/django-cerberus-ac
access control django ontology permissions role-based-access-control security
Last synced: 12 months ago
JSON representation
Django Cerberus Access Control, extended permission system.
- Host: GitHub
- URL: https://github.com/pawamoy/django-cerberus-ac
- Owner: pawamoy
- License: isc
- Created: 2017-09-18T18:51:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T20:13:59.000Z (over 2 years ago)
- Last Synced: 2025-04-22T11:59:25.215Z (about 1 year ago)
- Topics: access, control, django, ontology, permissions, role-based-access-control, security
- Language: JavaScript
- Size: 984 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======================
Cerberus Access Control
=======================
.. start-badges
|travis|
|codacygrade|
|codacycoverage|
|version|
|wheel|
|pyup|
|gitter|
.. |travis| image:: https://travis-ci.org/Genida/django-cerberus-ac.svg?branch=master
:target: https://travis-ci.org/Genida/django-cerberus-ac
:alt: Travis-CI Build Status
.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/9317db72ae5b4616a12b962ae21fe169
:target: https://www.codacy.com/app/Genida/django-cerberus-ac/dashboard
:alt: Codacy Code Quality Status
.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/9317db72ae5b4616a12b962ae21fe169
:target: https://www.codacy.com/app/Genida/django-cerberus-ac/dashboard
:alt: Codacy Code Coverage
.. |pyup| image:: https://pyup.io/repos/github/Genida/django-cerberus-ac/shield.svg
:target: https://pyup.io/repos/github/Genida/django-cerberus-ac/
:alt: Updates
.. |version| image:: https://img.shields.io/pypi/v/django-cerberus-ac.svg?style=flat
:target: https://pypi.python.org/pypi/django-cerberus-ac/
:alt: PyPI Package latest release
.. |wheel| image:: https://img.shields.io/pypi/wheel/django-cerberus-ac.svg?style=flat
:target: https://pypi.python.org/pypi/django-cerberus-ac/
:alt: PyPI Wheel
.. |gitter| image:: https://badges.gitter.im/Genida/django-cerberus-ac.svg
:target: https://gitter.im/Genida/django-cerberus-ac
:alt: Join the chat at https://gitter.im/Genida/django-cerberus-ac
.. end-badges
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
=============
`On ReadTheDocs`_
.. _`On ReadTheDocs`: http://django-cerberus-ac.readthedocs.io/
Development
===========
To run all the tests: ``tox``