Add some nice badges.
parent
8edfe9c029
commit
c3d54724b8
14
README.rst
14
README.rst
|
|
@ -2,9 +2,21 @@
|
||||||
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/baztian/jaydebeapi.png?branch=master
|
.. image:: https://img.shields.io/travis/baztian/jaydebeapi/master.svg
|
||||||
:target: https://travis-ci.org/baztian/jaydebeapi
|
:target: https://travis-ci.org/baztian/jaydebeapi
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/coveralls/baztian/jaydebeapi/master.svg
|
||||||
|
:target: https://coveralls.io/r/baztian/jaydebeapi
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/version/JayDeBeApi/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/JayDeBeApi
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/py_versions/JayDeBeApi/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/JayDeBeApi/
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/download/JayDeBeApi/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/JayDeBeApi/
|
||||||
|
|
||||||
The JayDeBeApi module allows you to connect from Python code to
|
The JayDeBeApi module allows you to connect from Python code to
|
||||||
databases using Java `JDBC
|
databases using Java `JDBC
|
||||||
<http://java.sun.com/products/jdbc/overview.html>`_. It provides a
|
<http://java.sun.com/products/jdbc/overview.html>`_. It provides a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue