2023-01-12 01:04:47 +00:00
|
|
|
# .-. .-. .-. . . .-. .-. .-. .-.
|
|
|
|
# |( |- |.| | | |- `-. | `-.
|
|
|
|
# ' ' `-' `-`.`-' `-' `-' ' `-'
|
|
|
|
|
|
|
|
__title__ = "requests"
|
|
|
|
__description__ = "Python HTTP for Humans."
|
|
|
|
__url__ = "https://requests.readthedocs.io"
|
2023-09-17 20:00:50 +00:00
|
|
|
__version__ = "2.31.0"
|
|
|
|
__build__ = 0x023100
|
2023-01-12 01:04:47 +00:00
|
|
|
__author__ = "Kenneth Reitz"
|
|
|
|
__author_email__ = "me@kennethreitz.org"
|
2023-09-17 20:00:50 +00:00
|
|
|
__license__ = "Apache-2.0"
|
2023-04-12 14:10:56 +00:00
|
|
|
__copyright__ = "Copyright Kenneth Reitz"
|
2023-01-12 01:04:47 +00:00
|
|
|
__cake__ = "\u2728 \U0001f370 \u2728"
|