Metadata-Version: 2.1
Name: django-grainy
Version: 2.0.0
Summary: granular permissions for django
Home-page: https://github.com/20c/django-grainy
License: LICENSE.txt
Author: 20C
Author-email: code@20c.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Django (>=3.2,<5)
Requires-Dist: black (>=22.3.0,<23.0.0)
Requires-Dist: djangorestframework (>=3.0,<4.0)
Requires-Dist: grainy (>=1.7.0,<2)
Requires-Dist: six (>=1.11.0,<=2.0.0)
Project-URL: Repository, https://github.com/20c/django-grainy
Description-Content-Type: text/markdown

# django-grainy

[![PyPI](https://img.shields.io/pypi/v/django-grainy.svg?maxAge=60)](https://pypi.python.org/pypi/django-grainy)
[![PyPI](https://img.shields.io/pypi/pyversions/django-grainy.svg?maxAge=600)](https://pypi.python.org/pypi/django-grainy)
[![Codecov](https://img.shields.io/codecov/c/github/20c/django-grainy/master.svg?maxAge=60)](https://codecov.io/github/20c/django-grainy)

Granular permissions for django

## Supported Django Versions

- Django 3.2
- Django 4.0
- Django 4.2

## Documentation

https://20c.github.io/django-grainy

## License

Copyright 2019-2023 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this softare except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

