‹“Reqã@sÿdZddlmZddlmZddlZddlmZdd„Zd d „Zyeej ej ƒWn:e e fk r­ej d j ej ej ƒeƒYnXy—dd lmZesÓed ƒ‚yddlZWnek rýdZYnXeeddƒsDddlmZejƒddlm ZeeƒWnek rYYnXddlmZejdeƒddl mZmZmZm Z ddl mZmZm Z m!Z!ddl m"Z"m#Z#ddl$m%Z%ddl$m&Z&ddl'm(Z(m)Z)m*Z*ddl+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3ddl4m5Z5m6Z6ddl7m8Z8ddlm9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAddlBZBddlBmCZCeBjDeEƒjFeCƒƒejde?d d!ƒdS)"aú Requests HTTP Library ~~~~~~~~~~~~~~~~~~~~~ Requests is an HTTP library, written in Python, for human beings. Basic GET usage: >>> import requests >>> r = requests.get('https://www.python.org') >>> r.status_code 200 >>> b'Python is a programming language' in r.content True ... or POST: >>> payload = dict(key1='value1', key2='value2') >>> r = requests.post('https://httpbin.org/post', data=payload) >>> print(r.text) { ... "form": { "key1": "value1", "key2": "value2" }, ... } The other HTTP methods are supported - see `requests.api`. Full documentation is at . :copyright: (c) 2017 by Kenneth Reitz. :license: Apache 2.0, see LICENSE for more details. é)Úurllib3)ÚchardetNé)ÚRequestsDependencyWarningcCs0|jdƒ}|dgks$t‚t|ƒdkrC|jdƒ|\}}}t|ƒt|ƒt|ƒ}}}|dksŠt‚|dksœt‚|dks®t‚|jdƒdd…\}}}t|ƒt|ƒt|ƒ}}}|dkst‚|dkst‚|dks,t‚dS) NÚ.ÚdevéÚ0rééé)ÚsplitÚAssertionErrorÚlenÚappendÚint)Úurllib3_versionÚchardet_versionÚmajorÚminorÚpatch©rúŒ/builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/__init__.pyÚcheck_compatibility1s &"&rc Cssy"ttt|jdƒƒƒ}Wntk r:dSYnX|dddgkrodj|ƒ}tj|tƒdS)Nrrr éz4Old version of cryptography ({}) may cause slowdown.) ÚlistÚmaprr Ú ValueErrorÚformatÚwarningsÚwarnr)Úcryptography_versionÚwarningrrrÚ_check_cryptographyJs"  r#z?urllib3 ({}) or chardet ({}) doesn't match a supported version!)ÚWINDOWSz3pip internals: don't import cryptography on WindowsÚHAS_SNIF)Ú pyopenssl)Ú __version__)ÚDependencyWarningÚignore)Ú __title__Ú__description__Ú__url__r')Ú __build__Ú __author__Ú__author_email__Ú __license__)Ú __copyright__Ú__cake__)Úutils)Úpackages)ÚRequestÚResponseÚPreparedRequest)ÚrequestÚgetÚheadÚpostrÚputÚdeleteÚoptions)ÚsessionÚSession)Úcodes) ÚRequestExceptionÚTimeoutÚ URLRequiredÚTooManyRedirectsÚ HTTPErrorÚConnectionErrorÚFileModeWarningÚConnectTimeoutÚ ReadTimeout)Ú NullHandlerÚdefaultrT)GÚ__doc__Ú pip._vendorrrrÚ exceptionsrrr#r'rrr rÚpip._internal.utils.compatr$Ú ImportErrorÚsslÚgetattrÚpip._vendor.urllib3.contribr&Úinject_into_urllib3Z cryptographyr!Zpip._vendor.urllib3.exceptionsr(Ú simplefilterr*r+r,r-r.r/r0r1r2Úr3r4Úmodelsr5r6r7Úapir8r9r:r;rr<r=r>Úsessionsr?r@Ú status_codesrArBrCrDrErFrGrHrIrJÚloggingrKÚ getLoggerÚ__name__Ú addHandlerrrrrÚ)sV          "":@