基本信息
源码名称:Python requests 包
源码大小:0.46M
文件格式:.gz
开发语言:Python
更新时间:2023-10-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Python requests包,经测试可以使用

.
├── Python requests 包_requests-2.10.0.tar.gz
└── requests-2.10.0
    ├── HISTORY.rst
    ├── LICENSE
    ├── MANIFEST.in
    ├── NOTICE
    ├── PKG-INFO
    ├── README.rst
    ├── requests
    │   ├── __init__.py
    │   ├── adapters.py
    │   ├── api.py
    │   ├── auth.py
    │   ├── cacert.pem
    │   ├── certs.py
    │   ├── compat.py
    │   ├── cookies.py
    │   ├── exceptions.py
    │   ├── hooks.py
    │   ├── models.py
    │   ├── packages
    │   │   ├── __init__.py
    │   │   ├── chardet
    │   │   │   ├── __init__.py
    │   │   │   ├── big5freq.py
    │   │   │   ├── big5prober.py
    │   │   │   ├── chardetect.py
    │   │   │   ├── chardistribution.py
    │   │   │   ├── charsetgroupprober.py
    │   │   │   ├── charsetprober.py
    │   │   │   ├── codingstatemachine.py
    │   │   │   ├── compat.py
    │   │   │   ├── constants.py
    │   │   │   ├── cp949prober.py
    │   │   │   ├── escprober.py
    │   │   │   ├── escsm.py
    │   │   │   ├── eucjpprober.py
    │   │   │   ├── euckrfreq.py
    │   │   │   ├── euckrprober.py
    │   │   │   ├── euctwfreq.py
    │   │   │   ├── euctwprober.py
    │   │   │   ├── gb2312freq.py
    │   │   │   ├── gb2312prober.py
    │   │   │   ├── hebrewprober.py
    │   │   │   ├── jisfreq.py
    │   │   │   ├── jpcntx.py
    │   │   │   ├── langbulgarianmodel.py
    │   │   │   ├── langcyrillicmodel.py
    │   │   │   ├── langgreekmodel.py
    │   │   │   ├── langhebrewmodel.py
    │   │   │   ├── langhungarianmodel.py
    │   │   │   ├── langthaimodel.py
    │   │   │   ├── latin1prober.py
    │   │   │   ├── mbcharsetprober.py
    │   │   │   ├── mbcsgroupprober.py
    │   │   │   ├── mbcssm.py
    │   │   │   ├── sbcharsetprober.py
    │   │   │   ├── sbcsgroupprober.py
    │   │   │   ├── sjisprober.py
    │   │   │   ├── universaldetector.py
    │   │   │   └── utf8prober.py
    │   │   └── urllib3
    │   │       ├── __init__.py
    │   │       ├── _collections.py
    │   │       ├── connection.py
    │   │       ├── connectionpool.py
    │   │       ├── contrib
    │   │       │   ├── __init__.py
    │   │       │   ├── appengine.py
    │   │       │   ├── ntlmpool.py
    │   │       │   ├── pyopenssl.py
    │   │       │   └── socks.py
    │   │       ├── exceptions.py
    │   │       ├── fields.py
    │   │       ├── filepost.py
    │   │       ├── packages
    │   │       │   ├── __init__.py
    │   │       │   ├── ordered_dict.py
    │   │       │   ├── six.py
    │   │       │   └── ssl_match_hostname
    │   │       │       ├── __init__.py
    │   │       │       └── _implementation.py
    │   │       ├── poolmanager.py
    │   │       ├── request.py
    │   │       ├── response.py
    │   │       └── util
    │   │           ├── __init__.py
    │   │           ├── connection.py
    │   │           ├── request.py
    │   │           ├── response.py
    │   │           ├── retry.py
    │   │           ├── ssl_.py
    │   │           ├── timeout.py
    │   │           └── url.py
    │   ├── sessions.py
    │   ├── status_codes.py
    │   ├── structures.py
    │   └── utils.py
    ├── requests.egg-info
    │   ├── PKG-INFO
    │   ├── SOURCES.txt
    │   ├── dependency_links.txt
    │   ├── not-zip-safe
    │   ├── requires.txt
    │   └── top_level.txt
    ├── requirements.txt
    ├── setup.cfg
    └── setup.py

10 directories, 98 files