|
1 | 1 | # DataCrunch Python SDK |
2 | 2 |
|
3 | | -<p> |
4 | | - <a href='https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster'> |
5 | | - <img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Unit%20Tests/badge.svg'></img> |
6 | | - </a> |
7 | | - |
8 | | - <a href='https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Code+Style%22+branch%3Amaster'> |
9 | | - <img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Code%20Style/badge.svg'></img> |
10 | | - </a> |
11 | | - |
12 | | - <a href="https://codecov.io/gh/DataCrunch-io/datacrunch-python"> |
13 | | - <img src="https://codecov.io/gh/DataCrunch-io/datacrunch-python/branch/master/graph/badge.svg?token=5X5KTYSSPK"/> |
14 | | - </a> |
15 | | - |
16 | | - <a href='https://datacrunch-python.readthedocs.io/en/latest/'> |
17 | | - <img src='https://readthedocs.org/projects/datacrunch-python/badge/?version=latest'></img> |
18 | | - </a> |
19 | | - |
20 | | - <a href='https://github.com/DataCrunch-io/datacrunch-python/blob/master/LICENSE'> |
21 | | - <img src='https://img.shields.io/github/license/DataCrunch-io/datacrunch-python'></img> |
22 | | - </a> |
23 | | - |
24 | | - <a href='https://pypi.org/project/datacrunch/'> |
25 | | - <img src='https://img.shields.io/pypi/v/datacrunch?logo=python'></img> |
26 | | - </a> |
27 | | - |
28 | | - <a href='https://pypi.org/project/datacrunch/'> |
29 | | - <img src='https://img.shields.io/pypi/pyversions/datacrunch'></img> |
30 | | - </a> |
31 | | -</p> |
| 3 | +[<img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Unit%20Tests/badge.svg'>](https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster) |
| 4 | +[<img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Code%20Style/badge.svg'>](https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Code+Style%22+branch%3Amaster) |
| 5 | +[<img src="https://codecov.io/gh/DataCrunch-io/datacrunch-python/branch/master/graph/badge.svg?token=5X5KTYSSPK">](https://codecov.io/gh/DataCrunch-io/datacrunch-python) |
| 6 | +[<img src='https://readthedocs.org/projects/datacrunch-python/badge/?version=latest'>](https://datacrunch-python.readthedocs.io/en/latest/) |
| 7 | +[<img src='https://img.shields.io/github/license/DataCrunch-io/datacrunch-python'>](https://github.com/DataCrunch-io/datacrunch-python/blob/master/LICENSE) |
| 8 | +[<img src='https://img.shields.io/pypi/v/datacrunch?logo=python'>](https://pypi.org/project/datacrunch/) |
| 9 | +[<img src='https://img.shields.io/pypi/pyversions/datacrunch'>](https://pypi.org/project/datacrunch/) |
32 | 10 |
|
33 | 11 | The official [DataCrunch.io](https://datacrunch.io) Python SDK. |
34 | 12 |
|
|
0 commit comments