fastapi-extended-query-method 0.0.3__tar.gz → 0.0.31__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi-extended-query-method
3
- Version: 0.0.3
3
+ Version: 0.0.31
4
4
  Summary: Native HTTP QUERY method support for FastAPI with automatic cache control and Swagger compatibility.
5
5
  Home-page: https://github.com/jorgecardona/fastapi-extended-query-method
6
6
  Author: Jorge Cardona
@@ -79,7 +79,7 @@ Use the **POST** operation in Swagger only for interactive testing.
79
79
  Real clients should invoke the QUERY method directly.
80
80
 
81
81
  <p align="center">
82
- <img src="images/swagger.png" alt="Swagger Interface" width="900">
82
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/swagger.png" alt="Swagger Interface" width="900">
83
83
  </p>
84
84
 
85
85
  ## Cache
@@ -99,7 +99,7 @@ python validate_data/test_api_query_method.py
99
99
  ```
100
100
 
101
101
  <p align="center">
102
- <img src="images/api_results.png" alt="API Results" width="900">
102
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/api_results.png" alt="API Results" width="900">
103
103
  </p>
104
104
 
105
105
  ## Testing Cache
@@ -109,12 +109,12 @@ python validate_data/test_api_query_method.py
109
109
  python validate_data/test_cache_comparison.py
110
110
  ```
111
111
  <p align="center">
112
- <img src="images/cache.png" alt="Stored Cache" width="900">
112
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/cache.png" alt="Stored Cache" width="900">
113
113
  </p>
114
114
 
115
115
  ### NO Using Cache Stored
116
116
  <p align="center">
117
- <img src="images/no_cache.png" alt="Without Cache" width="900">
117
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/no_cache.png" alt="Without Cache" width="900">
118
118
  </p>
119
119
 
120
120
  ## License
@@ -40,7 +40,7 @@ Use the **POST** operation in Swagger only for interactive testing.
40
40
  Real clients should invoke the QUERY method directly.
41
41
 
42
42
  <p align="center">
43
- <img src="images/swagger.png" alt="Swagger Interface" width="900">
43
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/swagger.png" alt="Swagger Interface" width="900">
44
44
  </p>
45
45
 
46
46
  ## Cache
@@ -60,7 +60,7 @@ python validate_data/test_api_query_method.py
60
60
  ```
61
61
 
62
62
  <p align="center">
63
- <img src="images/api_results.png" alt="API Results" width="900">
63
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/api_results.png" alt="API Results" width="900">
64
64
  </p>
65
65
 
66
66
  ## Testing Cache
@@ -70,12 +70,12 @@ python validate_data/test_api_query_method.py
70
70
  python validate_data/test_cache_comparison.py
71
71
  ```
72
72
  <p align="center">
73
- <img src="images/cache.png" alt="Stored Cache" width="900">
73
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/cache.png" alt="Stored Cache" width="900">
74
74
  </p>
75
75
 
76
76
  ### NO Using Cache Stored
77
77
  <p align="center">
78
- <img src="images/no_cache.png" alt="Without Cache" width="900">
78
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/no_cache.png" alt="Without Cache" width="900">
79
79
  </p>
80
80
 
81
81
  ## License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi-extended-query-method
3
- Version: 0.0.3
3
+ Version: 0.0.31
4
4
  Summary: Native HTTP QUERY method support for FastAPI with automatic cache control and Swagger compatibility.
5
5
  Home-page: https://github.com/jorgecardona/fastapi-extended-query-method
6
6
  Author: Jorge Cardona
@@ -79,7 +79,7 @@ Use the **POST** operation in Swagger only for interactive testing.
79
79
  Real clients should invoke the QUERY method directly.
80
80
 
81
81
  <p align="center">
82
- <img src="images/swagger.png" alt="Swagger Interface" width="900">
82
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/swagger.png" alt="Swagger Interface" width="900">
83
83
  </p>
84
84
 
85
85
  ## Cache
@@ -99,7 +99,7 @@ python validate_data/test_api_query_method.py
99
99
  ```
100
100
 
101
101
  <p align="center">
102
- <img src="images/api_results.png" alt="API Results" width="900">
102
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/api_results.png" alt="API Results" width="900">
103
103
  </p>
104
104
 
105
105
  ## Testing Cache
@@ -109,12 +109,12 @@ python validate_data/test_api_query_method.py
109
109
  python validate_data/test_cache_comparison.py
110
110
  ```
111
111
  <p align="center">
112
- <img src="images/cache.png" alt="Stored Cache" width="900">
112
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/cache.png" alt="Stored Cache" width="900">
113
113
  </p>
114
114
 
115
115
  ### NO Using Cache Stored
116
116
  <p align="center">
117
- <img src="images/no_cache.png" alt="Without Cache" width="900">
117
+ <img src="https://raw.githubusercontent.com/JorgeCardona/fastapi-extended-query-method/refs/heads/main/images/no_cache.png" alt="Without Cache" width="900">
118
118
  </p>
119
119
 
120
120
  ## License