Skip to content

Commit

Permalink
Added pypi badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivmo committed Jun 14, 2017
1 parent 58ba0da commit fcea994
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Expand Up @@ -13,10 +13,19 @@ Ruler
.. image:: https://coveralls.io/repos/github/yanivmo/ruler/badge.svg?branch=master
:target: https://coveralls.io/github/yanivmo/ruler?branch=master

.. image:: https://img.shields.io/pypi/v/ruler.svg
:target: https://pypi.python.org/pypi/ruler


Ruler is a lightweight regular expressions wrapper aiming to make regex definitions more
modular, intuitive, readable and the mismatch reporting more informative.

Installation
============
::

pip install ruler


Quick start
===========
Expand Down

0 comments on commit fcea994

Please sign in to comment.