PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB`  ZЅ_c@sdZdZdZdZdZdZdZyddlmZej Wne k r[nXd d l m Z d d l mZmZmZd d lmZmZmZmZmZmZmZmZd d lmZmZd dlmZd dlm Z m!Z!m"Z"m#Z#m$Z$m%Z%d dl m&Z&ddl'Z'yddl'm(Z(Wn*e k rrde'j)fdYZ(nXe'j*e+j,e(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 . :copyright: (c) 2015 by Kenneth Reitz. :license: Apache 2.0, see LICENSE for more details. trequestss2.6.0is Kenneth Reitzs Apache 2.0sCopyright 2015 Kenneth Reitzi(t pyopenssli(tutils(tRequesttResponsetPreparedRequest(trequesttgettheadtposttpatchtputtdeletetoptions(tsessiontSession(tcodes(tRequestExceptiontTimeoutt URLRequiredtTooManyRedirectst HTTPErrortConnectionError(tpackagesN(t NullHandlerRcBseZdZRS(cCsdS(N((tselftrecord((s5/usr/lib/python2.7/site-packages/requests/__init__.pytemitKs(t__name__t __module__R(((s5/usr/lib/python2.7/site-packages/requests/__init__.pyRJs(-t__doc__t __title__t __version__t __build__t __author__t __license__t __copyright__turllib3.contribRtinject_into_urllib3t ImportErrortRtmodelsRRRtapiRRRR R R R R tsessionsRRt status_codesRt exceptionsRRRRRRRtloggingRtHandlert getLoggerRt addHandler(((s5/usr/lib/python2.7/site-packages/requests/__init__.pyt*s0 :.