1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
6c983780bc 🤖 Bumped version to 0.1.27
All checks were successful
Package Python / Package (push) Successful in 26s
Python Ruff Code Quality / ruff (push) Successful in 24s
Run Python tests (through Pytest) / Test (push) Successful in 26s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 25s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:05:05 +01:00
98f1f74ef1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:03:50 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,9 @@
# 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.
@ -14,7 +16,6 @@ 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:

View File

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