badges
This commit is contained in:
parent
83053b918b
commit
ca179571f5
12
README.rst
12
README.rst
|
@ -2,9 +2,19 @@
|
||||||
jellyfish
|
jellyfish
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.org/sunlightlabs/jellyfish.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/sunlightlabs/jellyfish
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/version/jellyfish/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/jellyfish
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/format/jellyfish/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/jellyfish
|
||||||
|
|
||||||
|
|
||||||
Jellyfish is a python library for doing approximate and phonetic matching of strings.
|
Jellyfish is a python library for doing approximate and phonetic matching of strings.
|
||||||
|
|
||||||
jellyfish is a project of Sunlight Labs (c) 2010.
|
jellyfish is a project of Sunlight Labs (c) 2014.
|
||||||
All code is released under a BSD-style license, see LICENSE for details.
|
All code is released under a BSD-style license, see LICENSE for details.
|
||||||
|
|
||||||
Written by Michael Stephens <mstephens@sunlightfoundation.com> and James Turk
|
Written by Michael Stephens <mstephens@sunlightfoundation.com> and James Turk
|
||||||
|
|
Loading…
Reference in New Issue