Metadata-Version: 2.0
Name: djangorestframework-composed-permissions
Version: 0.2
Summary: Composed permissions for django-rest-framework
Home-page: https://github.com/niwibe/djangorestframework-composed-permissions
Author: Andrey Antukh
Author-email: niwi@niwi.be
License: BSD
Keywords: django,rest,restframework,permissions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: django (>=1.4)
Requires-Dist: djangorestframework

Composed permissions for django-rest-framework
----------------------------------------------

A simple way to define complex permissions for django-rest-framework.

- **Documentation:** https://djangorestframework-composed-permissions.readthedocs.org/en/latest/

Development
-----------

Run tests with our settings using the following command:

``django-admin test restfw_composed_permissions --settings=restfw_composed_permissions.tests.settings_sqlite``

License
-------

New BSD License


