Skip to content

Commit 98d7e74

Browse files
Merge pull request #23 from IvanildoBarauna/feat-UpdateReadme
Update Readme
2 parents b93a696 + 79b83dd commit 98d7e74

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Python Application
1+
# API to DataFrame
2+
Your solution to convert API responses to Pandas DataFrames with retry strategies and detailed reports.
23

3-
![Project Status](https://img.shields.io/badge/status-done-brightgreen)
4-
![License](https://img.shields.io/badge/license-MIT-blue) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/IvanildoBarauna/api-to-dataframe) ![Python Version](https://img.shields.io/badge/python-3.9-blue) ![GitHub Workflow Status](https://github.com/IvanildoBarauna/api-to-dataframe/actions/workflows/CI-CD.yaml/badge.svg)
4+
![GitHub Created At](https://img.shields.io/github/created-at/IvanildoBarauna/api-to-dataframe)
5+
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)
9+
10+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/api-to-dataframe)
11+
12+
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)
515
[![codecov](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe/graph/badge.svg?token=r1APEyHiCu)](https://codecov.io/gh/IvanildoBarauna/api-to-dataframe)
616

717
## Code Coverage KPI Graph
@@ -10,6 +20,16 @@
1020

1121
## Project Stack
1222

13-
<img src="https://github.com/devicons/devicon/blob/master/icons/python/python-original.svg" Alt="Python" width="50" height="50"> <img src="https://github.com/devicons/devicon/blob/master/icons/docker/docker-original.svg" Alt="Docker" width="50" height="50"> <img src="https://github.com/devicons/devicon/blob/master/icons/poetry/poetry-original.svg" Alt="Poetry" width="50" height="50"> <img src="https://github.com/devicons/devicon/blob/master/icons/githubactions/githubactions-original.svg" Alt="GitHub Actions" width="50" height="50">
23+
![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)&nbsp;
24+
![Docker](https://img.shields.io/badge/-Docker-05122A?style=flat&logo=docker)&nbsp;
25+
![Poetry](https://img.shields.io/badge/-Poetry-05122A?style=flat&logo=poetry)&nbsp;
26+
![GitHub Actions](https://img.shields.io/badge/-GitHub_Actions-05122A?style=flat&logo=githubactions)&nbsp;
27+
![CodeCov](https://img.shields.io/badge/-CodeCov-05122A?style=flat&logo=codecov)&nbsp;
28+
![pypi](https://img.shields.io/badge/-pypi-05122A?style=flat&logo=pypi)&nbsp;
29+
![pandas](https://img.shields.io/badge/-pandas-05122A?style=flat&logo=pandas)&nbsp;
30+
![pytest](https://img.shields.io/badge/-pytest-05122A?style=flat&logo=pytest)&nbsp;
31+
32+
33+
## Library Description
1434

15-
## Descrição do Projeto
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api-to-dataframe"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "A package to convert API responses to pandas dataframe"
55
authors = ["IvanildoBarauna <ivanildo.jnr@outlook.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)