Skip to content

Commit

Permalink
docs: adding a few more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
geertj committed Jun 28, 2015
1 parent b776fc2 commit aeb140c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -7,6 +7,12 @@ Welcome to PySkipList
.. image:: https://coveralls.io/repos/geertj/pyskiplist/badge.svg?branch=master
:target: https://coveralls.io/r/geertj/pyskiplist

.. image:: https://readthedocs.org/projects/pyskiplist/badge/?version=stable
:target: https://readthedocs.org/projects/pyskiplist/?badge=stable

.. image:: https://badge.fury.io/py/pyskiplist.svg
:target: http://badge.fury.io/py/pyskiplist

PySkipList is a fast, pure Python implementation of an indexable skiplist. It
implements a ``SkipList`` data structure that provides an always sorted,
list-like data structure for (key, value) pairs. It efficiently supports the
Expand Down

0 comments on commit aeb140c

Please sign in to comment.