api-to-dataframe 2.0.2__tar.gz → 2.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/PKG-INFO +6 -5
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/README.md +5 -4
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/pyproject.toml +1 -1
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/LICENSE +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/__init__.py +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/controller/client_builder.py +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/models/get_data.py +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/models/retainer.py +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/utils/__init__.py +0 -0
- {api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/utils/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: api-to-dataframe
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.4
|
|
4
4
|
Summary: A package to convert API responses to pandas dataframe
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: IvanildoBarauna
|
|
@@ -28,7 +28,8 @@ Description-Content-Type: text/markdown
|
|
|
28
28
|
# API to DataFrame
|
|
29
29
|
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.
|
|
30
30
|
|
|
31
|
-
[](https://deepwiki.com/ivanildobarauna-dev/api-to-dataframe)
|
|
32
|
+
|
|
32
33
|
|
|
33
34
|
[](https://pypi.org/project/api-to-dataframe/)
|
|
34
35
|
[](https://pypi.org/project/api-to-dataframe/)
|
|
@@ -36,10 +37,10 @@ Python library that simplifies obtaining data from API endpoints by converting t
|
|
|
36
37
|
|
|
37
38
|

|
|
38
39
|
|
|
39
|
-
[](https://github.com/ivanildobarauna-dev/api-to-dataframe/actions/workflows/CI.yaml)
|
|
41
|
+
[](https://github.com/ivanildobarauna-dev/api-to-dataframe/actions/workflows/CD.yaml)
|
|
41
42
|
|
|
42
|
-
[](https://app.codecov.io/gh/ivanildobarauna-dev/api-to-dataframe)
|
|
43
44
|
|
|
44
45
|
## Project Stack
|
|
45
46
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# API to DataFrame
|
|
2
2
|
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.
|
|
3
3
|
|
|
4
|
-
[](https://deepwiki.com/ivanildobarauna-dev/api-to-dataframe)
|
|
5
|
+
|
|
5
6
|
|
|
6
7
|
[](https://pypi.org/project/api-to-dataframe/)
|
|
7
8
|
[](https://pypi.org/project/api-to-dataframe/)
|
|
@@ -9,10 +10,10 @@ Python library that simplifies obtaining data from API endpoints by converting t
|
|
|
9
10
|
|
|
10
11
|

|
|
11
12
|
|
|
12
|
-
[](https://github.com/ivanildobarauna-dev/api-to-dataframe/actions/workflows/CI.yaml)
|
|
14
|
+
[](https://github.com/ivanildobarauna-dev/api-to-dataframe/actions/workflows/CD.yaml)
|
|
14
15
|
|
|
15
|
-
[](https://app.codecov.io/gh/ivanildobarauna-dev/api-to-dataframe)
|
|
16
17
|
|
|
17
18
|
## Project Stack
|
|
18
19
|
|
|
File without changes
|
|
File without changes
|
{api_to_dataframe-2.0.2 → api_to_dataframe-2.0.4}/src/api_to_dataframe/controller/client_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|