Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/requests/__version__.py: 100%

10 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-08 06:45 +0000

1# .-. .-. .-. . . .-. .-. .-. .-. 

2# |( |- |.| | | |- `-. | `-. 

3# ' ' `-' `-`.`-' `-' `-' ' `-' 

4 

5__title__ = "requests" 

6__description__ = "Python HTTP for Humans." 

7__url__ = "https://requests.readthedocs.io" 

8__version__ = "2.31.0" 

9__build__ = 0x023100 

10__author__ = "Kenneth Reitz" 

11__author_email__ = "me@kennethreitz.org" 

12__license__ = "Apache 2.0" 

13__copyright__ = "Copyright Kenneth Reitz" 

14__cake__ = "\u2728 \U0001f370 \u2728"