Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 312 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 312 Bytes

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