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

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

本次赞助数额为: 2 元 
   源码介绍
Python urllib urllib2 urllib模块

.
├── Python urllib urllib模块_urllib库包requests-2.13.0.tar.gz
└── requests-2.13.0
    ├── HISTORY.rst
    ├── LICENSE
    ├── MANIFEST.in
    ├── NOTICE
    ├── PKG-INFO
    ├── README.rst
    ├── requests
    │   ├── __init__.py
    │   ├── _internal_utils.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
    │   │   ├── idna
    │   │   │   ├── __init__.py
    │   │   │   ├── codec.py
    │   │   │   ├── compat.py
    │   │   │   ├── core.py
    │   │   │   ├── idnadata.py
    │   │   │   ├── intranges.py
    │   │   │   └── uts46data.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
    │   │       │   ├── backports
    │   │       │   │   ├── __init__.py
    │   │       │   │   └── makefile.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
    │   │           ├── selectors.py
    │   │           ├── ssl_.py
    │   │           ├── timeout.py
    │   │           ├── url.py
    │   │           └── wait.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
    ├── setup.cfg
    └── setup.py

12 directories, 109 files