Metadata-Version: 2.0
Name: HTTPolice
Version: 0.1.0rc1
Summary: Lint for HTTP requests and responses
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
Platform: UNKNOWN
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: bitstring (>=3.1.4)
Requires-Dist: defusedxml (>=0.4.1)
Requires-Dist: dominate (>=2.2.0)
Requires-Dist: lxml (>=3.6.0)
Requires-Dist: setuptools
Requires-Dist: six (>=1.10.0)

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

As a command-line tool, it can read `HAR files`__ or raw HTTP/1.x TCP streams.
It can integrate with `mitmproxy`__ for TLS-encrypted and HTTP/2 traffic.
Or you can use it as a Python library (for Python 2.7 and 3.4+).

__ https://en.wikipedia.org/wiki/.har
__ https://mitmproxy.org/

HTTPolice was partly inspired by `REDbot`__, another QA tool for the Web.
But the approach is different: instead of actively testing your server,
HTTPolice just analyzes anything you feed into it.
Thus, it can be used on requests and responses captured
from a real process or test suite.

__ https://redbot.org/

HTTPolice is hosted `on GitHub`__
and released under the MIT license (see ``LICENSE.txt``).

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

Problems, suggestions? Feel free to email the author at vfaronov@gmail.com.


