Skip to content

Commit 2e84f1e

Browse files
committed
Set of bages
1 parent 51e4f8c commit 2e84f1e

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.rst

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,31 @@ Domain models
33

44
Domain models framework for Python projects
55

6-
============
7-
8-
.. image:: https://travis-ci.org/ets-labs/domain_models.svg?branch=master
9-
:target: https://travis-ci.org/ets-labs/domain_models
10-
:alt: Build Status
11-
12-
.. image:: https://coveralls.io/repos/github/ets-labs/domain_models/badge.svg?branch=master
13-
:target: https://coveralls.io/github/ets-labs/domain_models?branch=master
14-
:alt: Coverage Status
6+
+---------------------------------------+---------------------------------------------------------------------------------------------------+
7+
| *PyPi* | .. image:: https://img.shields.io/pypi/v/domain_models.svg?style=flat-square |
8+
| | :target: https://pypi.python.org/pypi/domain_models/ |
9+
| | :alt: Latest Version |
10+
| | .. image:: https://img.shields.io/pypi/dm/domain_models.svg?style=flat-square |
11+
| | :target: https://pypi.python.org/pypi/domain_models/ |
12+
| | :alt: Downloads |
13+
| | .. image:: https://img.shields.io/pypi/l/domain_models.svg?style=flat-square |
14+
| | :target: https://pypi.python.org/pypi/domain_models/ |
15+
| | :alt: License |
16+
+---------------------------------------+---------------------------------------------------------------------------------------------------+
17+
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/domain_models.svg?style=flat-square |
18+
| | :target: https://pypi.python.org/pypi/domain_models/ |
19+
| | :alt: Supported Python versions |
20+
| | .. image:: https://img.shields.io/pypi/implementation/domain_models.svg?style=flat-square |
21+
| | :target: https://pypi.python.org/pypi/domain_models/ |
22+
| | :alt: Supported Python implementations |
23+
+---------------------------------------+---------------------------------------------------------------------------------------------------+
24+
| *Builds and tests coverage* | .. image:: https://img.shields.io/travis/ets-labs/domain_models/master.svg?style=flat-square |
25+
| | :target: https://travis-ci.org/ets-labs/domain_models |
26+
| | :alt: Build Status |
27+
| | .. image:: https://img.shields.io/coveralls/ets-labs/domain_models/master.svg?style=flat-square |
28+
| | :target: https://coveralls.io/r/ets-labs/domain_models |
29+
| | :alt: Coverage Status |
30+
+---------------------------------------+---------------------------------------------------------------------------------------------------+
1531

1632
Introduction
1733
~~~~~~~~~~~~

0 commit comments

Comments
 (0)