cattp

Django responses with cats from https://http.cat


License
MIT
Install
pip install cattp==0.0.2

Documentation

Cattp Logo

Latest Version codecov Build Status License: MIT

Django responses with cats from http.cat 🐱

Installation

pip install cattp

Usage

from cattp.http import HttpCatResponse

def my_view():
    return HttpCatResponse(status_code=200)

Run tests

$ pip install -r requirements-dev.txt
$ make test