1
0

Compare commits

..

No commits in common. "d6fe9b76d7801d0988a15deafe4789e74c557a5e" and "0d20ada499080fdcf72eb1b5327870ed877535e5" have entirely different histories.

3 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,6 @@
<!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
# Requests utilities.
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.

View File

@ -1 +1 @@
__version__ = '0.1.18'
__version__ = '0.1.17'

View File

@ -20,7 +20,15 @@ Currently supports [`requests_cache`](https://requests-cache.readthedocs.io) and
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.
""".strip()
# License
```
Copyright (c) 2024 Jon Michael Aanes
All rights reserved.
```""".strip()
PACKAGE_DESCRIPTION_SHORT = """
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.""".strip()