🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
b3a24ee972
commit
cdbc6725d2
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
|
@ -11,3 +11,12 @@ 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.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```
|
||||
|
|
19
setup.py
19
setup.py
|
@ -19,7 +19,16 @@ 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."""
|
||||
understanding of the ratelimiting and caching behaviour of their associated websites than the user has.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.'
|
||||
|
||||
|
@ -47,12 +56,10 @@ def read_requirements(path: str) -> list[str]:
|
|||
REQUIREMENTS_MAIN = """
|
||||
requests
|
||||
requests_ratelimiter
|
||||
requests_cache
|
||||
"""
|
||||
requests_cache"""
|
||||
|
||||
REQUIREMENTS_TEST = """
|
||||
pytest
|
||||
"""
|
||||
pytest"""
|
||||
|
||||
|
||||
setup(
|
||||
|
@ -61,7 +68,7 @@ setup(
|
|||
description=PACKAGE_DESCRIPTION_SHORT,
|
||||
long_description=PACKAGE_DESCRIPTION,
|
||||
long_description_content_type='text/markdown',
|
||||
author='Jmaa',
|
||||
author='Jon Michael Aanes',
|
||||
author_email='jonjmaa@gmail.com',
|
||||
url='https://gitfub.space/Jmaa/' + PACKAGE_NAME,
|
||||
packages=[PACKAGE_NAME],
|
||||
|
|
Loading…
Reference in New Issue
Block a user