1
0
Go to file
takunomi-build-bot 0d20ada499
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 23s
🤖 Bumped version to 0.1.17
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-22 23:40:11 +02:00
.gitea/workflows 🤖 Repository layout updated to latest Python version 2024-05-29 21:38:30 +02:00
requests_util 🤖 Bumped version to 0.1.17 2024-07-22 23:40:11 +02:00
test Bump workflows 2024-04-01 15:14:22 +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-07-09 23:59:54 +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-07-22 23:39:10 +02:00
setup.py 🤖 Repository layout updated to latest version 2024-07-16 22:18:13 +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.

License

Copyright (c) 2024 Jon Michael Aanes

All rights reserved.