Metadata-Version: 1.0
Name: canonicalwebteam.http
Version: 1.0.0
Summary: For making HTTP requests with helpful defaults for Canonical's webteam.
Home-page: https://github.com/canonical-webteam/http
Author: Canonical webteam
Author-email: webteam@canonical.com
License: UNKNOWN
Description: canonicalwebteam.http
        =====================
        
        A Python library for making HTTP requests with sensible defaults
        
        .. image:: https://travis-ci.org/canonical-webteam/http.svg?branch=master
           :alt: build status
           :target: https://travis-ci.org/canonical-webteam/http
        
        Installation
        ------------
        
        This module is in PyPi as :code:`canonicalwebteam.http`. You should be able to install it simply with:
        
        .. code:: bash
        
            pip install canonicalwebteam.http
        
        
        Tests
        -----
        
        Tests are located in the `tests` directory and can be run with `python -m unittest discover tests/`.
        
Platform: UNKNOWN
