Compare commits
3 Commits
0d20ada499
...
d6fe9b76d7
Author | SHA1 | Date | |
---|---|---|---|
d6fe9b76d7 | |||
a25996058d | |||
2bf4127b92 |
|
@ -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.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.17'
|
__version__ = '0.1.18'
|
||||||
|
|
10
setup.py
10
setup.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user