1
0
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
Go to file
Jon Michael Aanes 41a1b6533a
Some checks failed
Test and Package Python / Test (push) Successful in 24s
Test and Package Python / Package (push) Failing after 21s
Bumped version to 0.1.3
2024-05-28 00:22:29 +02:00
.gitea/workflows Bumped pipelines 2024-05-27 21:55:36 +02:00
requests_util Bumped version to 0.1.3 2024-05-28 00:22:29 +02:00
test Bump workflows 2024-04-01 15:14:22 +02:00
.gitignore Updated .gitignore 2024-05-28 00:20:24 +02:00
README.md Fixed README 2024-03-16 06:10:02 +01:00
requirements_test.txt Bumped pipelines 2024-05-27 21:55:36 +02:00
requirements.txt Bumped pipelines 2024-05-27 21:55:36 +02:00
setup.py Bumped pipelines 2024-05-27 21:55:36 +02:00

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.