Skip to content

Commit 0b754b7

Browse files
UpdateReadme
1 parent 98d7e74 commit 0b754b7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
# API to DataFrame
22
Your solution to convert API responses to Pandas DataFrames with retry strategies and detailed reports.
33

4-
![GitHub Created At](https://img.shields.io/github/created-at/IvanildoBarauna/api-to-dataframe)
4+
![GitHub Created At](https://img.shields.io/github/created-at/IvanildoBarauna/api-to-dataframe?style=for-the-badge&logo=github&link=github.com%2FIvanildoBarauna%2Fapi-to-dataframe)
5+
![PyPI - Status](https://img.shields.io/pypi/status/api-to-dataframe?style=for-the-badge&logo=pypi)
56

6-
![PyPI - Status](https://img.shields.io/pypi/status/api-to-dataframe)
7-
![PyPI - Downloads](https://img.shields.io/pypi/dm/api-to-dataframe)
8-
![PyPI - Version](https://img.shields.io/pypi/v/api-to-dataframe)
7+
![PyPI - Downloads](https://img.shields.io/pypi/dm/api-to-dataframe?style=for-the-badge&logo=pypi)
8+
![PyPI - Version](https://img.shields.io/pypi/v/api-to-dataframe?style=for-the-badge&logo=pypi)
99

10-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/api-to-dataframe)
10+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/api-to-dataframe?style=for-the-badge&logo=python)
1111

12+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/api-to-dataframe/CI.yaml?branch=main&style=for-the-badge&logo=githubactions&cacheSeconds=60)
13+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/IvanildoBarauna/api-to-dataframe/CD.yaml?branch=main&style=for-the-badge&logo=githubactions&cacheSeconds=60)
1214

13-
![GitHub Workflow Status](https://github.com/IvanildoBarauna/api-to-dataframe/actions/workflows/CI.yaml/badge.svg)
14-
![GitHub Workflow Status](https://github.com/IvanildoBarauna/api-to-dataframe/actions/workflows/CD.yaml/badge.svg)
15-
[![codecov](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe/graph/badge.svg?token=r1APEyHiCu)](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe)
1615

17-
## Code Coverage KPI Graph
18-
19-
[![codecov](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe/graphs/sunburst.svg?token=r1APEyHiCu)](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe)
16+
![Codecov](https://img.shields.io/codecov/c/github/IvanildoBarauna/api-to-dataframe?style=for-the-badge&logo=codecov)
2017

2118
## Project Stack
2219

@@ -32,4 +29,5 @@ Your solution to convert API responses to Pandas DataFrames with retry strategie
3229

3330
## Library Description
3431

35-
Python library that simplifies obtaining data from API endpoints by converting them directly into Pandas DataFrames. This library offers robust features, including retry strategies for failed requests and automatic generation of detailed reports on the received data.
32+
Python library that simplifies obtaining data from API endpoints by converting them directly into Pandas DataFrames. This library offers robust features, including retry strategies for failed requests and automatic generation of detailed reports on the received data.
33+

0 commit comments

Comments
 (0)