Skip to content

Commit 8408604

Browse files
committed
README
1 parent 0e04fce commit 8408604

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![json2python-models](/etc/logo.png)](https://github.com/bogdandm/json2python-models)
22

3-
# JSON to Python models
4-
53
[![PyPI version](https://badge.fury.io/py/json2python-models.svg)](https://badge.fury.io/py/json2python-models)
64
[![Build Status](https://travis-ci.org/bogdandm/json2python-models.svg?branch=master)](https://travis-ci.org/bogdandm/json2python-models)
75
[![Coverage Status](https://coveralls.io/repos/github/bogdandm/json2python-models/badge.svg?branch=master)](https://coveralls.io/github/bogdandm/json2python-models?branch=master)
@@ -12,8 +10,6 @@
1210
json2python-models is a [Python](https://www.python.org/) tool that can generate Python models classes
1311
(dataclasses, attrs) from JSON dataset.
1412

15-
It could handle recursive data structures, detect complex datatypes, generalize similar models, etc.
16-
1713
## Features
1814

1915
* Full `typing` module support
@@ -28,7 +24,9 @@ It could handle recursive data structures, detect complex datatypes, generalize
2824

2925
## Installation
3026

31-
> **Be ware**: it supports only `python3.7` and higher.
27+
<aside class="warning">
28+
**Be ware**: it supports only `python3.7` and higher.
29+
</aside>
3230

3331
To install Requests, use `pip`:
3432

@@ -51,7 +49,7 @@ To run tests you should clone project and install `pytest` and `requests` (to do
5149
git clone https://github.com/bogdandm/json2python-models.git
5250
cd json2python-models
5351
pip install pytest>=4.4.0
54-
python setup.py install
52+
5553
python setup.py test -a '<pytest arguments>'
5654
or
5755
pytest tests

0 commit comments

Comments
 (0)