Metadata-Version: 2.1
Name: canonicalwebteam.http
Version: 1.0.3
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
        
        [![Tests status](https://github.com/canonical-web-and-design/canonicalwebteam.http/workflows/Tests/badge.svg)](https://github.com/canonical-web-and-design/canonicalwebteam.http/actions?query=workflow%3ATests)
        
        **NB: We are retiring this module and will be removing it from our codebases.**
        
        A Python library for making HTTP requests with sensible defaults.
        
        ## Installation
        
        This module is in PyPi as `canonicalwebteam.http`. You should be able to install it simply with:
        
        ``` bash
        pip install canonicalwebteam.http
        ```
        
        ## Tests
        
        Tests are located in the [tests](tests) directory and can be run with `python -m unittest discover tests/`.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
