Skip to content

Commit df3b5ee

Browse files
authored
Update README.rst
1 parent 4ad8c41 commit df3b5ee

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

README.rst

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
FDB - The Python driver for Firebird
33
====================================
44

5-
[![PyPI - Version](https://img.shields.io/pypi/v/fdb.svg)](https://pypi.org/project/fdb)
6-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fdb.svg)](https://pypi.org/project/fdb)
7-
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
8-
[![PyPI - Downloads](https://img.shields.io/pypi/dm/fdb)](https://pypi.org/project/fdb)
9-
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/fdb)](https://libraries.io/pypi/fdb)
10-
11-
|docs|
5+
|docs| |version| |python| |hatch| |downloads| |rank|
126

137
Home_ * Documentation_ * `Bug Reports`_ * Source_
148

@@ -55,4 +49,27 @@ FDB also contains extensive collection of submodules that simplify various Fireb
5549
:scale: 100%
5650
:target: http://fdb.readthedocs.io/en/v2.0/
5751

52+
.. |version| image:: https://img.shields.io/pypi/v/fdb.svg
53+
:alt: Version
54+
:scale: 100%
55+
:target: https://pypi.org/project/fdb
5856

57+
.. |python| image:: https://img.shields.io/pypi/pyversions/fdb.svg
58+
:alt: Python version
59+
:scale: 100%
60+
:target: https://pypi.org/project/fdb
61+
62+
.. |hatch| image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg
63+
:alt: Hatch
64+
:scale: 100%
65+
:target: https://pypi.org/project/fdb
66+
67+
.. |downloads| image:: https://img.shields.io/pypi/dm/fdb
68+
:alt: Downloads
69+
:scale: 100%
70+
:target: https://pypi.org/project/fdb
71+
72+
.. |rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/fdb
73+
:alt: rank
74+
:scale: 100%
75+
:target: https://libraries.io/pypi/fdb

0 commit comments

Comments
 (0)