Skip to content

Commit 3065415

Browse files
committed
Add travis/pypi status icons to README
1 parent 71ec6e6 commit 3065415

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio
22
=======================================================================
33

4+
.. image:: https://travis-ci.org/MagicStack/asyncpg.svg?branch=master
5+
:target: https://travis-ci.org/MagicStack/asyncpg
6+
7+
.. image:: https://img.shields.io/pypi/v/asyncpg.svg
8+
:target: https://pypi.python.org/pypi/asyncpg
9+
410
**asyncpg** is a database interface library designed specifically for
511
PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
612
of PostgreSQL server binary protocol for use with Python's ``asyncio``

0 commit comments

Comments
 (0)