Metadata-Version: 2.1
Name: django-sage-tools
Version: 0.2.1
Summary: Reusable, generic mixins for Django
License: MIT
Author: Sepehr Akbarzadeh
Author-email: sepehr@sageteam.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=43.0.0,<44.0.0)
Requires-Dist: django (>=4.2,<5.0)
Requires-Dist: mimesis (>=11.1.0,<12.0.0)
Requires-Dist: pillow (>=10.4.0,<11.0.0)
Description-Content-Type: text/markdown

# django-sage-tools

django-sage-tools provides a range of helpful Mixins for Django's class-based views. These mixins often replicate the functionality of Django's function-based view decorators and also tackle common issues encountered with class-based views. For further details, consult the documentation.

