1
0

Compare commits

..

No commits in common. "6c983780bc9df79ae9e344300d21cf36e8adbfbe" and "8b3b29cb0b59034700f28df7c459468081052481" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,7 @@
# Requests utilities # Requests utilities.
![Test program/library](https://gitfub.space/Jmaa/requests_util/actions/workflows/python-test.yml/badge.svg) ![Codequality (Ruff)](https://gitfub.space/Jmaa/requests_util/actions/workflows/python-ruff.yml/badge.svg)
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries. Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
@ -16,6 +14,7 @@ The intention is that a libraries can automatically setup ratelimiting for
their specific use cases, as the library most likely has a better 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. understanding of the ratelimiting and caching behaviour of their associated websites than the user has.
## Dependencies ## Dependencies
All requirements can be installed easily using: All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.1.27' __version__ = '0.1.26'