在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → python语言包

python语言包

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:5.70M
  • 下载次数:3
  • 浏览次数:17
  • 发布时间:2023-11-08
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: python语言 python py 语言

实例介绍

【实例简介】python语言工作包!!! 

【实例截图】

from clipboard

【核心代码】

.
├── python语言包_site-packages.zip
└── site-packages
    ├── Appium_Python_Client-0.26-py3.6.egg-info
    │   ├── PKG-INFO
    │   ├── SOURCES.txt
    │   ├── dependency_links.txt
    │   ├── installed-files.txt
    │   ├── requires.txt
    │   └── top_level.txt
    ├── PIL
    │   ├── BdfFontFile.py
    │   ├── BmpImagePlugin.py
    │   ├── BufrStubImagePlugin.py
    │   ├── ContainerIO.py
    │   ├── CurImagePlugin.py
    │   ├── DcxImagePlugin.py
    │   ├── DdsImagePlugin.py
    │   ├── EpsImagePlugin.py
    │   ├── ExifTags.py
    │   ├── FitsStubImagePlugin.py
    │   ├── FliImagePlugin.py
    │   ├── FontFile.py
    │   ├── FpxImagePlugin.py
    │   ├── FtexImagePlugin.py
    │   ├── GbrImagePlugin.py
    │   ├── GdImageFile.py
    │   ├── GifImagePlugin.py
    │   ├── GimpGradientFile.py
    │   ├── GimpPaletteFile.py
    │   ├── GribStubImagePlugin.py
    │   ├── Hdf5StubImagePlugin.py
    │   ├── IcnsImagePlugin.py
    │   ├── IcoImagePlugin.py
    │   ├── ImImagePlugin.py
    │   ├── Image.py
    │   ├── ImageChops.py
    │   ├── ImageCms.py
    │   ├── ImageColor.py
    │   ├── ImageDraw.py
    │   ├── ImageDraw2.py
    │   ├── ImageEnhance.py
    │   ├── ImageFile.py
    │   ├── ImageFilter.py
    │   ├── ImageFont.py
    │   ├── ImageGrab.py
    │   ├── ImageMath.py
    │   ├── ImageMode.py
    │   ├── ImageMorph.py
    │   ├── ImageOps.py
    │   ├── ImagePalette.py
    │   ├── ImagePath.py
    │   ├── ImageQt.py
    │   ├── ImageSequence.py
    │   ├── ImageShow.py
    │   ├── ImageStat.py
    │   ├── ImageTk.py
    │   ├── ImageTransform.py
    │   ├── ImageWin.py
    │   ├── ImtImagePlugin.py
    │   ├── IptcImagePlugin.py
    │   ├── Jpeg2KImagePlugin.py
    │   ├── JpegImagePlugin.py
    │   ├── JpegPresets.py
    │   ├── McIdasImagePlugin.py
    │   ├── MicImagePlugin.py
    │   ├── MpegImagePlugin.py
    │   ├── MpoImagePlugin.py
    │   ├── MspImagePlugin.py
    │   ├── OleFileIO.py
    │   ├── PSDraw.py
    │   ├── PaletteFile.py
    │   ├── PalmImagePlugin.py
    │   ├── PcdImagePlugin.py
    │   ├── PcfFontFile.py
    │   ├── PcxImagePlugin.py
    │   ├── PdfImagePlugin.py
    │   ├── PixarImagePlugin.py
    │   ├── PngImagePlugin.py
    │   ├── PpmImagePlugin.py
    │   ├── PsdImagePlugin.py
    │   ├── PyAccess.py
    │   ├── SgiImagePlugin.py
    │   ├── SpiderImagePlugin.py
    │   ├── SunImagePlugin.py
    │   ├── TarIO.py
    │   ├── TgaImagePlugin.py
    │   ├── TiffImagePlugin.py
    │   ├── TiffTags.py
    │   ├── WalImageFile.py
    │   ├── WebPImagePlugin.py
    │   ├── WmfImagePlugin.py
    │   ├── XVThumbImagePlugin.py
    │   ├── XbmImagePlugin.py
    │   ├── XpmImagePlugin.py
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   ├── BdfFontFile.cpython-36.pyc
    │   │   ├── BmpImagePlugin.cpython-36.pyc
    │   │   ├── BufrStubImagePlugin.cpython-36.pyc
    │   │   ├── ContainerIO.cpython-36.pyc
    │   │   ├── CurImagePlugin.cpython-36.pyc
    │   │   ├── DcxImagePlugin.cpython-36.pyc
    │   │   ├── DdsImagePlugin.cpython-36.pyc
    │   │   ├── EpsImagePlugin.cpython-36.pyc
    │   │   ├── ExifTags.cpython-36.pyc
    │   │   ├── FitsStubImagePlugin.cpython-36.pyc
    │   │   ├── FliImagePlugin.cpython-36.pyc
    │   │   ├── FontFile.cpython-36.pyc
    │   │   ├── FpxImagePlugin.cpython-36.pyc
    │   │   ├── FtexImagePlugin.cpython-36.pyc
    │   │   ├── GbrImagePlugin.cpython-36.pyc
    │   │   ├── GdImageFile.cpython-36.pyc
    │   │   ├── GifImagePlugin.cpython-36.pyc
    │   │   ├── GimpGradientFile.cpython-36.pyc
    │   │   ├── GimpPaletteFile.cpython-36.pyc
    │   │   ├── GribStubImagePlugin.cpython-36.pyc
    │   │   ├── Hdf5StubImagePlugin.cpython-36.pyc
    │   │   ├── IcnsImagePlugin.cpython-36.pyc
    │   │   ├── IcoImagePlugin.cpython-36.pyc
    │   │   ├── ImImagePlugin.cpython-36.pyc
    │   │   ├── Image.cpython-36.pyc
    │   │   ├── ImageChops.cpython-36.pyc
    │   │   ├── ImageCms.cpython-36.pyc
    │   │   ├── ImageColor.cpython-36.pyc
    │   │   ├── ImageDraw.cpython-36.pyc
    │   │   ├── ImageDraw2.cpython-36.pyc
    │   │   ├── ImageEnhance.cpython-36.pyc
    │   │   ├── ImageFile.cpython-36.pyc
    │   │   ├── ImageFilter.cpython-36.pyc
    │   │   ├── ImageFont.cpython-36.pyc
    │   │   ├── ImageGrab.cpython-36.pyc
    │   │   ├── ImageMath.cpython-36.pyc
    │   │   ├── ImageMode.cpython-36.pyc
    │   │   ├── ImageMorph.cpython-36.pyc
    │   │   ├── ImageOps.cpython-36.pyc
    │   │   ├── ImagePalette.cpython-36.pyc
    │   │   ├── ImagePath.cpython-36.pyc
    │   │   ├── ImageQt.cpython-36.pyc
    │   │   ├── ImageSequence.cpython-36.pyc
    │   │   ├── ImageShow.cpython-36.pyc
    │   │   ├── ImageStat.cpython-36.pyc
    │   │   ├── ImageTk.cpython-36.pyc
    │   │   ├── ImageTransform.cpython-36.pyc
    │   │   ├── ImageWin.cpython-36.pyc
    │   │   ├── ImtImagePlugin.cpython-36.pyc
    │   │   ├── IptcImagePlugin.cpython-36.pyc
    │   │   ├── Jpeg2KImagePlugin.cpython-36.pyc
    │   │   ├── JpegImagePlugin.cpython-36.pyc
    │   │   ├── JpegPresets.cpython-36.pyc
    │   │   ├── McIdasImagePlugin.cpython-36.pyc
    │   │   ├── MicImagePlugin.cpython-36.pyc
    │   │   ├── MpegImagePlugin.cpython-36.pyc
    │   │   ├── MpoImagePlugin.cpython-36.pyc
    │   │   ├── MspImagePlugin.cpython-36.pyc
    │   │   ├── OleFileIO.cpython-36.pyc
    │   │   ├── PSDraw.cpython-36.pyc
    │   │   ├── PaletteFile.cpython-36.pyc
    │   │   ├── PalmImagePlugin.cpython-36.pyc
    │   │   ├── PcdImagePlugin.cpython-36.pyc
    │   │   ├── PcfFontFile.cpython-36.pyc
    │   │   ├── PcxImagePlugin.cpython-36.pyc
    │   │   ├── PdfImagePlugin.cpython-36.pyc
    │   │   ├── PixarImagePlugin.cpython-36.pyc
    │   │   ├── PngImagePlugin.cpython-36.pyc
    │   │   ├── PpmImagePlugin.cpython-36.pyc
    │   │   ├── PsdImagePlugin.cpython-36.pyc
    │   │   ├── PyAccess.cpython-36.pyc
    │   │   ├── SgiImagePlugin.cpython-36.pyc
    │   │   ├── SpiderImagePlugin.cpython-36.pyc
    │   │   ├── SunImagePlugin.cpython-36.pyc
    │   │   ├── TarIO.cpython-36.pyc
    │   │   ├── TgaImagePlugin.cpython-36.pyc
    │   │   ├── TiffImagePlugin.cpython-36.pyc
    │   │   ├── TiffTags.cpython-36.pyc
    │   │   ├── WalImageFile.cpython-36.pyc
    │   │   ├── WebPImagePlugin.cpython-36.pyc
    │   │   ├── WmfImagePlugin.cpython-36.pyc
    │   │   ├── XVThumbImagePlugin.cpython-36.pyc
    │   │   ├── XbmImagePlugin.cpython-36.pyc
    │   │   ├── XpmImagePlugin.cpython-36.pyc
    │   │   ├── __init__.cpython-36.pyc
    │   │   ├── _binary.cpython-36.pyc
    │   │   ├── _tkinter_finder.cpython-36.pyc
    │   │   ├── _util.cpython-36.pyc
    │   │   ├── features.cpython-36.pyc
    │   │   └── version.cpython-36.pyc
    │   ├── _binary.py
    │   ├── _imaging.cp36-win32.pyd
    │   ├── _imagingcms.cp36-win32.pyd
    │   ├── _imagingft.cp36-win32.pyd
    │   ├── _imagingmath.cp36-win32.pyd
    │   ├── _imagingmorph.cp36-win32.pyd
    │   ├── _imagingtk.cp36-win32.pyd
    │   ├── _tkinter_finder.py
    │   ├── _util.py
    │   ├── _webp.cp36-win32.pyd
    │   ├── features.py
    │   └── version.py
    ├── Pillow-5.0.0.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── LICENSE.txt
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── metadata.json
    │   ├── top_level.txt
    │   └── zip-safe
    ├── README.txt
    ├── __pycache__
    │   ├── easy_install.cpython-36.pyc
    │   └── six.cpython-36.pyc
    ├── appium
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   ├── __init__.cpython-36.pyc
    │   │   └── saucetestcase.cpython-36.pyc
    │   ├── common
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   └── exceptions.cpython-36.pyc
    │   │   └── exceptions.py
    │   ├── saucetestcase.py
    │   └── webdriver
    │       ├── __init__.py
    │       ├── __pycache__
    │       │   ├── __init__.cpython-36.pyc
    │       │   ├── connectiontype.cpython-36.pyc
    │       │   ├── errorhandler.cpython-36.pyc
    │       │   ├── mobilecommand.cpython-36.pyc
    │       │   ├── switch_to.cpython-36.pyc
    │       │   ├── webdriver.cpython-36.pyc
    │       │   └── webelement.cpython-36.pyc
    │       ├── common
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── mobileby.cpython-36.pyc
    │       │   │   ├── multi_action.cpython-36.pyc
    │       │   │   └── touch_action.cpython-36.pyc
    │       │   ├── mobileby.py
    │       │   ├── multi_action.py
    │       │   └── touch_action.py
    │       ├── connectiontype.py
    │       ├── errorhandler.py
    │       ├── mobilecommand.py
    │       ├── switch_to.py
    │       ├── webdriver.py
    │       └── webelement.py
    ├── easy_install.py
    ├── pip
    │   ├── __init__.py
    │   ├── __main__.py
    │   ├── __pycache__
    │   │   ├── __init__.cpython-36.pyc
    │   │   ├── __main__.cpython-36.pyc
    │   │   ├── basecommand.cpython-36.pyc
    │   │   ├── baseparser.cpython-36.pyc
    │   │   ├── cmdoptions.cpython-36.pyc
    │   │   ├── download.cpython-36.pyc
    │   │   ├── exceptions.cpython-36.pyc
    │   │   ├── index.cpython-36.pyc
    │   │   ├── locations.cpython-36.pyc
    │   │   ├── pep425tags.cpython-36.pyc
    │   │   ├── status_codes.cpython-36.pyc
    │   │   └── wheel.cpython-36.pyc
    │   ├── _vendor
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── appdirs.cpython-36.pyc
    │   │   │   ├── distro.cpython-36.pyc
    │   │   │   ├── ipaddress.cpython-36.pyc
    │   │   │   ├── ordereddict.cpython-36.pyc
    │   │   │   ├── pyparsing.cpython-36.pyc
    │   │   │   ├── re-vendor.cpython-36.pyc
    │   │   │   ├── retrying.cpython-36.pyc
    │   │   │   └── six.cpython-36.pyc
    │   │   ├── appdirs.py
    │   │   ├── cachecontrol
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── _cmd.cpython-36.pyc
    │   │   │   │   ├── adapter.cpython-36.pyc
    │   │   │   │   ├── cache.cpython-36.pyc
    │   │   │   │   ├── compat.cpython-36.pyc
    │   │   │   │   ├── controller.cpython-36.pyc
    │   │   │   │   ├── filewrapper.cpython-36.pyc
    │   │   │   │   ├── heuristics.cpython-36.pyc
    │   │   │   │   ├── serialize.cpython-36.pyc
    │   │   │   │   └── wrapper.cpython-36.pyc
    │   │   │   ├── _cmd.py
    │   │   │   ├── adapter.py
    │   │   │   ├── cache.py
    │   │   │   ├── caches
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── file_cache.cpython-36.pyc
    │   │   │   │   │   └── redis_cache.cpython-36.pyc
    │   │   │   │   ├── file_cache.py
    │   │   │   │   └── redis_cache.py
    │   │   │   ├── compat.py
    │   │   │   ├── controller.py
    │   │   │   ├── filewrapper.py
    │   │   │   ├── heuristics.py
    │   │   │   ├── serialize.py
    │   │   │   └── wrapper.py
    │   │   ├── colorama
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── ansi.cpython-36.pyc
    │   │   │   │   ├── ansitowin32.cpython-36.pyc
    │   │   │   │   ├── initialise.cpython-36.pyc
    │   │   │   │   ├── win32.cpython-36.pyc
    │   │   │   │   └── winterm.cpython-36.pyc
    │   │   │   ├── ansi.py
    │   │   │   ├── ansitowin32.py
    │   │   │   ├── initialise.py
    │   │   │   ├── win32.py
    │   │   │   └── winterm.py
    │   │   ├── distlib
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── compat.cpython-36.pyc
    │   │   │   │   ├── database.cpython-36.pyc
    │   │   │   │   ├── index.cpython-36.pyc
    │   │   │   │   ├── locators.cpython-36.pyc
    │   │   │   │   ├── manifest.cpython-36.pyc
    │   │   │   │   ├── markers.cpython-36.pyc
    │   │   │   │   ├── metadata.cpython-36.pyc
    │   │   │   │   ├── resources.cpython-36.pyc
    │   │   │   │   ├── scripts.cpython-36.pyc
    │   │   │   │   ├── util.cpython-36.pyc
    │   │   │   │   ├── version.cpython-36.pyc
    │   │   │   │   └── wheel.cpython-36.pyc
    │   │   │   ├── _backport
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── misc.cpython-36.pyc
    │   │   │   │   │   ├── shutil.cpython-36.pyc
    │   │   │   │   │   ├── sysconfig.cpython-36.pyc
    │   │   │   │   │   └── tarfile.cpython-36.pyc
    │   │   │   │   ├── misc.py
    │   │   │   │   ├── shutil.py
    │   │   │   │   ├── sysconfig.cfg
    │   │   │   │   ├── sysconfig.py
    │   │   │   │   └── tarfile.py
    │   │   │   ├── compat.py
    │   │   │   ├── database.py
    │   │   │   ├── index.py
    │   │   │   ├── locators.py
    │   │   │   ├── manifest.py
    │   │   │   ├── markers.py
    │   │   │   ├── metadata.py
    │   │   │   ├── resources.py
    │   │   │   ├── scripts.py
    │   │   │   ├── t32.exe
    │   │   │   ├── t64.exe
    │   │   │   ├── util.py
    │   │   │   ├── version.py
    │   │   │   ├── w32.exe
    │   │   │   ├── w64.exe
    │   │   │   └── wheel.py
    │   │   ├── distro.py
    │   │   ├── html5lib
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── _ihatexml.cpython-36.pyc
    │   │   │   │   ├── _inputstream.cpython-36.pyc
    │   │   │   │   ├── _tokenizer.cpython-36.pyc
    │   │   │   │   ├── _utils.cpython-36.pyc
    │   │   │   │   ├── constants.cpython-36.pyc
    │   │   │   │   ├── html5parser.cpython-36.pyc
    │   │   │   │   └── serializer.cpython-36.pyc
    │   │   │   ├── _ihatexml.py
    │   │   │   ├── _inputstream.py
    │   │   │   ├── _tokenizer.py
    │   │   │   ├── _trie
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── _base.cpython-36.pyc
    │   │   │   │   │   ├── datrie.cpython-36.pyc
    │   │   │   │   │   └── py.cpython-36.pyc
    │   │   │   │   ├── _base.py
    │   │   │   │   ├── datrie.py
    │   │   │   │   └── py.py
    │   │   │   ├── _utils.py
    │   │   │   ├── constants.py
    │   │   │   ├── filters
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── alphabeticalattributes.cpython-36.pyc
    │   │   │   │   │   ├── base.cpython-36.pyc
    │   │   │   │   │   ├── inject_meta_charset.cpython-36.pyc
    │   │   │   │   │   ├── lint.cpython-36.pyc
    │   │   │   │   │   ├── optionaltags.cpython-36.pyc
    │   │   │   │   │   ├── sanitizer.cpython-36.pyc
    │   │   │   │   │   └── whitespace.cpython-36.pyc
    │   │   │   │   ├── alphabeticalattributes.py
    │   │   │   │   ├── base.py
    │   │   │   │   ├── inject_meta_charset.py
    │   │   │   │   ├── lint.py
    │   │   │   │   ├── optionaltags.py
    │   │   │   │   ├── sanitizer.py
    │   │   │   │   └── whitespace.py
    │   │   │   ├── html5parser.py
    │   │   │   ├── serializer.py
    │   │   │   ├── treeadapters
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── genshi.cpython-36.pyc
    │   │   │   │   │   └── sax.cpython-36.pyc
    │   │   │   │   ├── genshi.py
    │   │   │   │   └── sax.py
    │   │   │   ├── treebuilders
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   ├── base.cpython-36.pyc
    │   │   │   │   │   ├── dom.cpython-36.pyc
    │   │   │   │   │   ├── etree.cpython-36.pyc
    │   │   │   │   │   └── etree_lxml.cpython-36.pyc
    │   │   │   │   ├── base.py
    │   │   │   │   ├── dom.py
    │   │   │   │   ├── etree.py
    │   │   │   │   └── etree_lxml.py
    │   │   │   └── treewalkers
    │   │   │       ├── __init__.py
    │   │   │       ├── __pycache__
    │   │   │       │   ├── __init__.cpython-36.pyc
    │   │   │       │   ├── base.cpython-36.pyc
    │   │   │       │   ├── dom.cpython-36.pyc
    │   │   │       │   ├── etree.cpython-36.pyc
    │   │   │       │   ├── etree_lxml.cpython-36.pyc
    │   │   │       │   └── genshi.cpython-36.pyc
    │   │   │       ├── base.py
    │   │   │       ├── dom.py
    │   │   │       ├── etree.py
    │   │   │       ├── etree_lxml.py
    │   │   │       └── genshi.py
    │   │   ├── ipaddress.py
    │   │   ├── lockfile
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── linklockfile.cpython-36.pyc
    │   │   │   │   ├── mkdirlockfile.cpython-36.pyc
    │   │   │   │   ├── pidlockfile.cpython-36.pyc
    │   │   │   │   ├── sqlitelockfile.cpython-36.pyc
    │   │   │   │   └── symlinklockfile.cpython-36.pyc
    │   │   │   ├── linklockfile.py
    │   │   │   ├── mkdirlockfile.py
    │   │   │   ├── pidlockfile.py
    │   │   │   ├── sqlitelockfile.py
    │   │   │   └── symlinklockfile.py
    │   │   ├── ordereddict.py
    │   │   ├── packaging
    │   │   │   ├── __about__.py
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __about__.cpython-36.pyc
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── _compat.cpython-36.pyc
    │   │   │   │   ├── _structures.cpython-36.pyc
    │   │   │   │   ├── markers.cpython-36.pyc
    │   │   │   │   ├── requirements.cpython-36.pyc
    │   │   │   │   ├── specifiers.cpython-36.pyc
    │   │   │   │   ├── utils.cpython-36.pyc
    │   │   │   │   └── version.cpython-36.pyc
    │   │   │   ├── _compat.py
    │   │   │   ├── _structures.py
    │   │   │   ├── markers.py
    │   │   │   ├── requirements.py
    │   │   │   ├── specifiers.py
    │   │   │   ├── utils.py
    │   │   │   └── version.py
    │   │   ├── pkg_resources
    │   │   │   ├── __init__.py
    │   │   │   └── __pycache__
    │   │   │       └── __init__.cpython-36.pyc
    │   │   ├── progress
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── bar.cpython-36.pyc
    │   │   │   │   ├── counter.cpython-36.pyc
    │   │   │   │   ├── helpers.cpython-36.pyc
    │   │   │   │   └── spinner.cpython-36.pyc
    │   │   │   ├── bar.py
    │   │   │   ├── counter.py
    │   │   │   ├── helpers.py
    │   │   │   └── spinner.py
    │   │   ├── pyparsing.py
    │   │   ├── re-vendor.py
    │   │   ├── requests
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── adapters.cpython-36.pyc
    │   │   │   │   ├── api.cpython-36.pyc
    │   │   │   │   ├── auth.cpython-36.pyc
    │   │   │   │   ├── certs.cpython-36.pyc
    │   │   │   │   ├── compat.cpython-36.pyc
    │   │   │   │   ├── cookies.cpython-36.pyc
    │   │   │   │   ├── exceptions.cpython-36.pyc
    │   │   │   │   ├── hooks.cpython-36.pyc
    │   │   │   │   ├── models.cpython-36.pyc
    │   │   │   │   ├── sessions.cpython-36.pyc
    │   │   │   │   ├── status_codes.cpython-36.pyc
    │   │   │   │   ├── structures.cpython-36.pyc
    │   │   │   │   └── utils.cpython-36.pyc
    │   │   │   ├── adapters.py
    │   │   │   ├── api.py
    │   │   │   ├── auth.py
    │   │   │   ├── cacert.pem
    │   │   │   ├── certs.py
    │   │   │   ├── compat.py
    │   │   │   ├── cookies.py
    │   │   │   ├── exceptions.py
    │   │   │   ├── hooks.py
    │   │   │   ├── models.py
    │   │   │   ├── packages
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── __pycache__
    │   │   │   │   │   └── __init__.cpython-36.pyc
    │   │   │   │   ├── chardet
    │   │   │   │   │   ├── __init__.py
    │   │   │   │   │   ├── __pycache__
    │   │   │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   │   │   ├── big5freq.cpython-36.pyc
    │   │   │   │   │   │   ├── big5prober.cpython-36.pyc
    │   │   │   │   │   │   ├── chardetect.cpython-36.pyc
    │   │   │   │   │   │   ├── chardistribution.cpython-36.pyc
    │   │   │   │   │   │   ├── charsetgroupprober.cpython-36.pyc
    │   │   │   │   │   │   ├── charsetprober.cpython-36.pyc
    │   │   │   │   │   │   ├── codingstatemachine.cpython-36.pyc
    │   │   │   │   │   │   ├── compat.cpython-36.pyc
    │   │   │   │   │   │   ├── constants.cpython-36.pyc
    │   │   │   │   │   │   ├── cp949prober.cpython-36.pyc
    │   │   │   │   │   │   ├── escprober.cpython-36.pyc
    │   │   │   │   │   │   ├── escsm.cpython-36.pyc
    │   │   │   │   │   │   ├── eucjpprober.cpython-36.pyc
    │   │   │   │   │   │   ├── euckrfreq.cpython-36.pyc
    │   │   │   │   │   │   ├── euckrprober.cpython-36.pyc
    │   │   │   │   │   │   ├── euctwfreq.cpython-36.pyc
    │   │   │   │   │   │   ├── euctwprober.cpython-36.pyc
    │   │   │   │   │   │   ├── gb2312freq.cpython-36.pyc
    │   │   │   │   │   │   ├── gb2312prober.cpython-36.pyc
    │   │   │   │   │   │   ├── hebrewprober.cpython-36.pyc
    │   │   │   │   │   │   ├── jisfreq.cpython-36.pyc
    │   │   │   │   │   │   ├── jpcntx.cpython-36.pyc
    │   │   │   │   │   │   ├── langbulgarianmodel.cpython-36.pyc
    │   │   │   │   │   │   ├── langcyrillicmodel.cpython-36.pyc
    │   │   │   │   │   │   ├── langgreekmodel.cpython-36.pyc
    │   │   │   │   │   │   ├── langhebrewmodel.cpython-36.pyc
    │   │   │   │   │   │   ├── langhungarianmodel.cpython-36.pyc
    │   │   │   │   │   │   ├── langthaimodel.cpython-36.pyc
    │   │   │   │   │   │   ├── latin1prober.cpython-36.pyc
    │   │   │   │   │   │   ├── mbcharsetprober.cpython-36.pyc
    │   │   │   │   │   │   ├── mbcsgroupprober.cpython-36.pyc
    │   │   │   │   │   │   ├── mbcssm.cpython-36.pyc
    │   │   │   │   │   │   ├── sbcharsetprober.cpython-36.pyc
    │   │   │   │   │   │   ├── sbcsgroupprober.cpython-36.pyc
    │   │   │   │   │   │   ├── sjisprober.cpython-36.pyc
    │   │   │   │   │   │   ├── universaldetector.cpython-36.pyc
    │   │   │   │   │   │   └── utf8prober.cpython-36.pyc
    │   │   │   │   │   ├── 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
    │   │   │   │       ├── __pycache__
    │   │   │   │       │   ├── __init__.cpython-36.pyc
    │   │   │   │       │   ├── _collections.cpython-36.pyc
    │   │   │   │       │   ├── connection.cpython-36.pyc
    │   │   │   │       │   ├── connectionpool.cpython-36.pyc
    │   │   │   │       │   ├── exceptions.cpython-36.pyc
    │   │   │   │       │   ├── fields.cpython-36.pyc
    │   │   │   │       │   ├── filepost.cpython-36.pyc
    │   │   │   │       │   ├── poolmanager.cpython-36.pyc
    │   │   │   │       │   ├── request.cpython-36.pyc
    │   │   │   │       │   └── response.cpython-36.pyc
    │   │   │   │       ├── _collections.py
    │   │   │   │       ├── connection.py
    │   │   │   │       ├── connectionpool.py
    │   │   │   │       ├── contrib
    │   │   │   │       │   ├── __init__.py
    │   │   │   │       │   ├── __pycache__
    │   │   │   │       │   │   ├── __init__.cpython-36.pyc
    │   │   │   │       │   │   ├── appengine.cpython-36.pyc
    │   │   │   │       │   │   ├── ntlmpool.cpython-36.pyc
    │   │   │   │       │   │   ├── pyopenssl.cpython-36.pyc
    │   │   │   │       │   │   └── socks.cpython-36.pyc
    │   │   │   │       │   ├── appengine.py
    │   │   │   │       │   ├── ntlmpool.py
    │   │   │   │       │   ├── pyopenssl.py
    │   │   │   │       │   └── socks.py
    │   │   │   │       ├── exceptions.py
    │   │   │   │       ├── fields.py
    │   │   │   │       ├── filepost.py
    │   │   │   │       ├── packages
    │   │   │   │       │   ├── __init__.py
    │   │   │   │       │   ├── __pycache__
    │   │   │   │       │   │   ├── __init__.cpython-36.pyc
    │   │   │   │       │   │   ├── ordered_dict.cpython-36.pyc
    │   │   │   │       │   │   └── six.cpython-36.pyc
    │   │   │   │       │   ├── ordered_dict.py
    │   │   │   │       │   ├── six.py
    │   │   │   │       │   └── ssl_match_hostname
    │   │   │   │       │       ├── __init__.py
    │   │   │   │       │       ├── __pycache__
    │   │   │   │       │       │   ├── __init__.cpython-36.pyc
    │   │   │   │       │       │   └── _implementation.cpython-36.pyc
    │   │   │   │       │       └── _implementation.py
    │   │   │   │       ├── poolmanager.py
    │   │   │   │       ├── request.py
    │   │   │   │       ├── response.py
    │   │   │   │       └── util
    │   │   │   │           ├── __init__.py
    │   │   │   │           ├── __pycache__
    │   │   │   │           │   ├── __init__.cpython-36.pyc
    │   │   │   │           │   ├── connection.cpython-36.pyc
    │   │   │   │           │   ├── request.cpython-36.pyc
    │   │   │   │           │   ├── response.cpython-36.pyc
    │   │   │   │           │   ├── retry.cpython-36.pyc
    │   │   │   │           │   ├── ssl_.cpython-36.pyc
    │   │   │   │           │   ├── timeout.cpython-36.pyc
    │   │   │   │           │   └── url.cpython-36.pyc
    │   │   │   │           ├── connection.py
    │   │   │   │           ├── request.py
    │   │   │   │           ├── response.py
    │   │   │   │           ├── retry.py
    │   │   │   │           ├── ssl_.py
    │   │   │   │           ├── timeout.py
    │   │   │   │           └── url.py
    │   │   │   ├── sessions.py
    │   │   │   ├── status_codes.py
    │   │   │   ├── structures.py
    │   │   │   └── utils.py
    │   │   ├── retrying.py
    │   │   ├── six.py
    │   │   └── webencodings
    │   │       ├── __init__.py
    │   │       ├── __pycache__
    │   │       │   ├── __init__.cpython-36.pyc
    │   │       │   ├── labels.cpython-36.pyc
    │   │       │   ├── mklabels.cpython-36.pyc
    │   │       │   ├── tests.cpython-36.pyc
    │   │       │   └── x_user_defined.cpython-36.pyc
    │   │       ├── labels.py
    │   │       ├── mklabels.py
    │   │       ├── tests.py
    │   │       └── x_user_defined.py
    │   ├── basecommand.py
    │   ├── baseparser.py
    │   ├── cmdoptions.py
    │   ├── commands
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── check.cpython-36.pyc
    │   │   │   ├── completion.cpython-36.pyc
    │   │   │   ├── download.cpython-36.pyc
    │   │   │   ├── freeze.cpython-36.pyc
    │   │   │   ├── hash.cpython-36.pyc
    │   │   │   ├── help.cpython-36.pyc
    │   │   │   ├── install.cpython-36.pyc
    │   │   │   ├── list.cpython-36.pyc
    │   │   │   ├── search.cpython-36.pyc
    │   │   │   ├── show.cpython-36.pyc
    │   │   │   ├── uninstall.cpython-36.pyc
    │   │   │   └── wheel.cpython-36.pyc
    │   │   ├── check.py
    │   │   ├── completion.py
    │   │   ├── download.py
    │   │   ├── freeze.py
    │   │   ├── hash.py
    │   │   ├── help.py
    │   │   ├── install.py
    │   │   ├── list.py
    │   │   ├── search.py
    │   │   ├── show.py
    │   │   ├── uninstall.py
    │   │   └── wheel.py
    │   ├── compat
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   └── dictconfig.cpython-36.pyc
    │   │   └── dictconfig.py
    │   ├── download.py
    │   ├── exceptions.py
    │   ├── index.py
    │   ├── locations.py
    │   ├── models
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   └── index.cpython-36.pyc
    │   │   └── index.py
    │   ├── operations
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── check.cpython-36.pyc
    │   │   │   └── freeze.cpython-36.pyc
    │   │   ├── check.py
    │   │   └── freeze.py
    │   ├── pep425tags.py
    │   ├── req
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── req_file.cpython-36.pyc
    │   │   │   ├── req_install.cpython-36.pyc
    │   │   │   ├── req_set.cpython-36.pyc
    │   │   │   └── req_uninstall.cpython-36.pyc
    │   │   ├── req_file.py
    │   │   ├── req_install.py
    │   │   ├── req_set.py
    │   │   └── req_uninstall.py
    │   ├── status_codes.py
    │   ├── utils
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── appdirs.cpython-36.pyc
    │   │   │   ├── build.cpython-36.pyc
    │   │   │   ├── deprecation.cpython-36.pyc
    │   │   │   ├── encoding.cpython-36.pyc
    │   │   │   ├── filesystem.cpython-36.pyc
    │   │   │   ├── glibc.cpython-36.pyc
    │   │   │   ├── hashes.cpython-36.pyc
    │   │   │   ├── logging.cpython-36.pyc
    │   │   │   ├── outdated.cpython-36.pyc
    │   │   │   ├── packaging.cpython-36.pyc
    │   │   │   ├── setuptools_build.cpython-36.pyc
    │   │   │   └── ui.cpython-36.pyc
    │   │   ├── appdirs.py
    │   │   ├── build.py
    │   │   ├── deprecation.py
    │   │   ├── encoding.py
    │   │   ├── filesystem.py
    │   │   ├── glibc.py
    │   │   ├── hashes.py
    │   │   ├── logging.py
    │   │   ├── outdated.py
    │   │   ├── packaging.py
    │   │   ├── setuptools_build.py
    │   │   └── ui.py
    │   ├── vcs
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── bazaar.cpython-36.pyc
    │   │   │   ├── git.cpython-36.pyc
    │   │   │   ├── mercurial.cpython-36.pyc
    │   │   │   └── subversion.cpython-36.pyc
    │   │   ├── bazaar.py
    │   │   ├── git.py
    │   │   ├── mercurial.py
    │   │   └── subversion.py
    │   └── wheel.py
    ├── pip-9.0.1.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── entry_points.txt
    │   ├── metadata.json
    │   └── top_level.txt
    ├── pkg_resources
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   └── __init__.cpython-36.pyc
    │   ├── _vendor
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── appdirs.cpython-36.pyc
    │   │   │   ├── pyparsing.cpython-36.pyc
    │   │   │   └── six.cpython-36.pyc
    │   │   ├── appdirs.py
    │   │   ├── packaging
    │   │   │   ├── __about__.py
    │   │   │   ├── __init__.py
    │   │   │   ├── __pycache__
    │   │   │   │   ├── __about__.cpython-36.pyc
    │   │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   │   ├── _compat.cpython-36.pyc
    │   │   │   │   ├── _structures.cpython-36.pyc
    │   │   │   │   ├── markers.cpython-36.pyc
    │   │   │   │   ├── requirements.cpython-36.pyc
    │   │   │   │   ├── specifiers.cpython-36.pyc
    │   │   │   │   ├── utils.cpython-36.pyc
    │   │   │   │   └── version.cpython-36.pyc
    │   │   │   ├── _compat.py
    │   │   │   ├── _structures.py
    │   │   │   ├── markers.py
    │   │   │   ├── requirements.py
    │   │   │   ├── specifiers.py
    │   │   │   ├── utils.py
    │   │   │   └── version.py
    │   │   ├── pyparsing.py
    │   │   └── six.py
    │   └── extern
    │       ├── __init__.py
    │       └── __pycache__
    │           └── __init__.cpython-36.pyc
    ├── qrcode
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   ├── __init__.cpython-36.pyc
    │   │   ├── base.cpython-36.pyc
    │   │   ├── console_scripts.cpython-36.pyc
    │   │   ├── constants.cpython-36.pyc
    │   │   ├── exceptions.cpython-36.pyc
    │   │   ├── main.cpython-36.pyc
    │   │   ├── mecard.cpython-36.pyc
    │   │   ├── speedy.cpython-36.pyc
    │   │   └── util.cpython-36.pyc
    │   ├── base.py
    │   ├── console_scripts.py
    │   ├── constants.py
    │   ├── exceptions.py
    │   ├── image
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── base.cpython-36.pyc
    │   │   │   ├── pil.cpython-36.pyc
    │   │   │   ├── pure.cpython-36.pyc
    │   │   │   └── svg.cpython-36.pyc
    │   │   ├── base.py
    │   │   ├── pil.py
    │   │   ├── pure.py
    │   │   └── svg.py
    │   ├── main.py
    │   ├── mecard.py
    │   ├── speedy.py
    │   ├── tests
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── svg.cpython-36.pyc
    │   │   │   ├── test_example.cpython-36.pyc
    │   │   │   ├── test_qrcode.cpython-36.pyc
    │   │   │   └── test_script.cpython-36.pyc
    │   │   ├── svg.py
    │   │   ├── test_example.py
    │   │   ├── test_qrcode.py
    │   │   └── test_script.py
    │   └── util.py
    ├── qrcode-5.3.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── entry_points.txt
    │   ├── metadata.json
    │   ├── pbr.json
    │   └── top_level.txt
    ├── selenium
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   └── __init__.cpython-36.pyc
    │   ├── common
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   └── exceptions.cpython-36.pyc
    │   │   └── exceptions.py
    │   └── webdriver
    │       ├── __init__.py
    │       ├── __pycache__
    │       │   └── __init__.cpython-36.pyc
    │       ├── android
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   └── webdriver.py
    │       ├── blackberry
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   └── webdriver.py
    │       ├── chrome
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── options.cpython-36.pyc
    │       │   │   ├── remote_connection.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── options.py
    │       │   ├── remote_connection.py
    │       │   ├── service.py
    │       │   └── webdriver.py
    │       ├── common
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── action_chains.cpython-36.pyc
    │       │   │   ├── alert.cpython-36.pyc
    │       │   │   ├── by.cpython-36.pyc
    │       │   │   ├── desired_capabilities.cpython-36.pyc
    │       │   │   ├── keys.cpython-36.pyc
    │       │   │   ├── proxy.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   ├── touch_actions.cpython-36.pyc
    │       │   │   └── utils.cpython-36.pyc
    │       │   ├── action_chains.py
    │       │   ├── actions
    │       │   │   ├── __init__.py
    │       │   │   ├── __pycache__
    │       │   │   │   ├── __init__.cpython-36.pyc
    │       │   │   │   ├── action_builder.cpython-36.pyc
    │       │   │   │   ├── input_device.cpython-36.pyc
    │       │   │   │   ├── interaction.cpython-36.pyc
    │       │   │   │   ├── key_actions.cpython-36.pyc
    │       │   │   │   ├── key_input.cpython-36.pyc
    │       │   │   │   ├── mouse_button.cpython-36.pyc
    │       │   │   │   ├── pointer_actions.cpython-36.pyc
    │       │   │   │   └── pointer_input.cpython-36.pyc
    │       │   │   ├── action_builder.py
    │       │   │   ├── input_device.py
    │       │   │   ├── interaction.py
    │       │   │   ├── key_actions.py
    │       │   │   ├── key_input.py
    │       │   │   ├── mouse_button.py
    │       │   │   ├── pointer_actions.py
    │       │   │   └── pointer_input.py
    │       │   ├── alert.py
    │       │   ├── by.py
    │       │   ├── desired_capabilities.py
    │       │   ├── html5
    │       │   │   ├── __init__.py
    │       │   │   ├── __pycache__
    │       │   │   │   ├── __init__.cpython-36.pyc
    │       │   │   │   └── application_cache.cpython-36.pyc
    │       │   │   └── application_cache.py
    │       │   ├── keys.py
    │       │   ├── proxy.py
    │       │   ├── service.py
    │       │   ├── touch_actions.py
    │       │   └── utils.py
    │       ├── edge
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── options.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── options.py
    │       │   ├── service.py
    │       │   └── webdriver.py
    │       ├── firefox
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── extension_connection.cpython-36.pyc
    │       │   │   ├── firefox_binary.cpython-36.pyc
    │       │   │   ├── firefox_profile.cpython-36.pyc
    │       │   │   ├── options.cpython-36.pyc
    │       │   │   ├── remote_connection.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   ├── webdriver.cpython-36.pyc
    │       │   │   └── webelement.cpython-36.pyc
    │       │   ├── amd64
    │       │   │   └── x_ignore_nofocus.so
    │       │   ├── extension_connection.py
    │       │   ├── firefox_binary.py
    │       │   ├── firefox_profile.py
    │       │   ├── options.py
    │       │   ├── remote_connection.py
    │       │   ├── service.py
    │       │   ├── webdriver.py
    │       │   ├── webdriver.xpi
    │       │   ├── webdriver_prefs.json
    │       │   ├── webelement.py
    │       │   └── x86
    │       │       └── x_ignore_nofocus.so
    │       ├── ie
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── options.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── options.py
    │       │   ├── service.py
    │       │   └── webdriver.py
    │       ├── opera
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── options.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── options.py
    │       │   └── webdriver.py
    │       ├── phantomjs
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── service.py
    │       │   └── webdriver.py
    │       ├── remote
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── command.cpython-36.pyc
    │       │   │   ├── errorhandler.cpython-36.pyc
    │       │   │   ├── file_detector.cpython-36.pyc
    │       │   │   ├── mobile.cpython-36.pyc
    │       │   │   ├── remote_connection.cpython-36.pyc
    │       │   │   ├── switch_to.cpython-36.pyc
    │       │   │   ├── utils.cpython-36.pyc
    │       │   │   ├── webdriver.cpython-36.pyc
    │       │   │   └── webelement.cpython-36.pyc
    │       │   ├── command.py
    │       │   ├── errorhandler.py
    │       │   ├── file_detector.py
    │       │   ├── getAttribute.js
    │       │   ├── isDisplayed.js
    │       │   ├── mobile.py
    │       │   ├── remote_connection.py
    │       │   ├── switch_to.py
    │       │   ├── utils.py
    │       │   ├── webdriver.py
    │       │   └── webelement.py
    │       ├── safari
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── service.cpython-36.pyc
    │       │   │   └── webdriver.cpython-36.pyc
    │       │   ├── service.py
    │       │   └── webdriver.py
    │       ├── support
    │       │   ├── __init__.py
    │       │   ├── __pycache__
    │       │   │   ├── __init__.cpython-36.pyc
    │       │   │   ├── abstract_event_listener.cpython-36.pyc
    │       │   │   ├── color.cpython-36.pyc
    │       │   │   ├── event_firing_webdriver.cpython-36.pyc
    │       │   │   ├── events.cpython-36.pyc
    │       │   │   ├── expected_conditions.cpython-36.pyc
    │       │   │   ├── select.cpython-36.pyc
    │       │   │   ├── ui.cpython-36.pyc
    │       │   │   └── wait.cpython-36.pyc
    │       │   ├── abstract_event_listener.py
    │       │   ├── color.py
    │       │   ├── event_firing_webdriver.py
    │       │   ├── events.py
    │       │   ├── expected_conditions.py
    │       │   ├── select.py
    │       │   ├── ui.py
    │       │   └── wait.py
    │       └── webkitgtk
    │           ├── __init__.py
    │           ├── __pycache__
    │           │   ├── __init__.cpython-36.pyc
    │           │   ├── options.cpython-36.pyc
    │           │   ├── service.cpython-36.pyc
    │           │   └── webdriver.cpython-36.pyc
    │           ├── options.py
    │           ├── service.py
    │           └── webdriver.py
    ├── selenium-3.8.1.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── metadata.json
    │   └── top_level.txt
    ├── setuptools
    │   ├── __init__.py
    │   ├── __pycache__
    │   │   ├── __init__.cpython-36.pyc
    │   │   ├── archive_util.cpython-36.pyc
    │   │   ├── depends.cpython-36.pyc
    │   │   ├── dist.cpython-36.pyc
    │   │   ├── extension.cpython-36.pyc
    │   │   ├── glob.cpython-36.pyc
    │   │   ├── launch.cpython-36.pyc
    │   │   ├── lib2to3_ex.cpython-36.pyc
    │   │   ├── monkey.cpython-36.pyc
    │   │   ├── msvc.cpython-36.pyc
    │   │   ├── namespaces.cpython-36.pyc
    │   │   ├── package_index.cpython-36.pyc
    │   │   ├── py26compat.cpython-36.pyc
    │   │   ├── py27compat.cpython-36.pyc
    │   │   ├── py31compat.cpython-36.pyc
    │   │   ├── sandbox.cpython-36.pyc
    │   │   ├── site-patch.cpython-36.pyc
    │   │   ├── ssl_support.cpython-36.pyc
    │   │   ├── unicode_utils.cpython-36.pyc
    │   │   ├── version.cpython-36.pyc
    │   │   └── windows_support.cpython-36.pyc
    │   ├── archive_util.py
    │   ├── cli-32.exe
    │   ├── cli-64.exe
    │   ├── cli.exe
    │   ├── command
    │   │   ├── __init__.py
    │   │   ├── __pycache__
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── alias.cpython-36.pyc
    │   │   │   ├── bdist_egg.cpython-36.pyc
    │   │   │   ├── bdist_rpm.cpython-36.pyc
    │   │   │   ├── bdist_wininst.cpython-36.pyc
    │   │   │   ├── build_ext.cpython-36.pyc
    │   │   │   ├── build_py.cpython-36.pyc
    │   │   │   ├── develop.cpython-36.pyc
    │   │   │   ├── easy_install.cpython-36.pyc
    │   │   │   ├── egg_info.cpython-36.pyc
    │   │   │   ├── install.cpython-36.pyc
    │   │   │   ├── install_egg_info.cpython-36.pyc
    │   │   │   ├── install_lib.cpython-36.pyc
    │   │   │   ├── install_scripts.cpython-36.pyc
    │   │   │   ├── py36compat.cpython-36.pyc
    │   │   │   ├── register.cpython-36.pyc
    │   │   │   ├── rotate.cpython-36.pyc
    │   │   │   ├── saveopts.cpython-36.pyc
    │   │   │   ├── sdist.cpython-36.pyc
    │   │   │   ├── setopt.cpython-36.pyc
    │   │   │   ├── test.cpython-36.pyc
    │   │   │   ├── upload.cpython-36.pyc
    │   │   │   └── upload_docs.cpython-36.pyc
    │   │   ├── alias.py
    │   │   ├── bdist_egg.py
    │   │   ├── bdist_rpm.py
    │   │   ├── bdist_wininst.py
    │   │   ├── build_ext.py
    │   │   ├── build_py.py
    │   │   ├── develop.py
    │   │   ├── easy_install.py
    │   │   ├── egg_info.py
    │   │   ├── install.py
    │   │   ├── install_egg_info.py
    │   │   ├── install_lib.py
    │   │   ├── install_scripts.py
    │   │   ├── launcher manifest.xml
    │   │   ├── py36compat.py
    │   │   ├── register.py
    │   │   ├── rotate.py
    │   │   ├── saveopts.py
    │   │   ├── sdist.py
    │   │   ├── setopt.py
    │   │   ├── test.py
    │   │   ├── upload.py
    │   │   └── upload_docs.py
    │   ├── depends.py
    │   ├── dist.py
    │   ├── extension.py
    │   ├── extern
    │   │   ├── __init__.py
    │   │   └── __pycache__
    │   │       └── __init__.cpython-36.pyc
    │   ├── glob.py
    │   ├── gui-32.exe
    │   ├── gui-64.exe
    │   ├── gui.exe
    │   ├── launch.py
    │   ├── lib2to3_ex.py
    │   ├── monkey.py
    │   ├── msvc.py
    │   ├── namespaces.py
    │   ├── package_index.py
    │   ├── py26compat.py
    │   ├── py27compat.py
    │   ├── py31compat.py
    │   ├── sandbox.py
    │   ├── script (dev).tmpl
    │   ├── script.tmpl
    │   ├── site-patch.py
    │   ├── ssl_support.py
    │   ├── unicode_utils.py
    │   ├── version.py
    │   └── windows_support.py
    ├── setuptools-28.8.0.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── dependency_links.txt
    │   ├── entry_points.txt
    │   ├── metadata.json
    │   ├── top_level.txt
    │   └── zip-safe
    ├── six-1.11.0.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── RECORD
    │   ├── WHEEL
    │   ├── metadata.json
    │   └── top_level.txt
    └── six.py

143 directories, 1108 files


实例下载地址

python语言包

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警