Skip to content

Commit c55be5b

Browse files
committed
add more badges and link docs
1 parent 7454d44 commit c55be5b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,27 @@
1616
:target: https://pypi.python.org/pypi/crate/
1717
:alt: Downloads
1818

19+
.. image:: https://coveralls.io/repos/crate/crate-python/badge.png
20+
:target: https://coveralls.io/r/crate/crate-python
21+
:alt: Coverage
22+
23+
.. image:: https://pypip.in/wheel/crate/badge.png
24+
:target: https://pypi.python.org/pypi/crate/
25+
:alt: Wheel Status
26+
27+
1928
========
2029
Overview
2130
========
2231

2332
This is the database adapter for the crate database. Its main feature is a
2433
implementation of the Python `DB API 2.0
25-
<http://www.python.org/dev/peps/pep-0249/>`_ specification.
34+
<http://www.python.org/dev/peps/pep-0249/>`_ specification.
2635

2736
It also includes support for `SQLAlchemy <http://www.sqlalchemy.org>`_.
2837

38+
To get started take a look at the `documentation <https://crate.io/docs/projects/crate-python/stable/>`_.
39+
2940
Installation
3041
============
3142

@@ -57,8 +68,8 @@ To update use::
5768
Are you a Developer?
5869
====================
5970

60-
You can build Crate Python Client on your own with the latest version hosted
61-
on GitHub.
71+
You can build Crate Python Client on your own with the latest version hosted on
72+
GitHub.
6273
To do so, please refer to ``DEVELOP.rst`` for further information.
6374

6475
Help & Contact

0 commit comments

Comments
 (0)