Metadata-Version: 2.0
Name: Django-HTTPolice
Version: 0.1.0
Summary: Django integration for HTTPolice
Home-page: https://github.com/vfaronov/httpolice
Author: Vasiliy Faronov
Author-email: vfaronov@gmail.com
License: MIT
Keywords: HTTP message request response standards RFC lint check Django
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: Django (>=1.8.0)
Requires-Dist: HTTPolice (>=0.2.0)

`HTTPolice`__ is a **lint for HTTP requests and responses**.
It checks them for conformance to standards and best practices.

__ https://github.com/vfaronov/httpolice

This package provides `Django`__ 1.8+ integration for HTTPolice.

__ https://www.djangoproject.com/

See the “`Django integration`__” section in the `HTTPolice user manual`__.

__ http://pythonhosted.org/HTTPolice/django.html
__ http://pythonhosted.org/HTTPolice/


