Skip to content

Commit

Permalink
Add badges back
Browse files Browse the repository at this point in the history
  • Loading branch information
f0t0n committed Mar 17, 2016
1 parent 9913321 commit a2b3dd9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
SignIt
------
======

|Build Status| |Coverage Status| |PyPI version|

About
^^^^^
Expand Down Expand Up @@ -89,3 +91,10 @@ this way:
Additionally if you use a ``Unix-Timestamp`` as a message message the
server could check if the request is too old and deny with ``401`` to
protect against "replay attacks".

.. |Build Status| image:: https://travis-ci.org/f0t0n/signit.svg?branch=master
:target: https://travis-ci.org/f0t0n/signit
.. |Coverage Status| image:: https://coveralls.io/repos/github/f0t0n/signit/badge.svg?branch=master
:target: https://coveralls.io/github/f0t0n/signit?branch=master
.. |PyPI version| image:: https://badge.fury.io/py/signit.svg
:target: https://badge.fury.io/py/signit
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# SignIt
---

[![Build
Status](https://travis-ci.org/f0t0n/signit.svg?branch=master)](https://travis-ci.org/f0t0n/signit)
[![Coverage
Status](https://coveralls.io/repos/github/f0t0n/signit/badge.svg?branch=master)](https://coveralls.io/github/f0t0n/signit?branch=master)
[![PyPI
version](https://badge.fury.io/py/signit.svg)](https://badge.fury.io/py/signit)

#### About

**SignIt** is a helper-library to create and verify HMAC (HMAC-SHA256 by default) signatures that could be used to sign requests to the APIs.
Expand Down

0 comments on commit a2b3dd9

Please sign in to comment.