Metadata-Version: 2.1
Name: django-restraint
Version: 1.2.0
Summary: A dynamic object-level permission system for Django
Home-page: https://github.com/ambitioninc/django-restraint
Author: Wes Kendall
Author-email: opensource@ambition.com
License: MIT
Keywords: Django,Permission
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Requires-Dist: Django (>=2.0)
Requires-Dist: django-manager-utils (>=1.4.0)

.. image:: https://travis-ci.org/ambitioninc/django-restraint.png
   :target: https://travis-ci.org/ambitioninc/django-restraint

.. image:: https://coveralls.io/repos/ambitioninc/django-restraint/badge.png?branch=develop
    :target: https://coveralls.io/r/ambitioninc/django-restraint?branch=develop

.. image:: https://img.shields.io/pypi/v/django-restraint.svg
    :target: https://pypi.python.org/pypi/django-restraint/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/django-restraint.svg
    :target: https://pypi.python.org/pypi/django-restraint/
    :alt: Number of PyPI downloads


django-restraint
================

Restraint is a dynamic object-level permission system for Django.

Installation
------------
To install the latest release, type::

    pip install django-restraint

To install the latest code directly from source, type::

    pip install git+git://github.com/ambitioninc/django-restraint.git

Documentation
=============

Full documentation is available at http://django-restraint.readthedocs.org

License
=======
MIT License (see LICENSE)


