@@ -3,28 +3,28 @@ Domain models
3
3
4
4
Domain models framework for Python projects
5
5
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/l/domain_models.svg?style=flat-square |
11
- | | :target: https://pypi.python.org/pypi/domain_models/ |
12
- | | :alt: License |
13
- +---------------------------------------+--------------------------------------------------------------------------------------------------- +
14
- | *Python versions and implementations * | .. image:: https://img.shields.io/pypi/pyversions/domain_models.svg?style=flat-square |
15
- | | :target: https://pypi.python.org/pypi/domain_models/ |
16
- | | :alt: Supported Python versions |
17
- | | .. image:: https://img.shields.io/pypi/implementation/domain_models.svg?style=flat-square |
18
- | | :target: https://pypi.python.org/pypi/domain_models/ |
19
- | | :alt: Supported Python implementations |
20
- +---------------------------------------+--------------------------------------------------------------------------------------------------- +
21
- | *Builds and tests coverage * | .. image:: https://img.shields.io/travis/ets-labs/domain_models /master.svg?style=flat-square |
22
- | | :target: https://travis-ci.org/ets-labs/domain_models |
23
- | | :alt: Build Status |
24
- | | .. image:: https://img.shields.io/coveralls/ets-labs/domain_models /master.svg?style=flat-square |
25
- | | :target: https://coveralls.io/r/ets-labs/domain_models |
26
- | | :alt: Coverage Status |
27
- +---------------------------------------+--------------------------------------------------------------------------------------------------- +
6
+ +---------------------------------------+--------------------------------------------------------------------------------------+
7
+ | *PyPi * | .. image:: https://img.shields.io/pypi/v/domain_models.svg |
8
+ | | :target: https://pypi.python.org/pypi/domain_models/ |
9
+ | | :alt: Latest Version |
10
+ | | .. image:: https://img.shields.io/pypi/l/domain_models.svg |
11
+ | | :target: https://pypi.python.org/pypi/domain_models/ |
12
+ | | :alt: License |
13
+ +---------------------------------------+--------------------------------------------------------------------------------------+
14
+ | *Python versions and implementations * | .. image:: https://img.shields.io/pypi/pyversions/domain_models.svg |
15
+ | | :target: https://pypi.python.org/pypi/domain_models/ |
16
+ | | :alt: Supported Python versions |
17
+ | | .. image:: https://img.shields.io/pypi/implementation/domain_models.svg |
18
+ | | :target: https://pypi.python.org/pypi/domain_models/ |
19
+ | | :alt: Supported Python implementations |
20
+ +---------------------------------------+--------------------------------------------------------------------------------------+
21
+ | *Builds and tests coverage * | .. image:: https://img.shields.io/travis/ets-labs/python-domain-models /master.svg |
22
+ | | :target: https://travis-ci.org/ets-labs/python-domain-models |
23
+ | | :alt: Build Status |
24
+ | | .. image:: https://img.shields.io/coveralls/ets-labs/python-domain-models /master.svg |
25
+ | | :target: https://coveralls.io/r/ets-labs/python-domain-models |
26
+ | | :alt: Coverage Status |
27
+ +---------------------------------------+--------------------------------------------------------------------------------------+
28
28
29
29
Introduction
30
30
~~~~~~~~~~~~
0 commit comments