Metadata-Version: 2.0
Name: requests-reviewer
Version: 0.1.3
Summary: Take a HTTP response from requests and adjust the return code based on ISP suspension messages, CDN overload messages and similar
Home-page: https://github.com/chorsley/requests_reviewer
Author: Chris Horsley
Author-email: chris.horsley@csirtfoundry.com
License: ISCL
Description-Content-Type: UNKNOWN
Keywords: requests_reviewer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests (==2.9.1)

===============================
requests_reviewer
===============================

.. image:: https://img.shields.io/pypi/v/requests_reviewer.svg
        :target: https://pypi.python.org/pypi/requests_reviewer

.. image:: https://img.shields.io/travis/chorsley/requests_reviewer.svg
        :target: https://travis-ci.org/chorsley/requests_reviewer

.. image:: https://readthedocs.org/projects/requests_reviewer/badge/?version=latest
        :target: https://readthedocs.org/projects/requests_reviewer/?badge=latest
        :alt: Documentation Status


Take a HTTP response from requests and adjust the return code based on ISP suspension messages, CDN overload messages and samilar

* Free software: ISC license
* Documentation: https://requests_reviewer.readthedocs.org.

Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.2 (2017-11-12)
------------------

* Add known-good URL for testing purposes

0.1.1 (2016-06-03)
------------------

* Change .code to .status_code for consistency with requests' response.

0.1.0 (2016-04-25)
------------------

* First release on PyPI.


