1
0
Fork 0
Go to file
Jon Michael Aanes 7ab64ce5c1
Python Package / Package (push) Successful in 23s Details
Revert requirements files. Not allowed for python package
2024-04-01 15:20:36 +02:00
.gitea/workflows Bump workflows 2024-04-01 15:14:22 +02:00
requests_util Bump workflows 2024-04-01 15:14:22 +02:00
test Bump workflows 2024-04-01 15:14:22 +02:00
.gitignore .gitignore 2024-03-11 21:34:16 +01:00
README.md Fixed README 2024-03-16 06:10:02 +01:00
setup.py Revert requirements files. Not allowed for python package 2024-04-01 15:20:36 +02:00

README.md

Requests utilities

Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.

Currently supports requests_cache and requests_ratelimiter.

The intention is that a libraries can automatically setup ratelimiting for their specific use cases, as the library most likely has a better understanding of the ratelimiting and caching behaviour of their associated websites than the user has.