1
0
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
Go to file
Jon Michael Aanes bd405b3d5a
All checks were successful
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Python Ruff Code Quality / ruff (push) Successful in 23s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Fixed type on expire after
2024-10-23 20:58:39 +02:00
.gitea/workflows 🤖 Repository layout updated to latest version 2024-10-20 20:07:57 +02:00
requests_util Fixed type on expire after 2024-10-23 20:58:39 +02:00
test Fix code quality warnings 2024-10-20 19:29:59 +02:00
.gitignore 🤖 Repository layout updated to latest Python version 2024-06-13 22:01:55 +02:00
LICENSE 🤖 Repository layout updated to latest version 2024-07-09 23:59:54 +02:00
README.md 🤖 Repository layout updated to latest version 2024-09-27 00:01:31 +02: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
ruff.toml 🤖 Repository layout updated to latest version 2024-09-01 18:59:29 +02:00
setup.py 🤖 Repository layout updated to latest version 2024-08-08 18:20:19 +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.

Dependencies

All requirements can be installed easily using:

pip install -r requirements.txt

Full list of requirements:

License

Copyright (c) 2024 Jon Michael Aanes

All rights reserved.