Metadata-Version: 2.4
Name: django-response-helpers
Version: 3.0.1
Summary: A helper application for working with Django Responses
Home-page: https://github.com/imtapps/django-response-helpers
Author: Aaron Madison
Author-email: aaron.l.madison@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
License-File: LICENSE
Requires-Dist: django<6,>=1.11
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Django Response Helpers

Just a few helpers to shortcut
 - rendering to templates (with ResponseContext)
 - rendering data to csv
 - rendering html to pdf

 ** NOTE **
 As of v. 1.0.8 Django 1.5 will be required to take advantage of the new StreamingHttpResponse
 Object used in the CSVResponse.
