Hacked By AnonymousFox

Current Path : /lib/python2.7/site-packages/pip/_vendor/requests/
Upload File :
Current File : //lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyo

�
��abc@stdZddlmZddlmZddlZddlmZd�Zyeejej�Wn9e	e
fk
r�ejdjejej�e�nXdd	l
mZejd
e�ddlmZmZmZmZddlmZmZmZmZdd
lmZmZddlmZddlmZddlmZmZmZddl m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(ddl)m*Z*m+Z+ddl,m-Z-ddlm.Z.m/Z/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5m6Z6ddl7Z7yddl7m8Z8Wn*e9k
r@de7j:fd��YZ8nXe7j;e<�j=e8��ejde4de>�dS(s�
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
   >>> 'Python is a programming language' in r.content
   True

... or POST:

   >>> payload = dict(key1='value1', key2='value2')
   >>> r = requests.post('http://httpbin.org/post', data=payload)
   >>> print(r.text)
   {
     ...
     "form": {
       "key2": "value2",
       "key1": "value1"
     },
     ...
   }

The other HTTP methods are supported - see `requests.api`. Full documentation
is at <http://python-requests.org>.

:copyright: (c) 2017 by Kenneth Reitz.
:license: Apache 2.0, see LICENSE for more details.
i����(turllib3(tchardetNi(tRequestsDependencyWarningcCs�|jd�}t|�dkr1|jd�n|\}}}t|�t|�t|�}}}|jd�d \}}}t|�t|�t|�}}}dS(Nt.it0i(tsplittlentappendtint(turllib3_versiontchardet_versiontmajortminortpatch((sA/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pytcheck_compatibility1s&&sAurllib3 ({0}) or chardet ({1}) doesn't match a supported version!(tDependencyWarningtignore(t	__title__t__description__t__url__t__version__(t	__build__t
__author__t__author_email__t__license__(t
__copyright__t__cake__(tutils(tpackages(tRequesttResponsetPreparedRequest(trequesttgettheadtpostR
tputtdeletetoptions(tsessiontSession(tcodes(	tRequestExceptiontTimeouttURLRequiredtTooManyRedirectst	HTTPErrortConnectionErrortFileModeWarningtConnectTimeouttReadTimeout(tNullHandlerR3cBseZd�ZRS(cCsdS(N((tselftrecord((sA/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pytemitss(t__name__t
__module__R6(((sA/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyR3rstdefaultR(?t__doc__tpip._vendorRRtwarningst
exceptionsRRRtAssertionErrort
ValueErrortwarntformattpip._vendor.urllib3.exceptionsRtsimplefilterRRRRRRRRRtRRtmodelsRRRtapiR R!R"R#R
R$R%R&tsessionsR'R(tstatus_codesR)R*R+R,R-R.R/R0R1R2tloggingR3tImportErrortHandlert	getLoggerR7t
addHandlertTrue(((sA/usr/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyt<module>)s<	
"":@


Hacked By AnonymousFox1.0, Coded By AnonymousFox