@@ -3,15 +3,31 @@ Domain models
33
44Domain 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
1632Introduction
1733~~~~~~~~~~~~
0 commit comments