Django responses with cats from https://http.cat
Project description
.. role:: raw-html-m2r(raw)
:format: html
:raw-html-m2r:`<p align="center">`
:raw-html-m2r:`<img src="https://raw.githubusercontent.com/lotrekagency/cattp/master/logo.jpg" alt="Cattp Logo" />`
:raw-html-m2r:`<br>`
:raw-html-m2r:`<a href="https://travis-ci.org/lotrekagency/cattp" target="blank">
<img src="https://travis-ci.org/lotrekagency/cattp.svg?branch=master"></a>`
:raw-html-m2r:`<a href="https://codecov.io/gh/lotrekagency/cattp">
<img src="https://codecov.io/gh/lotrekagency/cattp/branch/master/graph/badge.svg" />
</a>`
.. raw:: html
<p>
Installation
------------
.. code-block:: sh
pip install cattp
Usage
-----
.. code-block:: python
from cattp.http import HttpCatResponse
def my_view():
return HttpCatResponse(status_code=200)
Run tests
---------
.. code-block:: sh
$ pip install -r requirements-dev.txt
$ make test
:format: html
:raw-html-m2r:`<p align="center">`
:raw-html-m2r:`<img src="https://raw.githubusercontent.com/lotrekagency/cattp/master/logo.jpg" alt="Cattp Logo" />`
:raw-html-m2r:`<br>`
:raw-html-m2r:`<a href="https://travis-ci.org/lotrekagency/cattp" target="blank">
<img src="https://travis-ci.org/lotrekagency/cattp.svg?branch=master"></a>`
:raw-html-m2r:`<a href="https://codecov.io/gh/lotrekagency/cattp">
<img src="https://codecov.io/gh/lotrekagency/cattp/branch/master/graph/badge.svg" />
</a>`
.. raw:: html
<p>
Installation
------------
.. code-block:: sh
pip install cattp
Usage
-----
.. code-block:: python
from cattp.http import HttpCatResponse
def my_view():
return HttpCatResponse(status_code=200)
Run tests
---------
.. code-block:: sh
$ pip install -r requirements-dev.txt
$ make test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cattp-0.0.1.tar.gz
(2.7 kB
view hashes)
Built Distribution
cattp-0.0.1-py3-none-any.whl
(3.7 kB
view hashes)