File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 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========
2029Overview
2130========
2231
2332This is the database adapter for the crate database. Its main feature is a
2433implementation 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
2736It 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+
2940Installation
3041============
3142
@@ -57,8 +68,8 @@ To update use::
5768Are 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.
6273To do so, please refer to ``DEVELOP.rst `` for further information.
6374
6475Help & Contact
You can’t perform that action at this time.
0 commit comments