1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
d6fe9b76d7 🤖 Bumped version to 0.1.18
All checks were successful
Package Python / Package (push) Successful in 26s
Test Python / Test (push) Successful in 24s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-08 14:26:49 +02:00
a25996058d 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-02 17:15:18 +02:00
2bf4127b92 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-02 17:11:05 +02:00
3 changed files with 4 additions and 10 deletions

View File

@ -2,6 +2,8 @@
<!--- THIS IS AN AUTO-GENERATED FILE ---> <!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN ---> <!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
# Requests utilities. # Requests utilities.
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.

View File

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

View File

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