Skip to content

Instantly share code, notes, and snippets.

@schrockn
Created March 14, 2019 22:34
Show Gist options
  • Save schrockn/9aa3ce394374b404f0f1f721d9b86a90 to your computer and use it in GitHub Desktop.
Save schrockn/9aa3ce394374b404f0f1f721d9b86a90 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
.
├── .DS_Store
├── .coverage
├── .pylintrc -> ../.pylintrc
├── .pytest_cache
│   └── v
│   └── cache
│   └── nodeids
├── .style.yapf -> ../.style.yapf
├── .tox
│   ├── .package.lock
│   ├── .tmp
│   │   └── package
│   ├── dist
│   │   └── dagster-0.3.0a18.zip
│   ├── log
│   │   └── tox-0.log
│   ├── py27
│   │   ├── .Python -> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
│   │   ├── .pytest_cache
│   │   │   ├── .gitignore
│   │   │   ├── README.md
│   │   │   └── v
│   │   │   └── cache
│   │   │   ├── lastfailed
│   │   │   ├── nodeids
│   │   │   └── stepwise
│   │   ├── .tox-config1
│   │   ├── bin
│   │   │   ├── activate
│   │   │   ├── activate.csh
│   │   │   ├── activate.fish
│   │   │   ├── activate.ps1
│   │   │   ├── activate_this.py
│   │   │   ├── chardetect
│   │   │   ├── cm2html
│   │   │   ├── cm2latex
│   │   │   ├── cm2man
│   │   │   ├── cm2pseudoxml
│   │   │   ├── cm2xetex
│   │   │   ├── cm2xml
│   │   │   ├── cmark.py
│   │   │   ├── coloredlogs
│   │   │   ├── coverage
│   │   │   ├── coverage-2.7
│   │   │   ├── coverage2
│   │   │   ├── dagster
│   │   │   ├── easy_install
│   │   │   ├── easy_install-2.7
│   │   │   ├── epylint
│   │   │   ├── futurize
│   │   │   ├── humanfriendly
│   │   │   ├── identify-cli
│   │   │   ├── isort
│   │   │   ├── livereload
│   │   │   ├── nodeenv
│   │   │   ├── pasteurize
│   │   │   ├── pip
│   │   │   ├── pip2
│   │   │   ├── pip2.7
│   │   │   ├── pkginfo
│   │   │   ├── port-for
│   │   │   ├── pre-commit
│   │   │   ├── pre-commit-validate-config
│   │   │   ├── pre-commit-validate-manifest
│   │   │   ├── py.test
│   │   │   ├── pybabel
│   │   │   ├── pygmentize
│   │   │   ├── pylint
│   │   │   ├── pyreverse
│   │   │   ├── pytest
│   │   │   ├── python
│   │   │   ├── python-config
│   │   │   ├── python2 -> python
│   │   │   ├── python2.7 -> python
│   │   │   ├── rst2html.py
│   │   │   ├── rst2html4.py
│   │   │   ├── rst2html5.py
│   │   │   ├── rst2latex.py
│   │   │   ├── rst2man.py
│   │   │   ├── rst2odt.py
│   │   │   ├── rst2odt_prepstyles.py
│   │   │   ├── rst2pseudoxml.py
│   │   │   ├── rst2s5.py
│   │   │   ├── rst2xetex.py
│   │   │   ├── rst2xml.py
│   │   │   ├── rstpep2html.py
│   │   │   ├── sphinx-apidoc
│   │   │   ├── sphinx-autobuild
│   │   │   ├── sphinx-autogen
│   │   │   ├── sphinx-build
│   │   │   ├── sphinx-quickstart
│   │   │   ├── symilar
│   │   │   ├── tqdm
│   │   │   ├── twine
│   │   │   ├── virtualenv
│   │   │   ├── watchmedo
│   │   │   ├── wheel
│   │   │   └── yapf
│   │   ├── include
│   │   │   └── python2.7 -> /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
│   │   ├── lib
│   │   │   └── python2.7
│   │   │   ├── UserDict.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
│   │   │   ├── _abcoll.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
│   │   │   ├── _weakrefset.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
│   │   │   ├── abc.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py
│   │   │   ├── codecs.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py
│   │   │   ├── config -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
│   │   │   ├── copy_reg.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
│   │   │   ├── distutils
│   │   │   │   ├── __init__.py
│   │   │   │   └── distutils.cfg
│   │   │   ├── encodings -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
│   │   │   ├── fnmatch.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py
│   │   │   ├── genericpath.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
│   │   │   ├── lib-dynload -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
│   │   │   ├── linecache.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
│   │   │   ├── locale.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py
│   │   │   ├── no-global-site-packages.txt
│   │   │   ├── ntpath.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py
│   │   │   ├── orig-prefix.txt
│   │   │   ├── os.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py
│   │   │   ├── posixpath.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
│   │   │   ├── re.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py
│   │   │   ├── site-packages
│   │   │   │   ├── Babel-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Click-7.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── CommonMark
│   │   │   │   │   ├── CommonMark.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── entitytrans.py
│   │   │   │   ├── CommonMark-0.5.4.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Jinja2-2.10.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── MarkupSafe-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.rst
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── PyYAML-3.13.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Pygments-2.3.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Sphinx-1.7.5.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── _dummy_thread
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── _markupbase
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── _pytest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _argcomplete.py
│   │   │   │   │   ├── _code
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _py2traceback.py
│   │   │   │   │   │   ├── code.py
│   │   │   │   │   │   └── source.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── assertion
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── rewrite.py
│   │   │   │   │   │   ├── truncate.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   ├── cacheprovider.py
│   │   │   │   │   ├── capture.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── debugging.py
│   │   │   │   │   ├── deprecated.py
│   │   │   │   │   ├── doctest.py
│   │   │   │   │   ├── fixtures.py
│   │   │   │   │   ├── freeze_support.py
│   │   │   │   │   ├── helpconfig.py
│   │   │   │   │   ├── hookspec.py
│   │   │   │   │   ├── junitxml.py
│   │   │   │   │   ├── logging.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── mark
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── evaluate.py
│   │   │   │   │   │   ├── legacy.py
│   │   │   │   │   │   └── structures.py
│   │   │   │   │   ├── monkeypatch.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── nose.py
│   │   │   │   │   ├── outcomes.py
│   │   │   │   │   ├── pastebin.py
│   │   │   │   │   ├── pytester.py
│   │   │   │   │   ├── python.py
│   │   │   │   │   ├── python_api.py
│   │   │   │   │   ├── recwarn.py
│   │   │   │   │   ├── resultlog.py
│   │   │   │   │   ├── runner.py
│   │   │   │   │   ├── setuponly.py
│   │   │   │   │   ├── setupplan.py
│   │   │   │   │   ├── skipping.py
│   │   │   │   │   ├── terminal.py
│   │   │   │   │   ├── tmpdir.py
│   │   │   │   │   ├── unittest.py
│   │   │   │   │   └── warnings.py
│   │   │   │   ├── _scandir.so
│   │   │   │   ├── _thread
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── _watchdog_fsevents.so
│   │   │   │   ├── alabaster
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── about.html
│   │   │   │   │   ├── donate.html
│   │   │   │   │   ├── layout.html
│   │   │   │   │   ├── navigation.html
│   │   │   │   │   ├── relations.html
│   │   │   │   │   ├── static
│   │   │   │   │   │   ├── alabaster.css_t
│   │   │   │   │   │   └── custom.css
│   │   │   │   │   ├── support.py
│   │   │   │   │   └── theme.conf
│   │   │   │   ├── alabaster-0.7.12.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── argh
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── assembling.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── completion.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── dispatching.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── helpers.py
│   │   │   │   │   ├── interaction.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── argh-0.26.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── aspy
│   │   │   │   │   └── yaml
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── aspy.yaml-1.1.1-py3.6-nspkg.pth
│   │   │   │   ├── aspy.yaml-1.1.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── astroid
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pkginfo__.py
│   │   │   │   │   ├── arguments.py
│   │   │   │   │   ├── as_string.py
│   │   │   │   │   ├── astpeephole.py
│   │   │   │   │   ├── bases.py
│   │   │   │   │   ├── brain
│   │   │   │   │   │   ├── brain_attrs.py
│   │   │   │   │   │   ├── brain_builtin_inference.py
│   │   │   │   │   │   ├── brain_collections.py
│   │   │   │   │   │   ├── brain_curses.py
│   │   │   │   │   │   ├── brain_dateutil.py
│   │   │   │   │   │   ├── brain_fstrings.py
│   │   │   │   │   │   ├── brain_functools.py
│   │   │   │   │   │   ├── brain_gi.py
│   │   │   │   │   │   ├── brain_hashlib.py
│   │   │   │   │   │   ├── brain_io.py
│   │   │   │   │   │   ├── brain_mechanize.py
│   │   │   │   │   │   ├── brain_multiprocessing.py
│   │   │   │   │   │   ├── brain_namedtuple_enum.py
│   │   │   │   │   │   ├── brain_nose.py
│   │   │   │   │   │   ├── brain_numpy.py
│   │   │   │   │   │   ├── brain_pkg_resources.py
│   │   │   │   │   │   ├── brain_pytest.py
│   │   │   │   │   │   ├── brain_qt.py
│   │   │   │   │   │   ├── brain_random.py
│   │   │   │   │   │   ├── brain_re.py
│   │   │   │   │   │   ├── brain_six.py
│   │   │   │   │   │   ├── brain_ssl.py
│   │   │   │   │   │   ├── brain_subprocess.py
│   │   │   │   │   │   ├── brain_threading.py
│   │   │   │   │   │   ├── brain_typing.py
│   │   │   │   │   │   └── brain_uuid.py
│   │   │   │   │   ├── builder.py
│   │   │   │   │   ├── context.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── helpers.py
│   │   │   │   │   ├── inference.py
│   │   │   │   │   ├── interpreter
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _import
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── spec.py
│   │   │   │   │   │   │   └── util.py
│   │   │   │   │   │   ├── dunder_lookup.py
│   │   │   │   │   │   └── objectmodel.py
│   │   │   │   │   ├── manager.py
│   │   │   │   │   ├── mixins.py
│   │   │   │   │   ├── modutils.py
│   │   │   │   │   ├── node_classes.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── objects.py
│   │   │   │   │   ├── protocols.py
│   │   │   │   │   ├── raw_building.py
│   │   │   │   │   ├── rebuilder.py
│   │   │   │   │   ├── scoped_nodes.py
│   │   │   │   │   ├── test_utils.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── resources.py
│   │   │   │   │   │   ├── testdata
│   │   │   │   │   │   │   ├── python2
│   │   │   │   │   │   │   │   └── data
│   │   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.egg
│   │   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.zip
│   │   │   │   │   │   │   │   ├── SSL1
│   │   │   │   │   │   │   │   │   ├── Connection1.py
│   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── sidepackage
│   │   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   │   │   ├── appl
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── myConnection.py
│   │   │   │   │   │   │   │   ├── contribute_to_namespace
│   │   │   │   │   │   │   │   │   └── namespace_pep_420
│   │   │   │   │   │   │   │   │   └── submodule.py
│   │   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   │   ├── email.py
│   │   │   │   │   │   │   │   ├── find_test
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   │   └── nonregr.py
│   │   │   │   │   │   │   │   ├── foogle
│   │   │   │   │   │   │   │   │   └── fax
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── a.py
│   │   │   │   │   │   │   │   ├── foogle_fax-0.12.5-py2.7-nspkg.pth
│   │   │   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   │   │   ├── invalid_encoding.py
│   │   │   │   │   │   │   │   ├── joined_strings.py
│   │   │   │   │   │   │   │   ├── lmfp
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   ├── module1abs
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── core.py
│   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   ├── namespace_pep_420
│   │   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   ├── nonregr.py
│   │   │   │   │   │   │   │   ├── notall.py
│   │   │   │   │   │   │   │   ├── notamodule
│   │   │   │   │   │   │   │   │   └── file.py
│   │   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   │   ├── hello.py
│   │   │   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_1
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_2
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_3
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_1
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_2
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_3
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   │   ├── recursion.py
│   │   │   │   │   │   │   │   ├── tmp__init__.py
│   │   │   │   │   │   │   │   └── unicode_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   └── python3
│   │   │   │   │   │   │   └── data
│   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.egg
│   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.zip
│   │   │   │   │   │   │   ├── SSL1
│   │   │   │   │   │   │   │   ├── Connection1.py
│   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── sidepackage
│   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   │   ├── appl
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── myConnection.py
│   │   │   │   │   │   │   ├── contribute_to_namespace
│   │   │   │   │   │   │   │   └── namespace_pep_420
│   │   │   │   │   │   │   │   └── submodule.py
│   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   ├── email.py
│   │   │   │   │   │   │   ├── find_test
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   └── nonregr.py
│   │   │   │   │   │   │   ├── foogle
│   │   │   │   │   │   │   │   └── fax
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── a.py
│   │   │   │   │   │   │   ├── foogle_fax-0.12.5-py2.7-nspkg.pth
│   │   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   │   ├── invalid_encoding.py
│   │   │   │   │   │   │   ├── joined_strings.py
│   │   │   │   │   │   │   ├── lmfp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   ├── module1abs
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── core.py
│   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   ├── namespace_pep_420
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   ├── nonregr.py
│   │   │   │   │   │   │   ├── notall.py
│   │   │   │   │   │   │   ├── notamodule
│   │   │   │   │   │   │   │   └── file.py
│   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   ├── hello.py
│   │   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── path_pkg_resources_1
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── path_pkg_resources_2
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   ├── path_pkg_resources_3
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   ├── path_pkgutil_1
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── path_pkgutil_2
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   ├── path_pkgutil_3
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   ├── recursion.py
│   │   │   │   │   │   │   ├── tmp__init__.py
│   │   │   │   │   │   │   └── unicode_package
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   ├── unittest_brain.py
│   │   │   │   │   │   ├── unittest_brain_numpy.py
│   │   │   │   │   │   ├── unittest_builder.py
│   │   │   │   │   │   ├── unittest_helpers.py
│   │   │   │   │   │   ├── unittest_inference.py
│   │   │   │   │   │   ├── unittest_lookup.py
│   │   │   │   │   │   ├── unittest_manager.py
│   │   │   │   │   │   ├── unittest_modutils.py
│   │   │   │   │   │   ├── unittest_nodes.py
│   │   │   │   │   │   ├── unittest_object_model.py
│   │   │   │   │   │   ├── unittest_objects.py
│   │   │   │   │   │   ├── unittest_peephole.py
│   │   │   │   │   │   ├── unittest_protocols.py
│   │   │   │   │   │   ├── unittest_python3.py
│   │   │   │   │   │   ├── unittest_raw_building.py
│   │   │   │   │   │   ├── unittest_regrtest.py
│   │   │   │   │   │   ├── unittest_scoped_nodes.py
│   │   │   │   │   │   ├── unittest_transforms.py
│   │   │   │   │   │   └── unittest_utils.py
│   │   │   │   │   ├── transforms.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── astroid-1.6.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── atomicwrites
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── atomicwrites-1.2.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── attr
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _config.py
│   │   │   │   │   ├── _funcs.py
│   │   │   │   │   ├── _make.py
│   │   │   │   │   ├── converters.py
│   │   │   │   │   ├── converters.pyi
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── filters.py
│   │   │   │   │   ├── filters.pyi
│   │   │   │   │   ├── py.typed
│   │   │   │   │   ├── validators.py
│   │   │   │   │   └── validators.pyi
│   │   │   │   ├── attrs-18.2.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── babel
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── dates.py
│   │   │   │   │   ├── global.dat
│   │   │   │   │   ├── languages.py
│   │   │   │   │   ├── lists.py
│   │   │   │   │   ├── locale-data
│   │   │   │   │   │   ├── af.dat
│   │   │   │   │   │   ├── af_NA.dat
│   │   │   │   │   │   ├── af_ZA.dat
│   │   │   │   │   │   ├── agq.dat
│   │   │   │   │   │   ├── agq_CM.dat
│   │   │   │   │   │   ├── ak.dat
│   │   │   │   │   │   ├── ak_GH.dat
│   │   │   │   │   │   ├── am.dat
│   │   │   │   │   │   ├── am_ET.dat
│   │   │   │   │   │   ├── ar.dat
│   │   │   │   │   │   ├── ar_001.dat
│   │   │   │   │   │   ├── ar_AE.dat
│   │   │   │   │   │   ├── ar_BH.dat
│   │   │   │   │   │   ├── ar_DJ.dat
│   │   │   │   │   │   ├── ar_DZ.dat
│   │   │   │   │   │   ├── ar_EG.dat
│   │   │   │   │   │   ├── ar_EH.dat
│   │   │   │   │   │   ├── ar_ER.dat
│   │   │   │   │   │   ├── ar_IL.dat
│   │   │   │   │   │   ├── ar_IQ.dat
│   │   │   │   │   │   ├── ar_JO.dat
│   │   │   │   │   │   ├── ar_KM.dat
│   │   │   │   │   │   ├── ar_KW.dat
│   │   │   │   │   │   ├── ar_LB.dat
│   │   │   │   │   │   ├── ar_LY.dat
│   │   │   │   │   │   ├── ar_MA.dat
│   │   │   │   │   │   ├── ar_MR.dat
│   │   │   │   │   │   ├── ar_OM.dat
│   │   │   │   │   │   ├── ar_PS.dat
│   │   │   │   │   │   ├── ar_QA.dat
│   │   │   │   │   │   ├── ar_SA.dat
│   │   │   │   │   │   ├── ar_SD.dat
│   │   │   │   │   │   ├── ar_SO.dat
│   │   │   │   │   │   ├── ar_SS.dat
│   │   │   │   │   │   ├── ar_SY.dat
│   │   │   │   │   │   ├── ar_TD.dat
│   │   │   │   │   │   ├── ar_TN.dat
│   │   │   │   │   │   ├── ar_YE.dat
│   │   │   │   │   │   ├── as.dat
│   │   │   │   │   │   ├── as_IN.dat
│   │   │   │   │   │   ├── asa.dat
│   │   │   │   │   │   ├── asa_TZ.dat
│   │   │   │   │   │   ├── ast.dat
│   │   │   │   │   │   ├── ast_ES.dat
│   │   │   │   │   │   ├── az.dat
│   │   │   │   │   │   ├── az_Cyrl.dat
│   │   │   │   │   │   ├── az_Cyrl_AZ.dat
│   │   │   │   │   │   ├── az_Latn.dat
│   │   │   │   │   │   ├── az_Latn_AZ.dat
│   │   │   │   │   │   ├── bas.dat
│   │   │   │   │   │   ├── bas_CM.dat
│   │   │   │   │   │   ├── be.dat
│   │   │   │   │   │   ├── be_BY.dat
│   │   │   │   │   │   ├── bem.dat
│   │   │   │   │   │   ├── bem_ZM.dat
│   │   │   │   │   │   ├── bez.dat
│   │   │   │   │   │   ├── bez_TZ.dat
│   │   │   │   │   │   ├── bg.dat
│   │   │   │   │   │   ├── bg_BG.dat
│   │   │   │   │   │   ├── bm.dat
│   │   │   │   │   │   ├── bm_ML.dat
│   │   │   │   │   │   ├── bn.dat
│   │   │   │   │   │   ├── bn_BD.dat
│   │   │   │   │   │   ├── bn_IN.dat
│   │   │   │   │   │   ├── bo.dat
│   │   │   │   │   │   ├── bo_CN.dat
│   │   │   │   │   │   ├── bo_IN.dat
│   │   │   │   │   │   ├── br.dat
│   │   │   │   │   │   ├── br_FR.dat
│   │   │   │   │   │   ├── brx.dat
│   │   │   │   │   │   ├── brx_IN.dat
│   │   │   │   │   │   ├── bs.dat
│   │   │   │   │   │   ├── bs_Cyrl.dat
│   │   │   │   │   │   ├── bs_Cyrl_BA.dat
│   │   │   │   │   │   ├── bs_Latn.dat
│   │   │   │   │   │   ├── bs_Latn_BA.dat
│   │   │   │   │   │   ├── ca.dat
│   │   │   │   │   │   ├── ca_AD.dat
│   │   │   │   │   │   ├── ca_ES.dat
│   │   │   │   │   │   ├── ca_ES_VALENCIA.dat
│   │   │   │   │   │   ├── ca_FR.dat
│   │   │   │   │   │   ├── ca_IT.dat
│   │   │   │   │   │   ├── ccp.dat
│   │   │   │   │   │   ├── ccp_BD.dat
│   │   │   │   │   │   ├── ccp_IN.dat
│   │   │   │   │   │   ├── ce.dat
│   │   │   │   │   │   ├── ce_RU.dat
│   │   │   │   │   │   ├── cgg.dat
│   │   │   │   │   │   ├── cgg_UG.dat
│   │   │   │   │   │   ├── chr.dat
│   │   │   │   │   │   ├── chr_US.dat
│   │   │   │   │   │   ├── ckb.dat
│   │   │   │   │   │   ├── ckb_IQ.dat
│   │   │   │   │   │   ├── ckb_IR.dat
│   │   │   │   │   │   ├── cs.dat
│   │   │   │   │   │   ├── cs_CZ.dat
│   │   │   │   │   │   ├── cu.dat
│   │   │   │   │   │   ├── cu_RU.dat
│   │   │   │   │   │   ├── cy.dat
│   │   │   │   │   │   ├── cy_GB.dat
│   │   │   │   │   │   ├── da.dat
│   │   │   │   │   │   ├── da_DK.dat
│   │   │   │   │   │   ├── da_GL.dat
│   │   │   │   │   │   ├── dav.dat
│   │   │   │   │   │   ├── dav_KE.dat
│   │   │   │   │   │   ├── de.dat
│   │   │   │   │   │   ├── de_AT.dat
│   │   │   │   │   │   ├── de_BE.dat
│   │   │   │   │   │   ├── de_CH.dat
│   │   │   │   │   │   ├── de_DE.dat
│   │   │   │   │   │   ├── de_IT.dat
│   │   │   │   │   │   ├── de_LI.dat
│   │   │   │   │   │   ├── de_LU.dat
│   │   │   │   │   │   ├── dje.dat
│   │   │   │   │   │   ├── dje_NE.dat
│   │   │   │   │   │   ├── dsb.dat
│   │   │   │   │   │   ├── dsb_DE.dat
│   │   │   │   │   │   ├── dua.dat
│   │   │   │   │   │   ├── dua_CM.dat
│   │   │   │   │   │   ├── dyo.dat
│   │   │   │   │   │   ├── dyo_SN.dat
│   │   │   │   │   │   ├── dz.dat
│   │   │   │   │   │   ├── dz_BT.dat
│   │   │   │   │   │   ├── ebu.dat
│   │   │   │   │   │   ├── ebu_KE.dat
│   │   │   │   │   │   ├── ee.dat
│   │   │   │   │   │   ├── ee_GH.dat
│   │   │   │   │   │   ├── ee_TG.dat
│   │   │   │   │   │   ├── el.dat
│   │   │   │   │   │   ├── el_CY.dat
│   │   │   │   │   │   ├── el_GR.dat
│   │   │   │   │   │   ├── en.dat
│   │   │   │   │   │   ├── en_001.dat
│   │   │   │   │   │   ├── en_150.dat
│   │   │   │   │   │   ├── en_AG.dat
│   │   │   │   │   │   ├── en_AI.dat
│   │   │   │   │   │   ├── en_AS.dat
│   │   │   │   │   │   ├── en_AT.dat
│   │   │   │   │   │   ├── en_AU.dat
│   │   │   │   │   │   ├── en_BB.dat
│   │   │   │   │   │   ├── en_BE.dat
│   │   │   │   │   │   ├── en_BI.dat
│   │   │   │   │   │   ├── en_BM.dat
│   │   │   │   │   │   ├── en_BS.dat
│   │   │   │   │   │   ├── en_BW.dat
│   │   │   │   │   │   ├── en_BZ.dat
│   │   │   │   │   │   ├── en_CA.dat
│   │   │   │   │   │   ├── en_CC.dat
│   │   │   │   │   │   ├── en_CH.dat
│   │   │   │   │   │   ├── en_CK.dat
│   │   │   │   │   │   ├── en_CM.dat
│   │   │   │   │   │   ├── en_CX.dat
│   │   │   │   │   │   ├── en_CY.dat
│   │   │   │   │   │   ├── en_DE.dat
│   │   │   │   │   │   ├── en_DG.dat
│   │   │   │   │   │   ├── en_DK.dat
│   │   │   │   │   │   ├── en_DM.dat
│   │   │   │   │   │   ├── en_ER.dat
│   │   │   │   │   │   ├── en_FI.dat
│   │   │   │   │   │   ├── en_FJ.dat
│   │   │   │   │   │   ├── en_FK.dat
│   │   │   │   │   │   ├── en_FM.dat
│   │   │   │   │   │   ├── en_GB.dat
│   │   │   │   │   │   ├── en_GD.dat
│   │   │   │   │   │   ├── en_GG.dat
│   │   │   │   │   │   ├── en_GH.dat
│   │   │   │   │   │   ├── en_GI.dat
│   │   │   │   │   │   ├── en_GM.dat
│   │   │   │   │   │   ├── en_GU.dat
│   │   │   │   │   │   ├── en_GY.dat
│   │   │   │   │   │   ├── en_HK.dat
│   │   │   │   │   │   ├── en_IE.dat
│   │   │   │   │   │   ├── en_IL.dat
│   │   │   │   │   │   ├── en_IM.dat
│   │   │   │   │   │   ├── en_IN.dat
│   │   │   │   │   │   ├── en_IO.dat
│   │   │   │   │   │   ├── en_JE.dat
│   │   │   │   │   │   ├── en_JM.dat
│   │   │   │   │   │   ├── en_KE.dat
│   │   │   │   │   │   ├── en_KI.dat
│   │   │   │   │   │   ├── en_KN.dat
│   │   │   │   │   │   ├── en_KY.dat
│   │   │   │   │   │   ├── en_LC.dat
│   │   │   │   │   │   ├── en_LR.dat
│   │   │   │   │   │   ├── en_LS.dat
│   │   │   │   │   │   ├── en_MG.dat
│   │   │   │   │   │   ├── en_MH.dat
│   │   │   │   │   │   ├── en_MO.dat
│   │   │   │   │   │   ├── en_MP.dat
│   │   │   │   │   │   ├── en_MS.dat
│   │   │   │   │   │   ├── en_MT.dat
│   │   │   │   │   │   ├── en_MU.dat
│   │   │   │   │   │   ├── en_MW.dat
│   │   │   │   │   │   ├── en_MY.dat
│   │   │   │   │   │   ├── en_NA.dat
│   │   │   │   │   │   ├── en_NF.dat
│   │   │   │   │   │   ├── en_NG.dat
│   │   │   │   │   │   ├── en_NL.dat
│   │   │   │   │   │   ├── en_NR.dat
│   │   │   │   │   │   ├── en_NU.dat
│   │   │   │   │   │   ├── en_NZ.dat
│   │   │   │   │   │   ├── en_PG.dat
│   │   │   │   │   │   ├── en_PH.dat
│   │   │   │   │   │   ├── en_PK.dat
│   │   │   │   │   │   ├── en_PN.dat
│   │   │   │   │   │   ├── en_PR.dat
│   │   │   │   │   │   ├── en_PW.dat
│   │   │   │   │   │   ├── en_RW.dat
│   │   │   │   │   │   ├── en_SB.dat
│   │   │   │   │   │   ├── en_SC.dat
│   │   │   │   │   │   ├── en_SD.dat
│   │   │   │   │   │   ├── en_SE.dat
│   │   │   │   │   │   ├── en_SG.dat
│   │   │   │   │   │   ├── en_SH.dat
│   │   │   │   │   │   ├── en_SI.dat
│   │   │   │   │   │   ├── en_SL.dat
│   │   │   │   │   │   ├── en_SS.dat
│   │   │   │   │   │   ├── en_SX.dat
│   │   │   │   │   │   ├── en_SZ.dat
│   │   │   │   │   │   ├── en_TC.dat
│   │   │   │   │   │   ├── en_TK.dat
│   │   │   │   │   │   ├── en_TO.dat
│   │   │   │   │   │   ├── en_TT.dat
│   │   │   │   │   │   ├── en_TV.dat
│   │   │   │   │   │   ├── en_TZ.dat
│   │   │   │   │   │   ├── en_UG.dat
│   │   │   │   │   │   ├── en_UM.dat
│   │   │   │   │   │   ├── en_US.dat
│   │   │   │   │   │   ├── en_US_POSIX.dat
│   │   │   │   │   │   ├── en_VC.dat
│   │   │   │   │   │   ├── en_VG.dat
│   │   │   │   │   │   ├── en_VI.dat
│   │   │   │   │   │   ├── en_VU.dat
│   │   │   │   │   │   ├── en_WS.dat
│   │   │   │   │   │   ├── en_ZA.dat
│   │   │   │   │   │   ├── en_ZM.dat
│   │   │   │   │   │   ├── en_ZW.dat
│   │   │   │   │   │   ├── eo.dat
│   │   │   │   │   │   ├── eo_001.dat
│   │   │   │   │   │   ├── es.dat
│   │   │   │   │   │   ├── es_419.dat
│   │   │   │   │   │   ├── es_AR.dat
│   │   │   │   │   │   ├── es_BO.dat
│   │   │   │   │   │   ├── es_BR.dat
│   │   │   │   │   │   ├── es_BZ.dat
│   │   │   │   │   │   ├── es_CL.dat
│   │   │   │   │   │   ├── es_CO.dat
│   │   │   │   │   │   ├── es_CR.dat
│   │   │   │   │   │   ├── es_CU.dat
│   │   │   │   │   │   ├── es_DO.dat
│   │   │   │   │   │   ├── es_EA.dat
│   │   │   │   │   │   ├── es_EC.dat
│   │   │   │   │   │   ├── es_ES.dat
│   │   │   │   │   │   ├── es_GQ.dat
│   │   │   │   │   │   ├── es_GT.dat
│   │   │   │   │   │   ├── es_HN.dat
│   │   │   │   │   │   ├── es_IC.dat
│   │   │   │   │   │   ├── es_MX.dat
│   │   │   │   │   │   ├── es_NI.dat
│   │   │   │   │   │   ├── es_PA.dat
│   │   │   │   │   │   ├── es_PE.dat
│   │   │   │   │   │   ├── es_PH.dat
│   │   │   │   │   │   ├── es_PR.dat
│   │   │   │   │   │   ├── es_PY.dat
│   │   │   │   │   │   ├── es_SV.dat
│   │   │   │   │   │   ├── es_US.dat
│   │   │   │   │   │   ├── es_UY.dat
│   │   │   │   │   │   ├── es_VE.dat
│   │   │   │   │   │   ├── et.dat
│   │   │   │   │   │   ├── et_EE.dat
│   │   │   │   │   │   ├── eu.dat
│   │   │   │   │   │   ├── eu_ES.dat
│   │   │   │   │   │   ├── ewo.dat
│   │   │   │   │   │   ├── ewo_CM.dat
│   │   │   │   │   │   ├── fa.dat
│   │   │   │   │   │   ├── fa_AF.dat
│   │   │   │   │   │   ├── fa_IR.dat
│   │   │   │   │   │   ├── ff.dat
│   │   │   │   │   │   ├── ff_CM.dat
│   │   │   │   │   │   ├── ff_GN.dat
│   │   │   │   │   │   ├── ff_MR.dat
│   │   │   │   │   │   ├── ff_SN.dat
│   │   │   │   │   │   ├── fi.dat
│   │   │   │   │   │   ├── fi_FI.dat
│   │   │   │   │   │   ├── fil.dat
│   │   │   │   │   │   ├── fil_PH.dat
│   │   │   │   │   │   ├── fo.dat
│   │   │   │   │   │   ├── fo_DK.dat
│   │   │   │   │   │   ├── fo_FO.dat
│   │   │   │   │   │   ├── fr.dat
│   │   │   │   │   │   ├── fr_BE.dat
│   │   │   │   │   │   ├── fr_BF.dat
│   │   │   │   │   │   ├── fr_BI.dat
│   │   │   │   │   │   ├── fr_BJ.dat
│   │   │   │   │   │   ├── fr_BL.dat
│   │   │   │   │   │   ├── fr_CA.dat
│   │   │   │   │   │   ├── fr_CD.dat
│   │   │   │   │   │   ├── fr_CF.dat
│   │   │   │   │   │   ├── fr_CG.dat
│   │   │   │   │   │   ├── fr_CH.dat
│   │   │   │   │   │   ├── fr_CI.dat
│   │   │   │   │   │   ├── fr_CM.dat
│   │   │   │   │   │   ├── fr_DJ.dat
│   │   │   │   │   │   ├── fr_DZ.dat
│   │   │   │   │   │   ├── fr_FR.dat
│   │   │   │   │   │   ├── fr_GA.dat
│   │   │   │   │   │   ├── fr_GF.dat
│   │   │   │   │   │   ├── fr_GN.dat
│   │   │   │   │   │   ├── fr_GP.dat
│   │   │   │   │   │   ├── fr_GQ.dat
│   │   │   │   │   │   ├── fr_HT.dat
│   │   │   │   │   │   ├── fr_KM.dat
│   │   │   │   │   │   ├── fr_LU.dat
│   │   │   │   │   │   ├── fr_MA.dat
│   │   │   │   │   │   ├── fr_MC.dat
│   │   │   │   │   │   ├── fr_MF.dat
│   │   │   │   │   │   ├── fr_MG.dat
│   │   │   │   │   │   ├── fr_ML.dat
│   │   │   │   │   │   ├── fr_MQ.dat
│   │   │   │   │   │   ├── fr_MR.dat
│   │   │   │   │   │   ├── fr_MU.dat
│   │   │   │   │   │   ├── fr_NC.dat
│   │   │   │   │   │   ├── fr_NE.dat
│   │   │   │   │   │   ├── fr_PF.dat
│   │   │   │   │   │   ├── fr_PM.dat
│   │   │   │   │   │   ├── fr_RE.dat
│   │   │   │   │   │   ├── fr_RW.dat
│   │   │   │   │   │   ├── fr_SC.dat
│   │   │   │   │   │   ├── fr_SN.dat
│   │   │   │   │   │   ├── fr_SY.dat
│   │   │   │   │   │   ├── fr_TD.dat
│   │   │   │   │   │   ├── fr_TG.dat
│   │   │   │   │   │   ├── fr_TN.dat
│   │   │   │   │   │   ├── fr_VU.dat
│   │   │   │   │   │   ├── fr_WF.dat
│   │   │   │   │   │   ├── fr_YT.dat
│   │   │   │   │   │   ├── fur.dat
│   │   │   │   │   │   ├── fur_IT.dat
│   │   │   │   │   │   ├── fy.dat
│   │   │   │   │   │   ├── fy_NL.dat
│   │   │   │   │   │   ├── ga.dat
│   │   │   │   │   │   ├── ga_IE.dat
│   │   │   │   │   │   ├── gd.dat
│   │   │   │   │   │   ├── gd_GB.dat
│   │   │   │   │   │   ├── gl.dat
│   │   │   │   │   │   ├── gl_ES.dat
│   │   │   │   │   │   ├── gsw.dat
│   │   │   │   │   │   ├── gsw_CH.dat
│   │   │   │   │   │   ├── gsw_FR.dat
│   │   │   │   │   │   ├── gsw_LI.dat
│   │   │   │   │   │   ├── gu.dat
│   │   │   │   │   │   ├── gu_IN.dat
│   │   │   │   │   │   ├── guz.dat
│   │   │   │   │   │   ├── guz_KE.dat
│   │   │   │   │   │   ├── gv.dat
│   │   │   │   │   │   ├── gv_IM.dat
│   │   │   │   │   │   ├── ha.dat
│   │   │   │   │   │   ├── ha_GH.dat
│   │   │   │   │   │   ├── ha_NE.dat
│   │   │   │   │   │   ├── ha_NG.dat
│   │   │   │   │   │   ├── haw.dat
│   │   │   │   │   │   ├── haw_US.dat
│   │   │   │   │   │   ├── he.dat
│   │   │   │   │   │   ├── he_IL.dat
│   │   │   │   │   │   ├── hi.dat
│   │   │   │   │   │   ├── hi_IN.dat
│   │   │   │   │   │   ├── hr.dat
│   │   │   │   │   │   ├── hr_BA.dat
│   │   │   │   │   │   ├── hr_HR.dat
│   │   │   │   │   │   ├── hsb.dat
│   │   │   │   │   │   ├── hsb_DE.dat
│   │   │   │   │   │   ├── hu.dat
│   │   │   │   │   │   ├── hu_HU.dat
│   │   │   │   │   │   ├── hy.dat
│   │   │   │   │   │   ├── hy_AM.dat
│   │   │   │   │   │   ├── id.dat
│   │   │   │   │   │   ├── id_ID.dat
│   │   │   │   │   │   ├── ig.dat
│   │   │   │   │   │   ├── ig_NG.dat
│   │   │   │   │   │   ├── ii.dat
│   │   │   │   │   │   ├── ii_CN.dat
│   │   │   │   │   │   ├── is.dat
│   │   │   │   │   │   ├── is_IS.dat
│   │   │   │   │   │   ├── it.dat
│   │   │   │   │   │   ├── it_CH.dat
│   │   │   │   │   │   ├── it_IT.dat
│   │   │   │   │   │   ├── it_SM.dat
│   │   │   │   │   │   ├── it_VA.dat
│   │   │   │   │   │   ├── ja.dat
│   │   │   │   │   │   ├── ja_JP.dat
│   │   │   │   │   │   ├── jgo.dat
│   │   │   │   │   │   ├── jgo_CM.dat
│   │   │   │   │   │   ├── jmc.dat
│   │   │   │   │   │   ├── jmc_TZ.dat
│   │   │   │   │   │   ├── ka.dat
│   │   │   │   │   │   ├── ka_GE.dat
│   │   │   │   │   │   ├── kab.dat
│   │   │   │   │   │   ├── kab_DZ.dat
│   │   │   │   │   │   ├── kam.dat
│   │   │   │   │   │   ├── kam_KE.dat
│   │   │   │   │   │   ├── kde.dat
│   │   │   │   │   │   ├── kde_TZ.dat
│   │   │   │   │   │   ├── kea.dat
│   │   │   │   │   │   ├── kea_CV.dat
│   │   │   │   │   │   ├── khq.dat
│   │   │   │   │   │   ├── khq_ML.dat
│   │   │   │   │   │   ├── ki.dat
│   │   │   │   │   │   ├── ki_KE.dat
│   │   │   │   │   │   ├── kk.dat
│   │   │   │   │   │   ├── kk_KZ.dat
│   │   │   │   │   │   ├── kkj.dat
│   │   │   │   │   │   ├── kkj_CM.dat
│   │   │   │   │   │   ├── kl.dat
│   │   │   │   │   │   ├── kl_GL.dat
│   │   │   │   │   │   ├── kln.dat
│   │   │   │   │   │   ├── kln_KE.dat
│   │   │   │   │   │   ├── km.dat
│   │   │   │   │   │   ├── km_KH.dat
│   │   │   │   │   │   ├── kn.dat
│   │   │   │   │   │   ├── kn_IN.dat
│   │   │   │   │   │   ├── ko.dat
│   │   │   │   │   │   ├── ko_KP.dat
│   │   │   │   │   │   ├── ko_KR.dat
│   │   │   │   │   │   ├── kok.dat
│   │   │   │   │   │   ├── kok_IN.dat
│   │   │   │   │   │   ├── ks.dat
│   │   │   │   │   │   ├── ks_IN.dat
│   │   │   │   │   │   ├── ksb.dat
│   │   │   │   │   │   ├── ksb_TZ.dat
│   │   │   │   │   │   ├── ksf.dat
│   │   │   │   │   │   ├── ksf_CM.dat
│   │   │   │   │   │   ├── ksh.dat
│   │   │   │   │   │   ├── ksh_DE.dat
│   │   │   │   │   │   ├── kw.dat
│   │   │   │   │   │   ├── kw_GB.dat
│   │   │   │   │   │   ├── ky.dat
│   │   │   │   │   │   ├── ky_KG.dat
│   │   │   │   │   │   ├── lag.dat
│   │   │   │   │   │   ├── lag_TZ.dat
│   │   │   │   │   │   ├── lb.dat
│   │   │   │   │   │   ├── lb_LU.dat
│   │   │   │   │   │   ├── lg.dat
│   │   │   │   │   │   ├── lg_UG.dat
│   │   │   │   │   │   ├── lkt.dat
│   │   │   │   │   │   ├── lkt_US.dat
│   │   │   │   │   │   ├── ln.dat
│   │   │   │   │   │   ├── ln_AO.dat
│   │   │   │   │   │   ├── ln_CD.dat
│   │   │   │   │   │   ├── ln_CF.dat
│   │   │   │   │   │   ├── ln_CG.dat
│   │   │   │   │   │   ├── lo.dat
│   │   │   │   │   │   ├── lo_LA.dat
│   │   │   │   │   │   ├── lrc.dat
│   │   │   │   │   │   ├── lrc_IQ.dat
│   │   │   │   │   │   ├── lrc_IR.dat
│   │   │   │   │   │   ├── lt.dat
│   │   │   │   │   │   ├── lt_LT.dat
│   │   │   │   │   │   ├── lu.dat
│   │   │   │   │   │   ├── lu_CD.dat
│   │   │   │   │   │   ├── luo.dat
│   │   │   │   │   │   ├── luo_KE.dat
│   │   │   │   │   │   ├── luy.dat
│   │   │   │   │   │   ├── luy_KE.dat
│   │   │   │   │   │   ├── lv.dat
│   │   │   │   │   │   ├── lv_LV.dat
│   │   │   │   │   │   ├── mas.dat
│   │   │   │   │   │   ├── mas_KE.dat
│   │   │   │   │   │   ├── mas_TZ.dat
│   │   │   │   │   │   ├── mer.dat
│   │   │   │   │   │   ├── mer_KE.dat
│   │   │   │   │   │   ├── mfe.dat
│   │   │   │   │   │   ├── mfe_MU.dat
│   │   │   │   │   │   ├── mg.dat
│   │   │   │   │   │   ├── mg_MG.dat
│   │   │   │   │   │   ├── mgh.dat
│   │   │   │   │   │   ├── mgh_MZ.dat
│   │   │   │   │   │   ├── mgo.dat
│   │   │   │   │   │   ├── mgo_CM.dat
│   │   │   │   │   │   ├── mk.dat
│   │   │   │   │   │   ├── mk_MK.dat
│   │   │   │   │   │   ├── ml.dat
│   │   │   │   │   │   ├── ml_IN.dat
│   │   │   │   │   │   ├── mn.dat
│   │   │   │   │   │   ├── mn_MN.dat
│   │   │   │   │   │   ├── mr.dat
│   │   │   │   │   │   ├── mr_IN.dat
│   │   │   │   │   │   ├── ms.dat
│   │   │   │   │   │   ├── ms_BN.dat
│   │   │   │   │   │   ├── ms_MY.dat
│   │   │   │   │   │   ├── ms_SG.dat
│   │   │   │   │   │   ├── mt.dat
│   │   │   │   │   │   ├── mt_MT.dat
│   │   │   │   │   │   ├── mua.dat
│   │   │   │   │   │   ├── mua_CM.dat
│   │   │   │   │   │   ├── my.dat
│   │   │   │   │   │   ├── my_MM.dat
│   │   │   │   │   │   ├── mzn.dat
│   │   │   │   │   │   ├── mzn_IR.dat
│   │   │   │   │   │   ├── naq.dat
│   │   │   │   │   │   ├── naq_NA.dat
│   │   │   │   │   │   ├── nb.dat
│   │   │   │   │   │   ├── nb_NO.dat
│   │   │   │   │   │   ├── nb_SJ.dat
│   │   │   │   │   │   ├── nd.dat
│   │   │   │   │   │   ├── nd_ZW.dat
│   │   │   │   │   │   ├── nds.dat
│   │   │   │   │   │   ├── nds_DE.dat
│   │   │   │   │   │   ├── nds_NL.dat
│   │   │   │   │   │   ├── ne.dat
│   │   │   │   │   │   ├── ne_IN.dat
│   │   │   │   │   │   ├── ne_NP.dat
│   │   │   │   │   │   ├── nl.dat
│   │   │   │   │   │   ├── nl_AW.dat
│   │   │   │   │   │   ├── nl_BE.dat
│   │   │   │   │   │   ├── nl_BQ.dat
│   │   │   │   │   │   ├── nl_CW.dat
│   │   │   │   │   │   ├── nl_NL.dat
│   │   │   │   │   │   ├── nl_SR.dat
│   │   │   │   │   │   ├── nl_SX.dat
│   │   │   │   │   │   ├── nmg.dat
│   │   │   │   │   │   ├── nmg_CM.dat
│   │   │   │   │   │   ├── nn.dat
│   │   │   │   │   │   ├── nn_NO.dat
│   │   │   │   │   │   ├── nnh.dat
│   │   │   │   │   │   ├── nnh_CM.dat
│   │   │   │   │   │   ├── nus.dat
│   │   │   │   │   │   ├── nus_SS.dat
│   │   │   │   │   │   ├── nyn.dat
│   │   │   │   │   │   ├── nyn_UG.dat
│   │   │   │   │   │   ├── om.dat
│   │   │   │   │   │   ├── om_ET.dat
│   │   │   │   │   │   ├── om_KE.dat
│   │   │   │   │   │   ├── or.dat
│   │   │   │   │   │   ├── or_IN.dat
│   │   │   │   │   │   ├── os.dat
│   │   │   │   │   │   ├── os_GE.dat
│   │   │   │   │   │   ├── os_RU.dat
│   │   │   │   │   │   ├── pa.dat
│   │   │   │   │   │   ├── pa_Arab.dat
│   │   │   │   │   │   ├── pa_Arab_PK.dat
│   │   │   │   │   │   ├── pa_Guru.dat
│   │   │   │   │   │   ├── pa_Guru_IN.dat
│   │   │   │   │   │   ├── pl.dat
│   │   │   │   │   │   ├── pl_PL.dat
│   │   │   │   │   │   ├── prg.dat
│   │   │   │   │   │   ├── prg_001.dat
│   │   │   │   │   │   ├── ps.dat
│   │   │   │   │   │   ├── ps_AF.dat
│   │   │   │   │   │   ├── pt.dat
│   │   │   │   │   │   ├── pt_AO.dat
│   │   │   │   │   │   ├── pt_BR.dat
│   │   │   │   │   │   ├── pt_CH.dat
│   │   │   │   │   │   ├── pt_CV.dat
│   │   │   │   │   │   ├── pt_GQ.dat
│   │   │   │   │   │   ├── pt_GW.dat
│   │   │   │   │   │   ├── pt_LU.dat
│   │   │   │   │   │   ├── pt_MO.dat
│   │   │   │   │   │   ├── pt_MZ.dat
│   │   │   │   │   │   ├── pt_PT.dat
│   │   │   │   │   │   ├── pt_ST.dat
│   │   │   │   │   │   ├── pt_TL.dat
│   │   │   │   │   │   ├── qu.dat
│   │   │   │   │   │   ├── qu_BO.dat
│   │   │   │   │   │   ├── qu_EC.dat
│   │   │   │   │   │   ├── qu_PE.dat
│   │   │   │   │   │   ├── rm.dat
│   │   │   │   │   │   ├── rm_CH.dat
│   │   │   │   │   │   ├── rn.dat
│   │   │   │   │   │   ├── rn_BI.dat
│   │   │   │   │   │   ├── ro.dat
│   │   │   │   │   │   ├── ro_MD.dat
│   │   │   │   │   │   ├── ro_RO.dat
│   │   │   │   │   │   ├── rof.dat
│   │   │   │   │   │   ├── rof_TZ.dat
│   │   │   │   │   │   ├── root.dat
│   │   │   │   │   │   ├── ru.dat
│   │   │   │   │   │   ├── ru_BY.dat
│   │   │   │   │   │   ├── ru_KG.dat
│   │   │   │   │   │   ├── ru_KZ.dat
│   │   │   │   │   │   ├── ru_MD.dat
│   │   │   │   │   │   ├── ru_RU.dat
│   │   │   │   │   │   ├── ru_UA.dat
│   │   │   │   │   │   ├── rw.dat
│   │   │   │   │   │   ├── rw_RW.dat
│   │   │   │   │   │   ├── rwk.dat
│   │   │   │   │   │   ├── rwk_TZ.dat
│   │   │   │   │   │   ├── sah.dat
│   │   │   │   │   │   ├── sah_RU.dat
│   │   │   │   │   │   ├── saq.dat
│   │   │   │   │   │   ├── saq_KE.dat
│   │   │   │   │   │   ├── sbp.dat
│   │   │   │   │   │   ├── sbp_TZ.dat
│   │   │   │   │   │   ├── sd.dat
│   │   │   │   │   │   ├── sd_PK.dat
│   │   │   │   │   │   ├── se.dat
│   │   │   │   │   │   ├── se_FI.dat
│   │   │   │   │   │   ├── se_NO.dat
│   │   │   │   │   │   ├── se_SE.dat
│   │   │   │   │   │   ├── seh.dat
│   │   │   │   │   │   ├── seh_MZ.dat
│   │   │   │   │   │   ├── ses.dat
│   │   │   │   │   │   ├── ses_ML.dat
│   │   │   │   │   │   ├── sg.dat
│   │   │   │   │   │   ├── sg_CF.dat
│   │   │   │   │   │   ├── shi.dat
│   │   │   │   │   │   ├── shi_Latn.dat
│   │   │   │   │   │   ├── shi_Latn_MA.dat
│   │   │   │   │   │   ├── shi_Tfng.dat
│   │   │   │   │   │   ├── shi_Tfng_MA.dat
│   │   │   │   │   │   ├── si.dat
│   │   │   │   │   │   ├── si_LK.dat
│   │   │   │   │   │   ├── sk.dat
│   │   │   │   │   │   ├── sk_SK.dat
│   │   │   │   │   │   ├── sl.dat
│   │   │   │   │   │   ├── sl_SI.dat
│   │   │   │   │   │   ├── smn.dat
│   │   │   │   │   │   ├── smn_FI.dat
│   │   │   │   │   │   ├── sn.dat
│   │   │   │   │   │   ├── sn_ZW.dat
│   │   │   │   │   │   ├── so.dat
│   │   │   │   │   │   ├── so_DJ.dat
│   │   │   │   │   │   ├── so_ET.dat
│   │   │   │   │   │   ├── so_KE.dat
│   │   │   │   │   │   ├── so_SO.dat
│   │   │   │   │   │   ├── sq.dat
│   │   │   │   │   │   ├── sq_AL.dat
│   │   │   │   │   │   ├── sq_MK.dat
│   │   │   │   │   │   ├── sq_XK.dat
│   │   │   │   │   │   ├── sr.dat
│   │   │   │   │   │   ├── sr_Cyrl.dat
│   │   │   │   │   │   ├── sr_Cyrl_BA.dat
│   │   │   │   │   │   ├── sr_Cyrl_ME.dat
│   │   │   │   │   │   ├── sr_Cyrl_RS.dat
│   │   │   │   │   │   ├── sr_Cyrl_XK.dat
│   │   │   │   │   │   ├── sr_Latn.dat
│   │   │   │   │   │   ├── sr_Latn_BA.dat
│   │   │   │   │   │   ├── sr_Latn_ME.dat
│   │   │   │   │   │   ├── sr_Latn_RS.dat
│   │   │   │   │   │   ├── sr_Latn_XK.dat
│   │   │   │   │   │   ├── sv.dat
│   │   │   │   │   │   ├── sv_AX.dat
│   │   │   │   │   │   ├── sv_FI.dat
│   │   │   │   │   │   ├── sv_SE.dat
│   │   │   │   │   │   ├── sw.dat
│   │   │   │   │   │   ├── sw_CD.dat
│   │   │   │   │   │   ├── sw_KE.dat
│   │   │   │   │   │   ├── sw_TZ.dat
│   │   │   │   │   │   ├── sw_UG.dat
│   │   │   │   │   │   ├── ta.dat
│   │   │   │   │   │   ├── ta_IN.dat
│   │   │   │   │   │   ├── ta_LK.dat
│   │   │   │   │   │   ├── ta_MY.dat
│   │   │   │   │   │   ├── ta_SG.dat
│   │   │   │   │   │   ├── te.dat
│   │   │   │   │   │   ├── te_IN.dat
│   │   │   │   │   │   ├── teo.dat
│   │   │   │   │   │   ├── teo_KE.dat
│   │   │   │   │   │   ├── teo_UG.dat
│   │   │   │   │   │   ├── tg.dat
│   │   │   │   │   │   ├── tg_TJ.dat
│   │   │   │   │   │   ├── th.dat
│   │   │   │   │   │   ├── th_TH.dat
│   │   │   │   │   │   ├── ti.dat
│   │   │   │   │   │   ├── ti_ER.dat
│   │   │   │   │   │   ├── ti_ET.dat
│   │   │   │   │   │   ├── tk.dat
│   │   │   │   │   │   ├── tk_TM.dat
│   │   │   │   │   │   ├── to.dat
│   │   │   │   │   │   ├── to_TO.dat
│   │   │   │   │   │   ├── tr.dat
│   │   │   │   │   │   ├── tr_CY.dat
│   │   │   │   │   │   ├── tr_TR.dat
│   │   │   │   │   │   ├── tt.dat
│   │   │   │   │   │   ├── tt_RU.dat
│   │   │   │   │   │   ├── twq.dat
│   │   │   │   │   │   ├── twq_NE.dat
│   │   │   │   │   │   ├── tzm.dat
│   │   │   │   │   │   ├── tzm_MA.dat
│   │   │   │   │   │   ├── ug.dat
│   │   │   │   │   │   ├── ug_CN.dat
│   │   │   │   │   │   ├── uk.dat
│   │   │   │   │   │   ├── uk_UA.dat
│   │   │   │   │   │   ├── ur.dat
│   │   │   │   │   │   ├── ur_IN.dat
│   │   │   │   │   │   ├── ur_PK.dat
│   │   │   │   │   │   ├── uz.dat
│   │   │   │   │   │   ├── uz_Arab.dat
│   │   │   │   │   │   ├── uz_Arab_AF.dat
│   │   │   │   │   │   ├── uz_Cyrl.dat
│   │   │   │   │   │   ├── uz_Cyrl_UZ.dat
│   │   │   │   │   │   ├── uz_Latn.dat
│   │   │   │   │   │   ├── uz_Latn_UZ.dat
│   │   │   │   │   │   ├── vai.dat
│   │   │   │   │   │   ├── vai_Latn.dat
│   │   │   │   │   │   ├── vai_Latn_LR.dat
│   │   │   │   │   │   ├── vai_Vaii.dat
│   │   │   │   │   │   ├── vai_Vaii_LR.dat
│   │   │   │   │   │   ├── vi.dat
│   │   │   │   │   │   ├── vi_VN.dat
│   │   │   │   │   │   ├── vo.dat
│   │   │   │   │   │   ├── vo_001.dat
│   │   │   │   │   │   ├── vun.dat
│   │   │   │   │   │   ├── vun_TZ.dat
│   │   │   │   │   │   ├── wae.dat
│   │   │   │   │   │   ├── wae_CH.dat
│   │   │   │   │   │   ├── wo.dat
│   │   │   │   │   │   ├── wo_SN.dat
│   │   │   │   │   │   ├── xog.dat
│   │   │   │   │   │   ├── xog_UG.dat
│   │   │   │   │   │   ├── yav.dat
│   │   │   │   │   │   ├── yav_CM.dat
│   │   │   │   │   │   ├── yi.dat
│   │   │   │   │   │   ├── yi_001.dat
│   │   │   │   │   │   ├── yo.dat
│   │   │   │   │   │   ├── yo_BJ.dat
│   │   │   │   │   │   ├── yo_NG.dat
│   │   │   │   │   │   ├── yue.dat
│   │   │   │   │   │   ├── yue_Hans.dat
│   │   │   │   │   │   ├── yue_Hans_CN.dat
│   │   │   │   │   │   ├── yue_Hant.dat
│   │   │   │   │   │   ├── yue_Hant_HK.dat
│   │   │   │   │   │   ├── zgh.dat
│   │   │   │   │   │   ├── zgh_MA.dat
│   │   │   │   │   │   ├── zh.dat
│   │   │   │   │   │   ├── zh_Hans.dat
│   │   │   │   │   │   ├── zh_Hans_CN.dat
│   │   │   │   │   │   ├── zh_Hans_HK.dat
│   │   │   │   │   │   ├── zh_Hans_MO.dat
│   │   │   │   │   │   ├── zh_Hans_SG.dat
│   │   │   │   │   │   ├── zh_Hant.dat
│   │   │   │   │   │   ├── zh_Hant_HK.dat
│   │   │   │   │   │   ├── zh_Hant_MO.dat
│   │   │   │   │   │   ├── zh_Hant_TW.dat
│   │   │   │   │   │   ├── zu.dat
│   │   │   │   │   │   └── zu_ZA.dat
│   │   │   │   │   ├── localedata.py
│   │   │   │   │   ├── localtime
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _unix.py
│   │   │   │   │   │   └── _win32.py
│   │   │   │   │   ├── messages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── catalog.py
│   │   │   │   │   │   ├── checkers.py
│   │   │   │   │   │   ├── extract.py
│   │   │   │   │   │   ├── frontend.py
│   │   │   │   │   │   ├── jslexer.py
│   │   │   │   │   │   ├── mofile.py
│   │   │   │   │   │   ├── plurals.py
│   │   │   │   │   │   └── pofile.py
│   │   │   │   │   ├── numbers.py
│   │   │   │   │   ├── plural.py
│   │   │   │   │   ├── support.py
│   │   │   │   │   ├── units.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── backports
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── configparser
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── helpers.py
│   │   │   │   │   └── functools_lru_cache.py
│   │   │   │   ├── backports.functools_lru_cache-1.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── backports_abc-0.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── backports_abc.py
│   │   │   │   ├── builtins
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── cached_property-1.5.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cached_property.py
│   │   │   │   ├── certifi
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── cacert.pem
│   │   │   │   │   └── core.py
│   │   │   │   ├── certifi-2018.11.29.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cfgv-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cfgv.py
│   │   │   │   ├── chardet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── big5freq.py
│   │   │   │   │   ├── big5prober.py
│   │   │   │   │   ├── chardistribution.py
│   │   │   │   │   ├── charsetgroupprober.py
│   │   │   │   │   ├── charsetprober.py
│   │   │   │   │   ├── cli
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── chardetect.py
│   │   │   │   │   ├── codingstatemachine.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── cp949prober.py
│   │   │   │   │   ├── enums.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
│   │   │   │   │   ├── langturkishmodel.py
│   │   │   │   │   ├── latin1prober.py
│   │   │   │   │   ├── mbcharsetprober.py
│   │   │   │   │   ├── mbcsgroupprober.py
│   │   │   │   │   ├── mbcssm.py
│   │   │   │   │   ├── sbcharsetprober.py
│   │   │   │   │   ├── sbcsgroupprober.py
│   │   │   │   │   ├── sjisprober.py
│   │   │   │   │   ├── universaldetector.py
│   │   │   │   │   ├── utf8prober.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── chardet-3.0.4.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── click
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _bashcomplete.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _termui_impl.py
│   │   │   │   │   ├── _textwrap.py
│   │   │   │   │   ├── _unicodefun.py
│   │   │   │   │   ├── _winconsole.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── formatting.py
│   │   │   │   │   ├── globals.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── termui.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── types.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── coloredlogs
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── converter
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── colors.py
│   │   │   │   │   ├── demo.py
│   │   │   │   │   ├── syslog.py
│   │   │   │   │   └── tests.py
│   │   │   │   ├── coloredlogs-10.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── coloredlogs.pth
│   │   │   │   ├── concurrent
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── futures
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _base.py
│   │   │   │   │   ├── process.py
│   │   │   │   │   └── thread.py
│   │   │   │   ├── configparser-3.5.0-py2.7-nspkg.pth
│   │   │   │   ├── configparser-3.5.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── configparser.py
│   │   │   │   ├── contextlib2-0.5.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── contextlib2.py
│   │   │   │   ├── copyreg
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── coverage
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── annotate.py
│   │   │   │   │   ├── backunittest.py
│   │   │   │   │   ├── backward.py
│   │   │   │   │   ├── bytecode.py
│   │   │   │   │   ├── cmdline.py
│   │   │   │   │   ├── collector.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── control.py
│   │   │   │   │   ├── data.py
│   │   │   │   │   ├── debug.py
│   │   │   │   │   ├── env.py
│   │   │   │   │   ├── execfile.py
│   │   │   │   │   ├── files.py
│   │   │   │   │   ├── fullcoverage
│   │   │   │   │   │   └── encodings.py
│   │   │   │   │   ├── html.py
│   │   │   │   │   ├── htmlfiles
│   │   │   │   │   │   ├── coverage_html.js
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jquery.ba-throttle-debounce.min.js
│   │   │   │   │   │   ├── jquery.hotkeys.js
│   │   │   │   │   │   ├── jquery.isonscreen.js
│   │   │   │   │   │   ├── jquery.min.js
│   │   │   │   │   │   ├── jquery.tablesorter.min.js
│   │   │   │   │   │   ├── keybd_closed.png
│   │   │   │   │   │   ├── keybd_open.png
│   │   │   │   │   │   ├── pyfile.html
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── misc.py
│   │   │   │   │   ├── multiproc.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── phystokens.py
│   │   │   │   │   ├── pickle2json.py
│   │   │   │   │   ├── plugin.py
│   │   │   │   │   ├── plugin_support.py
│   │   │   │   │   ├── python.py
│   │   │   │   │   ├── pytracer.py
│   │   │   │   │   ├── report.py
│   │   │   │   │   ├── results.py
│   │   │   │   │   ├── summary.py
│   │   │   │   │   ├── templite.py
│   │   │   │   │   ├── tracer.so
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── xmlreport.py
│   │   │   │   ├── coverage-4.5.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── dagster.egg-link
│   │   │   │   ├── docutils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── examples.py
│   │   │   │   │   ├── frontend.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── af.py
│   │   │   │   │   │   ├── ca.py
│   │   │   │   │   │   ├── cs.py
│   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   ├── eo.py
│   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   ├── fa.py
│   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   ├── gl.py
│   │   │   │   │   │   ├── he.py
│   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   ├── lt.py
│   │   │   │   │   │   ├── lv.py
│   │   │   │   │   │   ├── nl.py
│   │   │   │   │   │   ├── pl.py
│   │   │   │   │   │   ├── pt_br.py
│   │   │   │   │   │   ├── ru.py
│   │   │   │   │   │   ├── sk.py
│   │   │   │   │   │   ├── sv.py
│   │   │   │   │   │   ├── zh_cn.py
│   │   │   │   │   │   └── zh_tw.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── parsers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── null.py
│   │   │   │   │   │   └── rst
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── admonitions.py
│   │   │   │   │   │   │   ├── body.py
│   │   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   │   ├── images.py
│   │   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   │   ├── parts.py
│   │   │   │   │   │   │   ├── references.py
│   │   │   │   │   │   │   └── tables.py
│   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   ├── README.txt
│   │   │   │   │   │   │   ├── isoamsa.txt
│   │   │   │   │   │   │   ├── isoamsb.txt
│   │   │   │   │   │   │   ├── isoamsc.txt
│   │   │   │   │   │   │   ├── isoamsn.txt
│   │   │   │   │   │   │   ├── isoamso.txt
│   │   │   │   │   │   │   ├── isoamsr.txt
│   │   │   │   │   │   │   ├── isobox.txt
│   │   │   │   │   │   │   ├── isocyr1.txt
│   │   │   │   │   │   │   ├── isocyr2.txt
│   │   │   │   │   │   │   ├── isodia.txt
│   │   │   │   │   │   │   ├── isogrk1.txt
│   │   │   │   │   │   │   ├── isogrk2.txt
│   │   │   │   │   │   │   ├── isogrk3.txt
│   │   │   │   │   │   │   ├── isogrk4-wide.txt
│   │   │   │   │   │   │   ├── isogrk4.txt
│   │   │   │   │   │   │   ├── isolat1.txt
│   │   │   │   │   │   │   ├── isolat2.txt
│   │   │   │   │   │   │   ├── isomfrk-wide.txt
│   │   │   │   │   │   │   ├── isomfrk.txt
│   │   │   │   │   │   │   ├── isomopf-wide.txt
│   │   │   │   │   │   │   ├── isomopf.txt
│   │   │   │   │   │   │   ├── isomscr-wide.txt
│   │   │   │   │   │   │   ├── isomscr.txt
│   │   │   │   │   │   │   ├── isonum.txt
│   │   │   │   │   │   │   ├── isopub.txt
│   │   │   │   │   │   │   ├── isotech.txt
│   │   │   │   │   │   │   ├── mmlalias.txt
│   │   │   │   │   │   │   ├── mmlextra-wide.txt
│   │   │   │   │   │   │   ├── mmlextra.txt
│   │   │   │   │   │   │   ├── s5defs.txt
│   │   │   │   │   │   │   ├── xhtml1-lat1.txt
│   │   │   │   │   │   │   ├── xhtml1-special.txt
│   │   │   │   │   │   │   └── xhtml1-symbol.txt
│   │   │   │   │   │   ├── languages
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── af.py
│   │   │   │   │   │   │   ├── ca.py
│   │   │   │   │   │   │   ├── cs.py
│   │   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   │   ├── eo.py
│   │   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   │   ├── fa.py
│   │   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   │   ├── gl.py
│   │   │   │   │   │   │   ├── he.py
│   │   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   │   ├── lt.py
│   │   │   │   │   │   │   ├── lv.py
│   │   │   │   │   │   │   ├── nl.py
│   │   │   │   │   │   │   ├── pl.py
│   │   │   │   │   │   │   ├── pt_br.py
│   │   │   │   │   │   │   ├── ru.py
│   │   │   │   │   │   │   ├── sk.py
│   │   │   │   │   │   │   ├── sv.py
│   │   │   │   │   │   │   ├── zh_cn.py
│   │   │   │   │   │   │   └── zh_tw.py
│   │   │   │   │   │   ├── roles.py
│   │   │   │   │   │   ├── states.py
│   │   │   │   │   │   └── tableparser.py
│   │   │   │   │   ├── readers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── doctree.py
│   │   │   │   │   │   ├── pep.py
│   │   │   │   │   │   └── standalone.py
│   │   │   │   │   ├── statemachine.py
│   │   │   │   │   ├── transforms
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── components.py
│   │   │   │   │   │   ├── frontmatter.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── parts.py
│   │   │   │   │   │   ├── peps.py
│   │   │   │   │   │   ├── references.py
│   │   │   │   │   │   ├── universal.py
│   │   │   │   │   │   └── writer_aux.py
│   │   │   │   │   ├── utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── code_analyzer.py
│   │   │   │   │   │   ├── error_reporting.py
│   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── latex2mathml.py
│   │   │   │   │   │   │   ├── math2html.py
│   │   │   │   │   │   │   ├── tex2mathml_extern.py
│   │   │   │   │   │   │   ├── tex2unichar.py
│   │   │   │   │   │   │   └── unichar2tex.py
│   │   │   │   │   │   ├── punctuation_chars.py
│   │   │   │   │   │   ├── roman.py
│   │   │   │   │   │   ├── smartquotes.py
│   │   │   │   │   │   └── urischemes.py
│   │   │   │   │   └── writers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _html_base.py
│   │   │   │   │   ├── docutils_xml.py
│   │   │   │   │   ├── html4css1
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── html4css1.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── html5_polyglot
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── math.css
│   │   │   │   │   │   ├── minimal.css
│   │   │   │   │   │   ├── plain.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── latex2e
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── default.tex
│   │   │   │   │   │   ├── titlepage.tex
│   │   │   │   │   │   └── xelatex.tex
│   │   │   │   │   ├── manpage.py
│   │   │   │   │   ├── null.py
│   │   │   │   │   ├── odf_odt
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pygmentsformatter.py
│   │   │   │   │   │   └── styles.odt
│   │   │   │   │   ├── pep_html
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pep.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── pseudoxml.py
│   │   │   │   │   ├── s5_html
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── themes
│   │   │   │   │   │   ├── README.txt
│   │   │   │   │   │   ├── big-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── big-white
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   ├── iepngfix.htc
│   │   │   │   │   │   │   ├── opera.css
│   │   │   │   │   │   │   ├── outline.css
│   │   │   │   │   │   │   ├── pretty.css
│   │   │   │   │   │   │   ├── print.css
│   │   │   │   │   │   │   ├── s5-core.css
│   │   │   │   │   │   │   ├── slides.css
│   │   │   │   │   │   │   └── slides.js
│   │   │   │   │   │   ├── medium-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── medium-white
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── small-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   └── small-white
│   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   └── pretty.css
│   │   │   │   │   └── xetex
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── docutils-0.14.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── easy-install.pth
│   │   │   │   ├── easy_install.py
│   │   │   │   ├── enum
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── README
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── enum34-1.1.6.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── funcsigs
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── funcsigs-1.0.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── pbr.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── future
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backports
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _markupbase.py
│   │   │   │   │   │   ├── datetime.py
│   │   │   │   │   │   ├── email
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _encoded_words.py
│   │   │   │   │   │   │   ├── _header_value_parser.py
│   │   │   │   │   │   │   ├── _parseaddr.py
│   │   │   │   │   │   │   ├── _policybase.py
│   │   │   │   │   │   │   ├── base64mime.py
│   │   │   │   │   │   │   ├── charset.py
│   │   │   │   │   │   │   ├── encoders.py
│   │   │   │   │   │   │   ├── errors.py
│   │   │   │   │   │   │   ├── feedparser.py
│   │   │   │   │   │   │   ├── generator.py
│   │   │   │   │   │   │   ├── header.py
│   │   │   │   │   │   │   ├── headerregistry.py
│   │   │   │   │   │   │   ├── iterators.py
│   │   │   │   │   │   │   ├── message.py
│   │   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── application.py
│   │   │   │   │   │   │   │   ├── audio.py
│   │   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   │   ├── image.py
│   │   │   │   │   │   │   │   ├── message.py
│   │   │   │   │   │   │   │   ├── multipart.py
│   │   │   │   │   │   │   │   ├── nonmultipart.py
│   │   │   │   │   │   │   │   └── text.py
│   │   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   │   ├── policy.py
│   │   │   │   │   │   │   ├── quoprimime.py
│   │   │   │   │   │   │   └── utils.py
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── entities.py
│   │   │   │   │   │   │   └── parser.py
│   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   │   └── server.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── socket.py
│   │   │   │   │   │   ├── socketserver.py
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── badcert.pem
│   │   │   │   │   │   │   ├── badkey.pem
│   │   │   │   │   │   │   ├── dh512.pem
│   │   │   │   │   │   │   ├── https_svn_python_org_root.pem
│   │   │   │   │   │   │   ├── keycert.passwd.pem
│   │   │   │   │   │   │   ├── keycert.pem
│   │   │   │   │   │   │   ├── keycert2.pem
│   │   │   │   │   │   │   ├── nokia.pem
│   │   │   │   │   │   │   ├── nullbytecert.pem
│   │   │   │   │   │   │   ├── nullcert.pem
│   │   │   │   │   │   │   ├── pystone.py
│   │   │   │   │   │   │   ├── sha256.pem
│   │   │   │   │   │   │   ├── ssl_cert.pem
│   │   │   │   │   │   │   ├── ssl_key.passwd.pem
│   │   │   │   │   │   │   ├── ssl_key.pem
│   │   │   │   │   │   │   ├── ssl_servers.py
│   │   │   │   │   │   │   └── support.py
│   │   │   │   │   │   ├── total_ordering.py
│   │   │   │   │   │   ├── urllib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── error.py
│   │   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   │   └── robotparser.py
│   │   │   │   │   │   └── xmlrpc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   └── server.py
│   │   │   │   │   ├── builtins
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── disabled.py
│   │   │   │   │   │   ├── iterators.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── newnext.py
│   │   │   │   │   │   ├── newround.py
│   │   │   │   │   │   └── newsuper.py
│   │   │   │   │   ├── moves
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _dummy_thread.py
│   │   │   │   │   │   ├── _markupbase.py
│   │   │   │   │   │   ├── _thread.py
│   │   │   │   │   │   ├── builtins.py
│   │   │   │   │   │   ├── collections.py
│   │   │   │   │   │   ├── configparser.py
│   │   │   │   │   │   ├── copyreg.py
│   │   │   │   │   │   ├── dbm
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── dumb.py
│   │   │   │   │   │   │   ├── gnu.py
│   │   │   │   │   │   │   └── ndbm.py
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── entities.py
│   │   │   │   │   │   │   └── parser.py
│   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   │   └── server.py
│   │   │   │   │   │   ├── itertools.py
│   │   │   │   │   │   ├── pickle.py
│   │   │   │   │   │   ├── queue.py
│   │   │   │   │   │   ├── reprlib.py
│   │   │   │   │   │   ├── socketserver.py
│   │   │   │   │   │   ├── subprocess.py
│   │   │   │   │   │   ├── sys.py
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── support.py
│   │   │   │   │   │   ├── tkinter
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── colorchooser.py
│   │   │   │   │   │   │   ├── commondialog.py
│   │   │   │   │   │   │   ├── constants.py
│   │   │   │   │   │   │   ├── dialog.py
│   │   │   │   │   │   │   ├── dnd.py
│   │   │   │   │   │   │   ├── filedialog.py
│   │   │   │   │   │   │   ├── font.py
│   │   │   │   │   │   │   ├── messagebox.py
│   │   │   │   │   │   │   ├── scrolledtext.py
│   │   │   │   │   │   │   ├── simpledialog.py
│   │   │   │   │   │   │   ├── tix.py
│   │   │   │   │   │   │   └── ttk.py
│   │   │   │   │   │   ├── urllib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── error.py
│   │   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   │   └── robotparser.py
│   │   │   │   │   │   ├── winreg.py
│   │   │   │   │   │   └── xmlrpc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   └── server.py
│   │   │   │   │   ├── standard_library
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── base.py
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── newbytes.py
│   │   │   │   │   │   ├── newdict.py
│   │   │   │   │   │   ├── newint.py
│   │   │   │   │   │   ├── newlist.py
│   │   │   │   │   │   ├── newmemoryview.py
│   │   │   │   │   │   ├── newobject.py
│   │   │   │   │   │   ├── newopen.py
│   │   │   │   │   │   ├── newrange.py
│   │   │   │   │   │   └── newstr.py
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── surrogateescape.py
│   │   │   │   ├── future-0.17.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── futures-3.2.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── graphviz
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── backend.py
│   │   │   │   │   ├── dot.py
│   │   │   │   │   ├── files.py
│   │   │   │   │   ├── lang.py
│   │   │   │   │   └── tools.py
│   │   │   │   ├── graphviz-0.10.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── html
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── entities.py
│   │   │   │   │   └── parser.py
│   │   │   │   ├── http
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   ├── cookies.py
│   │   │   │   │   └── server.py
│   │   │   │   ├── humanfriendly
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── prompts.py
│   │   │   │   │   ├── sphinx.py
│   │   │   │   │   ├── tables.py
│   │   │   │   │   ├── terminal.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── text.py
│   │   │   │   │   └── usage.py
│   │   │   │   ├── humanfriendly-4.17.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── identify
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── extensions.py
│   │   │   │   │   ├── identify.py
│   │   │   │   │   └── interpreters.py
│   │   │   │   ├── identify-1.1.7.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── idna
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── codec.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── idnadata.py
│   │   │   │   │   ├── intranges.py
│   │   │   │   │   ├── package_data.py
│   │   │   │   │   └── uts46data.py
│   │   │   │   ├── idna-2.8.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.rst
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── imagesize-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── imagesize.py
│   │   │   │   ├── isort
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── hooks.py
│   │   │   │   │   ├── isort.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── natural.py
│   │   │   │   │   ├── pie_slice.py
│   │   │   │   │   ├── pylama_isort.py
│   │   │   │   │   └── settings.py
│   │   │   │   ├── isort-4.3.4.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── jinja2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _identifier.py
│   │   │   │   │   ├── asyncfilters.py
│   │   │   │   │   ├── asyncsupport.py
│   │   │   │   │   ├── bccache.py
│   │   │   │   │   ├── compiler.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── debug.py
│   │   │   │   │   ├── defaults.py
│   │   │   │   │   ├── environment.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── ext.py
│   │   │   │   │   ├── filters.py
│   │   │   │   │   ├── idtracking.py
│   │   │   │   │   ├── lexer.py
│   │   │   │   │   ├── loaders.py
│   │   │   │   │   ├── meta.py
│   │   │   │   │   ├── nativetypes.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── optimizer.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── runtime.py
│   │   │   │   │   ├── sandbox.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── visitor.py
│   │   │   │   ├── lazy_object_proxy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cext.c
│   │   │   │   │   ├── cext.so
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── simple.py
│   │   │   │   │   ├── slots.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── lazy_object_proxy-1.3.1.dist-info
│   │   │   │   │   ├── AUTHORS.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── libfuturize
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fixer_util.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fix_UserDict.py
│   │   │   │   │   │   ├── fix_absolute_import.py
│   │   │   │   │   │   ├── fix_add__future__imports_except_unicode_literals.py
│   │   │   │   │   │   ├── fix_basestring.py
│   │   │   │   │   │   ├── fix_bytes.py
│   │   │   │   │   │   ├── fix_cmp.py
│   │   │   │   │   │   ├── fix_division.py
│   │   │   │   │   │   ├── fix_division_safe.py
│   │   │   │   │   │   ├── fix_execfile.py
│   │   │   │   │   │   ├── fix_future_builtins.py
│   │   │   │   │   │   ├── fix_future_standard_library.py
│   │   │   │   │   │   ├── fix_future_standard_library_urllib.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_next_call.py
│   │   │   │   │   │   ├── fix_object.py
│   │   │   │   │   │   ├── fix_oldstr_wrap.py
│   │   │   │   │   │   ├── fix_order___future__imports.py
│   │   │   │   │   │   ├── fix_print.py
│   │   │   │   │   │   ├── fix_print_with_import.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_remove_old__future__imports.py
│   │   │   │   │   │   ├── fix_unicode_keep_u.py
│   │   │   │   │   │   ├── fix_unicode_literals_import.py
│   │   │   │   │   │   └── fix_xrange_with_import.py
│   │   │   │   │   └── main.py
│   │   │   │   ├── libpasteurize
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── feature_base.py
│   │   │   │   │   │   ├── fix_add_all__future__imports.py
│   │   │   │   │   │   ├── fix_add_all_future_builtins.py
│   │   │   │   │   │   ├── fix_add_future_standard_library_import.py
│   │   │   │   │   │   ├── fix_annotations.py
│   │   │   │   │   │   ├── fix_division.py
│   │   │   │   │   │   ├── fix_features.py
│   │   │   │   │   │   ├── fix_fullargspec.py
│   │   │   │   │   │   ├── fix_future_builtins.py
│   │   │   │   │   │   ├── fix_getcwd.py
│   │   │   │   │   │   ├── fix_imports.py
│   │   │   │   │   │   ├── fix_imports2.py
│   │   │   │   │   │   ├── fix_kwargs.py
│   │   │   │   │   │   ├── fix_memoryview.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_newstyle.py
│   │   │   │   │   │   ├── fix_next.py
│   │   │   │   │   │   ├── fix_printfunction.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_raise_.py
│   │   │   │   │   │   ├── fix_throw.py
│   │   │   │   │   │   └── fix_unpacking.py
│   │   │   │   │   └── main.py
│   │   │   │   ├── livereload
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── handlers.py
│   │   │   │   │   ├── management
│   │   │   │   │   │   └── commands
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── livereload.py
│   │   │   │   │   ├── server.py
│   │   │   │   │   ├── vendors
│   │   │   │   │   │   └── livereload.js
│   │   │   │   │   └── watcher.py
│   │   │   │   ├── livereload-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── markupsafe
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _constants.py
│   │   │   │   │   ├── _native.py
│   │   │   │   │   ├── _speedups.c
│   │   │   │   │   └── _speedups.so
│   │   │   │   ├── mccabe-0.6.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── mccabe.py
│   │   │   │   ├── monotonic-1.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── monotonic.py
│   │   │   │   ├── more_itertools
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── more.py
│   │   │   │   │   ├── recipes.py
│   │   │   │   │   └── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_more.py
│   │   │   │   │   └── test_recipes.py
│   │   │   │   ├── more_itertools-5.0.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── nodeenv-1.3.3.dist-info
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── nodeenv.py
│   │   │   │   ├── packaging
│   │   │   │   │   ├── __about__.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _structures.py
│   │   │   │   │   ├── markers.py
│   │   │   │   │   ├── requirements.py
│   │   │   │   │   ├── specifiers.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── packaging-18.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── past
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── builtins
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   └── noniterators.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── translation
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── basestring.py
│   │   │   │   │   │   ├── olddict.py
│   │   │   │   │   │   └── oldstr.py
│   │   │   │   │   └── utils
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── pathlib2
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── pathlib2-2.3.3.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pathtools
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── path.py
│   │   │   │   │   ├── patterns.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── pathtools-0.1.2.dist-info
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pip
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── _internal
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── build_env.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── autocompletion.py
│   │   │   │   │   │   │   ├── base_command.py
│   │   │   │   │   │   │   ├── cmdoptions.py
│   │   │   │   │   │   │   ├── main_parser.py
│   │   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   │   └── status_codes.py
│   │   │   │   │   │   ├── commands
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   │   ├── completion.py
│   │   │   │   │   │   │   ├── configuration.py
│   │   │   │   │   │   │   ├── download.py
│   │   │   │   │   │   │   ├── freeze.py
│   │   │   │   │   │   │   ├── hash.py
│   │   │   │   │   │   │   ├── help.py
│   │   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   │   ├── list.py
│   │   │   │   │   │   │   ├── search.py
│   │   │   │   │   │   │   ├── show.py
│   │   │   │   │   │   │   ├── uninstall.py
│   │   │   │   │   │   │   └── wheel.py
│   │   │   │   │   │   ├── configuration.py
│   │   │   │   │   │   ├── download.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── index.py
│   │   │   │   │   │   ├── locations.py
│   │   │   │   │   │   ├── models
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── candidate.py
│   │   │   │   │   │   │   ├── format_control.py
│   │   │   │   │   │   │   ├── index.py
│   │   │   │   │   │   │   └── link.py
│   │   │   │   │   │   ├── operations
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   │   ├── freeze.py
│   │   │   │   │   │   │   └── prepare.py
│   │   │   │   │   │   ├── pep425tags.py
│   │   │   │   │   │   ├── pyproject.py
│   │   │   │   │   │   ├── req
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── constructors.py
│   │   │   │   │   │   │   ├── req_file.py
│   │   │   │   │   │   │   ├── req_install.py
│   │   │   │   │   │   │   ├── req_set.py
│   │   │   │   │   │   │   ├── req_tracker.py
│   │   │   │   │   │   │   └── req_uninstall.py
│   │   │   │   │   │   ├── resolve.py
│   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── appdirs.py
│   │   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   │   ├── deprecation.py
│   │   │   │   │   │   │   ├── encoding.py
│   │   │   │   │   │   │   ├── filesystem.py
│   │   │   │   │   │   │   ├── glibc.py
│   │   │   │   │   │   │   ├── hashes.py
│   │   │   │   │   │   │   ├── logging.py
│   │   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── outdated.py
│   │   │   │   │   │   │   ├── packaging.py
│   │   │   │   │   │   │   ├── setuptools_build.py
│   │   │   │   │   │   │   ├── temp_dir.py
│   │   │   │   │   │   │   ├── typing.py
│   │   │   │   │   │   │   └── ui.py
│   │   │   │   │   │   ├── vcs
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── bazaar.py
│   │   │   │   │   │   │   ├── git.py
│   │   │   │   │   │   │   ├── mercurial.py
│   │   │   │   │   │   │   └── subversion.py
│   │   │   │   │   │   └── wheel.py
│   │   │   │   │   └── _vendor
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── appdirs.py
│   │   │   │   │   ├── cachecontrol
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _cmd.py
│   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── caches
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── file_cache.py
│   │   │   │   │   │   │   └── redis_cache.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── controller.py
│   │   │   │   │   │   ├── filewrapper.py
│   │   │   │   │   │   ├── heuristics.py
│   │   │   │   │   │   ├── serialize.py
│   │   │   │   │   │   └── wrapper.py
│   │   │   │   │   ├── certifi
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── cacert.pem
│   │   │   │   │   │   └── core.py
│   │   │   │   │   ├── chardet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── big5freq.py
│   │   │   │   │   │   ├── big5prober.py
│   │   │   │   │   │   ├── chardistribution.py
│   │   │   │   │   │   ├── charsetgroupprober.py
│   │   │   │   │   │   ├── charsetprober.py
│   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── chardetect.py
│   │   │   │   │   │   ├── codingstatemachine.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── cp949prober.py
│   │   │   │   │   │   ├── enums.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
│   │   │   │   │   │   ├── langturkishmodel.py
│   │   │   │   │   │   ├── latin1prober.py
│   │   │   │   │   │   ├── mbcharsetprober.py
│   │   │   │   │   │   ├── mbcsgroupprober.py
│   │   │   │   │   │   ├── mbcssm.py
│   │   │   │   │   │   ├── sbcharsetprober.py
│   │   │   │   │   │   ├── sbcsgroupprober.py
│   │   │   │   │   │   ├── sjisprober.py
│   │   │   │   │   │   ├── universaldetector.py
│   │   │   │   │   │   ├── utf8prober.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── colorama
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── ansi.py
│   │   │   │   │   │   ├── ansitowin32.py
│   │   │   │   │   │   ├── initialise.py
│   │   │   │   │   │   ├── win32.py
│   │   │   │   │   │   └── winterm.py
│   │   │   │   │   ├── distlib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _backport
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── _ihatexml.py
│   │   │   │   │   │   ├── _inputstream.py
│   │   │   │   │   │   ├── _tokenizer.py
│   │   │   │   │   │   ├── _trie
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _base.py
│   │   │   │   │   │   │   ├── datrie.py
│   │   │   │   │   │   │   └── py.py
│   │   │   │   │   │   ├── _utils.py
│   │   │   │   │   │   ├── constants.py
│   │   │   │   │   │   ├── filters
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── alphabeticalattributes.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── inject_meta_charset.py
│   │   │   │   │   │   │   ├── lint.py
│   │   │   │   │   │   │   ├── optionaltags.py
│   │   │   │   │   │   │   ├── sanitizer.py
│   │   │   │   │   │   │   └── whitespace.py
│   │   │   │   │   │   ├── html5parser.py
│   │   │   │   │   │   ├── serializer.py
│   │   │   │   │   │   ├── treeadapters
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── genshi.py
│   │   │   │   │   │   │   └── sax.py
│   │   │   │   │   │   ├── treebuilders
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── dom.py
│   │   │   │   │   │   │   ├── etree.py
│   │   │   │   │   │   │   └── etree_lxml.py
│   │   │   │   │   │   └── treewalkers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── dom.py
│   │   │   │   │   │   ├── etree.py
│   │   │   │   │   │   ├── etree_lxml.py
│   │   │   │   │   │   └── genshi.py
│   │   │   │   │   ├── idna
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── codec.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── idnadata.py
│   │   │   │   │   │   ├── intranges.py
│   │   │   │   │   │   ├── package_data.py
│   │   │   │   │   │   └── uts46data.py
│   │   │   │   │   ├── ipaddress.py
│   │   │   │   │   ├── lockfile
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── linklockfile.py
│   │   │   │   │   │   ├── mkdirlockfile.py
│   │   │   │   │   │   ├── pidlockfile.py
│   │   │   │   │   │   ├── sqlitelockfile.py
│   │   │   │   │   │   └── symlinklockfile.py
│   │   │   │   │   ├── msgpack
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _version.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   └── fallback.py
│   │   │   │   │   ├── packaging
│   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── pep517
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _in_process.py
│   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   ├── colorlog.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── envbuild.py
│   │   │   │   │   │   └── wrappers.py
│   │   │   │   │   ├── pkg_resources
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── py31compat.py
│   │   │   │   │   ├── progress
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bar.py
│   │   │   │   │   │   ├── counter.py
│   │   │   │   │   │   ├── helpers.py
│   │   │   │   │   │   └── spinner.py
│   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   ├── pytoml
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   └── writer.py
│   │   │   │   │   ├── requests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __version__.py
│   │   │   │   │   │   ├── _internal_utils.py
│   │   │   │   │   │   ├── adapters.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── auth.py
│   │   │   │   │   │   ├── certs.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── help.py
│   │   │   │   │   │   ├── hooks.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── packages.py
│   │   │   │   │   │   ├── sessions.py
│   │   │   │   │   │   ├── status_codes.py
│   │   │   │   │   │   ├── structures.py
│   │   │   │   │   │   └── utils.py
│   │   │   │   │   ├── retrying.py
│   │   │   │   │   ├── six.py
│   │   │   │   │   ├── urllib3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _collections.py
│   │   │   │   │   │   ├── connection.py
│   │   │   │   │   │   ├── connectionpool.py
│   │   │   │   │   │   ├── contrib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _securetransport
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── bindings.py
│   │   │   │   │   │   │   │   └── low_level.py
│   │   │   │   │   │   │   ├── appengine.py
│   │   │   │   │   │   │   ├── ntlmpool.py
│   │   │   │   │   │   │   ├── pyopenssl.py
│   │   │   │   │   │   │   ├── securetransport.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
│   │   │   │   │   │   ├── queue.py
│   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   ├── retry.py
│   │   │   │   │   │   ├── ssl_.py
│   │   │   │   │   │   ├── timeout.py
│   │   │   │   │   │   ├── url.py
│   │   │   │   │   │   └── wait.py
│   │   │   │   │   └── webencodings
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── labels.py
│   │   │   │   │   ├── mklabels.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   └── x_user_defined.py
│   │   │   │   ├── pip-18.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pkg_resources
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _vendor
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── appdirs.py
│   │   │   │   │   │   ├── packaging
│   │   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   │   └── version.py
│   │   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   │   └── six.py
│   │   │   │   │   ├── extern
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   └── py31compat.py
│   │   │   │   ├── pkginfo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── bdist.py
│   │   │   │   │   ├── commandline.py
│   │   │   │   │   ├── develop.py
│   │   │   │   │   ├── distribution.py
│   │   │   │   │   ├── index.py
│   │   │   │   │   ├── installed.py
│   │   │   │   │   ├── sdist.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_bdist.py
│   │   │   │   │   │   ├── test_commandline.py
│   │   │   │   │   │   ├── test_develop.py
│   │   │   │   │   │   ├── test_distribution.py
│   │   │   │   │   │   ├── test_index.py
│   │   │   │   │   │   ├── test_installed.py
│   │   │   │   │   │   ├── test_sdist.py
│   │   │   │   │   │   ├── test_utils.py
│   │   │   │   │   │   └── test_wheel.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── wheel.py
│   │   │   │   ├── pkginfo-1.4.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pluggy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── callers.py
│   │   │   │   ├── pluggy-0.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── port_for
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _download_ranges.py
│   │   │   │   │   ├── _ranges.py
│   │   │   │   │   ├── api.py
│   │   │   │   │   ├── docopt.py
│   │   │   │   │   ├── ephemeral.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── store.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── port_for-0.3.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pre_commit
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── clientlib.py
│   │   │   │   │   ├── color.py
│   │   │   │   │   ├── color_windows.py
│   │   │   │   │   ├── commands
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── autoupdate.py
│   │   │   │   │   │   ├── clean.py
│   │   │   │   │   │   ├── install_uninstall.py
│   │   │   │   │   │   ├── migrate_config.py
│   │   │   │   │   │   ├── run.py
│   │   │   │   │   │   ├── sample_config.py
│   │   │   │   │   │   └── try_repo.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── envcontext.py
│   │   │   │   │   ├── error_handler.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── file_lock.py
│   │   │   │   │   ├── five.py
│   │   │   │   │   ├── git.py
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   ├── docker.py
│   │   │   │   │   │   ├── docker_image.py
│   │   │   │   │   │   ├── golang.py
│   │   │   │   │   │   ├── helpers.py
│   │   │   │   │   │   ├── node.py
│   │   │   │   │   │   ├── pcre.py
│   │   │   │   │   │   ├── pygrep.py
│   │   │   │   │   │   ├── python.py
│   │   │   │   │   │   ├── python_venv.py
│   │   │   │   │   │   ├── ruby.py
│   │   │   │   │   │   ├── rust.py
│   │   │   │   │   │   ├── script.py
│   │   │   │   │   │   ├── swift.py
│   │   │   │   │   │   └── system.py
│   │   │   │   │   ├── logging_handler.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── make_archives.py
│   │   │   │   │   ├── manifest.py
│   │   │   │   │   ├── meta_hooks
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── check_hooks_apply.py
│   │   │   │   │   │   └── check_useless_excludes.py
│   │   │   │   │   ├── output.py
│   │   │   │   │   ├── parse_shebang.py
│   │   │   │   │   ├── prefix.py
│   │   │   │   │   ├── prefixed_command_runner.py
│   │   │   │   │   ├── repository.py
│   │   │   │   │   ├── resources
│   │   │   │   │   │   ├── empty_template
│   │   │   │   │   │   │   ├── .npmignore
│   │   │   │   │   │   │   ├── Cargo.toml
│   │   │   │   │   │   │   ├── main.go
│   │   │   │   │   │   │   ├── main.rs
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── pre_commit_dummy_package.gemspec
│   │   │   │   │   │   │   └── setup.py
│   │   │   │   │   │   ├── hook-tmpl
│   │   │   │   │   │   ├── pre-push-tmpl
│   │   │   │   │   │   ├── rbenv.tar.gz
│   │   │   │   │   │   ├── ruby-build.tar.gz
│   │   │   │   │   │   └── ruby-download.tar.gz
│   │   │   │   │   ├── runner.py
│   │   │   │   │   ├── schema.py
│   │   │   │   │   ├── staged_files_only.py
│   │   │   │   │   ├── store.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── xargs.py
│   │   │   │   ├── pre_commit-1.10.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── ptr.py
│   │   │   │   ├── py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __metainfo.py
│   │   │   │   │   ├── _builtin.py
│   │   │   │   │   ├── _code
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _assertionnew.py
│   │   │   │   │   │   ├── _assertionold.py
│   │   │   │   │   │   ├── _py2traceback.py
│   │   │   │   │   │   ├── assertion.py
│   │   │   │   │   │   ├── code.py
│   │   │   │   │   │   └── source.py
│   │   │   │   │   ├── _error.py
│   │   │   │   │   ├── _io
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── capture.py
│   │   │   │   │   │   ├── saferepr.py
│   │   │   │   │   │   └── terminalwriter.py
│   │   │   │   │   ├── _log
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── log.py
│   │   │   │   │   │   └── warning.py
│   │   │   │   │   ├── _path
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── cacheutil.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   ├── local.py
│   │   │   │   │   │   ├── svnurl.py
│   │   │   │   │   │   └── svnwc.py
│   │   │   │   │   ├── _process
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── cmdexec.py
│   │   │   │   │   │   ├── forkedfunc.py
│   │   │   │   │   │   └── killproc.py
│   │   │   │   │   ├── _std.py
│   │   │   │   │   ├── _vendored_packages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── apipkg.py
│   │   │   │   │   │   └── iniconfig.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── _xmlgen.py
│   │   │   │   │   └── test.py
│   │   │   │   ├── py-1.7.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pygments
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cmdline.py
│   │   │   │   │   ├── console.py
│   │   │   │   │   ├── filter.py
│   │   │   │   │   ├── filters
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── formatter.py
│   │   │   │   │   ├── formatters
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _mapping.py
│   │   │   │   │   │   ├── bbcode.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── img.py
│   │   │   │   │   │   ├── irc.py
│   │   │   │   │   │   ├── latex.py
│   │   │   │   │   │   ├── other.py
│   │   │   │   │   │   ├── rtf.py
│   │   │   │   │   │   ├── svg.py
│   │   │   │   │   │   ├── terminal.py
│   │   │   │   │   │   └── terminal256.py
│   │   │   │   │   ├── lexer.py
│   │   │   │   │   ├── lexers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _asy_builtins.py
│   │   │   │   │   │   ├── _cl_builtins.py
│   │   │   │   │   │   ├── _cocoa_builtins.py
│   │   │   │   │   │   ├── _csound_builtins.py
│   │   │   │   │   │   ├── _lasso_builtins.py
│   │   │   │   │   │   ├── _lua_builtins.py
│   │   │   │   │   │   ├── _mapping.py
│   │   │   │   │   │   ├── _mql_builtins.py
│   │   │   │   │   │   ├── _openedge_builtins.py
│   │   │   │   │   │   ├── _php_builtins.py
│   │   │   │   │   │   ├── _postgres_builtins.py
│   │   │   │   │   │   ├── _scilab_builtins.py
│   │   │   │   │   │   ├── _sourcemod_builtins.py
│   │   │   │   │   │   ├── _stan_builtins.py
│   │   │   │   │   │   ├── _stata_builtins.py
│   │   │   │   │   │   ├── _tsql_builtins.py
│   │   │   │   │   │   ├── _vim_builtins.py
│   │   │   │   │   │   ├── actionscript.py
│   │   │   │   │   │   ├── agile.py
│   │   │   │   │   │   ├── algebra.py
│   │   │   │   │   │   ├── ambient.py
│   │   │   │   │   │   ├── ampl.py
│   │   │   │   │   │   ├── apl.py
│   │   │   │   │   │   ├── archetype.py
│   │   │   │   │   │   ├── asm.py
│   │   │   │   │   │   ├── automation.py
│   │   │   │   │   │   ├── basic.py
│   │   │   │   │   │   ├── bibtex.py
│   │   │   │   │   │   ├── business.py
│   │   │   │   │   │   ├── c_cpp.py
│   │   │   │   │   │   ├── c_like.py
│   │   │   │   │   │   ├── capnproto.py
│   │   │   │   │   │   ├── chapel.py
│   │   │   │   │   │   ├── clean.py
│   │   │   │   │   │   ├── compiled.py
│   │   │   │   │   │   ├── configs.py
│   │   │   │   │   │   ├── console.py
│   │   │   │   │   │   ├── crystal.py
│   │   │   │   │   │   ├── csound.py
│   │   │   │   │   │   ├── css.py
│   │   │   │   │   │   ├── d.py
│   │   │   │   │   │   ├── dalvik.py
│   │   │   │   │   │   ├── data.py
│   │   │   │   │   │   ├── diff.py
│   │   │   │   │   │   ├── dotnet.py
│   │   │   │   │   │   ├── dsls.py
│   │   │   │   │   │   ├── dylan.py
│   │   │   │   │   │   ├── ecl.py
│   │   │   │   │   │   ├── eiffel.py
│   │   │   │   │   │   ├── elm.py
│   │   │   │   │   │   ├── erlang.py
│   │   │   │   │   │   ├── esoteric.py
│   │   │   │   │   │   ├── ezhil.py
│   │   │   │   │   │   ├── factor.py
│   │   │   │   │   │   ├── fantom.py
│   │   │   │   │   │   ├── felix.py
│   │   │   │   │   │   ├── forth.py
│   │   │   │   │   │   ├── fortran.py
│   │   │   │   │   │   ├── foxpro.py
│   │   │   │   │   │   ├── functional.py
│   │   │   │   │   │   ├── go.py
│   │   │   │   │   │   ├── grammar_notation.py
│   │   │   │   │   │   ├── graph.py
│   │   │   │   │   │   ├── graphics.py
│   │   │   │   │   │   ├── haskell.py
│   │   │   │   │   │   ├── haxe.py
│   │   │   │   │   │   ├── hdl.py
│   │   │   │   │   │   ├── hexdump.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── idl.py
│   │   │   │   │   │   ├── igor.py
│   │   │   │   │   │   ├── inferno.py
│   │   │   │   │   │   ├── installers.py
│   │   │   │   │   │   ├── int_fiction.py
│   │   │   │   │   │   ├── iolang.py
│   │   │   │   │   │   ├── j.py
│   │   │   │   │   │   ├── javascript.py
│   │   │   │   │   │   ├── julia.py
│   │   │   │   │   │   ├── jvm.py
│   │   │   │   │   │   ├── lisp.py
│   │   │   │   │   │   ├── make.py
│   │   │   │   │   │   ├── markup.py
│   │   │   │   │   │   ├── math.py
│   │   │   │   │   │   ├── matlab.py
│   │   │   │   │   │   ├── ml.py
│   │   │   │   │   │   ├── modeling.py
│   │   │   │   │   │   ├── modula2.py
│   │   │   │   │   │   ├── monte.py
│   │   │   │   │   │   ├── ncl.py
│   │   │   │   │   │   ├── nimrod.py
│   │   │   │   │   │   ├── nit.py
│   │   │   │   │   │   ├── nix.py
│   │   │   │   │   │   ├── oberon.py
│   │   │   │   │   │   ├── objective.py
│   │   │   │   │   │   ├── ooc.py
│   │   │   │   │   │   ├── other.py
│   │   │   │   │   │   ├── parasail.py
│   │   │   │   │   │   ├── parsers.py
│   │   │   │   │   │   ├── pascal.py
│   │   │   │   │   │   ├── pawn.py
│   │   │   │   │   │   ├── perl.py
│   │   │   │   │   │   ├── php.py
│   │   │   │   │   │   ├── praat.py
│   │   │   │   │   │   ├── prolog.py
│   │   │   │   │   │   ├── python.py
│   │   │   │   │   │   ├── qvt.py
│   │   │   │   │   │   ├── r.py
│   │   │   │   │   │   ├── rdf.py
│   │   │   │   │   │   ├── rebol.py
│   │   │   │   │   │   ├── resource.py
│   │   │   │   │   │   ├── rnc.py
│   │   │   │   │   │   ├── roboconf.py
│   │   │   │   │   │   ├── robotframework.py
│   │   │   │   │   │   ├── ruby.py
│   │   │   │   │   │   ├── rust.py
│   │   │   │   │   │   ├── sas.py
│   │   │   │   │   │   ├── scripting.py
│   │   │   │   │   │   ├── shell.py
│   │   │   │   │   │   ├── smalltalk.py
│   │   │   │   │   │   ├── smv.py
│   │   │   │   │   │   ├── snobol.py
│   │   │   │   │   │   ├── special.py
│   │   │   │   │   │   ├── sql.py
│   │   │   │   │   │   ├── stata.py
│   │   │   │   │   │   ├── supercollider.py
│   │   │   │   │   │   ├── tcl.py
│   │   │   │   │   │   ├── templates.py
│   │   │   │   │   │   ├── testing.py
│   │   │   │   │   │   ├── text.py
│   │   │   │   │   │   ├── textedit.py
│   │   │   │   │   │   ├── textfmts.py
│   │   │   │   │   │   ├── theorem.py
│   │   │   │   │   │   ├── trafficscript.py
│   │   │   │   │   │   ├── typoscript.py
│   │   │   │   │   │   ├── urbi.py
│   │   │   │   │   │   ├── varnish.py
│   │   │   │   │   │   ├── verification.py
│   │   │   │   │   │   ├── web.py
│   │   │   │   │   │   ├── webmisc.py
│   │   │   │   │   │   ├── whiley.py
│   │   │   │   │   │   ├── x10.py
│   │   │   │   │   │   └── xorg.py
│   │   │   │   │   ├── modeline.py
│   │   │   │   │   ├── plugin.py
│   │   │   │   │   ├── regexopt.py
│   │   │   │   │   ├── scanner.py
│   │   │   │   │   ├── sphinxext.py
│   │   │   │   │   ├── style.py
│   │   │   │   │   ├── styles
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── abap.py
│   │   │   │   │   │   ├── algol.py
│   │   │   │   │   │   ├── algol_nu.py
│   │   │   │   │   │   ├── arduino.py
│   │   │   │   │   │   ├── autumn.py
│   │   │   │   │   │   ├── borland.py
│   │   │   │   │   │   ├── bw.py
│   │   │   │   │   │   ├── colorful.py
│   │   │   │   │   │   ├── default.py
│   │   │   │   │   │   ├── emacs.py
│   │   │   │   │   │   ├── friendly.py
│   │   │   │   │   │   ├── fruity.py
│   │   │   │   │   │   ├── igor.py
│   │   │   │   │   │   ├── lovelace.py
│   │   │   │   │   │   ├── manni.py
│   │   │   │   │   │   ├── monokai.py
│   │   │   │   │   │   ├── murphy.py
│   │   │   │   │   │   ├── native.py
│   │   │   │   │   │   ├── paraiso_dark.py
│   │   │   │   │   │   ├── paraiso_light.py
│   │   │   │   │   │   ├── pastie.py
│   │   │   │   │   │   ├── perldoc.py
│   │   │   │   │   │   ├── rainbow_dash.py
│   │   │   │   │   │   ├── rrt.py
│   │   │   │   │   │   ├── sas.py
│   │   │   │   │   │   ├── stata.py
│   │   │   │   │   │   ├── tango.py
│   │   │   │   │   │   ├── trac.py
│   │   │   │   │   │   ├── vim.py
│   │   │   │   │   │   ├── vs.py
│   │   │   │   │   │   └── xcode.py
│   │   │   │   │   ├── token.py
│   │   │   │   │   ├── unistring.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── pylint
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── __pkginfo__.py
│   │   │   │   │   ├── checkers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── async.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── classes.py
│   │   │   │   │   │   ├── design_analysis.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   ├── imports.py
│   │   │   │   │   │   ├── logging.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── newstyle.py
│   │   │   │   │   │   ├── python3.py
│   │   │   │   │   │   ├── raw_metrics.py
│   │   │   │   │   │   ├── refactoring.py
│   │   │   │   │   │   ├── similar.py
│   │   │   │   │   │   ├── spelling.py
│   │   │   │   │   │   ├── stdlib.py
│   │   │   │   │   │   ├── strings.py
│   │   │   │   │   │   ├── typecheck.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   └── variables.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── epylint.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _check_docs_utils.py
│   │   │   │   │   │   ├── bad_builtin.py
│   │   │   │   │   │   ├── check_docs.py
│   │   │   │   │   │   ├── check_elif.py
│   │   │   │   │   │   ├── comparetozero.py
│   │   │   │   │   │   ├── docparams.py
│   │   │   │   │   │   ├── docstyle.py
│   │   │   │   │   │   ├── emptystring.py
│   │   │   │   │   │   ├── mccabe.py
│   │   │   │   │   │   ├── overlapping_exceptions.py
│   │   │   │   │   │   └── redefined_variable_type.py
│   │   │   │   │   ├── graph.py
│   │   │   │   │   ├── interfaces.py
│   │   │   │   │   ├── lint.py
│   │   │   │   │   ├── pyreverse
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── diadefslib.py
│   │   │   │   │   │   ├── diagrams.py
│   │   │   │   │   │   ├── inspector.py
│   │   │   │   │   │   ├── main.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   ├── vcgutils.py
│   │   │   │   │   │   └── writer.py
│   │   │   │   │   ├── reporters
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── json.py
│   │   │   │   │   │   ├── text.py
│   │   │   │   │   │   └── ureports
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── nodes.py
│   │   │   │   │   │   └── text_writer.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── a.py
│   │   │   │   │   │   ├── acceptance
│   │   │   │   │   │   │   └── test_stdlib.py
│   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── ascript
│   │   │   │   │   │   │   ├── classes_No_Name.dot
│   │   │   │   │   │   │   ├── clientmodule_test.py
│   │   │   │   │   │   │   ├── packages_No_Name.dot
│   │   │   │   │   │   │   └── suppliermodule_test.py
│   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── bad_builtin.py
│   │   │   │   │   │   │   │   ├── compare_to_zero.py
│   │   │   │   │   │   │   │   ├── docstring.py
│   │   │   │   │   │   │   │   ├── elif.py
│   │   │   │   │   │   │   │   ├── empty_string_comparison.py
│   │   │   │   │   │   │   │   ├── mccabe.py
│   │   │   │   │   │   │   │   ├── overlapping_exceptions.py
│   │   │   │   │   │   │   │   ├── overlapping_exceptions_py33.py
│   │   │   │   │   │   │   │   └── redefined.py
│   │   │   │   │   │   │   ├── test_bad_builtin.py
│   │   │   │   │   │   │   ├── test_check_docs.py
│   │   │   │   │   │   │   ├── test_check_docs_utils.py
│   │   │   │   │   │   │   ├── test_check_mccabe.py
│   │   │   │   │   │   │   ├── test_check_raise_docs.py
│   │   │   │   │   │   │   ├── test_check_return_docs.py
│   │   │   │   │   │   │   ├── test_check_yields_docs.py
│   │   │   │   │   │   │   ├── test_comparetozero.py
│   │   │   │   │   │   │   ├── test_docstyle.py
│   │   │   │   │   │   │   ├── test_elseif_used.py
│   │   │   │   │   │   │   ├── test_emptystring.py
│   │   │   │   │   │   │   ├── test_overlapping_exceptions.py
│   │   │   │   │   │   │   └── test_redefined.py
│   │   │   │   │   │   ├── functional
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── abstract_abc_methods.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_in_class.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.txt
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.txt
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.txt
│   │   │   │   │   │   │   ├── abstract_method_py2.py
│   │   │   │   │   │   │   ├── abstract_method_py2.rc
│   │   │   │   │   │   │   ├── abstract_method_py2.txt
│   │   │   │   │   │   │   ├── abstract_method_py3.py
│   │   │   │   │   │   │   ├── abstract_method_py3.rc
│   │   │   │   │   │   │   ├── abstract_method_py3.txt
│   │   │   │   │   │   │   ├── access_member_before_definition.py
│   │   │   │   │   │   │   ├── access_member_before_definition.txt
│   │   │   │   │   │   │   ├── access_to__name__.py
│   │   │   │   │   │   │   ├── access_to__name__.txt
│   │   │   │   │   │   │   ├── access_to_protected_members.py
│   │   │   │   │   │   │   ├── access_to_protected_members.txt
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.py
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.rc
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.txt
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.py
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.rc
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.txt
│   │   │   │   │   │   │   ├── arguments.py
│   │   │   │   │   │   │   ├── arguments.txt
│   │   │   │   │   │   │   ├── arguments_differ.py
│   │   │   │   │   │   │   ├── arguments_differ.txt
│   │   │   │   │   │   │   ├── arguments_differ_py3.py
│   │   │   │   │   │   │   ├── arguments_differ_py3.rc
│   │   │   │   │   │   │   ├── arguments_differ_py3.txt
│   │   │   │   │   │   │   ├── assert_on_tuple.py
│   │   │   │   │   │   │   ├── assert_on_tuple.txt
│   │   │   │   │   │   │   ├── assigning_non_slot.py
│   │   │   │   │   │   │   ├── assigning_non_slot.txt
│   │   │   │   │   │   │   ├── async_functions.py
│   │   │   │   │   │   │   ├── async_functions.rc
│   │   │   │   │   │   │   ├── async_functions.txt
│   │   │   │   │   │   │   ├── attribute_defined_outside_init.py
│   │   │   │   │   │   │   ├── attribute_defined_outside_init.txt
│   │   │   │   │   │   │   ├── bad_continuation.py
│   │   │   │   │   │   │   ├── bad_continuation.txt
│   │   │   │   │   │   │   ├── bad_continuation_py36.py
│   │   │   │   │   │   │   ├── bad_continuation_py36.rc
│   │   │   │   │   │   │   ├── bad_except_order.py
│   │   │   │   │   │   │   ├── bad_except_order.txt
│   │   │   │   │   │   │   ├── bad_exception_context.py
│   │   │   │   │   │   │   ├── bad_exception_context.rc
│   │   │   │   │   │   │   ├── bad_exception_context.txt
│   │   │   │   │   │   │   ├── bad_indentation.py
│   │   │   │   │   │   │   ├── bad_indentation.txt
│   │   │   │   │   │   │   ├── bad_inline_option.py
│   │   │   │   │   │   │   ├── bad_inline_option.rc
│   │   │   │   │   │   │   ├── bad_inline_option.txt
│   │   │   │   │   │   │   ├── bad_open_mode.py
│   │   │   │   │   │   │   ├── bad_open_mode.rc
│   │   │   │   │   │   │   ├── bad_open_mode.txt
│   │   │   │   │   │   │   ├── bad_open_mode_py3.py
│   │   │   │   │   │   │   ├── bad_open_mode_py3.rc
│   │   │   │   │   │   │   ├── bad_open_mode_py3.txt
│   │   │   │   │   │   │   ├── bad_reversed_sequence.py
│   │   │   │   │   │   │   ├── bad_reversed_sequence.txt
│   │   │   │   │   │   │   ├── bad_staticmethod_argument.py
│   │   │   │   │   │   │   ├── bad_staticmethod_argument.txt
│   │   │   │   │   │   │   ├── bad_thread_instantiation.py
│   │   │   │   │   │   │   ├── bad_thread_instantiation.txt
│   │   │   │   │   │   │   ├── bad_whitespace.py
│   │   │   │   │   │   │   ├── bad_whitespace.txt
│   │   │   │   │   │   │   ├── bare_except.py
│   │   │   │   │   │   │   ├── bare_except.txt
│   │   │   │   │   │   │   ├── blacklisted_name.py
│   │   │   │   │   │   │   ├── blacklisted_name.txt
│   │   │   │   │   │   │   ├── boolean_datetime.py
│   │   │   │   │   │   │   ├── boolean_datetime.rc
│   │   │   │   │   │   │   ├── boolean_datetime.txt
│   │   │   │   │   │   │   ├── broad_except.py
│   │   │   │   │   │   │   ├── broad_except.txt
│   │   │   │   │   │   │   ├── bugfix_local_scope_metaclass_1177.py
│   │   │   │   │   │   │   ├── bugfix_local_scope_metaclass_1177.rc
│   │   │   │   │   │   │   ├── cellvar_escaping_loop.py
│   │   │   │   │   │   │   ├── cellvar_escaping_loop.txt
│   │   │   │   │   │   │   ├── class_members_py27.py
│   │   │   │   │   │   │   ├── class_members_py27.rc
│   │   │   │   │   │   │   ├── class_members_py27.txt
│   │   │   │   │   │   │   ├── class_members_py30.py
│   │   │   │   │   │   │   ├── class_members_py30.rc
│   │   │   │   │   │   │   ├── class_members_py30.txt
│   │   │   │   │   │   │   ├── class_scope.py
│   │   │   │   │   │   │   ├── class_scope.txt
│   │   │   │   │   │   │   ├── confidence_filter.py
│   │   │   │   │   │   │   ├── confidence_filter.rc
│   │   │   │   │   │   │   ├── confidence_filter.txt
│   │   │   │   │   │   │   ├── confusing_with_statement.py
│   │   │   │   │   │   │   ├── confusing_with_statement.txt
│   │   │   │   │   │   │   ├── consider_iterating_dictionary.py
│   │   │   │   │   │   │   ├── consider_iterating_dictionary.txt
│   │   │   │   │   │   │   ├── consider_merging_isinstance.py
│   │   │   │   │   │   │   ├── consider_merging_isinstance.txt
│   │   │   │   │   │   │   ├── consider_using_enumerate.py
│   │   │   │   │   │   │   ├── consider_using_enumerate.txt
│   │   │   │   │   │   │   ├── continue_in_finally.py
│   │   │   │   │   │   │   ├── continue_in_finally.txt
│   │   │   │   │   │   │   ├── crash_missing_module_type.py
│   │   │   │   │   │   │   ├── crash_missing_module_type.txt
│   │   │   │   │   │   │   ├── ctor_arguments.py
│   │   │   │   │   │   │   ├── ctor_arguments.txt
│   │   │   │   │   │   │   ├── dangerous_default_value.py
│   │   │   │   │   │   │   ├── dangerous_default_value.rc
│   │   │   │   │   │   │   ├── dangerous_default_value.txt
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.py
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.rc
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.txt
│   │   │   │   │   │   │   ├── defined_and_used_on_same_line.py
│   │   │   │   │   │   │   ├── deprecated_lambda.py
│   │   │   │   │   │   │   ├── deprecated_lambda.rc
│   │   │   │   │   │   │   ├── deprecated_lambda.txt
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.py
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.rc
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py2.py
│   │   │   │   │   │   │   ├── deprecated_methods_py2.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py2.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py3.py
│   │   │   │   │   │   │   ├── deprecated_methods_py3.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py3.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py36.py
│   │   │   │   │   │   │   ├── deprecated_methods_py36.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py36.txt
│   │   │   │   │   │   │   ├── deprecated_module_py2.py
│   │   │   │   │   │   │   ├── deprecated_module_py2.rc
│   │   │   │   │   │   │   ├── deprecated_module_py2.txt
│   │   │   │   │   │   │   ├── deprecated_module_py3.py
│   │   │   │   │   │   │   ├── deprecated_module_py3.rc
│   │   │   │   │   │   │   ├── deprecated_module_py3.txt
│   │   │   │   │   │   │   ├── deprecated_module_py36.py
│   │   │   │   │   │   │   ├── deprecated_module_py36.rc
│   │   │   │   │   │   │   ├── deprecated_module_py36.txt
│   │   │   │   │   │   │   ├── deprecated_module_py4.py
│   │   │   │   │   │   │   ├── deprecated_module_py4.rc
│   │   │   │   │   │   │   ├── deprecated_module_py4.txt
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.py
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.rc
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.txt
│   │   │   │   │   │   │   ├── disable_msg_github_issue_1389.py
│   │   │   │   │   │   │   ├── disable_msg_github_issue_1389.rc
│   │   │   │   │   │   │   ├── disable_ungrouped_imports.py
│   │   │   │   │   │   │   ├── disable_ungrouped_imports.txt
│   │   │   │   │   │   │   ├── disable_wrong_import_order.py
│   │   │   │   │   │   │   ├── disable_wrong_import_order.txt
│   │   │   │   │   │   │   ├── disable_wrong_import_position.py
│   │   │   │   │   │   │   ├── docstrings.py
│   │   │   │   │   │   │   ├── docstrings.txt
│   │   │   │   │   │   │   ├── duplicate_argument_name.py
│   │   │   │   │   │   │   ├── duplicate_argument_name.txt
│   │   │   │   │   │   │   ├── duplicate_bases.py
│   │   │   │   │   │   │   ├── duplicate_bases.txt
│   │   │   │   │   │   │   ├── duplicate_dict_literal_key.py
│   │   │   │   │   │   │   ├── duplicate_dict_literal_key.txt
│   │   │   │   │   │   │   ├── duplicate_except.py
│   │   │   │   │   │   │   ├── duplicate_except.txt
│   │   │   │   │   │   │   ├── eval_used.py
│   │   │   │   │   │   │   ├── eval_used.txt
│   │   │   │   │   │   │   ├── exception_is_binary_op.py
│   │   │   │   │   │   │   ├── exception_is_binary_op.txt
│   │   │   │   │   │   │   ├── exception_message.py
│   │   │   │   │   │   │   ├── exception_message.rc
│   │   │   │   │   │   │   ├── exception_message.txt
│   │   │   │   │   │   │   ├── exec_used_py2.py
│   │   │   │   │   │   │   ├── exec_used_py2.rc
│   │   │   │   │   │   │   ├── exec_used_py2.txt
│   │   │   │   │   │   │   ├── exec_used_py3.py
│   │   │   │   │   │   │   ├── exec_used_py3.rc
│   │   │   │   │   │   │   ├── exec_used_py3.txt
│   │   │   │   │   │   │   ├── fallback_import_disabled.py
│   │   │   │   │   │   │   ├── fallback_import_disabled.txt
│   │   │   │   │   │   │   ├── fallback_import_enabled.py
│   │   │   │   │   │   │   ├── fallback_import_enabled.rc
│   │   │   │   │   │   │   ├── fallback_import_enabled.txt
│   │   │   │   │   │   │   ├── fixme.py
│   │   │   │   │   │   │   ├── fixme.txt
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.py
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.rc
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.txt
│   │   │   │   │   │   │   ├── formatted_string_literal_with_if_py36.py
│   │   │   │   │   │   │   ├── formatted_string_literal_with_if_py36.rc
│   │   │   │   │   │   │   ├── formatting.txt
│   │   │   │   │   │   │   ├── function_redefined.py
│   │   │   │   │   │   │   ├── function_redefined.txt
│   │   │   │   │   │   │   ├── future_import.py
│   │   │   │   │   │   │   ├── future_unicode_literals.py
│   │   │   │   │   │   │   ├── future_unicode_literals.rc
│   │   │   │   │   │   │   ├── future_unicode_literals.txt
│   │   │   │   │   │   │   ├── generated_members.py
│   │   │   │   │   │   │   ├── generated_members.rc
│   │   │   │   │   │   │   ├── genexp_in_class_scope.py
│   │   │   │   │   │   │   ├── genexp_in_class_scope.txt
│   │   │   │   │   │   │   ├── genexpr_variable_scope.py
│   │   │   │   │   │   │   ├── genexpr_variable_scope.txt
│   │   │   │   │   │   │   ├── globals.py
│   │   │   │   │   │   │   ├── globals.txt
│   │   │   │   │   │   │   ├── import_error.py
│   │   │   │   │   │   │   ├── import_error.rc
│   │   │   │   │   │   │   ├── import_error.txt
│   │   │   │   │   │   │   ├── inconsistent_mro.py
│   │   │   │   │   │   │   ├── inconsistent_mro.txt
│   │   │   │   │   │   │   ├── inconsistent_returns.py
│   │   │   │   │   │   │   ├── inconsistent_returns.rc
│   │   │   │   │   │   │   ├── inconsistent_returns.txt
│   │   │   │   │   │   │   ├── indexing_exception.py
│   │   │   │   │   │   │   ├── indexing_exception.rc
│   │   │   │   │   │   │   ├── indexing_exception.txt
│   │   │   │   │   │   │   ├── inherit_non_class.py
│   │   │   │   │   │   │   ├── inherit_non_class.txt
│   │   │   │   │   │   │   ├── init_is_generator.py
│   │   │   │   │   │   │   ├── init_is_generator.txt
│   │   │   │   │   │   │   ├── init_not_called.py
│   │   │   │   │   │   │   ├── init_not_called.txt
│   │   │   │   │   │   │   ├── init_subclass_classmethod_py36.py
│   │   │   │   │   │   │   ├── init_subclass_classmethod_py36.rc
│   │   │   │   │   │   │   ├── invalid_all_object.py
│   │   │   │   │   │   │   ├── invalid_all_object.txt
│   │   │   │   │   │   │   ├── invalid_encoding_py27.py
│   │   │   │   │   │   │   ├── invalid_encoding_py27.rc
│   │   │   │   │   │   │   ├── invalid_encoding_py27.txt
│   │   │   │   │   │   │   ├── invalid_exceptions_caught.py
│   │   │   │   │   │   │   ├── invalid_exceptions_caught.txt
│   │   │   │   │   │   │   ├── invalid_exceptions_raised.py
│   │   │   │   │   │   │   ├── invalid_exceptions_raised.txt
│   │   │   │   │   │   │   ├── invalid_length_returned.py
│   │   │   │   │   │   │   ├── invalid_length_returned.txt
│   │   │   │   │   │   │   ├── invalid_metaclass.py
│   │   │   │   │   │   │   ├── invalid_metaclass.txt
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.py
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.rc
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.txt
│   │   │   │   │   │   │   ├── invalid_name.py
│   │   │   │   │   │   │   ├── invalid_name.txt
│   │   │   │   │   │   │   ├── invalid_sequence_index.py
│   │   │   │   │   │   │   ├── invalid_sequence_index.txt
│   │   │   │   │   │   │   ├── invalid_slice_index.py
│   │   │   │   │   │   │   ├── invalid_slice_index.txt
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.py
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.rc
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.txt
│   │   │   │   │   │   │   ├── invalid_unary_operand_type.py
│   │   │   │   │   │   │   ├── invalid_unary_operand_type.txt
│   │   │   │   │   │   │   ├── iterable_context.py
│   │   │   │   │   │   │   ├── iterable_context.txt
│   │   │   │   │   │   │   ├── iterable_context_py2.py
│   │   │   │   │   │   │   ├── iterable_context_py2.rc
│   │   │   │   │   │   │   ├── iterable_context_py2.txt
│   │   │   │   │   │   │   ├── iterable_context_py3.py
│   │   │   │   │   │   │   ├── iterable_context_py3.rc
│   │   │   │   │   │   │   ├── iterable_context_py3.txt
│   │   │   │   │   │   │   ├── keyword_arg_before_vararg.py
│   │   │   │   │   │   │   ├── keyword_arg_before_vararg.txt
│   │   │   │   │   │   │   ├── len_checks.py
│   │   │   │   │   │   │   ├── len_checks.txt
│   │   │   │   │   │   │   ├── line_endings.py
│   │   │   │   │   │   │   ├── line_endings.rc
│   │   │   │   │   │   │   ├── line_endings.txt
│   │   │   │   │   │   │   ├── line_too_long.py
│   │   │   │   │   │   │   ├── line_too_long.txt
│   │   │   │   │   │   │   ├── literal_comparison.py
│   │   │   │   │   │   │   ├── literal_comparison.txt
│   │   │   │   │   │   │   ├── logging_format_interpolation.py
│   │   │   │   │   │   │   ├── logging_format_interpolation.txt
│   │   │   │   │   │   │   ├── logging_not_lazy.py
│   │   │   │   │   │   │   ├── logging_not_lazy.txt
│   │   │   │   │   │   │   ├── long_lines_with_utf8.py
│   │   │   │   │   │   │   ├── long_lines_with_utf8.txt
│   │   │   │   │   │   │   ├── long_utf8_lines.py
│   │   │   │   │   │   │   ├── long_utf8_lines.txt
│   │   │   │   │   │   │   ├── lost_exception.py
│   │   │   │   │   │   │   ├── lost_exception.txt
│   │   │   │   │   │   │   ├── mapping_context.py
│   │   │   │   │   │   │   ├── mapping_context.txt
│   │   │   │   │   │   │   ├── mapping_context_py2.py
│   │   │   │   │   │   │   ├── mapping_context_py2.rc
│   │   │   │   │   │   │   ├── mapping_context_py2.txt
│   │   │   │   │   │   │   ├── mapping_context_py3.py
│   │   │   │   │   │   │   ├── mapping_context_py3.rc
│   │   │   │   │   │   │   ├── mapping_context_py3.txt
│   │   │   │   │   │   │   ├── member_checks.py
│   │   │   │   │   │   │   ├── member_checks.txt
│   │   │   │   │   │   │   ├── member_checks_hints.py
│   │   │   │   │   │   │   ├── member_checks_hints.rc
│   │   │   │   │   │   │   ├── member_checks_hints.txt
│   │   │   │   │   │   │   ├── member_checks_no_hints.py
│   │   │   │   │   │   │   ├── member_checks_no_hints.rc
│   │   │   │   │   │   │   ├── member_checks_no_hints.txt
│   │   │   │   │   │   │   ├── member_checks_opaque.py
│   │   │   │   │   │   │   ├── member_checks_opaque.rc
│   │   │   │   │   │   │   ├── member_checks_opaque.txt
│   │   │   │   │   │   │   ├── membership_protocol.py
│   │   │   │   │   │   │   ├── membership_protocol.txt
│   │   │   │   │   │   │   ├── membership_protocol_py2.py
│   │   │   │   │   │   │   ├── membership_protocol_py2.rc
│   │   │   │   │   │   │   ├── membership_protocol_py2.txt
│   │   │   │   │   │   │   ├── membership_protocol_py3.py
│   │   │   │   │   │   │   ├── membership_protocol_py3.rc
│   │   │   │   │   │   │   ├── membership_protocol_py3.txt
│   │   │   │   │   │   │   ├── method_hidden.py
│   │   │   │   │   │   │   ├── method_hidden.txt
│   │   │   │   │   │   │   ├── misplaced_bare_raise.py
│   │   │   │   │   │   │   ├── misplaced_bare_raise.txt
│   │   │   │   │   │   │   ├── misplaced_comparison_constant.py
│   │   │   │   │   │   │   ├── misplaced_comparison_constant.txt
│   │   │   │   │   │   │   ├── misplaced_future.py
│   │   │   │   │   │   │   ├── misplaced_future.txt
│   │   │   │   │   │   │   ├── missing_docstring.py
│   │   │   │   │   │   │   ├── missing_docstring.txt
│   │   │   │   │   │   │   ├── missing_final_newline.py
│   │   │   │   │   │   │   ├── missing_final_newline.txt
│   │   │   │   │   │   │   ├── missing_kwoa_py3.py
│   │   │   │   │   │   │   ├── missing_kwoa_py3.rc
│   │   │   │   │   │   │   ├── missing_kwoa_py3.txt
│   │   │   │   │   │   │   ├── missing_self_argument.py
│   │   │   │   │   │   │   ├── missing_self_argument.txt
│   │   │   │   │   │   │   ├── mixed_indentation.py
│   │   │   │   │   │   │   ├── mixed_indentation.txt
│   │   │   │   │   │   │   ├── monkeypatch_method.py
│   │   │   │   │   │   │   ├── monkeypatch_method.txt
│   │   │   │   │   │   │   ├── multiple_imports.py
│   │   │   │   │   │   │   ├── multiple_imports.txt
│   │   │   │   │   │   │   ├── namePresetCamelCase.py
│   │   │   │   │   │   │   ├── namePresetCamelCase.rc
│   │   │   │   │   │   │   ├── namePresetCamelCase.txt
│   │   │   │   │   │   │   ├── name_preset_snake_case.py
│   │   │   │   │   │   │   ├── name_preset_snake_case.rc
│   │   │   │   │   │   │   ├── name_preset_snake_case.txt
│   │   │   │   │   │   │   ├── name_styles.py
│   │   │   │   │   │   │   ├── name_styles.rc
│   │   │   │   │   │   │   ├── name_styles.txt
│   │   │   │   │   │   │   ├── namedtuple_member_inference.py
│   │   │   │   │   │   │   ├── namedtuple_member_inference.txt
│   │   │   │   │   │   │   ├── names_in__all__.py
│   │   │   │   │   │   │   ├── names_in__all__.txt
│   │   │   │   │   │   │   ├── nested_blocks_issue1088.py
│   │   │   │   │   │   │   ├── nested_blocks_issue1088.txt
│   │   │   │   │   │   │   ├── newstyle__slots__.py
│   │   │   │   │   │   │   ├── newstyle__slots__.txt
│   │   │   │   │   │   │   ├── newstyle_properties.py
│   │   │   │   │   │   │   ├── newstyle_properties.txt
│   │   │   │   │   │   │   ├── no_classmethod_decorator.py
│   │   │   │   │   │   │   ├── no_classmethod_decorator.txt
│   │   │   │   │   │   │   ├── no_else_return.py
│   │   │   │   │   │   │   ├── no_else_return.txt
│   │   │   │   │   │   │   ├── no_name_in_module.py
│   │   │   │   │   │   │   ├── no_name_in_module.txt
│   │   │   │   │   │   │   ├── no_self_use.py
│   │   │   │   │   │   │   ├── no_self_use.txt
│   │   │   │   │   │   │   ├── no_self_use_py3.py
│   │   │   │   │   │   │   ├── no_self_use_py3.rc
│   │   │   │   │   │   │   ├── no_self_use_py3.txt
│   │   │   │   │   │   │   ├── no_staticmethod_decorator.py
│   │   │   │   │   │   │   ├── no_staticmethod_decorator.txt
│   │   │   │   │   │   │   ├── non_iterator_returned.py
│   │   │   │   │   │   │   ├── non_iterator_returned.txt
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.py
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.rc
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.txt
│   │   │   │   │   │   │   ├── nonexistent_operator.py
│   │   │   │   │   │   │   ├── nonexistent_operator.txt
│   │   │   │   │   │   │   ├── nonlocal_and_global.py
│   │   │   │   │   │   │   ├── nonlocal_and_global.rc
│   │   │   │   │   │   │   ├── nonlocal_and_global.txt
│   │   │   │   │   │   │   ├── nonlocal_without_binding.py
│   │   │   │   │   │   │   ├── nonlocal_without_binding.rc
│   │   │   │   │   │   │   ├── nonlocal_without_binding.txt
│   │   │   │   │   │   │   ├── not_async_context_manager.py
│   │   │   │   │   │   │   ├── not_async_context_manager.rc
│   │   │   │   │   │   │   ├── not_async_context_manager.txt
│   │   │   │   │   │   │   ├── not_callable.py
│   │   │   │   │   │   │   ├── not_callable.txt
│   │   │   │   │   │   │   ├── not_context_manager.py
│   │   │   │   │   │   │   ├── not_context_manager.txt
│   │   │   │   │   │   │   ├── not_in_loop.py
│   │   │   │   │   │   │   ├── not_in_loop.txt
│   │   │   │   │   │   │   ├── old_division_manually.py
│   │   │   │   │   │   │   ├── old_division_manually.rc
│   │   │   │   │   │   │   ├── old_style_class_py27.py
│   │   │   │   │   │   │   ├── old_style_class_py27.rc
│   │   │   │   │   │   │   ├── old_style_class_py27.txt
│   │   │   │   │   │   │   ├── print_always_warns.py
│   │   │   │   │   │   │   ├── print_always_warns.rc
│   │   │   │   │   │   │   ├── print_always_warns.txt
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.py
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.rc
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.txt
│   │   │   │   │   │   │   ├── raising_format_tuple.py
│   │   │   │   │   │   │   ├── raising_format_tuple.txt
│   │   │   │   │   │   │   ├── raising_non_exception_py3.py
│   │   │   │   │   │   │   ├── raising_non_exception_py3.rc
│   │   │   │   │   │   │   ├── raising_non_exception_py3.txt
│   │   │   │   │   │   │   ├── raising_self.py
│   │   │   │   │   │   │   ├── raising_self.txt
│   │   │   │   │   │   │   ├── recursion_error_940.py
│   │   │   │   │   │   │   ├── redefine_in_handler.py
│   │   │   │   │   │   │   ├── redefine_in_handler.rc
│   │   │   │   │   │   │   ├── redefine_in_handler.txt
│   │   │   │   │   │   │   ├── redefined_argument_from_local.py
│   │   │   │   │   │   │   ├── redefined_argument_from_local.txt
│   │   │   │   │   │   │   ├── redefined_builtin.py
│   │   │   │   │   │   │   ├── redefined_builtin.txt
│   │   │   │   │   │   │   ├── redundant_unittest_assert.py
│   │   │   │   │   │   │   ├── redundant_unittest_assert.txt
│   │   │   │   │   │   │   ├── regression_1326_crash_uninferable.py
│   │   │   │   │   │   │   ├── regression_no_value_for_parameter.py
│   │   │   │   │   │   │   ├── regression_no_value_for_parameter.txt
│   │   │   │   │   │   │   ├── reimported.py
│   │   │   │   │   │   │   ├── reimported.txt
│   │   │   │   │   │   │   ├── repeated_keyword.py
│   │   │   │   │   │   │   ├── repeated_keyword.txt
│   │   │   │   │   │   │   ├── return_in_init.py
│   │   │   │   │   │   │   ├── return_in_init.txt
│   │   │   │   │   │   │   ├── return_outside_function.py
│   │   │   │   │   │   │   ├── return_outside_function.txt
│   │   │   │   │   │   │   ├── reused_outer_loop_variable.py
│   │   │   │   │   │   │   ├── reused_outer_loop_variable.txt
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.py
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.rc
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.txt
│   │   │   │   │   │   │   ├── signature_differs.py
│   │   │   │   │   │   │   ├── signature_differs.txt
│   │   │   │   │   │   │   ├── simplifiable_if_statement.py
│   │   │   │   │   │   │   ├── simplifiable_if_statement.txt
│   │   │   │   │   │   │   ├── singledispatch_functions.py
│   │   │   │   │   │   │   ├── singledispatch_functions.rc
│   │   │   │   │   │   │   ├── singledispatch_functions.txt
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.py
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.rc
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.txt
│   │   │   │   │   │   │   ├── singleton_comparison.py
│   │   │   │   │   │   │   ├── singleton_comparison.txt
│   │   │   │   │   │   │   ├── slots_checks.py
│   │   │   │   │   │   │   ├── slots_checks.txt
│   │   │   │   │   │   │   ├── socketerror_import.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target.rc
│   │   │   │   │   │   │   ├── star_needs_assignment_target.txt
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.rc
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.txt
│   │   │   │   │   │   │   ├── statement_without_effect.py
│   │   │   │   │   │   │   ├── statement_without_effect.txt
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.py
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.rc
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.txt
│   │   │   │   │   │   │   ├── string_formatting.py
│   │   │   │   │   │   │   ├── string_formatting.txt
│   │   │   │   │   │   │   ├── string_formatting_disable.py
│   │   │   │   │   │   │   ├── string_formatting_disable.rc
│   │   │   │   │   │   │   ├── string_formatting_disable.txt
│   │   │   │   │   │   │   ├── string_formatting_failed_inference.py
│   │   │   │   │   │   │   ├── string_formatting_py27.py
│   │   │   │   │   │   │   ├── string_formatting_py27.rc
│   │   │   │   │   │   │   ├── string_formatting_py27.txt
│   │   │   │   │   │   │   ├── string_formatting_py3.py
│   │   │   │   │   │   │   ├── string_formatting_py3.rc
│   │   │   │   │   │   │   ├── string_formatting_py3.txt
│   │   │   │   │   │   │   ├── super_checks.py
│   │   │   │   │   │   │   ├── super_checks.txt
│   │   │   │   │   │   │   ├── superfluous_parens.py
│   │   │   │   │   │   │   ├── superfluous_parens.txt
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.py
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.rc
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.txt
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.py
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.rc
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.txt
│   │   │   │   │   │   │   ├── syntax_error.py
│   │   │   │   │   │   │   ├── syntax_error.rc
│   │   │   │   │   │   │   ├── syntax_error.txt
│   │   │   │   │   │   │   ├── syntax_error_jython.py
│   │   │   │   │   │   │   ├── syntax_error_jython.rc
│   │   │   │   │   │   │   ├── syntax_error_jython.txt
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.py
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.rc
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.txt
│   │   │   │   │   │   │   ├── ternary.py
│   │   │   │   │   │   │   ├── ternary.txt
│   │   │   │   │   │   │   ├── test_compile.py
│   │   │   │   │   │   │   ├── tokenize_error.py
│   │   │   │   │   │   │   ├── tokenize_error.rc
│   │   │   │   │   │   │   ├── tokenize_error.txt
│   │   │   │   │   │   │   ├── tokenize_error_jython.py
│   │   │   │   │   │   │   ├── tokenize_error_jython.rc
│   │   │   │   │   │   │   ├── tokenize_error_jython.txt
│   │   │   │   │   │   │   ├── too_few_public_methods.py
│   │   │   │   │   │   │   ├── too_few_public_methods.txt
│   │   │   │   │   │   │   ├── too_many_ancestors.py
│   │   │   │   │   │   │   ├── too_many_ancestors.txt
│   │   │   │   │   │   │   ├── too_many_arguments.py
│   │   │   │   │   │   │   ├── too_many_arguments.txt
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.py
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.rc
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.txt
│   │   │   │   │   │   │   ├── too_many_boolean_expressions.py
│   │   │   │   │   │   │   ├── too_many_boolean_expressions.txt
│   │   │   │   │   │   │   ├── too_many_branches.py
│   │   │   │   │   │   │   ├── too_many_branches.txt
│   │   │   │   │   │   │   ├── too_many_instance_attributes.py
│   │   │   │   │   │   │   ├── too_many_instance_attributes.txt
│   │   │   │   │   │   │   ├── too_many_lines.py
│   │   │   │   │   │   │   ├── too_many_lines.txt
│   │   │   │   │   │   │   ├── too_many_lines_disabled.py
│   │   │   │   │   │   │   ├── too_many_locals.py
│   │   │   │   │   │   │   ├── too_many_locals.txt
│   │   │   │   │   │   │   ├── too_many_nested_blocks.py
│   │   │   │   │   │   │   ├── too_many_nested_blocks.txt
│   │   │   │   │   │   │   ├── too_many_public_methods.py
│   │   │   │   │   │   │   ├── too_many_public_methods.txt
│   │   │   │   │   │   │   ├── too_many_return_statements.py
│   │   │   │   │   │   │   ├── too_many_return_statements.txt
│   │   │   │   │   │   │   ├── too_many_star_expressions.py
│   │   │   │   │   │   │   ├── too_many_star_expressions.rc
│   │   │   │   │   │   │   ├── too_many_star_expressions.txt
│   │   │   │   │   │   │   ├── too_many_statements.py
│   │   │   │   │   │   │   ├── too_many_statements.txt
│   │   │   │   │   │   │   ├── trailing_comma_tuple.py
│   │   │   │   │   │   │   ├── trailing_comma_tuple.rc
│   │   │   │   │   │   │   ├── trailing_comma_tuple.txt
│   │   │   │   │   │   │   ├── trailing_newlines.py
│   │   │   │   │   │   │   ├── trailing_newlines.txt
│   │   │   │   │   │   │   ├── trailing_whitespaces.py
│   │   │   │   │   │   │   ├── trailing_whitespaces.txt
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking.py
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking.txt
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking_py30.py
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking_py30.rc
│   │   │   │   │   │   │   ├── undefined_loop_variable.py
│   │   │   │   │   │   │   ├── undefined_loop_variable.txt
│   │   │   │   │   │   │   ├── undefined_variable.py
│   │   │   │   │   │   │   ├── undefined_variable.txt
│   │   │   │   │   │   │   ├── undefined_variable_py30.py
│   │   │   │   │   │   │   ├── undefined_variable_py30.rc
│   │   │   │   │   │   │   ├── undefined_variable_py30.txt
│   │   │   │   │   │   │   ├── unexpected_special_method_signature.py
│   │   │   │   │   │   │   ├── unexpected_special_method_signature.txt
│   │   │   │   │   │   │   ├── ungrouped_imports.py
│   │   │   │   │   │   │   ├── ungrouped_imports.txt
│   │   │   │   │   │   │   ├── unidiomatic_typecheck.py
│   │   │   │   │   │   │   ├── unidiomatic_typecheck.txt
│   │   │   │   │   │   │   ├── uninferable_all_object.py
│   │   │   │   │   │   │   ├── unnecessary_lambda.py
│   │   │   │   │   │   │   ├── unnecessary_lambda.txt
│   │   │   │   │   │   │   ├── unnecessary_pass.py
│   │   │   │   │   │   │   ├── unnecessary_pass.txt
│   │   │   │   │   │   │   ├── unneeded_not.py
│   │   │   │   │   │   │   ├── unneeded_not.txt
│   │   │   │   │   │   │   ├── unpacked_exceptions.py
│   │   │   │   │   │   │   ├── unpacked_exceptions.rc
│   │   │   │   │   │   │   ├── unpacked_exceptions.txt
│   │   │   │   │   │   │   ├── unpacking.py
│   │   │   │   │   │   │   ├── unpacking_generalizations.py
│   │   │   │   │   │   │   ├── unpacking_generalizations.rc
│   │   │   │   │   │   │   ├── unpacking_generalizations.txt
│   │   │   │   │   │   │   ├── unpacking_non_sequence.py
│   │   │   │   │   │   │   ├── unpacking_non_sequence.txt
│   │   │   │   │   │   │   ├── unreachable.py
│   │   │   │   │   │   │   ├── unreachable.txt
│   │   │   │   │   │   │   ├── unrecognized_inline_option.py
│   │   │   │   │   │   │   ├── unrecognized_inline_option.txt
│   │   │   │   │   │   │   ├── unsubscriptable_value.py
│   │   │   │   │   │   │   ├── unsubscriptable_value.txt
│   │   │   │   │   │   │   ├── unsupported_assignment_operation.py
│   │   │   │   │   │   │   ├── unsupported_assignment_operation.txt
│   │   │   │   │   │   │   ├── unsupported_binary_operation.py
│   │   │   │   │   │   │   ├── unsupported_binary_operation.rc
│   │   │   │   │   │   │   ├── unsupported_binary_operation.txt
│   │   │   │   │   │   │   ├── unsupported_delete_operation.py
│   │   │   │   │   │   │   ├── unsupported_delete_operation.txt
│   │   │   │   │   │   │   ├── unused_argument.py
│   │   │   │   │   │   │   ├── unused_argument.txt
│   │   │   │   │   │   │   ├── unused_argument_py3.py
│   │   │   │   │   │   │   ├── unused_argument_py3.rc
│   │   │   │   │   │   │   ├── unused_argument_py3.txt
│   │   │   │   │   │   │   ├── unused_global_variable1.py
│   │   │   │   │   │   │   ├── unused_global_variable2.py
│   │   │   │   │   │   │   ├── unused_global_variable2.rc
│   │   │   │   │   │   │   ├── unused_global_variable2.txt
│   │   │   │   │   │   │   ├── unused_global_variable3.py
│   │   │   │   │   │   │   ├── unused_global_variable4.py
│   │   │   │   │   │   │   ├── unused_global_variable4.rc
│   │   │   │   │   │   │   ├── unused_global_variable4.txt
│   │   │   │   │   │   │   ├── unused_import.py
│   │   │   │   │   │   │   ├── unused_import.txt
│   │   │   │   │   │   │   ├── unused_import_assigned_to.py
│   │   │   │   │   │   │   ├── unused_typing_imports.py
│   │   │   │   │   │   │   ├── unused_typing_imports.rc
│   │   │   │   │   │   │   ├── unused_variable.py
│   │   │   │   │   │   │   ├── unused_variable.txt
│   │   │   │   │   │   │   ├── used_before_assignment_488.py
│   │   │   │   │   │   │   ├── used_before_assignment_issue1081.py
│   │   │   │   │   │   │   ├── used_before_assignment_issue1081.txt
│   │   │   │   │   │   │   ├── used_before_assignment_issue853.py
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.py
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.rc
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.txt
│   │   │   │   │   │   │   ├── used_prior_global_declaration.py
│   │   │   │   │   │   │   ├── used_prior_global_declaration.rc
│   │   │   │   │   │   │   ├── used_prior_global_declaration.txt
│   │   │   │   │   │   │   ├── useless_else_on_loop.py
│   │   │   │   │   │   │   ├── useless_else_on_loop.txt
│   │   │   │   │   │   │   ├── useless_super_delegation.py
│   │   │   │   │   │   │   ├── useless_super_delegation.txt
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.py
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.rc
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.txt
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.py
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.rc
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.txt
│   │   │   │   │   │   │   ├── using_constant_test.py
│   │   │   │   │   │   │   ├── using_constant_test.txt
│   │   │   │   │   │   │   ├── wildcard_import.py
│   │   │   │   │   │   │   ├── wildcard_import.txt
│   │   │   │   │   │   │   ├── wildcard_import_allowed.py
│   │   │   │   │   │   │   ├── wildcard_import_allowed.rc
│   │   │   │   │   │   │   ├── wildcard_import_allowed.txt
│   │   │   │   │   │   │   ├── with_used_before_assign.py
│   │   │   │   │   │   │   ├── with_used_before_assign.txt
│   │   │   │   │   │   │   ├── with_using_generator.py
│   │   │   │   │   │   │   ├── with_using_generator.txt
│   │   │   │   │   │   │   ├── wrong_import_order.py
│   │   │   │   │   │   │   ├── wrong_import_order.txt
│   │   │   │   │   │   │   ├── wrong_import_order2.py
│   │   │   │   │   │   │   ├── wrong_import_position.py
│   │   │   │   │   │   │   ├── wrong_import_position.txt
│   │   │   │   │   │   │   ├── wrong_import_position10.py
│   │   │   │   │   │   │   ├── wrong_import_position11.py
│   │   │   │   │   │   │   ├── wrong_import_position11.txt
│   │   │   │   │   │   │   ├── wrong_import_position12.py
│   │   │   │   │   │   │   ├── wrong_import_position12.txt
│   │   │   │   │   │   │   ├── wrong_import_position13.py
│   │   │   │   │   │   │   ├── wrong_import_position13.txt
│   │   │   │   │   │   │   ├── wrong_import_position14.py
│   │   │   │   │   │   │   ├── wrong_import_position14.txt
│   │   │   │   │   │   │   ├── wrong_import_position15.py
│   │   │   │   │   │   │   ├── wrong_import_position2.py
│   │   │   │   │   │   │   ├── wrong_import_position3.py
│   │   │   │   │   │   │   ├── wrong_import_position4.py
│   │   │   │   │   │   │   ├── wrong_import_position5.py
│   │   │   │   │   │   │   ├── wrong_import_position6.py
│   │   │   │   │   │   │   ├── wrong_import_position7.py
│   │   │   │   │   │   │   ├── wrong_import_position8.py
│   │   │   │   │   │   │   ├── wrong_import_position9.py
│   │   │   │   │   │   │   ├── wrong_import_position_exclude_dunder_main.py
│   │   │   │   │   │   │   ├── wrong_import_position_exclude_dunder_main.txt
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.py
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.rc
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.txt
│   │   │   │   │   │   │   ├── yield_from_outside_func.py
│   │   │   │   │   │   │   ├── yield_from_outside_func.rc
│   │   │   │   │   │   │   ├── yield_from_outside_func.txt
│   │   │   │   │   │   │   ├── yield_inside_async_function.py
│   │   │   │   │   │   │   ├── yield_inside_async_function.rc
│   │   │   │   │   │   │   ├── yield_inside_async_function.txt
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.py
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.rc
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.txt
│   │   │   │   │   │   │   ├── yield_outside_func.py
│   │   │   │   │   │   │   └── yield_outside_func.txt
│   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── func_3k_removed_stuff_py_30.py
│   │   │   │   │   │   │   ├── func_bad_cont_dictcomp_py27.py
│   │   │   │   │   │   │   ├── func_block_disable_msg.py
│   │   │   │   │   │   │   ├── func_bug113231.py
│   │   │   │   │   │   │   ├── func_disable_linebased.py
│   │   │   │   │   │   │   ├── func_dotted_ancestor.py
│   │   │   │   │   │   │   ├── func_e0012.py
│   │   │   │   │   │   │   ├── func_e0204.py
│   │   │   │   │   │   │   ├── func_e12xx.py
│   │   │   │   │   │   │   ├── func_e13xx.py
│   │   │   │   │   │   │   ├── func_excess_escapes.py
│   │   │   │   │   │   │   ├── func_first_arg.py
│   │   │   │   │   │   │   ├── func_i0011.py
│   │   │   │   │   │   │   ├── func_i0012.py
│   │   │   │   │   │   │   ├── func_i0013.py
│   │   │   │   │   │   │   ├── func_i0014.py
│   │   │   │   │   │   │   ├── func_i0020.py
│   │   │   │   │   │   │   ├── func_i0022.py
│   │   │   │   │   │   │   ├── func_logging_not_lazy_with_logger.py
│   │   │   │   │   │   │   ├── func_loopvar_in_dict_comp_py27.py
│   │   │   │   │   │   │   ├── func_module___dict__.py
│   │   │   │   │   │   │   ├── func_nameerror_on_string_substitution.py
│   │   │   │   │   │   │   ├── func_no_dummy_redefined.py
│   │   │   │   │   │   │   ├── func_noerror___init___return_from_inner_function.py
│   │   │   │   │   │   │   ├── func_noerror_access_attr_before_def_false_positive.py
│   │   │   │   │   │   │   ├── func_noerror_base_init_vars.py
│   │   │   │   │   │   │   ├── func_noerror_builtin_module_test.py
│   │   │   │   │   │   │   ├── func_noerror_class_attributes.py
│   │   │   │   │   │   │   ├── func_noerror_classes_meth_could_be_a_function.py
│   │   │   │   │   │   │   ├── func_noerror_classes_protected_member_access.py
│   │   │   │   │   │   │   ├── func_noerror_decorator_scope.py
│   │   │   │   │   │   │   ├── func_noerror_e1101_9588_base_attr_aug_assign.py
│   │   │   │   │   │   │   ├── func_noerror_external_classmethod_crash.py
│   │   │   │   │   │   │   ├── func_noerror_inner_classes.py
│   │   │   │   │   │   │   ├── func_noerror_lambda_use_before_assign.py
│   │   │   │   │   │   │   ├── func_noerror_mcs_attr_access.py
│   │   │   │   │   │   │   ├── func_noerror_new_style_class_py_30.py
│   │   │   │   │   │   │   ├── func_noerror_no_warning_docstring.py
│   │   │   │   │   │   │   ├── func_noerror_object_as_class_attribute.py
│   │   │   │   │   │   │   ├── func_noerror_overloaded_operator.py
│   │   │   │   │   │   │   ├── func_noerror_property_affectation_py26.py
│   │   │   │   │   │   │   ├── func_noerror_yield_assign_py25.py
│   │   │   │   │   │   │   ├── func_noerror_yield_return_mix.py
│   │   │   │   │   │   │   ├── func_nonregr___file___global.py
│   │   │   │   │   │   │   ├── func_return_yield_mix_py_33.py
│   │   │   │   │   │   │   ├── func_typecheck_callfunc_assigment.py
│   │   │   │   │   │   │   ├── func_unused_import_py30.py
│   │   │   │   │   │   │   ├── func_variables_unused_name_from_wilcard_import.py
│   │   │   │   │   │   │   ├── func_w0122_py_30.py
│   │   │   │   │   │   │   ├── func_w0233.py
│   │   │   │   │   │   │   ├── func_w0332_py_30.py
│   │   │   │   │   │   │   ├── func_w0401.py
│   │   │   │   │   │   │   ├── func_w0401_disabled.py
│   │   │   │   │   │   │   ├── func_w0401_disabled_in_func.py
│   │   │   │   │   │   │   ├── func_w0401_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── all_the_things.py
│   │   │   │   │   │   │   │   ├── thing1.py
│   │   │   │   │   │   │   │   └── thing2.py
│   │   │   │   │   │   │   ├── func_w0404.py
│   │   │   │   │   │   │   ├── func_w0405.py
│   │   │   │   │   │   │   ├── func_w0406.py
│   │   │   │   │   │   │   ├── func_w0611.py
│   │   │   │   │   │   │   ├── func_w0612.py
│   │   │   │   │   │   │   ├── func_w0613.py
│   │   │   │   │   │   │   ├── func_w0623_py30.py
│   │   │   │   │   │   │   ├── func_w0801.py
│   │   │   │   │   │   │   ├── ignore_except_pass_by_default.py
│   │   │   │   │   │   │   ├── noext
│   │   │   │   │   │   │   ├── not__init__.py
│   │   │   │   │   │   │   ├── similar1
│   │   │   │   │   │   │   ├── similar2
│   │   │   │   │   │   │   ├── w0401_cycle.py
│   │   │   │   │   │   │   └── w0801_same.py
│   │   │   │   │   │   ├── messages
│   │   │   │   │   │   │   ├── builtin_module.txt
│   │   │   │   │   │   │   ├── func_3k_removed_stuff_py_30.txt
│   │   │   │   │   │   │   ├── func_bad_cont_dictcomp_py27.txt
│   │   │   │   │   │   │   ├── func_block_disable_msg.txt
│   │   │   │   │   │   │   ├── func_bug113231.txt
│   │   │   │   │   │   │   ├── func_disable_linebased.txt
│   │   │   │   │   │   │   ├── func_disable_linebased_py30.txt
│   │   │   │   │   │   │   ├── func_dotted_ancestor.txt
│   │   │   │   │   │   │   ├── func_e0012.txt
│   │   │   │   │   │   │   ├── func_e0204.txt
│   │   │   │   │   │   │   ├── func_e12xx.txt
│   │   │   │   │   │   │   ├── func_e13xx.txt
│   │   │   │   │   │   │   ├── func_e13xx_py30.txt
│   │   │   │   │   │   │   ├── func_excess_escapes.txt
│   │   │   │   │   │   │   ├── func_first_arg.txt
│   │   │   │   │   │   │   ├── func_i0011.txt
│   │   │   │   │   │   │   ├── func_i0012.txt
│   │   │   │   │   │   │   ├── func_i0013.txt
│   │   │   │   │   │   │   ├── func_i0014.txt
│   │   │   │   │   │   │   ├── func_i0020.txt
│   │   │   │   │   │   │   ├── func_i0022.txt
│   │   │   │   │   │   │   ├── func_logging_not_lazy_with_logger.txt
│   │   │   │   │   │   │   ├── func_loopvar_in_dict_comp_py27.txt
│   │   │   │   │   │   │   ├── func_module___dict__.txt
│   │   │   │   │   │   │   ├── func_nameerror_on_string_substitution.txt
│   │   │   │   │   │   │   ├── func_no_dummy_redefined.txt
│   │   │   │   │   │   │   ├── func_nonregr___file___global.txt
│   │   │   │   │   │   │   ├── func_raw_escapes.txt
│   │   │   │   │   │   │   ├── func_return_yield_mix_py_33.txt
│   │   │   │   │   │   │   ├── func_toolonglines_py30.txt
│   │   │   │   │   │   │   ├── func_typecheck_callfunc_assigment.txt
│   │   │   │   │   │   │   ├── func_typecheck_getattr_py30.txt
│   │   │   │   │   │   │   ├── func_typecheck_non_callable_call.txt
│   │   │   │   │   │   │   ├── func_unicode_literal_py26.txt
│   │   │   │   │   │   │   ├── func_unicode_literal_py274.txt
│   │   │   │   │   │   │   ├── func_unused_import_py30.txt
│   │   │   │   │   │   │   ├── func_use_for_or_listcomp_var_py29.txt
│   │   │   │   │   │   │   ├── func_use_for_or_listcomp_var_py30.txt
│   │   │   │   │   │   │   ├── func_variables_unused_name_from_wilcard_import.txt
│   │   │   │   │   │   │   ├── func_w0122_py_30.txt
│   │   │   │   │   │   │   ├── func_w0233.txt
│   │   │   │   │   │   │   ├── func_w0312.txt
│   │   │   │   │   │   │   ├── func_w0332_py_30.txt
│   │   │   │   │   │   │   ├── func_w0401.txt
│   │   │   │   │   │   │   ├── func_w0401_disabled.txt
│   │   │   │   │   │   │   ├── func_w0401_disabled_in_func.txt
│   │   │   │   │   │   │   ├── func_w0401_package.txt
│   │   │   │   │   │   │   ├── func_w0404.txt
│   │   │   │   │   │   │   ├── func_w0405.txt
│   │   │   │   │   │   │   ├── func_w0406.txt
│   │   │   │   │   │   │   ├── func_w0611.txt
│   │   │   │   │   │   │   ├── func_w0612.txt
│   │   │   │   │   │   │   ├── func_w0613.txt
│   │   │   │   │   │   │   ├── func_w0622.txt
│   │   │   │   │   │   │   ├── func_w0623.txt
│   │   │   │   │   │   │   ├── func_w0623_py30.txt
│   │   │   │   │   │   │   ├── func_w0623_py_30.txt
│   │   │   │   │   │   │   ├── func_w0801.txt
│   │   │   │   │   │   │   └── func_with_without_as_py25.txt
│   │   │   │   │   │   ├── regrtest_data
│   │   │   │   │   │   │   ├── .pylintrc
│   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   ├── application_crash.py
│   │   │   │   │   │   │   ├── bad_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── wrong.py
│   │   │   │   │   │   │   ├── beyond_top
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── data.py
│   │   │   │   │   │   │   ├── classdoc_usage.py
│   │   │   │   │   │   │   ├── comments_pylintrc
│   │   │   │   │   │   │   ├── decimal_inference.py
│   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   ├── dummy
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── another.py
│   │   │   │   │   │   │   │   └── dummy.py
│   │   │   │   │   │   │   ├── dummy_plugin
│   │   │   │   │   │   │   │   └── dummy_plugin.py
│   │   │   │   │   │   │   ├── dummy_plugin.rc
│   │   │   │   │   │   │   ├── huge.py
│   │   │   │   │   │   │   ├── import_assign.py
│   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   ├── import_something.py
│   │   │   │   │   │   │   ├── meta.py
│   │   │   │   │   │   │   ├── module_global.py
│   │   │   │   │   │   │   ├── no_stdout_encoding.py
│   │   │   │   │   │   │   ├── numarray_import.py
│   │   │   │   │   │   │   ├── numarray_inf.py
│   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   ├── AudioTime.py
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── package_all
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── notmissing.py
│   │   │   │   │   │   │   ├── precedence_test.py
│   │   │   │   │   │   │   ├── py3k-disabled.rc
│   │   │   │   │   │   │   ├── py3k_error_flag.py
│   │   │   │   │   │   │   ├── py3k_errors_and_warnings.py
│   │   │   │   │   │   │   ├── special_attr_scope_lookup_crash.py
│   │   │   │   │   │   │   ├── syntax_error.py
│   │   │   │   │   │   │   ├── test_pylintrc_comments.py
│   │   │   │   │   │   │   ├── try_finally_disable_msg_crash.py
│   │   │   │   │   │   │   └── wrong_import_position.py
│   │   │   │   │   │   ├── test_func.py
│   │   │   │   │   │   ├── test_functional.py
│   │   │   │   │   │   ├── test_import_graph.py
│   │   │   │   │   │   ├── test_regr.py
│   │   │   │   │   │   ├── test_self.py
│   │   │   │   │   │   ├── unittest_checker_base.py
│   │   │   │   │   │   ├── unittest_checker_classes.py
│   │   │   │   │   │   ├── unittest_checker_exceptions.py
│   │   │   │   │   │   ├── unittest_checker_format.py
│   │   │   │   │   │   ├── unittest_checker_imports.py
│   │   │   │   │   │   ├── unittest_checker_logging.py
│   │   │   │   │   │   ├── unittest_checker_misc.py
│   │   │   │   │   │   ├── unittest_checker_python3.py
│   │   │   │   │   │   ├── unittest_checker_similar.py
│   │   │   │   │   │   ├── unittest_checker_spelling.py
│   │   │   │   │   │   ├── unittest_checker_stdlib.py
│   │   │   │   │   │   ├── unittest_checker_strings.py
│   │   │   │   │   │   ├── unittest_checker_typecheck.py
│   │   │   │   │   │   ├── unittest_checker_variables.py
│   │   │   │   │   │   ├── unittest_checkers_utils.py
│   │   │   │   │   │   ├── unittest_config.py
│   │   │   │   │   │   ├── unittest_lint.py
│   │   │   │   │   │   ├── unittest_pyreverse_diadefs.py
│   │   │   │   │   │   ├── unittest_pyreverse_inspector.py
│   │   │   │   │   │   ├── unittest_pyreverse_writer.py
│   │   │   │   │   │   ├── unittest_reporters_json.py
│   │   │   │   │   │   ├── unittest_reporting.py
│   │   │   │   │   │   └── unittest_utils.py
│   │   │   │   │   ├── testutils.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── pylint-1.9.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pyparsing-2.3.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pyparsing.py
│   │   │   │   ├── pytest-3.6.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytest-cov.pth
│   │   │   │   ├── pytest.py
│   │   │   │   ├── pytest_cov
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── embed.py
│   │   │   │   │   ├── engine.py
│   │   │   │   │   └── plugin.py
│   │   │   │   ├── pytest_cov-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytest_runner-4.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytz
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── lazy.py
│   │   │   │   │   ├── reference.py
│   │   │   │   │   ├── tzfile.py
│   │   │   │   │   ├── tzinfo.py
│   │   │   │   │   └── zoneinfo
│   │   │   │   │   ├── Africa
│   │   │   │   │   │   ├── Abidjan
│   │   │   │   │   │   ├── Accra
│   │   │   │   │   │   ├── Addis_Ababa
│   │   │   │   │   │   ├── Algiers
│   │   │   │   │   │   ├── Asmara
│   │   │   │   │   │   ├── Asmera
│   │   │   │   │   │   ├── Bamako
│   │   │   │   │   │   ├── Bangui
│   │   │   │   │   │   ├── Banjul
│   │   │   │   │   │   ├── Bissau
│   │   │   │   │   │   ├── Blantyre
│   │   │   │   │   │   ├── Brazzaville
│   │   │   │   │   │   ├── Bujumbura
│   │   │   │   │   │   ├── Cairo
│   │   │   │   │   │   ├── Casablanca
│   │   │   │   │   │   ├── Ceuta
│   │   │   │   │   │   ├── Conakry
│   │   │   │   │   │   ├── Dakar
│   │   │   │   │   │   ├── Dar_es_Salaam
│   │   │   │   │   │   ├── Djibouti
│   │   │   │   │   │   ├── Douala
│   │   │   │   │   │   ├── El_Aaiun
│   │   │   │   │   │   ├── Freetown
│   │   │   │   │   │   ├── Gaborone
│   │   │   │   │   │   ├── Harare
│   │   │   │   │   │   ├── Johannesburg
│   │   │   │   │   │   ├── Juba
│   │   │   │   │   │   ├── Kampala
│   │   │   │   │   │   ├── Khartoum
│   │   │   │   │   │   ├── Kigali
│   │   │   │   │   │   ├── Kinshasa
│   │   │   │   │   │   ├── Lagos
│   │   │   │   │   │   ├── Libreville
│   │   │   │   │   │   ├── Lome
│   │   │   │   │   │   ├── Luanda
│   │   │   │   │   │   ├── Lubumbashi
│   │   │   │   │   │   ├── Lusaka
│   │   │   │   │   │   ├── Malabo
│   │   │   │   │   │   ├── Maputo
│   │   │   │   │   │   ├── Maseru
│   │   │   │   │   │   ├── Mbabane
│   │   │   │   │   │   ├── Mogadishu
│   │   │   │   │   │   ├── Monrovia
│   │   │   │   │   │   ├── Nairobi
│   │   │   │   │   │   ├── Ndjamena
│   │   │   │   │   │   ├── Niamey
│   │   │   │   │   │   ├── Nouakchott
│   │   │   │   │   │   ├── Ouagadougou
│   │   │   │   │   │   ├── Porto-Novo
│   │   │   │   │   │   ├── Sao_Tome
│   │   │   │   │   │   ├── Timbuktu
│   │   │   │   │   │   ├── Tripoli
│   │   │   │   │   │   ├── Tunis
│   │   │   │   │   │   └── Windhoek
│   │   │   │   │   ├── America
│   │   │   │   │   │   ├── Adak
│   │   │   │   │   │   ├── Anchorage
│   │   │   │   │   │   ├── Anguilla
│   │   │   │   │   │   ├── Antigua
│   │   │   │   │   │   ├── Araguaina
│   │   │   │   │   │   ├── Argentina
│   │   │   │   │   │   │   ├── Buenos_Aires
│   │   │   │   │   │   │   ├── Catamarca
│   │   │   │   │   │   │   ├── ComodRivadavia
│   │   │   │   │   │   │   ├── Cordoba
│   │   │   │   │   │   │   ├── Jujuy
│   │   │   │   │   │   │   ├── La_Rioja
│   │   │   │   │   │   │   ├── Mendoza
│   │   │   │   │   │   │   ├── Rio_Gallegos
│   │   │   │   │   │   │   ├── Salta
│   │   │   │   │   │   │   ├── San_Juan
│   │   │   │   │   │   │   ├── San_Luis
│   │   │   │   │   │   │   ├── Tucuman
│   │   │   │   │   │   │   └── Ushuaia
│   │   │   │   │   │   ├── Aruba
│   │   │   │   │   │   ├── Asuncion
│   │   │   │   │   │   ├── Atikokan
│   │   │   │   │   │   ├── Atka
│   │   │   │   │   │   ├── Bahia
│   │   │   │   │   │   ├── Bahia_Banderas
│   │   │   │   │   │   ├── Barbados
│   │   │   │   │   │   ├── Belem
│   │   │   │   │   │   ├── Belize
│   │   │   │   │   │   ├── Blanc-Sablon
│   │   │   │   │   │   ├── Boa_Vista
│   │   │   │   │   │   ├── Bogota
│   │   │   │   │   │   ├── Boise
│   │   │   │   │   │   ├── Buenos_Aires
│   │   │   │   │   │   ├── Cambridge_Bay
│   │   │   │   │   │   ├── Campo_Grande
│   │   │   │   │   │   ├── Cancun
│   │   │   │   │   │   ├── Caracas
│   │   │   │   │   │   ├── Catamarca
│   │   │   │   │   │   ├── Cayenne
│   │   │   │   │   │   ├── Cayman
│   │   │   │   │   │   ├── Chicago
│   │   │   │   │   │   ├── Chihuahua
│   │   │   │   │   │   ├── Coral_Harbour
│   │   │   │   │   │   ├── Cordoba
│   │   │   │   │   │   ├── Costa_Rica
│   │   │   │   │   │   ├── Creston
│   │   │   │   │   │   ├── Cuiaba
│   │   │   │   │   │   ├── Curacao
│   │   │   │   │   │   ├── Danmarkshavn
│   │   │   │   │   │   ├── Dawson
│   │   │   │   │   │   ├── Dawson_Creek
│   │   │   │   │   │   ├── Denver
│   │   │   │   │   │   ├── Detroit
│   │   │   │   │   │   ├── Dominica
│   │   │   │   │   │   ├── Edmonton
│   │   │   │   │   │   ├── Eirunepe
│   │   │   │   │   │   ├── El_Salvador
│   │   │   │   │   │   ├── Ensenada
│   │   │   │   │   │   ├── Fort_Nelson
│   │   │   │   │   │   ├── Fort_Wayne
│   │   │   │   │   │   ├── Fortaleza
│   │   │   │   │   │   ├── Glace_Bay
│   │   │   │   │   │   ├── Godthab
│   │   │   │   │   │   ├── Goose_Bay
│   │   │   │   │   │   ├── Grand_Turk
│   │   │   │   │   │   ├── Grenada
│   │   │   │   │   │   ├── Guadeloupe
│   │   │   │   │   │   ├── Guatemala
│   │   │   │   │   │   ├── Guayaquil
│   │   │   │   │   │   ├── Guyana
│   │   │   │   │   │   ├── Halifax
│   │   │   │   │   │   ├── Havana
│   │   │   │   │   │   ├── Hermosillo
│   │   │   │   │   │   ├── Indiana
│   │   │   │   │   │   │   ├── Indianapolis
│   │   │   │   │   │   │   ├── Knox
│   │   │   │   │   │   │   ├── Marengo
│   │   │   │   │   │   │   ├── Petersburg
│   │   │   │   │   │   │   ├── Tell_City
│   │   │   │   │   │   │   ├── Vevay
│   │   │   │   │   │   │   ├── Vincennes
│   │   │   │   │   │   │   └── Winamac
│   │   │   │   │   │   ├── Indianapolis
│   │   │   │   │   │   ├── Inuvik
│   │   │   │   │   │   ├── Iqaluit
│   │   │   │   │   │   ├── Jamaica
│   │   │   │   │   │   ├── Jujuy
│   │   │   │   │   │   ├── Juneau
│   │   │   │   │   │   ├── Kentucky
│   │   │   │   │   │   │   ├── Louisville
│   │   │   │   │   │   │   └── Monticello
│   │   │   │   │   │   ├── Knox_IN
│   │   │   │   │   │   ├── Kralendijk
│   │   │   │   │   │   ├── La_Paz
│   │   │   │   │   │   ├── Lima
│   │   │   │   │   │   ├── Los_Angeles
│   │   │   │   │   │   ├── Louisville
│   │   │   │   │   │   ├── Lower_Princes
│   │   │   │   │   │   ├── Maceio
│   │   │   │   │   │   ├── Managua
│   │   │   │   │   │   ├── Manaus
│   │   │   │   │   │   ├── Marigot
│   │   │   │   │   │   ├── Martinique
│   │   │   │   │   │   ├── Matamoros
│   │   │   │   │   │   ├── Mazatlan
│   │   │   │   │   │   ├── Mendoza
│   │   │   │   │   │   ├── Menominee
│   │   │   │   │   │   ├── Merida
│   │   │   │   │   │   ├── Metlakatla
│   │   │   │   │   │   ├── Mexico_City
│   │   │   │   │   │   ├── Miquelon
│   │   │   │   │   │   ├── Moncton
│   │   │   │   │   │   ├── Monterrey
│   │   │   │   │   │   ├── Montevideo
│   │   │   │   │   │   ├── Montreal
│   │   │   │   │   │   ├── Montserrat
│   │   │   │   │   │   ├── Nassau
│   │   │   │   │   │   ├── New_York
│   │   │   │   │   │   ├── Nipigon
│   │   │   │   │   │   ├── Nome
│   │   │   │   │   │   ├── Noronha
│   │   │   │   │   │   ├── North_Dakota
│   │   │   │   │   │   │   ├── Beulah
│   │   │   │   │   │   │   ├── Center
│   │   │   │   │   │   │   └── New_Salem
│   │   │   │   │   │   ├── Ojinaga
│   │   │   │   │   │   ├── Panama
│   │   │   │   │   │   ├── Pangnirtung
│   │   │   │   │   │   ├── Paramaribo
│   │   │   │   │   │   ├── Phoenix
│   │   │   │   │   │   ├── Port-au-Prince
│   │   │   │   │   │   ├── Port_of_Spain
│   │   │   │   │   │   ├── Porto_Acre
│   │   │   │   │   │   ├── Porto_Velho
│   │   │   │   │   │   ├── Puerto_Rico
│   │   │   │   │   │   ├── Punta_Arenas
│   │   │   │   │   │   ├── Rainy_River
│   │   │   │   │   │   ├── Rankin_Inlet
│   │   │   │   │   │   ├── Recife
│   │   │   │   │   │   ├── Regina
│   │   │   │   │   │   ├── Resolute
│   │   │   │   │   │   ├── Rio_Branco
│   │   │   │   │   │   ├── Rosario
│   │   │   │   │   │   ├── Santa_Isabel
│   │   │   │   │   │   ├── Santarem
│   │   │   │   │   │   ├── Santiago
│   │   │   │   │   │   ├── Santo_Domingo
│   │   │   │   │   │   ├── Sao_Paulo
│   │   │   │   │   │   ├── Scoresbysund
│   │   │   │   │   │   ├── Shiprock
│   │   │   │   │   │   ├── Sitka
│   │   │   │   │   │   ├── St_Barthelemy
│   │   │   │   │   │   ├── St_Johns
│   │   │   │   │   │   ├── St_Kitts
│   │   │   │   │   │   ├── St_Lucia
│   │   │   │   │   │   ├── St_Thomas
│   │   │   │   │   │   ├── St_Vincent
│   │   │   │   │   │   ├── Swift_Current
│   │   │   │   │   │   ├── Tegucigalpa
│   │   │   │   │   │   ├── Thule
│   │   │   │   │   │   ├── Thunder_Bay
│   │   │   │   │   │   ├── Tijuana
│   │   │   │   │   │   ├── Toronto
│   │   │   │   │   │   ├── Tortola
│   │   │   │   │   │   ├── Vancouver
│   │   │   │   │   │   ├── Virgin
│   │   │   │   │   │   ├── Whitehorse
│   │   │   │   │   │   ├── Winnipeg
│   │   │   │   │   │   ├── Yakutat
│   │   │   │   │   │   └── Yellowknife
│   │   │   │   │   ├── Antarctica
│   │   │   │   │   │   ├── Casey
│   │   │   │   │   │   ├── Davis
│   │   │   │   │   │   ├── DumontDUrville
│   │   │   │   │   │   ├── Macquarie
│   │   │   │   │   │   ├── Mawson
│   │   │   │   │   │   ├── McMurdo
│   │   │   │   │   │   ├── Palmer
│   │   │   │   │   │   ├── Rothera
│   │   │   │   │   │   ├── South_Pole
│   │   │   │   │   │   ├── Syowa
│   │   │   │   │   │   ├── Troll
│   │   │   │   │   │   └── Vostok
│   │   │   │   │   ├── Arctic
│   │   │   │   │   │   └── Longyearbyen
│   │   │   │   │   ├── Asia
│   │   │   │   │   │   ├── Aden
│   │   │   │   │   │   ├── Almaty
│   │   │   │   │   │   ├── Amman
│   │   │   │   │   │   ├── Anadyr
│   │   │   │   │   │   ├── Aqtau
│   │   │   │   │   │   ├── Aqtobe
│   │   │   │   │   │   ├── Ashgabat
│   │   │   │   │   │   ├── Ashkhabad
│   │   │   │   │   │   ├── Atyrau
│   │   │   │   │   │   ├── Baghdad
│   │   │   │   │   │   ├── Bahrain
│   │   │   │   │   │   ├── Baku
│   │   │   │   │   │   ├── Bangkok
│   │   │   │   │   │   ├── Barnaul
│   │   │   │   │   │   ├── Beirut
│   │   │   │   │   │   ├── Bishkek
│   │   │   │   │   │   ├── Brunei
│   │   │   │   │   │   ├── Calcutta
│   │   │   │   │   │   ├── Chita
│   │   │   │   │   │   ├── Choibalsan
│   │   │   │   │   │   ├── Chongqing
│   │   │   │   │   │   ├── Chungking
│   │   │   │   │   │   ├── Colombo
│   │   │   │   │   │   ├── Dacca
│   │   │   │   │   │   ├── Damascus
│   │   │   │   │   │   ├── Dhaka
│   │   │   │   │   │   ├── Dili
│   │   │   │   │   │   ├── Dubai
│   │   │   │   │   │   ├── Dushanbe
│   │   │   │   │   │   ├── Famagusta
│   │   │   │   │   │   ├── Gaza
│   │   │   │   │   │   ├── Harbin
│   │   │   │   │   │   ├── Hebron
│   │   │   │   │   │   ├── Ho_Chi_Minh
│   │   │   │   │   │   ├── Hong_Kong
│   │   │   │   │   │   ├── Hovd
│   │   │   │   │   │   ├── Irkutsk
│   │   │   │   │   │   ├── Istanbul
│   │   │   │   │   │   ├── Jakarta
│   │   │   │   │   │   ├── Jayapura
│   │   │   │   │   │   ├── Jerusalem
│   │   │   │   │   │   ├── Kabul
│   │   │   │   │   │   ├── Kamchatka
│   │   │   │   │   │   ├── Karachi
│   │   │   │   │   │   ├── Kashgar
│   │   │   │   │   │   ├── Kathmandu
│   │   │   │   │   │   ├── Katmandu
│   │   │   │   │   │   ├── Khandyga
│   │   │   │   │   │   ├── Kolkata
│   │   │   │   │   │   ├── Krasnoyarsk
│   │   │   │   │   │   ├── Kuala_Lumpur
│   │   │   │   │   │   ├── Kuching
│   │   │   │   │   │   ├── Kuwait
│   │   │   │   │   │   ├── Macao
│   │   │   │   │   │   ├── Macau
│   │   │   │   │   │   ├── Magadan
│   │   │   │   │   │   ├── Makassar
│   │   │   │   │   │   ├── Manila
│   │   │   │   │   │   ├── Muscat
│   │   │   │   │   │   ├── Nicosia
│   │   │   │   │   │   ├── Novokuznetsk
│   │   │   │   │   │   ├── Novosibirsk
│   │   │   │   │   │   ├── Omsk
│   │   │   │   │   │   ├── Oral
│   │   │   │   │   │   ├── Phnom_Penh
│   │   │   │   │   │   ├── Pontianak
│   │   │   │   │   │   ├── Pyongyang
│   │   │   │   │   │   ├── Qatar
│   │   │   │   │   │   ├── Qyzylorda
│   │   │   │   │   │   ├── Rangoon
│   │   │   │   │   │   ├── Riyadh
│   │   │   │   │   │   ├── Saigon
│   │   │   │   │   │   ├── Sakhalin
│   │   │   │   │   │   ├── Samarkand
│   │   │   │   │   │   ├── Seoul
│   │   │   │   │   │   ├── Shanghai
│   │   │   │   │   │   ├── Singapore
│   │   │   │   │   │   ├── Srednekolymsk
│   │   │   │   │   │   ├── Taipei
│   │   │   │   │   │   ├── Tashkent
│   │   │   │   │   │   ├── Tbilisi
│   │   │   │   │   │   ├── Tehran
│   │   │   │   │   │   ├── Tel_Aviv
│   │   │   │   │   │   ├── Thimbu
│   │   │   │   │   │   ├── Thimphu
│   │   │   │   │   │   ├── Tokyo
│   │   │   │   │   │   ├── Tomsk
│   │   │   │   │   │   ├── Ujung_Pandang
│   │   │   │   │   │   ├── Ulaanbaatar
│   │   │   │   │   │   ├── Ulan_Bator
│   │   │   │   │   │   ├── Urumqi
│   │   │   │   │   │   ├── Ust-Nera
│   │   │   │   │   │   ├── Vientiane
│   │   │   │   │   │   ├── Vladivostok
│   │   │   │   │   │   ├── Yakutsk
│   │   │   │   │   │   ├── Yangon
│   │   │   │   │   │   ├── Yekaterinburg
│   │   │   │   │   │   └── Yerevan
│   │   │   │   │   ├── Atlantic
│   │   │   │   │   │   ├── Azores
│   │   │   │   │   │   ├── Bermuda
│   │   │   │   │   │   ├── Canary
│   │   │   │   │   │   ├── Cape_Verde
│   │   │   │   │   │   ├── Faeroe
│   │   │   │   │   │   ├── Faroe
│   │   │   │   │   │   ├── Jan_Mayen
│   │   │   │   │   │   ├── Madeira
│   │   │   │   │   │   ├── Reykjavik
│   │   │   │   │   │   ├── South_Georgia
│   │   │   │   │   │   ├── St_Helena
│   │   │   │   │   │   └── Stanley
│   │   │   │   │   ├── Australia
│   │   │   │   │   │   ├── ACT
│   │   │   │   │   │   ├── Adelaide
│   │   │   │   │   │   ├── Brisbane
│   │   │   │   │   │   ├── Broken_Hill
│   │   │   │   │   │   ├── Canberra
│   │   │   │   │   │   ├── Currie
│   │   │   │   │   │   ├── Darwin
│   │   │   │   │   │   ├── Eucla
│   │   │   │   │   │   ├── Hobart
│   │   │   │   │   │   ├── LHI
│   │   │   │   │   │   ├── Lindeman
│   │   │   │   │   │   ├── Lord_Howe
│   │   │   │   │   │   ├── Melbourne
│   │   │   │   │   │   ├── NSW
│   │   │   │   │   │   ├── North
│   │   │   │   │   │   ├── Perth
│   │   │   │   │   │   ├── Queensland
│   │   │   │   │   │   ├── South
│   │   │   │   │   │   ├── Sydney
│   │   │   │   │   │   ├── Tasmania
│   │   │   │   │   │   ├── Victoria
│   │   │   │   │   │   ├── West
│   │   │   │   │   │   └── Yancowinna
│   │   │   │   │   ├── Brazil
│   │   │   │   │   │   ├── Acre
│   │   │   │   │   │   ├── DeNoronha
│   │   │   │   │   │   ├── East
│   │   │   │   │   │   └── West
│   │   │   │   │   ├── CET
│   │   │   │   │   ├── CST6CDT
│   │   │   │   │   ├── Canada
│   │   │   │   │   │   ├── Atlantic
│   │   │   │   │   │   ├── Central
│   │   │   │   │   │   ├── Eastern
│   │   │   │   │   │   ├── Mountain
│   │   │   │   │   │   ├── Newfoundland
│   │   │   │   │   │   ├── Pacific
│   │   │   │   │   │   ├── Saskatchewan
│   │   │   │   │   │   └── Yukon
│   │   │   │   │   ├── Chile
│   │   │   │   │   │   ├── Continental
│   │   │   │   │   │   └── EasterIsland
│   │   │   │   │   ├── Cuba
│   │   │   │   │   ├── EET
│   │   │   │   │   ├── EST
│   │   │   │   │   ├── EST5EDT
│   │   │   │   │   ├── Egypt
│   │   │   │   │   ├── Eire
│   │   │   │   │   ├── Etc
│   │   │   │   │   │   ├── GMT
│   │   │   │   │   │   ├── GMT+0
│   │   │   │   │   │   ├── GMT+1
│   │   │   │   │   │   ├── GMT+10
│   │   │   │   │   │   ├── GMT+11
│   │   │   │   │   │   ├── GMT+12
│   │   │   │   │   │   ├── GMT+2
│   │   │   │   │   │   ├── GMT+3
│   │   │   │   │   │   ├── GMT+4
│   │   │   │   │   │   ├── GMT+5
│   │   │   │   │   │   ├── GMT+6
│   │   │   │   │   │   ├── GMT+7
│   │   │   │   │   │   ├── GMT+8
│   │   │   │   │   │   ├── GMT+9
│   │   │   │   │   │   ├── GMT-0
│   │   │   │   │   │   ├── GMT-1
│   │   │   │   │   │   ├── GMT-10
│   │   │   │   │   │   ├── GMT-11
│   │   │   │   │   │   ├── GMT-12
│   │   │   │   │   │   ├── GMT-13
│   │   │   │   │   │   ├── GMT-14
│   │   │   │   │   │   ├── GMT-2
│   │   │   │   │   │   ├── GMT-3
│   │   │   │   │   │   ├── GMT-4
│   │   │   │   │   │   ├── GMT-5
│   │   │   │   │   │   ├── GMT-6
│   │   │   │   │   │   ├── GMT-7
│   │   │   │   │   │   ├── GMT-8
│   │   │   │   │   │   ├── GMT-9
│   │   │   │   │   │   ├── GMT0
│   │   │   │   │   │   ├── Greenwich
│   │   │   │   │   │   ├── UCT
│   │   │   │   │   │   ├── UTC
│   │   │   │   │   │   ├── Universal
│   │   │   │   │   │   └── Zulu
│   │   │   │   │   ├── Europe
│   │   │   │   │   │   ├── Amsterdam
│   │   │   │   │   │   ├── Andorra
│   │   │   │   │   │   ├── Astrakhan
│   │   │   │   │   │   ├── Athens
│   │   │   │   │   │   ├── Belfast
│   │   │   │   │   │   ├── Belgrade
│   │   │   │   │   │   ├── Berlin
│   │   │   │   │   │   ├── Bratislava
│   │   │   │   │   │   ├── Brussels
│   │   │   │   │   │   ├── Bucharest
│   │   │   │   │   │   ├── Budapest
│   │   │   │   │   │   ├── Busingen
│   │   │   │   │   │   ├── Chisinau
│   │   │   │   │   │   ├── Copenhagen
│   │   │   │   │   │   ├── Dublin
│   │   │   │   │   │   ├── Gibraltar
│   │   │   │   │   │   ├── Guernsey
│   │   │   │   │   │   ├── Helsinki
│   │   │   │   │   │   ├── Isle_of_Man
│   │   │   │   │   │   ├── Istanbul
│   │   │   │   │   │   ├── Jersey
│   │   │   │   │   │   ├── Kaliningrad
│   │   │   │   │   │   ├── Kiev
│   │   │   │   │   │   ├── Kirov
│   │   │   │   │   │   ├── Lisbon
│   │   │   │   │   │   ├── Ljubljana
│   │   │   │   │   │   ├── London
│   │   │   │   │   │   ├── Luxembourg
│   │   │   │   │   │   ├── Madrid
│   │   │   │   │   │   ├── Malta
│   │   │   │   │   │   ├── Mariehamn
│   │   │   │   │   │   ├── Minsk
│   │   │   │   │   │   ├── Monaco
│   │   │   │   │   │   ├── Moscow
│   │   │   │   │   │   ├── Nicosia
│   │   │   │   │   │   ├── Oslo
│   │   │   │   │   │   ├── Paris
│   │   │   │   │   │   ├── Podgorica
│   │   │   │   │   │   ├── Prague
│   │   │   │   │   │   ├── Riga
│   │   │   │   │   │   ├── Rome
│   │   │   │   │   │   ├── Samara
│   │   │   │   │   │   ├── San_Marino
│   │   │   │   │   │   ├── Sarajevo
│   │   │   │   │   │   ├── Saratov
│   │   │   │   │   │   ├── Simferopol
│   │   │   │   │   │   ├── Skopje
│   │   │   │   │   │   ├── Sofia
│   │   │   │   │   │   ├── Stockholm
│   │   │   │   │   │   ├── Tallinn
│   │   │   │   │   │   ├── Tirane
│   │   │   │   │   │   ├── Tiraspol
│   │   │   │   │   │   ├── Ulyanovsk
│   │   │   │   │   │   ├── Uzhgorod
│   │   │   │   │   │   ├── Vaduz
│   │   │   │   │   │   ├── Vatican
│   │   │   │   │   │   ├── Vienna
│   │   │   │   │   │   ├── Vilnius
│   │   │   │   │   │   ├── Volgograd
│   │   │   │   │   │   ├── Warsaw
│   │   │   │   │   │   ├── Zagreb
│   │   │   │   │   │   ├── Zaporozhye
│   │   │   │   │   │   └── Zurich
│   │   │   │   │   ├── Factory
│   │   │   │   │   ├── GB
│   │   │   │   │   ├── GB-Eire
│   │   │   │   │   ├── GMT
│   │   │   │   │   ├── GMT+0
│   │   │   │   │   ├── GMT-0
│   │   │   │   │   ├── GMT0
│   │   │   │   │   ├── Greenwich
│   │   │   │   │   ├── HST
│   │   │   │   │   ├── Hongkong
│   │   │   │   │   ├── Iceland
│   │   │   │   │   ├── Indian
│   │   │   │   │   │   ├── Antananarivo
│   │   │   │   │   │   ├── Chagos
│   │   │   │   │   │   ├── Christmas
│   │   │   │   │   │   ├── Cocos
│   │   │   │   │   │   ├── Comoro
│   │   │   │   │   │   ├── Kerguelen
│   │   │   │   │   │   ├── Mahe
│   │   │   │   │   │   ├── Maldives
│   │   │   │   │   │   ├── Mauritius
│   │   │   │   │   │   ├── Mayotte
│   │   │   │   │   │   └── Reunion
│   │   │   │   │   ├── Iran
│   │   │   │   │   ├── Israel
│   │   │   │   │   ├── Jamaica
│   │   │   │   │   ├── Japan
│   │   │   │   │   ├── Kwajalein
│   │   │   │   │   ├── Libya
│   │   │   │   │   ├── MET
│   │   │   │   │   ├── MST
│   │   │   │   │   ├── MST7MDT
│   │   │   │   │   ├── Mexico
│   │   │   │   │   │   ├── BajaNorte
│   │   │   │   │   │   ├── BajaSur
│   │   │   │   │   │   └── General
│   │   │   │   │   ├── NZ
│   │   │   │   │   ├── NZ-CHAT
│   │   │   │   │   ├── Navajo
│   │   │   │   │   ├── PRC
│   │   │   │   │   ├── PST8PDT
│   │   │   │   │   ├── Pacific
│   │   │   │   │   │   ├── Apia
│   │   │   │   │   │   ├── Auckland
│   │   │   │   │   │   ├── Bougainville
│   │   │   │   │   │   ├── Chatham
│   │   │   │   │   │   ├── Chuuk
│   │   │   │   │   │   ├── Easter
│   │   │   │   │   │   ├── Efate
│   │   │   │   │   │   ├── Enderbury
│   │   │   │   │   │   ├── Fakaofo
│   │   │   │   │   │   ├── Fiji
│   │   │   │   │   │   ├── Funafuti
│   │   │   │   │   │   ├── Galapagos
│   │   │   │   │   │   ├── Gambier
│   │   │   │   │   │   ├── Guadalcanal
│   │   │   │   │   │   ├── Guam
│   │   │   │   │   │   ├── Honolulu
│   │   │   │   │   │   ├── Johnston
│   │   │   │   │   │   ├── Kiritimati
│   │   │   │   │   │   ├── Kosrae
│   │   │   │   │   │   ├── Kwajalein
│   │   │   │   │   │   ├── Majuro
│   │   │   │   │   │   ├── Marquesas
│   │   │   │   │   │   ├── Midway
│   │   │   │   │   │   ├── Nauru
│   │   │   │   │   │   ├── Niue
│   │   │   │   │   │   ├── Norfolk
│   │   │   │   │   │   ├── Noumea
│   │   │   │   │   │   ├── Pago_Pago
│   │   │   │   │   │   ├── Palau
│   │   │   │   │   │   ├── Pitcairn
│   │   │   │   │   │   ├── Pohnpei
│   │   │   │   │   │   ├── Ponape
│   │   │   │   │   │   ├── Port_Moresby
│   │   │   │   │   │   ├── Rarotonga
│   │   │   │   │   │   ├── Saipan
│   │   │   │   │   │   ├── Samoa
│   │   │   │   │   │   ├── Tahiti
│   │   │   │   │   │   ├── Tarawa
│   │   │   │   │   │   ├── Tongatapu
│   │   │   │   │   │   ├── Truk
│   │   │   │   │   │   ├── Wake
│   │   │   │   │   │   ├── Wallis
│   │   │   │   │   │   └── Yap
│   │   │   │   │   ├── Poland
│   │   │   │   │   ├── Portugal
│   │   │   │   │   ├── ROC
│   │   │   │   │   ├── ROK
│   │   │   │   │   ├── Singapore
│   │   │   │   │   ├── Turkey
│   │   │   │   │   ├── UCT
│   │   │   │   │   ├── US
│   │   │   │   │   │   ├── Alaska
│   │   │   │   │   │   ├── Aleutian
│   │   │   │   │   │   ├── Arizona
│   │   │   │   │   │   ├── Central
│   │   │   │   │   │   ├── East-Indiana
│   │   │   │   │   │   ├── Eastern
│   │   │   │   │   │   ├── Hawaii
│   │   │   │   │   │   ├── Indiana-Starke
│   │   │   │   │   │   ├── Michigan
│   │   │   │   │   │   ├── Mountain
│   │   │   │   │   │   ├── Pacific
│   │   │   │   │   │   └── Samoa
│   │   │   │   │   ├── UTC
│   │   │   │   │   ├── Universal
│   │   │   │   │   ├── W-SU
│   │   │   │   │   ├── WET
│   │   │   │   │   ├── Zulu
│   │   │   │   │   ├── iso3166.tab
│   │   │   │   │   ├── leapseconds
│   │   │   │   │   ├── posixrules
│   │   │   │   │   ├── tzdata.zi
│   │   │   │   │   ├── zone.tab
│   │   │   │   │   └── zone1970.tab
│   │   │   │   ├── pytz-2018.7.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── top_level.txt
│   │   │   │   │   └── zip-safe
│   │   │   │   ├── queue
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── recommonmark
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── scripts.py
│   │   │   │   │   ├── states.py
│   │   │   │   │   └── transform.py
│   │   │   │   ├── recommonmark-0.4.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── reprlib
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── requests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __version__.py
│   │   │   │   │   ├── _internal_utils.py
│   │   │   │   │   ├── adapters.py
│   │   │   │   │   ├── api.py
│   │   │   │   │   ├── auth.py
│   │   │   │   │   ├── certs.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── cookies.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── help.py
│   │   │   │   │   ├── hooks.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── packages.py
│   │   │   │   │   ├── sessions.py
│   │   │   │   │   ├── status_codes.py
│   │   │   │   │   ├── structures.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── requests-2.21.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── requests_toolbelt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── adapters
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── appengine.py
│   │   │   │   │   │   ├── fingerprint.py
│   │   │   │   │   │   ├── host_header_ssl.py
│   │   │   │   │   │   ├── socket_options.py
│   │   │   │   │   │   ├── source.py
│   │   │   │   │   │   └── ssl.py
│   │   │   │   │   ├── auth
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _digest_auth_compat.py
│   │   │   │   │   │   ├── guess.py
│   │   │   │   │   │   ├── handler.py
│   │   │   │   │   │   └── http_proxy_digest.py
│   │   │   │   │   ├── cookies
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── forgetful.py
│   │   │   │   │   ├── downloadutils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── stream.py
│   │   │   │   │   │   └── tee.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── multipart
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── decoder.py
│   │   │   │   │   │   └── encoder.py
│   │   │   │   │   ├── sessions.py
│   │   │   │   │   ├── streaming_iterator.py
│   │   │   │   │   ├── threaded
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pool.py
│   │   │   │   │   │   └── thread.py
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── deprecated.py
│   │   │   │   │   ├── dump.py
│   │   │   │   │   ├── formdata.py
│   │   │   │   │   └── user_agent.py
│   │   │   │   ├── requests_toolbelt-0.8.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── rope
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── arguments.py
│   │   │   │   │   │   ├── ast.py
│   │   │   │   │   │   ├── astutils.py
│   │   │   │   │   │   ├── builtins.py
│   │   │   │   │   │   ├── change.py
│   │   │   │   │   │   ├── codeanalyze.py
│   │   │   │   │   │   ├── default_config.py
│   │   │   │   │   │   ├── evaluate.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── fscommands.py
│   │   │   │   │   │   ├── history.py
│   │   │   │   │   │   ├── libutils.py
│   │   │   │   │   │   ├── oi
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── doa.py
│   │   │   │   │   │   │   ├── memorydb.py
│   │   │   │   │   │   │   ├── objectdb.py
│   │   │   │   │   │   │   ├── objectinfo.py
│   │   │   │   │   │   │   ├── runmod.py
│   │   │   │   │   │   │   ├── soa.py
│   │   │   │   │   │   │   ├── soi.py
│   │   │   │   │   │   │   ├── transform.py
│   │   │   │   │   │   │   └── type_hinting
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── evaluate.py
│   │   │   │   │   │   │   ├── factory.py
│   │   │   │   │   │   │   ├── interfaces.py
│   │   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── composite.py
│   │   │   │   │   │   │   │   ├── docstrings.py
│   │   │   │   │   │   │   │   ├── inheritance.py
│   │   │   │   │   │   │   │   ├── interfaces.py
│   │   │   │   │   │   │   │   ├── numpydocstrings.py
│   │   │   │   │   │   │   │   └── pep0484_type_comments.py
│   │   │   │   │   │   │   ├── resolvers
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── composite.py
│   │   │   │   │   │   │   │   ├── interfaces.py
│   │   │   │   │   │   │   │   └── types.py
│   │   │   │   │   │   │   └── utils.py
│   │   │   │   │   │   ├── prefs.py
│   │   │   │   │   │   ├── project.py
│   │   │   │   │   │   ├── pycore.py
│   │   │   │   │   │   ├── pynames.py
│   │   │   │   │   │   ├── pynamesdef.py
│   │   │   │   │   │   ├── pyobjects.py
│   │   │   │   │   │   ├── pyobjectsdef.py
│   │   │   │   │   │   ├── pyscopes.py
│   │   │   │   │   │   ├── resourceobserver.py
│   │   │   │   │   │   ├── resources.py
│   │   │   │   │   │   ├── simplify.py
│   │   │   │   │   │   ├── stdmods.py
│   │   │   │   │   │   ├── taskhandle.py
│   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── datastructures.py
│   │   │   │   │   │   │   └── pycompat.py
│   │   │   │   │   │   └── worder.py
│   │   │   │   │   ├── contrib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── autoimport.py
│   │   │   │   │   │   ├── changestack.py
│   │   │   │   │   │   ├── codeassist.py
│   │   │   │   │   │   ├── finderrors.py
│   │   │   │   │   │   ├── findit.py
│   │   │   │   │   │   ├── fixmodnames.py
│   │   │   │   │   │   ├── fixsyntax.py
│   │   │   │   │   │   └── generate.py
│   │   │   │   │   └── refactor
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── change_signature.py
│   │   │   │   │   ├── encapsulate_field.py
│   │   │   │   │   ├── extract.py
│   │   │   │   │   ├── functionutils.py
│   │   │   │   │   ├── importutils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── actions.py
│   │   │   │   │   │   ├── importinfo.py
│   │   │   │   │   │   └── module_imports.py
│   │   │   │   │   ├── inline.py
│   │   │   │   │   ├── introduce_factory.py
│   │   │   │   │   ├── introduce_parameter.py
│   │   │   │   │   ├── localtofield.py
│   │   │   │   │   ├── method_object.py
│   │   │   │   │   ├── move.py
│   │   │   │   │   ├── multiproject.py
│   │   │   │   │   ├── occurrences.py
│   │   │   │   │   ├── patchedast.py
│   │   │   │   │   ├── rename.py
│   │   │   │   │   ├── restructure.py
│   │   │   │   │   ├── similarfinder.py
│   │   │   │   │   ├── sourceutils.py
│   │   │   │   │   ├── suites.py
│   │   │   │   │   ├── topackage.py
│   │   │   │   │   ├── usefunction.py
│   │   │   │   │   └── wildcards.py
│   │   │   │   ├── rope-0.11.0.dist-info
│   │   │   │   │   ├── COPYING
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── scandir-1.9.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── scandir.py
│   │   │   │   ├── setuptools
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _deprecation_warning.py
│   │   │   │   │   ├── _vendor
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── packaging
│   │   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   │   └── version.py
│   │   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   │   └── six.py
│   │   │   │   │   ├── archive_util.py
│   │   │   │   │   ├── build_meta.py
│   │   │   │   │   ├── cli-32.exe
│   │   │   │   │   ├── cli-64.exe
│   │   │   │   │   ├── cli.exe
│   │   │   │   │   ├── command
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── alias.py
│   │   │   │   │   │   ├── bdist_egg.py
│   │   │   │   │   │   ├── bdist_rpm.py
│   │   │   │   │   │   ├── bdist_wininst.py
│   │   │   │   │   │   ├── build_clib.py
│   │   │   │   │   │   ├── build_ext.py
│   │   │   │   │   │   ├── build_py.py
│   │   │   │   │   │   ├── develop.py
│   │   │   │   │   │   ├── dist_info.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
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── dep_util.py
│   │   │   │   │   ├── depends.py
│   │   │   │   │   ├── dist.py
│   │   │   │   │   ├── extension.py
│   │   │   │   │   ├── extern
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── glibc.py
│   │   │   │   │   ├── glob.py
│   │   │   │   │   ├── gui-32.exe
│   │   │   │   │   ├── gui-64.exe
│   │   │   │   │   ├── gui.exe
│   │   │   │   │   ├── launch.py
│   │   │   │   │   ├── lib2to3_ex.py
│   │   │   │   │   ├── monkey.py
│   │   │   │   │   ├── msvc.py
│   │   │   │   │   ├── namespaces.py
│   │   │   │   │   ├── package_index.py
│   │   │   │   │   ├── pep425tags.py
│   │   │   │   │   ├── py27compat.py
│   │   │   │   │   ├── py31compat.py
│   │   │   │   │   ├── py33compat.py
│   │   │   │   │   ├── py36compat.py
│   │   │   │   │   ├── sandbox.py
│   │   │   │   │   ├── script\ (dev).tmpl
│   │   │   │   │   ├── script.tmpl
│   │   │   │   │   ├── site-patch.py
│   │   │   │   │   ├── ssl_support.py
│   │   │   │   │   ├── unicode_utils.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   ├── wheel.py
│   │   │   │   │   └── windows_support.py
│   │   │   │   ├── setuptools-40.6.3.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── dependency_links.txt
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── top_level.txt
│   │   │   │   │   └── zip-safe
│   │   │   │   ├── singledispatch-3.4.0.3.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── top_level.txt
│   │   │   │   │   └── zip-safe
│   │   │   │   ├── singledispatch.py
│   │   │   │   ├── singledispatch_helpers.py
│   │   │   │   ├── six-1.12.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── six.py
│   │   │   │   ├── snowballstemmer
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── among.py
│   │   │   │   │   ├── basestemmer.py
│   │   │   │   │   ├── danish_stemmer.py
│   │   │   │   │   ├── dutch_stemmer.py
│   │   │   │   │   ├── english_stemmer.py
│   │   │   │   │   ├── finnish_stemmer.py
│   │   │   │   │   ├── french_stemmer.py
│   │   │   │   │   ├── german_stemmer.py
│   │   │   │   │   ├── hungarian_stemmer.py
│   │   │   │   │   ├── italian_stemmer.py
│   │   │   │   │   ├── norwegian_stemmer.py
│   │   │   │   │   ├── porter_stemmer.py
│   │   │   │   │   ├── portuguese_stemmer.py
│   │   │   │   │   ├── romanian_stemmer.py
│   │   │   │   │   ├── russian_stemmer.py
│   │   │   │   │   ├── spanish_stemmer.py
│   │   │   │   │   ├── swedish_stemmer.py
│   │   │   │   │   └── turkish_stemmer.py
│   │   │   │   ├── snowballstemmer-1.2.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── socketserver
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── sphinx
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── addnodes.py
│   │   │   │   │   ├── apidoc.py
│   │   │   │   │   ├── application.py
│   │   │   │   │   ├── builders
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _epub_base.py
│   │   │   │   │   │   ├── applehelp.py
│   │   │   │   │   │   ├── changes.py
│   │   │   │   │   │   ├── devhelp.py
│   │   │   │   │   │   ├── dummy.py
│   │   │   │   │   │   ├── epub3.py
│   │   │   │   │   │   ├── gettext.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── htmlhelp.py
│   │   │   │   │   │   ├── latex
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── transforms.py
│   │   │   │   │   │   ├── linkcheck.py
│   │   │   │   │   │   ├── manpage.py
│   │   │   │   │   │   ├── qthelp.py
│   │   │   │   │   │   ├── texinfo.py
│   │   │   │   │   │   ├── text.py
│   │   │   │   │   │   ├── websupport.py
│   │   │   │   │   │   └── xml.py
│   │   │   │   │   ├── cmd
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── build.py
│   │   │   │   │   │   └── quickstart.py
│   │   │   │   │   ├── cmdline.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── deprecation.py
│   │   │   │   │   ├── directives
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── code.py
│   │   │   │   │   │   ├── other.py
│   │   │   │   │   │   └── patches.py
│   │   │   │   │   ├── domains
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── c.py
│   │   │   │   │   │   ├── cpp.py
│   │   │   │   │   │   ├── javascript.py
│   │   │   │   │   │   ├── python.py
│   │   │   │   │   │   ├── rst.py
│   │   │   │   │   │   └── std.py
│   │   │   │   │   ├── environment
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── asset.py
│   │   │   │   │   │   │   ├── indexentries.py
│   │   │   │   │   │   │   └── toctree.py
│   │   │   │   │   │   └── collectors
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── asset.py
│   │   │   │   │   │   ├── dependencies.py
│   │   │   │   │   │   ├── indexentries.py
│   │   │   │   │   │   ├── metadata.py
│   │   │   │   │   │   ├── title.py
│   │   │   │   │   │   └── toctree.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── events.py
│   │   │   │   │   ├── ext
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── apidoc.py
│   │   │   │   │   │   ├── autodoc
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── directive.py
│   │   │   │   │   │   │   ├── importer.py
│   │   │   │   │   │   │   └── inspector.py
│   │   │   │   │   │   ├── autosectionlabel.py
│   │   │   │   │   │   ├── autosummary
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── generate.py
│   │   │   │   │   │   │   └── templates
│   │   │   │   │   │   │   └── autosummary
│   │   │   │   │   │   │   ├── base.rst
│   │   │   │   │   │   │   ├── class.rst
│   │   │   │   │   │   │   └── module.rst
│   │   │   │   │   │   ├── coverage.py
│   │   │   │   │   │   ├── doctest.py
│   │   │   │   │   │   ├── extlinks.py
│   │   │   │   │   │   ├── githubpages.py
│   │   │   │   │   │   ├── graphviz.py
│   │   │   │   │   │   ├── ifconfig.py
│   │   │   │   │   │   ├── imgconverter.py
│   │   │   │   │   │   ├── imgmath.py
│   │   │   │   │   │   ├── inheritance_diagram.py
│   │   │   │   │   │   ├── intersphinx.py
│   │   │   │   │   │   ├── jsmath.py
│   │   │   │   │   │   ├── linkcode.py
│   │   │   │   │   │   ├── mathbase.py
│   │   │   │   │   │   ├── mathjax.py
│   │   │   │   │   │   ├── napoleon
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── docstring.py
│   │   │   │   │   │   │   └── iterators.py
│   │   │   │   │   │   ├── pngmath.py
│   │   │   │   │   │   ├── todo.py
│   │   │   │   │   │   └── viewcode.py
│   │   │   │   │   ├── extension.py
│   │   │   │   │   ├── highlighting.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   ├── jinja2glue.py
│   │   │   │   │   ├── locale
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bn
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ca
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── cs
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── cy
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── da
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── de
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── el
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── eo
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── et
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── eu
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── fa
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── fi
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── fr
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── he
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── hi
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── hi_IN
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── hr
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── hu
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── id
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── it
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ja
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ko
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── lt
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── lv
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── mk
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── nb_NO
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ne
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── nl
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── pl
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── pt_BR
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── pt_PT
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ro
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ru
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── si
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── sk
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── sl
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── sphinx.pot
│   │   │   │   │   │   ├── sr
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── sr@latin
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── sv
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── ta
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── tr
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── uk_UA
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── vi
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   ├── zh_CN
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   │   └── zh_TW
│   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   ├── sphinx.js
│   │   │   │   │   │   ├── sphinx.mo
│   │   │   │   │   │   └── sphinx.po
│   │   │   │   │   ├── make_mode.py
│   │   │   │   │   ├── parsers.py
│   │   │   │   │   ├── pycode
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── parser.py
│   │   │   │   │   ├── pygments_styles.py
│   │   │   │   │   ├── quickstart.py
│   │   │   │   │   ├── registry.py
│   │   │   │   │   ├── roles.py
│   │   │   │   │   ├── search
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   ├── hu.py
│   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   ├── jssplitter.py
│   │   │   │   │   │   ├── nl.py
│   │   │   │   │   │   ├── no.py
│   │   │   │   │   │   ├── non-minified-js
│   │   │   │   │   │   │   ├── danish-stemmer.js
│   │   │   │   │   │   │   ├── dutch-stemmer.js
│   │   │   │   │   │   │   ├── finnish-stemmer.js
│   │   │   │   │   │   │   ├── french-stemmer.js
│   │   │   │   │   │   │   ├── german-stemmer.js
│   │   │   │   │   │   │   ├── hungarian-stemmer.js
│   │   │   │   │   │   │   ├── italian-stemmer.js
│   │   │   │   │   │   │   ├── norwegian-stemmer.js
│   │   │   │   │   │   │   ├── porter-stemmer.js
│   │   │   │   │   │   │   ├── portuguese-stemmer.js
│   │   │   │   │   │   │   ├── romanian-stemmer.js
│   │   │   │   │   │   │   ├── russian-stemmer.js
│   │   │   │   │   │   │   ├── spanish-stemmer.js
│   │   │   │   │   │   │   ├── swedish-stemmer.js
│   │   │   │   │   │   │   └── turkish-stemmer.js
│   │   │   │   │   │   ├── pt.py
│   │   │   │   │   │   ├── ro.py
│   │   │   │   │   │   ├── ru.py
│   │   │   │   │   │   ├── sv.py
│   │   │   │   │   │   ├── tr.py
│   │   │   │   │   │   └── zh.py
│   │   │   │   │   ├── setup_command.py
│   │   │   │   │   ├── templates
│   │   │   │   │   │   ├── epub3
│   │   │   │   │   │   │   ├── container.xml
│   │   │   │   │   │   │   ├── content.opf_t
│   │   │   │   │   │   │   ├── mimetype
│   │   │   │   │   │   │   ├── nav.xhtml_t
│   │   │   │   │   │   │   └── toc.ncx_t
│   │   │   │   │   │   ├── latex
│   │   │   │   │   │   │   ├── latex.tex_t
│   │   │   │   │   │   │   ├── longtable.tex_t
│   │   │   │   │   │   │   ├── tabular.tex_t
│   │   │   │   │   │   │   └── tabulary.tex_t
│   │   │   │   │   │   ├── qthelp
│   │   │   │   │   │   │   ├── project.qhcp
│   │   │   │   │   │   │   └── project.qhp
│   │   │   │   │   │   └── quickstart
│   │   │   │   │   │   ├── Makefile.new_t
│   │   │   │   │   │   ├── Makefile_t
│   │   │   │   │   │   ├── conf.py_t
│   │   │   │   │   │   ├── make.bat.new_t
│   │   │   │   │   │   ├── make.bat_t
│   │   │   │   │   │   └── master_doc.rst_t
│   │   │   │   │   ├── testing
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fixtures.py
│   │   │   │   │   │   ├── path.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   ├── texinputs
│   │   │   │   │   │   ├── Makefile_t
│   │   │   │   │   │   ├── footnotehyper-sphinx.sty
│   │   │   │   │   │   ├── latexmkjarc
│   │   │   │   │   │   ├── latexmkrc_t
│   │   │   │   │   │   ├── python.ist
│   │   │   │   │   │   ├── sphinx.sty
│   │   │   │   │   │   ├── sphinxhowto.cls
│   │   │   │   │   │   ├── sphinxmanual.cls
│   │   │   │   │   │   └── sphinxmulticell.sty
│   │   │   │   │   ├── texinputs_win
│   │   │   │   │   │   └── Makefile_t
│   │   │   │   │   ├── themes
│   │   │   │   │   │   ├── agogo
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── agogo.css_t
│   │   │   │   │   │   │   │   ├── bgfooter.png
│   │   │   │   │   │   │   │   └── bgtop.png
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   ├── changes
│   │   │   │   │   │   │   │   ├── frameset.html
│   │   │   │   │   │   │   │   ├── rstsource.html
│   │   │   │   │   │   │   │   └── versionchanges.html
│   │   │   │   │   │   │   ├── defindex.html
│   │   │   │   │   │   │   ├── domainindex.html
│   │   │   │   │   │   │   ├── genindex-single.html
│   │   │   │   │   │   │   ├── genindex-split.html
│   │   │   │   │   │   │   ├── genindex.html
│   │   │   │   │   │   │   ├── globaltoc.html
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── localtoc.html
│   │   │   │   │   │   │   ├── opensearch.xml
│   │   │   │   │   │   │   ├── page.html
│   │   │   │   │   │   │   ├── relations.html
│   │   │   │   │   │   │   ├── search.html
│   │   │   │   │   │   │   ├── searchbox.html
│   │   │   │   │   │   │   ├── searchresults.html
│   │   │   │   │   │   │   ├── sourcelink.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── ajax-loader.gif
│   │   │   │   │   │   │   │   ├── basic.css_t
│   │   │   │   │   │   │   │   ├── comment-bright.png
│   │   │   │   │   │   │   │   ├── comment-close.png
│   │   │   │   │   │   │   │   ├── comment.png
│   │   │   │   │   │   │   │   ├── doctools.js_t
│   │   │   │   │   │   │   │   ├── documentation_options.js_t
│   │   │   │   │   │   │   │   ├── down-pressed.png
│   │   │   │   │   │   │   │   ├── down.png
│   │   │   │   │   │   │   │   ├── file.png
│   │   │   │   │   │   │   │   ├── jquery-3.2.1.js
│   │   │   │   │   │   │   │   ├── jquery.js
│   │   │   │   │   │   │   │   ├── minus.png
│   │   │   │   │   │   │   │   ├── plus.png
│   │   │   │   │   │   │   │   ├── searchtools.js_t
│   │   │   │   │   │   │   │   ├── underscore-1.3.1.js
│   │   │   │   │   │   │   │   ├── underscore.js
│   │   │   │   │   │   │   │   ├── up-pressed.png
│   │   │   │   │   │   │   │   ├── up.png
│   │   │   │   │   │   │   │   └── websupport.js
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── bizstyle
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── background_b01.png
│   │   │   │   │   │   │   │   ├── bizstyle.css_t
│   │   │   │   │   │   │   │   ├── bizstyle.js_t
│   │   │   │   │   │   │   │   ├── css3-mediaqueries.js
│   │   │   │   │   │   │   │   └── css3-mediaqueries_src.js
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── classic
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── classic.css_t
│   │   │   │   │   │   │   │   └── sidebar.js_t
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   └── default.css
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── epub
│   │   │   │   │   │   │   ├── epub-cover.html
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   └── epub.css_t
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── haiku
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── alert_info_32.png
│   │   │   │   │   │   │   │   ├── alert_warning_32.png
│   │   │   │   │   │   │   │   ├── bg-page.png
│   │   │   │   │   │   │   │   ├── bullet_orange.png
│   │   │   │   │   │   │   │   └── haiku.css_t
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── nature
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   └── nature.css_t
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── nonav
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   └── nonav.css
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── pyramid
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── dialog-note.png
│   │   │   │   │   │   │   │   ├── dialog-seealso.png
│   │   │   │   │   │   │   │   ├── dialog-todo.png
│   │   │   │   │   │   │   │   ├── dialog-topic.png
│   │   │   │   │   │   │   │   ├── dialog-warning.png
│   │   │   │   │   │   │   │   ├── epub.css
│   │   │   │   │   │   │   │   ├── footerbg.png
│   │   │   │   │   │   │   │   ├── headerbg.png
│   │   │   │   │   │   │   │   ├── ie6.css
│   │   │   │   │   │   │   │   ├── middlebg.png
│   │   │   │   │   │   │   │   ├── pyramid.css_t
│   │   │   │   │   │   │   │   └── transparent.gif
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── scrolls
│   │   │   │   │   │   │   ├── artwork
│   │   │   │   │   │   │   │   └── logo.svg
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── darkmetal.png
│   │   │   │   │   │   │   │   ├── headerbg.png
│   │   │   │   │   │   │   │   ├── logo.png
│   │   │   │   │   │   │   │   ├── metal.png
│   │   │   │   │   │   │   │   ├── navigation.png
│   │   │   │   │   │   │   │   ├── print.css
│   │   │   │   │   │   │   │   ├── scrolls.css_t
│   │   │   │   │   │   │   │   ├── theme_extras.js
│   │   │   │   │   │   │   │   ├── watermark.png
│   │   │   │   │   │   │   │   └── watermark_blur.png
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   ├── sphinxdoc
│   │   │   │   │   │   │   ├── layout.html
│   │   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   │   ├── contents.png
│   │   │   │   │   │   │   │   ├── navigation.png
│   │   │   │   │   │   │   │   └── sphinxdoc.css_t
│   │   │   │   │   │   │   └── theme.conf
│   │   │   │   │   │   └── traditional
│   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   └── traditional.css_t
│   │   │   │   │   │   └── theme.conf
│   │   │   │   │   ├── theming.py
│   │   │   │   │   ├── transforms
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── compact_bullet_list.py
│   │   │   │   │   │   ├── i18n.py
│   │   │   │   │   │   ├── post_transforms
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── images.py
│   │   │   │   │   │   └── references.py
│   │   │   │   │   ├── util
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── console.py
│   │   │   │   │   │   ├── docfields.py
│   │   │   │   │   │   ├── docstrings.py
│   │   │   │   │   │   ├── docutils.py
│   │   │   │   │   │   ├── fileutil.py
│   │   │   │   │   │   ├── i18n.py
│   │   │   │   │   │   ├── images.py
│   │   │   │   │   │   ├── inspect.py
│   │   │   │   │   │   ├── inventory.py
│   │   │   │   │   │   ├── jsdump.py
│   │   │   │   │   │   ├── jsonimpl.py
│   │   │   │   │   │   ├── logging.py
│   │   │   │   │   │   ├── matching.py
│   │   │   │   │   │   ├── nodes.py
│   │   │   │   │   │   ├── osutil.py
│   │   │   │   │   │   ├── parallel.py
│   │   │   │   │   │   ├── png.py
│   │   │   │   │   │   ├── pycompat.py
│   │   │   │   │   │   ├── requests.py
│   │   │   │   │   │   ├── rst.py
│   │   │   │   │   │   ├── smartypants.py
│   │   │   │   │   │   ├── stemmer
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── porter.py
│   │   │   │   │   │   ├── tags.py
│   │   │   │   │   │   ├── template.py
│   │   │   │   │   │   ├── texescape.py
│   │   │   │   │   │   ├── typing.py
│   │   │   │   │   │   └── websupport.py
│   │   │   │   │   ├── versioning.py
│   │   │   │   │   ├── websupport
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── errors.py
│   │   │   │   │   │   ├── search
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── nullsearch.py
│   │   │   │   │   │   │   ├── whooshsearch.py
│   │   │   │   │   │   │   └── xapiansearch.py
│   │   │   │   │   │   └── storage
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── differ.py
│   │   │   │   │   │   ├── sqlalchemy_db.py
│   │   │   │   │   │   └── sqlalchemystorage.py
│   │   │   │   │   └── writers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── html.py
│   │   │   │   │   ├── html5.py
│   │   │   │   │   ├── latex.py
│   │   │   │   │   ├── manpage.py
│   │   │   │   │   ├── texinfo.py
│   │   │   │   │   ├── text.py
│   │   │   │   │   ├── websupport.py
│   │   │   │   │   └── xml.py
│   │   │   │   ├── sphinx_autobuild
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   └── test
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_autobuild.py
│   │   │   │   │   └── test_ignored.py
│   │   │   │   ├── sphinx_autobuild-0.7.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── sphinxcontrib
│   │   │   │   │   └── websupport
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── builder.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── search
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── nullsearch.py
│   │   │   │   │   │   ├── whooshsearch.py
│   │   │   │   │   │   └── xapiansearch.py
│   │   │   │   │   ├── storage
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── differ.py
│   │   │   │   │   │   ├── sqlalchemy_db.py
│   │   │   │   │   │   └── sqlalchemystorage.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── writer.py
│   │   │   │   ├── sphinxcontrib_websupport-1.1.0-py3.5-nspkg.pth
│   │   │   │   ├── sphinxcontrib_websupport-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── tkinter
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── colorchooser.py
│   │   │   │   │   ├── commondialog.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── dialog.py
│   │   │   │   │   ├── dnd.py
│   │   │   │   │   ├── filedialog.py
│   │   │   │   │   ├── font.py
│   │   │   │   │   ├── messagebox.py
│   │   │   │   │   ├── scrolledtext.py
│   │   │   │   │   ├── simpledialog.py
│   │   │   │   │   ├── tix.py
│   │   │   │   │   └── ttk.py
│   │   │   │   ├── toml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── decoder.py
│   │   │   │   │   ├── encoder.py
│   │   │   │   │   ├── ordered.py
│   │   │   │   │   └── tz.py
│   │   │   │   ├── toml-0.10.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── toml.py
│   │   │   │   ├── toposort-1.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── toposort.py
│   │   │   │   ├── tornado
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _locale_data.py
│   │   │   │   │   ├── auth.py
│   │   │   │   │   ├── autoreload.py
│   │   │   │   │   ├── concurrent.py
│   │   │   │   │   ├── curl_httpclient.py
│   │   │   │   │   ├── escape.py
│   │   │   │   │   ├── gen.py
│   │   │   │   │   ├── http1connection.py
│   │   │   │   │   ├── httpclient.py
│   │   │   │   │   ├── httpserver.py
│   │   │   │   │   ├── httputil.py
│   │   │   │   │   ├── ioloop.py
│   │   │   │   │   ├── iostream.py
│   │   │   │   │   ├── locale.py
│   │   │   │   │   ├── locks.py
│   │   │   │   │   ├── log.py
│   │   │   │   │   ├── netutil.py
│   │   │   │   │   ├── options.py
│   │   │   │   │   ├── platform
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── asyncio.py
│   │   │   │   │   │   ├── auto.py
│   │   │   │   │   │   ├── caresresolver.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   ├── epoll.py
│   │   │   │   │   │   ├── interface.py
│   │   │   │   │   │   ├── kqueue.py
│   │   │   │   │   │   ├── posix.py
│   │   │   │   │   │   ├── select.py
│   │   │   │   │   │   ├── twisted.py
│   │   │   │   │   │   └── windows.py
│   │   │   │   │   ├── process.py
│   │   │   │   │   ├── queues.py
│   │   │   │   │   ├── routing.py
│   │   │   │   │   ├── simple_httpclient.py
│   │   │   │   │   ├── speedups.so
│   │   │   │   │   ├── stack_context.py
│   │   │   │   │   ├── tcpclient.py
│   │   │   │   │   ├── tcpserver.py
│   │   │   │   │   ├── template.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── asyncio_test.py
│   │   │   │   │   │   ├── auth_test.py
│   │   │   │   │   │   ├── autoreload_test.py
│   │   │   │   │   │   ├── concurrent_test.py
│   │   │   │   │   │   ├── csv_translations
│   │   │   │   │   │   │   └── fr_FR.csv
│   │   │   │   │   │   ├── curl_httpclient_test.py
│   │   │   │   │   │   ├── escape_test.py
│   │   │   │   │   │   ├── gen_test.py
│   │   │   │   │   │   ├── gettext_translations
│   │   │   │   │   │   │   └── fr_FR
│   │   │   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   │   │   ├── tornado_test.mo
│   │   │   │   │   │   │   └── tornado_test.po
│   │   │   │   │   │   ├── http1connection_test.py
│   │   │   │   │   │   ├── httpclient_test.py
│   │   │   │   │   │   ├── httpserver_test.py
│   │   │   │   │   │   ├── httputil_test.py
│   │   │   │   │   │   ├── import_test.py
│   │   │   │   │   │   ├── ioloop_test.py
│   │   │   │   │   │   ├── iostream_test.py
│   │   │   │   │   │   ├── locale_test.py
│   │   │   │   │   │   ├── locks_test.py
│   │   │   │   │   │   ├── log_test.py
│   │   │   │   │   │   ├── netutil_test.py
│   │   │   │   │   │   ├── options_test.cfg
│   │   │   │   │   │   ├── options_test.py
│   │   │   │   │   │   ├── options_test_types.cfg
│   │   │   │   │   │   ├── options_test_types_str.cfg
│   │   │   │   │   │   ├── process_test.py
│   │   │   │   │   │   ├── queues_test.py
│   │   │   │   │   │   ├── resolve_test_helper.py
│   │   │   │   │   │   ├── routing_test.py
│   │   │   │   │   │   ├── runtests.py
│   │   │   │   │   │   ├── simple_httpclient_test.py
│   │   │   │   │   │   ├── stack_context_test.py
│   │   │   │   │   │   ├── static
│   │   │   │   │   │   │   ├── dir
│   │   │   │   │   │   │   │   └── index.html
│   │   │   │   │   │   │   ├── robots.txt
│   │   │   │   │   │   │   ├── sample.xml
│   │   │   │   │   │   │   ├── sample.xml.bz2
│   │   │   │   │   │   │   └── sample.xml.gz
│   │   │   │   │   │   ├── static_foo.txt
│   │   │   │   │   │   ├── tcpclient_test.py
│   │   │   │   │   │   ├── tcpserver_test.py
│   │   │   │   │   │   ├── template_test.py
│   │   │   │   │   │   ├── templates
│   │   │   │   │   │   │   └── utf8.html
│   │   │   │   │   │   ├── test.crt
│   │   │   │   │   │   ├── test.key
│   │   │   │   │   │   ├── testing_test.py
│   │   │   │   │   │   ├── twisted_test.py
│   │   │   │   │   │   ├── util.py
│   │   │   │   │   │   ├── util_test.py
│   │   │   │   │   │   ├── web_test.py
│   │   │   │   │   │   ├── websocket_test.py
│   │   │   │   │   │   ├── windows_test.py
│   │   │   │   │   │   └── wsgi_test.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   ├── web.py
│   │   │   │   │   ├── websocket.py
│   │   │   │   │   └── wsgi.py
│   │   │   │   ├── tornado-5.1.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── tqdm
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── _main.py
│   │   │   │   │   ├── _monitor.py
│   │   │   │   │   ├── _tqdm.py
│   │   │   │   │   ├── _tqdm_gui.py
│   │   │   │   │   ├── _tqdm_notebook.py
│   │   │   │   │   ├── _tqdm_pandas.py
│   │   │   │   │   ├── _utils.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── auto
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── autonotebook
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   └── tqdm.1
│   │   │   │   ├── tqdm-4.28.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENCE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── twine
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── _installed.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── commands
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── register.py
│   │   │   │   │   │   └── upload.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── package.py
│   │   │   │   │   ├── repository.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   ├── wheel.py
│   │   │   │   │   └── wininst.py
│   │   │   │   ├── twine-1.11.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── typing-3.6.6.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── typing.py
│   │   │   │   ├── urllib3
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _collections.py
│   │   │   │   │   ├── connection.py
│   │   │   │   │   ├── connectionpool.py
│   │   │   │   │   ├── contrib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _appengine_environ.py
│   │   │   │   │   │   ├── _securetransport
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── bindings.py
│   │   │   │   │   │   │   └── low_level.py
│   │   │   │   │   │   ├── appengine.py
│   │   │   │   │   │   ├── ntlmpool.py
│   │   │   │   │   │   ├── pyopenssl.py
│   │   │   │   │   │   ├── securetransport.py
│   │   │   │   │   │   └── socks.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── fields.py
│   │   │   │   │   ├── filepost.py
│   │   │   │   │   ├── packages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── backports
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── makefile.py
│   │   │   │   │   │   ├── six.py
│   │   │   │   │   │   └── ssl_match_hostname
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── _implementation.py
│   │   │   │   │   ├── poolmanager.py
│   │   │   │   │   ├── request.py
│   │   │   │   │   ├── response.py
│   │   │   │   │   └── util
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── connection.py
│   │   │   │   │   ├── queue.py
│   │   │   │   │   ├── request.py
│   │   │   │   │   ├── response.py
│   │   │   │   │   ├── retry.py
│   │   │   │   │   ├── ssl_.py
│   │   │   │   │   ├── timeout.py
│   │   │   │   │   ├── url.py
│   │   │   │   │   └── wait.py
│   │   │   │   ├── urllib3-1.24.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── virtualenv-16.2.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── top_level.txt
│   │   │   │   │   └── zip-safe
│   │   │   │   ├── virtualenv.py
│   │   │   │   ├── virtualenv_support
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── pip-18.1-py2.py3-none-any.whl
│   │   │   │   │   ├── setuptools-40.6.3-py2.py3-none-any.whl
│   │   │   │   │   └── wheel-0.32.3-py2.py3-none-any.whl
│   │   │   │   ├── watchdog
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── events.py
│   │   │   │   │   ├── observers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── fsevents.py
│   │   │   │   │   │   ├── fsevents2.py
│   │   │   │   │   │   ├── inotify.py
│   │   │   │   │   │   ├── inotify_buffer.py
│   │   │   │   │   │   ├── inotify_c.py
│   │   │   │   │   │   ├── kqueue.py
│   │   │   │   │   │   ├── polling.py
│   │   │   │   │   │   ├── read_directory_changes.py
│   │   │   │   │   │   └── winapi.py
│   │   │   │   │   ├── tricks
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bricks.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── decorators.py
│   │   │   │   │   │   ├── delayed_queue.py
│   │   │   │   │   │   ├── dirsnapshot.py
│   │   │   │   │   │   ├── echo.py
│   │   │   │   │   │   ├── event_backport.py
│   │   │   │   │   │   ├── importlib2.py
│   │   │   │   │   │   ├── platform.py
│   │   │   │   │   │   ├── unicode_paths.py
│   │   │   │   │   │   └── win32stat.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── watchmedo.py
│   │   │   │   ├── watchdog-0.9.0.dist-info
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── COPYING
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── wheel
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── bdist_wheel.py
│   │   │   │   │   ├── cli
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── convert.py
│   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   ├── pack.py
│   │   │   │   │   │   └── unpack.py
│   │   │   │   │   ├── metadata.py
│   │   │   │   │   ├── pep425tags.py
│   │   │   │   │   ├── pkginfo.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── wheelfile.py
│   │   │   │   ├── wheel-0.32.3.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── winreg
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── wrapt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _wrappers.so
│   │   │   │   │   ├── arguments.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── importer.py
│   │   │   │   │   └── wrappers.py
│   │   │   │   ├── wrapt-1.10.11.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── xmlrpc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   └── server.py
│   │   │   │   ├── yaml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── composer.py
│   │   │   │   │   ├── constructor.py
│   │   │   │   │   ├── cyaml.py
│   │   │   │   │   ├── dumper.py
│   │   │   │   │   ├── emitter.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── events.py
│   │   │   │   │   ├── loader.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── reader.py
│   │   │   │   │   ├── representer.py
│   │   │   │   │   ├── resolver.py
│   │   │   │   │   ├── scanner.py
│   │   │   │   │   ├── serializer.py
│   │   │   │   │   └── tokens.py
│   │   │   │   ├── yapf
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   └── yapflib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── blank_line_calculator.py
│   │   │   │   │   ├── comment_splicer.py
│   │   │   │   │   ├── continuation_splicer.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── file_resources.py
│   │   │   │   │   ├── format_decision_state.py
│   │   │   │   │   ├── format_token.py
│   │   │   │   │   ├── identify_container.py
│   │   │   │   │   ├── line_joiner.py
│   │   │   │   │   ├── object_state.py
│   │   │   │   │   ├── py3compat.py
│   │   │   │   │   ├── pytree_unwrapper.py
│   │   │   │   │   ├── pytree_utils.py
│   │   │   │   │   ├── pytree_visitor.py
│   │   │   │   │   ├── reformatter.py
│   │   │   │   │   ├── split_penalty.py
│   │   │   │   │   ├── style.py
│   │   │   │   │   ├── subtype_assigner.py
│   │   │   │   │   ├── unwrapped_line.py
│   │   │   │   │   ├── verifier.py
│   │   │   │   │   └── yapf_api.py
│   │   │   │   ├── yapf-0.22.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   └── yapftests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── blank_line_calculator_test.py
│   │   │   │   ├── comment_splicer_test.py
│   │   │   │   ├── file_resources_test.py
│   │   │   │   ├── format_decision_state_test.py
│   │   │   │   ├── format_token_test.py
│   │   │   │   ├── line_joiner_test.py
│   │   │   │   ├── main_test.py
│   │   │   │   ├── pytree_unwrapper_test.py
│   │   │   │   ├── pytree_utils_test.py
│   │   │   │   ├── pytree_visitor_test.py
│   │   │   │   ├── reformatter_basic_test.py
│   │   │   │   ├── reformatter_buganizer_test.py
│   │   │   │   ├── reformatter_facebook_test.py
│   │   │   │   ├── reformatter_pep8_test.py
│   │   │   │   ├── reformatter_python3_test.py
│   │   │   │   ├── reformatter_style_config_test.py
│   │   │   │   ├── reformatter_verify_test.py
│   │   │   │   ├── split_penalty_test.py
│   │   │   │   ├── style_test.py
│   │   │   │   ├── subtype_assigner_test.py
│   │   │   │   ├── unwrapped_line_test.py
│   │   │   │   ├── utils.py
│   │   │   │   ├── yapf_test.py
│   │   │   │   └── yapf_test_helper.py
│   │   │   ├── site.py
│   │   │   ├── sre.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py
│   │   │   ├── sre_compile.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
│   │   │   ├── sre_constants.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
│   │   │   ├── sre_parse.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
│   │   │   ├── stat.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py
│   │   │   ├── types.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py
│   │   │   └── warnings.py -> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
│   │   ├── log
│   │   │   ├── py27-0.log
│   │   │   ├── py27-1.log
│   │   │   ├── py27-2.log
│   │   │   ├── py27-3.log
│   │   │   ├── py27-4.log
│   │   │   ├── py27-5.log
│   │   │   ├── py27-6.log
│   │   │   └── py27-7.log
│   │   └── tmp
│   ├── py36
│   │   ├── .Python -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/Python
│   │   ├── .tox-config1
│   │   ├── bin
│   │   │   ├── activate
│   │   │   ├── activate.csh
│   │   │   ├── activate.fish
│   │   │   ├── activate_this.py
│   │   │   ├── chardetect
│   │   │   ├── cm2html
│   │   │   ├── cm2latex
│   │   │   ├── cm2man
│   │   │   ├── cm2pseudoxml
│   │   │   ├── cm2xetex
│   │   │   ├── cm2xml
│   │   │   ├── cmark.py
│   │   │   ├── coloredlogs
│   │   │   ├── coverage
│   │   │   ├── coverage-3.6
│   │   │   ├── coverage3
│   │   │   ├── dagster
│   │   │   ├── easy_install
│   │   │   ├── easy_install-3.6
│   │   │   ├── epylint
│   │   │   ├── f2py
│   │   │   ├── futurize
│   │   │   ├── humanfriendly
│   │   │   ├── identify-cli
│   │   │   ├── isort
│   │   │   ├── livereload
│   │   │   ├── nodeenv
│   │   │   ├── pasteurize
│   │   │   ├── pip
│   │   │   ├── pip3
│   │   │   ├── pip3.6
│   │   │   ├── pkginfo
│   │   │   ├── plasma_store
│   │   │   ├── port-for
│   │   │   ├── pre-commit
│   │   │   ├── pre-commit-validate-config
│   │   │   ├── pre-commit-validate-manifest
│   │   │   ├── py.test
│   │   │   ├── pybabel
│   │   │   ├── pygmentize
│   │   │   ├── pylint
│   │   │   ├── pyreverse
│   │   │   ├── pytest
│   │   │   ├── python -> python3.6
│   │   │   ├── python-config
│   │   │   ├── python3 -> python3.6
│   │   │   ├── python3.6
│   │   │   ├── rst2html.py
│   │   │   ├── rst2html4.py
│   │   │   ├── rst2html5.py
│   │   │   ├── rst2latex.py
│   │   │   ├── rst2man.py
│   │   │   ├── rst2odt.py
│   │   │   ├── rst2odt_prepstyles.py
│   │   │   ├── rst2pseudoxml.py
│   │   │   ├── rst2s5.py
│   │   │   ├── rst2xetex.py
│   │   │   ├── rst2xml.py
│   │   │   ├── rstpep2html.py
│   │   │   ├── sphinx-apidoc
│   │   │   ├── sphinx-autobuild
│   │   │   ├── sphinx-autogen
│   │   │   ├── sphinx-build
│   │   │   ├── sphinx-quickstart
│   │   │   ├── symilar
│   │   │   ├── tqdm
│   │   │   ├── twine
│   │   │   ├── virtualenv
│   │   │   ├── watchmedo
│   │   │   ├── wheel
│   │   │   └── yapf
│   │   ├── include
│   │   │   └── python3.6m -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/include/python3.6m
│   │   ├── lib
│   │   │   └── python3.6
│   │   │   ├── __future__.py
│   │   │   ├── _bootlocale.py
│   │   │   ├── _collections_abc.py
│   │   │   ├── _dummy_thread.py
│   │   │   ├── _weakrefset.py
│   │   │   ├── abc.py
│   │   │   ├── base64.py
│   │   │   ├── bisect.py
│   │   │   ├── codecs.py
│   │   │   ├── collections -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/collections
│   │   │   ├── config-3.6m-darwin -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/config-3.6m-darwin
│   │   │   ├── copy.py
│   │   │   ├── copyreg.py
│   │   │   ├── distutils
│   │   │   │   ├── __init__.py
│   │   │   │   └── distutils.cfg
│   │   │   ├── encodings -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings
│   │   │   ├── enum.py
│   │   │   ├── fnmatch.py
│   │   │   ├── functools.py
│   │   │   ├── genericpath.py
│   │   │   ├── hashlib.py
│   │   │   ├── heapq.py
│   │   │   ├── hmac.py
│   │   │   ├── imp.py
│   │   │   ├── importlib -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/importlib
│   │   │   ├── io.py
│   │   │   ├── keyword.py
│   │   │   ├── lib-dynload -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
│   │   │   ├── linecache.py
│   │   │   ├── locale.py
│   │   │   ├── no-global-site-packages.txt
│   │   │   ├── ntpath.py
│   │   │   ├── operator.py
│   │   │   ├── orig-prefix.txt
│   │   │   ├── os.py
│   │   │   ├── posixpath.py
│   │   │   ├── random.py
│   │   │   ├── re.py
│   │   │   ├── readline.so -> /usr/local/Cellar/python/3.6.4_3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so
│   │   │   ├── reprlib.py
│   │   │   ├── rlcompleter.py
│   │   │   ├── shutil.py
│   │   │   ├── site-packages
│   │   │   │   ├── Babel-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Click-7.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── CommonMark
│   │   │   │   │   ├── CommonMark.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── entitytrans.py
│   │   │   │   ├── CommonMark-0.5.4.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Jinja2-2.10.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── MarkupSafe-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.rst
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── PyYAML-3.13.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Pygments-2.3.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── SQLAlchemy-1.2.14.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── Sphinx-1.7.5.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── _pyrsistent_version.py
│   │   │   │   ├── _pytest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _argcomplete.py
│   │   │   │   │   ├── _code
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _py2traceback.py
│   │   │   │   │   │   ├── code.py
│   │   │   │   │   │   └── source.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── assertion
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── rewrite.py
│   │   │   │   │   │   ├── truncate.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   ├── cacheprovider.py
│   │   │   │   │   ├── capture.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── debugging.py
│   │   │   │   │   ├── deprecated.py
│   │   │   │   │   ├── doctest.py
│   │   │   │   │   ├── fixtures.py
│   │   │   │   │   ├── freeze_support.py
│   │   │   │   │   ├── helpconfig.py
│   │   │   │   │   ├── hookspec.py
│   │   │   │   │   ├── junitxml.py
│   │   │   │   │   ├── logging.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── mark
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── evaluate.py
│   │   │   │   │   │   ├── legacy.py
│   │   │   │   │   │   └── structures.py
│   │   │   │   │   ├── monkeypatch.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── nose.py
│   │   │   │   │   ├── outcomes.py
│   │   │   │   │   ├── pastebin.py
│   │   │   │   │   ├── pytester.py
│   │   │   │   │   ├── python.py
│   │   │   │   │   ├── python_api.py
│   │   │   │   │   ├── recwarn.py
│   │   │   │   │   ├── resultlog.py
│   │   │   │   │   ├── runner.py
│   │   │   │   │   ├── setuponly.py
│   │   │   │   │   ├── setupplan.py
│   │   │   │   │   ├── skipping.py
│   │   │   │   │   ├── terminal.py
│   │   │   │   │   ├── tmpdir.py
│   │   │   │   │   ├── unittest.py
│   │   │   │   │   └── warnings.py
│   │   │   │   ├── _watchdog_fsevents.cpython-36m-darwin.so
│   │   │   │   ├── alabaster
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── about.html
│   │   │   │   │   ├── donate.html
│   │   │   │   │   ├── layout.html
│   │   │   │   │   ├── navigation.html
│   │   │   │   │   ├── relations.html
│   │   │   │   │   ├── static
│   │   │   │   │   │   ├── alabaster.css_t
│   │   │   │   │   │   └── custom.css
│   │   │   │   │   ├── support.py
│   │   │   │   │   └── theme.conf
│   │   │   │   ├── alabaster-0.7.12.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── argh
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── assembling.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── completion.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── dispatching.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── helpers.py
│   │   │   │   │   ├── interaction.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── argh-0.26.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── aspy
│   │   │   │   │   └── yaml
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── aspy.yaml-1.1.1-py3.6-nspkg.pth
│   │   │   │   ├── aspy.yaml-1.1.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── astroid
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pkginfo__.py
│   │   │   │   │   ├── arguments.py
│   │   │   │   │   ├── as_string.py
│   │   │   │   │   ├── astpeephole.py
│   │   │   │   │   ├── bases.py
│   │   │   │   │   ├── brain
│   │   │   │   │   │   ├── brain_attrs.py
│   │   │   │   │   │   ├── brain_builtin_inference.py
│   │   │   │   │   │   ├── brain_collections.py
│   │   │   │   │   │   ├── brain_curses.py
│   │   │   │   │   │   ├── brain_dateutil.py
│   │   │   │   │   │   ├── brain_fstrings.py
│   │   │   │   │   │   ├── brain_functools.py
│   │   │   │   │   │   ├── brain_gi.py
│   │   │   │   │   │   ├── brain_hashlib.py
│   │   │   │   │   │   ├── brain_io.py
│   │   │   │   │   │   ├── brain_mechanize.py
│   │   │   │   │   │   ├── brain_multiprocessing.py
│   │   │   │   │   │   ├── brain_namedtuple_enum.py
│   │   │   │   │   │   ├── brain_nose.py
│   │   │   │   │   │   ├── brain_numpy.py
│   │   │   │   │   │   ├── brain_pkg_resources.py
│   │   │   │   │   │   ├── brain_pytest.py
│   │   │   │   │   │   ├── brain_qt.py
│   │   │   │   │   │   ├── brain_random.py
│   │   │   │   │   │   ├── brain_re.py
│   │   │   │   │   │   ├── brain_six.py
│   │   │   │   │   │   ├── brain_ssl.py
│   │   │   │   │   │   ├── brain_subprocess.py
│   │   │   │   │   │   ├── brain_threading.py
│   │   │   │   │   │   ├── brain_typing.py
│   │   │   │   │   │   └── brain_uuid.py
│   │   │   │   │   ├── builder.py
│   │   │   │   │   ├── context.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── helpers.py
│   │   │   │   │   ├── inference.py
│   │   │   │   │   ├── interpreter
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _import
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── spec.py
│   │   │   │   │   │   │   └── util.py
│   │   │   │   │   │   ├── dunder_lookup.py
│   │   │   │   │   │   └── objectmodel.py
│   │   │   │   │   ├── manager.py
│   │   │   │   │   ├── mixins.py
│   │   │   │   │   ├── modutils.py
│   │   │   │   │   ├── node_classes.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── objects.py
│   │   │   │   │   ├── protocols.py
│   │   │   │   │   ├── raw_building.py
│   │   │   │   │   ├── rebuilder.py
│   │   │   │   │   ├── scoped_nodes.py
│   │   │   │   │   ├── test_utils.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── resources.py
│   │   │   │   │   │   ├── testdata
│   │   │   │   │   │   │   ├── python2
│   │   │   │   │   │   │   │   └── data
│   │   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.egg
│   │   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.zip
│   │   │   │   │   │   │   │   ├── SSL1
│   │   │   │   │   │   │   │   │   ├── Connection1.py
│   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── sidepackage
│   │   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   │   │   ├── appl
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── myConnection.py
│   │   │   │   │   │   │   │   ├── contribute_to_namespace
│   │   │   │   │   │   │   │   │   └── namespace_pep_420
│   │   │   │   │   │   │   │   │   └── submodule.py
│   │   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   │   ├── email.py
│   │   │   │   │   │   │   │   ├── find_test
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   │   └── nonregr.py
│   │   │   │   │   │   │   │   ├── foogle
│   │   │   │   │   │   │   │   │   └── fax
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── a.py
│   │   │   │   │   │   │   │   ├── foogle_fax-0.12.5-py2.7-nspkg.pth
│   │   │   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   │   │   ├── invalid_encoding.py
│   │   │   │   │   │   │   │   ├── joined_strings.py
│   │   │   │   │   │   │   │   ├── lmfp
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   ├── module1abs
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── core.py
│   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   ├── namespace_pep_420
│   │   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   ├── nonregr.py
│   │   │   │   │   │   │   │   ├── notall.py
│   │   │   │   │   │   │   │   ├── notamodule
│   │   │   │   │   │   │   │   │   └── file.py
│   │   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   │   ├── hello.py
│   │   │   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_1
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_2
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   │   ├── path_pkg_resources_3
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_1
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_2
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   │   ├── path_pkgutil_3
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   │   ├── recursion.py
│   │   │   │   │   │   │   │   ├── tmp__init__.py
│   │   │   │   │   │   │   │   └── unicode_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   └── python3
│   │   │   │   │   │   │   └── data
│   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.egg
│   │   │   │   │   │   │   ├── MyPyPa-0.1.0-py2.5.zip
│   │   │   │   │   │   │   ├── SSL1
│   │   │   │   │   │   │   │   ├── Connection1.py
│   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── sidepackage
│   │   │   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   │   ├── appl
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── myConnection.py
│   │   │   │   │   │   │   ├── contribute_to_namespace
│   │   │   │   │   │   │   │   └── namespace_pep_420
│   │   │   │   │   │   │   │   └── submodule.py
│   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   ├── email.py
│   │   │   │   │   │   │   ├── find_test
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   │   └── nonregr.py
│   │   │   │   │   │   │   ├── foogle
│   │   │   │   │   │   │   │   └── fax
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── a.py
│   │   │   │   │   │   │   ├── foogle_fax-0.12.5-py2.7-nspkg.pth
│   │   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   │   ├── invalid_encoding.py
│   │   │   │   │   │   │   ├── joined_strings.py
│   │   │   │   │   │   │   ├── lmfp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   │   ├── module1abs
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── core.py
│   │   │   │   │   │   │   ├── module2.py
│   │   │   │   │   │   │   ├── namespace_pep_420
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── noendingnewline.py
│   │   │   │   │   │   │   ├── nonregr.py
│   │   │   │   │   │   │   ├── notall.py
│   │   │   │   │   │   │   ├── notamodule
│   │   │   │   │   │   │   │   └── file.py
│   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── absimport.py
│   │   │   │   │   │   │   │   ├── hello.py
│   │   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── path_pkg_resources_1
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── path_pkg_resources_2
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   ├── path_pkg_resources_3
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   ├── path_pkgutil_1
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── foo.py
│   │   │   │   │   │   │   ├── path_pkgutil_2
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── bar.py
│   │   │   │   │   │   │   ├── path_pkgutil_3
│   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── baz.py
│   │   │   │   │   │   │   ├── recursion.py
│   │   │   │   │   │   │   ├── tmp__init__.py
│   │   │   │   │   │   │   └── unicode_package
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   ├── unittest_brain.py
│   │   │   │   │   │   ├── unittest_brain_numpy.py
│   │   │   │   │   │   ├── unittest_builder.py
│   │   │   │   │   │   ├── unittest_helpers.py
│   │   │   │   │   │   ├── unittest_inference.py
│   │   │   │   │   │   ├── unittest_lookup.py
│   │   │   │   │   │   ├── unittest_manager.py
│   │   │   │   │   │   ├── unittest_modutils.py
│   │   │   │   │   │   ├── unittest_nodes.py
│   │   │   │   │   │   ├── unittest_object_model.py
│   │   │   │   │   │   ├── unittest_objects.py
│   │   │   │   │   │   ├── unittest_peephole.py
│   │   │   │   │   │   ├── unittest_protocols.py
│   │   │   │   │   │   ├── unittest_python3.py
│   │   │   │   │   │   ├── unittest_raw_building.py
│   │   │   │   │   │   ├── unittest_regrtest.py
│   │   │   │   │   │   ├── unittest_scoped_nodes.py
│   │   │   │   │   │   ├── unittest_transforms.py
│   │   │   │   │   │   └── unittest_utils.py
│   │   │   │   │   ├── transforms.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── astroid-1.6.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── atomicwrites
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── atomicwrites-1.2.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── attr
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _config.py
│   │   │   │   │   ├── _funcs.py
│   │   │   │   │   ├── _make.py
│   │   │   │   │   ├── converters.py
│   │   │   │   │   ├── converters.pyi
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── filters.py
│   │   │   │   │   ├── filters.pyi
│   │   │   │   │   ├── py.typed
│   │   │   │   │   ├── validators.py
│   │   │   │   │   └── validators.pyi
│   │   │   │   ├── attrs-18.2.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── babel
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── dates.py
│   │   │   │   │   ├── global.dat
│   │   │   │   │   ├── languages.py
│   │   │   │   │   ├── lists.py
│   │   │   │   │   ├── locale-data
│   │   │   │   │   │   ├── af.dat
│   │   │   │   │   │   ├── af_NA.dat
│   │   │   │   │   │   ├── af_ZA.dat
│   │   │   │   │   │   ├── agq.dat
│   │   │   │   │   │   ├── agq_CM.dat
│   │   │   │   │   │   ├── ak.dat
│   │   │   │   │   │   ├── ak_GH.dat
│   │   │   │   │   │   ├── am.dat
│   │   │   │   │   │   ├── am_ET.dat
│   │   │   │   │   │   ├── ar.dat
│   │   │   │   │   │   ├── ar_001.dat
│   │   │   │   │   │   ├── ar_AE.dat
│   │   │   │   │   │   ├── ar_BH.dat
│   │   │   │   │   │   ├── ar_DJ.dat
│   │   │   │   │   │   ├── ar_DZ.dat
│   │   │   │   │   │   ├── ar_EG.dat
│   │   │   │   │   │   ├── ar_EH.dat
│   │   │   │   │   │   ├── ar_ER.dat
│   │   │   │   │   │   ├── ar_IL.dat
│   │   │   │   │   │   ├── ar_IQ.dat
│   │   │   │   │   │   ├── ar_JO.dat
│   │   │   │   │   │   ├── ar_KM.dat
│   │   │   │   │   │   ├── ar_KW.dat
│   │   │   │   │   │   ├── ar_LB.dat
│   │   │   │   │   │   ├── ar_LY.dat
│   │   │   │   │   │   ├── ar_MA.dat
│   │   │   │   │   │   ├── ar_MR.dat
│   │   │   │   │   │   ├── ar_OM.dat
│   │   │   │   │   │   ├── ar_PS.dat
│   │   │   │   │   │   ├── ar_QA.dat
│   │   │   │   │   │   ├── ar_SA.dat
│   │   │   │   │   │   ├── ar_SD.dat
│   │   │   │   │   │   ├── ar_SO.dat
│   │   │   │   │   │   ├── ar_SS.dat
│   │   │   │   │   │   ├── ar_SY.dat
│   │   │   │   │   │   ├── ar_TD.dat
│   │   │   │   │   │   ├── ar_TN.dat
│   │   │   │   │   │   ├── ar_YE.dat
│   │   │   │   │   │   ├── as.dat
│   │   │   │   │   │   ├── as_IN.dat
│   │   │   │   │   │   ├── asa.dat
│   │   │   │   │   │   ├── asa_TZ.dat
│   │   │   │   │   │   ├── ast.dat
│   │   │   │   │   │   ├── ast_ES.dat
│   │   │   │   │   │   ├── az.dat
│   │   │   │   │   │   ├── az_Cyrl.dat
│   │   │   │   │   │   ├── az_Cyrl_AZ.dat
│   │   │   │   │   │   ├── az_Latn.dat
│   │   │   │   │   │   ├── az_Latn_AZ.dat
│   │   │   │   │   │   ├── bas.dat
│   │   │   │   │   │   ├── bas_CM.dat
│   │   │   │   │   │   ├── be.dat
│   │   │   │   │   │   ├── be_BY.dat
│   │   │   │   │   │   ├── bem.dat
│   │   │   │   │   │   ├── bem_ZM.dat
│   │   │   │   │   │   ├── bez.dat
│   │   │   │   │   │   ├── bez_TZ.dat
│   │   │   │   │   │   ├── bg.dat
│   │   │   │   │   │   ├── bg_BG.dat
│   │   │   │   │   │   ├── bm.dat
│   │   │   │   │   │   ├── bm_ML.dat
│   │   │   │   │   │   ├── bn.dat
│   │   │   │   │   │   ├── bn_BD.dat
│   │   │   │   │   │   ├── bn_IN.dat
│   │   │   │   │   │   ├── bo.dat
│   │   │   │   │   │   ├── bo_CN.dat
│   │   │   │   │   │   ├── bo_IN.dat
│   │   │   │   │   │   ├── br.dat
│   │   │   │   │   │   ├── br_FR.dat
│   │   │   │   │   │   ├── brx.dat
│   │   │   │   │   │   ├── brx_IN.dat
│   │   │   │   │   │   ├── bs.dat
│   │   │   │   │   │   ├── bs_Cyrl.dat
│   │   │   │   │   │   ├── bs_Cyrl_BA.dat
│   │   │   │   │   │   ├── bs_Latn.dat
│   │   │   │   │   │   ├── bs_Latn_BA.dat
│   │   │   │   │   │   ├── ca.dat
│   │   │   │   │   │   ├── ca_AD.dat
│   │   │   │   │   │   ├── ca_ES.dat
│   │   │   │   │   │   ├── ca_ES_VALENCIA.dat
│   │   │   │   │   │   ├── ca_FR.dat
│   │   │   │   │   │   ├── ca_IT.dat
│   │   │   │   │   │   ├── ccp.dat
│   │   │   │   │   │   ├── ccp_BD.dat
│   │   │   │   │   │   ├── ccp_IN.dat
│   │   │   │   │   │   ├── ce.dat
│   │   │   │   │   │   ├── ce_RU.dat
│   │   │   │   │   │   ├── cgg.dat
│   │   │   │   │   │   ├── cgg_UG.dat
│   │   │   │   │   │   ├── chr.dat
│   │   │   │   │   │   ├── chr_US.dat
│   │   │   │   │   │   ├── ckb.dat
│   │   │   │   │   │   ├── ckb_IQ.dat
│   │   │   │   │   │   ├── ckb_IR.dat
│   │   │   │   │   │   ├── cs.dat
│   │   │   │   │   │   ├── cs_CZ.dat
│   │   │   │   │   │   ├── cu.dat
│   │   │   │   │   │   ├── cu_RU.dat
│   │   │   │   │   │   ├── cy.dat
│   │   │   │   │   │   ├── cy_GB.dat
│   │   │   │   │   │   ├── da.dat
│   │   │   │   │   │   ├── da_DK.dat
│   │   │   │   │   │   ├── da_GL.dat
│   │   │   │   │   │   ├── dav.dat
│   │   │   │   │   │   ├── dav_KE.dat
│   │   │   │   │   │   ├── de.dat
│   │   │   │   │   │   ├── de_AT.dat
│   │   │   │   │   │   ├── de_BE.dat
│   │   │   │   │   │   ├── de_CH.dat
│   │   │   │   │   │   ├── de_DE.dat
│   │   │   │   │   │   ├── de_IT.dat
│   │   │   │   │   │   ├── de_LI.dat
│   │   │   │   │   │   ├── de_LU.dat
│   │   │   │   │   │   ├── dje.dat
│   │   │   │   │   │   ├── dje_NE.dat
│   │   │   │   │   │   ├── dsb.dat
│   │   │   │   │   │   ├── dsb_DE.dat
│   │   │   │   │   │   ├── dua.dat
│   │   │   │   │   │   ├── dua_CM.dat
│   │   │   │   │   │   ├── dyo.dat
│   │   │   │   │   │   ├── dyo_SN.dat
│   │   │   │   │   │   ├── dz.dat
│   │   │   │   │   │   ├── dz_BT.dat
│   │   │   │   │   │   ├── ebu.dat
│   │   │   │   │   │   ├── ebu_KE.dat
│   │   │   │   │   │   ├── ee.dat
│   │   │   │   │   │   ├── ee_GH.dat
│   │   │   │   │   │   ├── ee_TG.dat
│   │   │   │   │   │   ├── el.dat
│   │   │   │   │   │   ├── el_CY.dat
│   │   │   │   │   │   ├── el_GR.dat
│   │   │   │   │   │   ├── en.dat
│   │   │   │   │   │   ├── en_001.dat
│   │   │   │   │   │   ├── en_150.dat
│   │   │   │   │   │   ├── en_AG.dat
│   │   │   │   │   │   ├── en_AI.dat
│   │   │   │   │   │   ├── en_AS.dat
│   │   │   │   │   │   ├── en_AT.dat
│   │   │   │   │   │   ├── en_AU.dat
│   │   │   │   │   │   ├── en_BB.dat
│   │   │   │   │   │   ├── en_BE.dat
│   │   │   │   │   │   ├── en_BI.dat
│   │   │   │   │   │   ├── en_BM.dat
│   │   │   │   │   │   ├── en_BS.dat
│   │   │   │   │   │   ├── en_BW.dat
│   │   │   │   │   │   ├── en_BZ.dat
│   │   │   │   │   │   ├── en_CA.dat
│   │   │   │   │   │   ├── en_CC.dat
│   │   │   │   │   │   ├── en_CH.dat
│   │   │   │   │   │   ├── en_CK.dat
│   │   │   │   │   │   ├── en_CM.dat
│   │   │   │   │   │   ├── en_CX.dat
│   │   │   │   │   │   ├── en_CY.dat
│   │   │   │   │   │   ├── en_DE.dat
│   │   │   │   │   │   ├── en_DG.dat
│   │   │   │   │   │   ├── en_DK.dat
│   │   │   │   │   │   ├── en_DM.dat
│   │   │   │   │   │   ├── en_ER.dat
│   │   │   │   │   │   ├── en_FI.dat
│   │   │   │   │   │   ├── en_FJ.dat
│   │   │   │   │   │   ├── en_FK.dat
│   │   │   │   │   │   ├── en_FM.dat
│   │   │   │   │   │   ├── en_GB.dat
│   │   │   │   │   │   ├── en_GD.dat
│   │   │   │   │   │   ├── en_GG.dat
│   │   │   │   │   │   ├── en_GH.dat
│   │   │   │   │   │   ├── en_GI.dat
│   │   │   │   │   │   ├── en_GM.dat
│   │   │   │   │   │   ├── en_GU.dat
│   │   │   │   │   │   ├── en_GY.dat
│   │   │   │   │   │   ├── en_HK.dat
│   │   │   │   │   │   ├── en_IE.dat
│   │   │   │   │   │   ├── en_IL.dat
│   │   │   │   │   │   ├── en_IM.dat
│   │   │   │   │   │   ├── en_IN.dat
│   │   │   │   │   │   ├── en_IO.dat
│   │   │   │   │   │   ├── en_JE.dat
│   │   │   │   │   │   ├── en_JM.dat
│   │   │   │   │   │   ├── en_KE.dat
│   │   │   │   │   │   ├── en_KI.dat
│   │   │   │   │   │   ├── en_KN.dat
│   │   │   │   │   │   ├── en_KY.dat
│   │   │   │   │   │   ├── en_LC.dat
│   │   │   │   │   │   ├── en_LR.dat
│   │   │   │   │   │   ├── en_LS.dat
│   │   │   │   │   │   ├── en_MG.dat
│   │   │   │   │   │   ├── en_MH.dat
│   │   │   │   │   │   ├── en_MO.dat
│   │   │   │   │   │   ├── en_MP.dat
│   │   │   │   │   │   ├── en_MS.dat
│   │   │   │   │   │   ├── en_MT.dat
│   │   │   │   │   │   ├── en_MU.dat
│   │   │   │   │   │   ├── en_MW.dat
│   │   │   │   │   │   ├── en_MY.dat
│   │   │   │   │   │   ├── en_NA.dat
│   │   │   │   │   │   ├── en_NF.dat
│   │   │   │   │   │   ├── en_NG.dat
│   │   │   │   │   │   ├── en_NL.dat
│   │   │   │   │   │   ├── en_NR.dat
│   │   │   │   │   │   ├── en_NU.dat
│   │   │   │   │   │   ├── en_NZ.dat
│   │   │   │   │   │   ├── en_PG.dat
│   │   │   │   │   │   ├── en_PH.dat
│   │   │   │   │   │   ├── en_PK.dat
│   │   │   │   │   │   ├── en_PN.dat
│   │   │   │   │   │   ├── en_PR.dat
│   │   │   │   │   │   ├── en_PW.dat
│   │   │   │   │   │   ├── en_RW.dat
│   │   │   │   │   │   ├── en_SB.dat
│   │   │   │   │   │   ├── en_SC.dat
│   │   │   │   │   │   ├── en_SD.dat
│   │   │   │   │   │   ├── en_SE.dat
│   │   │   │   │   │   ├── en_SG.dat
│   │   │   │   │   │   ├── en_SH.dat
│   │   │   │   │   │   ├── en_SI.dat
│   │   │   │   │   │   ├── en_SL.dat
│   │   │   │   │   │   ├── en_SS.dat
│   │   │   │   │   │   ├── en_SX.dat
│   │   │   │   │   │   ├── en_SZ.dat
│   │   │   │   │   │   ├── en_TC.dat
│   │   │   │   │   │   ├── en_TK.dat
│   │   │   │   │   │   ├── en_TO.dat
│   │   │   │   │   │   ├── en_TT.dat
│   │   │   │   │   │   ├── en_TV.dat
│   │   │   │   │   │   ├── en_TZ.dat
│   │   │   │   │   │   ├── en_UG.dat
│   │   │   │   │   │   ├── en_UM.dat
│   │   │   │   │   │   ├── en_US.dat
│   │   │   │   │   │   ├── en_US_POSIX.dat
│   │   │   │   │   │   ├── en_VC.dat
│   │   │   │   │   │   ├── en_VG.dat
│   │   │   │   │   │   ├── en_VI.dat
│   │   │   │   │   │   ├── en_VU.dat
│   │   │   │   │   │   ├── en_WS.dat
│   │   │   │   │   │   ├── en_ZA.dat
│   │   │   │   │   │   ├── en_ZM.dat
│   │   │   │   │   │   ├── en_ZW.dat
│   │   │   │   │   │   ├── eo.dat
│   │   │   │   │   │   ├── eo_001.dat
│   │   │   │   │   │   ├── es.dat
│   │   │   │   │   │   ├── es_419.dat
│   │   │   │   │   │   ├── es_AR.dat
│   │   │   │   │   │   ├── es_BO.dat
│   │   │   │   │   │   ├── es_BR.dat
│   │   │   │   │   │   ├── es_BZ.dat
│   │   │   │   │   │   ├── es_CL.dat
│   │   │   │   │   │   ├── es_CO.dat
│   │   │   │   │   │   ├── es_CR.dat
│   │   │   │   │   │   ├── es_CU.dat
│   │   │   │   │   │   ├── es_DO.dat
│   │   │   │   │   │   ├── es_EA.dat
│   │   │   │   │   │   ├── es_EC.dat
│   │   │   │   │   │   ├── es_ES.dat
│   │   │   │   │   │   ├── es_GQ.dat
│   │   │   │   │   │   ├── es_GT.dat
│   │   │   │   │   │   ├── es_HN.dat
│   │   │   │   │   │   ├── es_IC.dat
│   │   │   │   │   │   ├── es_MX.dat
│   │   │   │   │   │   ├── es_NI.dat
│   │   │   │   │   │   ├── es_PA.dat
│   │   │   │   │   │   ├── es_PE.dat
│   │   │   │   │   │   ├── es_PH.dat
│   │   │   │   │   │   ├── es_PR.dat
│   │   │   │   │   │   ├── es_PY.dat
│   │   │   │   │   │   ├── es_SV.dat
│   │   │   │   │   │   ├── es_US.dat
│   │   │   │   │   │   ├── es_UY.dat
│   │   │   │   │   │   ├── es_VE.dat
│   │   │   │   │   │   ├── et.dat
│   │   │   │   │   │   ├── et_EE.dat
│   │   │   │   │   │   ├── eu.dat
│   │   │   │   │   │   ├── eu_ES.dat
│   │   │   │   │   │   ├── ewo.dat
│   │   │   │   │   │   ├── ewo_CM.dat
│   │   │   │   │   │   ├── fa.dat
│   │   │   │   │   │   ├── fa_AF.dat
│   │   │   │   │   │   ├── fa_IR.dat
│   │   │   │   │   │   ├── ff.dat
│   │   │   │   │   │   ├── ff_CM.dat
│   │   │   │   │   │   ├── ff_GN.dat
│   │   │   │   │   │   ├── ff_MR.dat
│   │   │   │   │   │   ├── ff_SN.dat
│   │   │   │   │   │   ├── fi.dat
│   │   │   │   │   │   ├── fi_FI.dat
│   │   │   │   │   │   ├── fil.dat
│   │   │   │   │   │   ├── fil_PH.dat
│   │   │   │   │   │   ├── fo.dat
│   │   │   │   │   │   ├── fo_DK.dat
│   │   │   │   │   │   ├── fo_FO.dat
│   │   │   │   │   │   ├── fr.dat
│   │   │   │   │   │   ├── fr_BE.dat
│   │   │   │   │   │   ├── fr_BF.dat
│   │   │   │   │   │   ├── fr_BI.dat
│   │   │   │   │   │   ├── fr_BJ.dat
│   │   │   │   │   │   ├── fr_BL.dat
│   │   │   │   │   │   ├── fr_CA.dat
│   │   │   │   │   │   ├── fr_CD.dat
│   │   │   │   │   │   ├── fr_CF.dat
│   │   │   │   │   │   ├── fr_CG.dat
│   │   │   │   │   │   ├── fr_CH.dat
│   │   │   │   │   │   ├── fr_CI.dat
│   │   │   │   │   │   ├── fr_CM.dat
│   │   │   │   │   │   ├── fr_DJ.dat
│   │   │   │   │   │   ├── fr_DZ.dat
│   │   │   │   │   │   ├── fr_FR.dat
│   │   │   │   │   │   ├── fr_GA.dat
│   │   │   │   │   │   ├── fr_GF.dat
│   │   │   │   │   │   ├── fr_GN.dat
│   │   │   │   │   │   ├── fr_GP.dat
│   │   │   │   │   │   ├── fr_GQ.dat
│   │   │   │   │   │   ├── fr_HT.dat
│   │   │   │   │   │   ├── fr_KM.dat
│   │   │   │   │   │   ├── fr_LU.dat
│   │   │   │   │   │   ├── fr_MA.dat
│   │   │   │   │   │   ├── fr_MC.dat
│   │   │   │   │   │   ├── fr_MF.dat
│   │   │   │   │   │   ├── fr_MG.dat
│   │   │   │   │   │   ├── fr_ML.dat
│   │   │   │   │   │   ├── fr_MQ.dat
│   │   │   │   │   │   ├── fr_MR.dat
│   │   │   │   │   │   ├── fr_MU.dat
│   │   │   │   │   │   ├── fr_NC.dat
│   │   │   │   │   │   ├── fr_NE.dat
│   │   │   │   │   │   ├── fr_PF.dat
│   │   │   │   │   │   ├── fr_PM.dat
│   │   │   │   │   │   ├── fr_RE.dat
│   │   │   │   │   │   ├── fr_RW.dat
│   │   │   │   │   │   ├── fr_SC.dat
│   │   │   │   │   │   ├── fr_SN.dat
│   │   │   │   │   │   ├── fr_SY.dat
│   │   │   │   │   │   ├── fr_TD.dat
│   │   │   │   │   │   ├── fr_TG.dat
│   │   │   │   │   │   ├── fr_TN.dat
│   │   │   │   │   │   ├── fr_VU.dat
│   │   │   │   │   │   ├── fr_WF.dat
│   │   │   │   │   │   ├── fr_YT.dat
│   │   │   │   │   │   ├── fur.dat
│   │   │   │   │   │   ├── fur_IT.dat
│   │   │   │   │   │   ├── fy.dat
│   │   │   │   │   │   ├── fy_NL.dat
│   │   │   │   │   │   ├── ga.dat
│   │   │   │   │   │   ├── ga_IE.dat
│   │   │   │   │   │   ├── gd.dat
│   │   │   │   │   │   ├── gd_GB.dat
│   │   │   │   │   │   ├── gl.dat
│   │   │   │   │   │   ├── gl_ES.dat
│   │   │   │   │   │   ├── gsw.dat
│   │   │   │   │   │   ├── gsw_CH.dat
│   │   │   │   │   │   ├── gsw_FR.dat
│   │   │   │   │   │   ├── gsw_LI.dat
│   │   │   │   │   │   ├── gu.dat
│   │   │   │   │   │   ├── gu_IN.dat
│   │   │   │   │   │   ├── guz.dat
│   │   │   │   │   │   ├── guz_KE.dat
│   │   │   │   │   │   ├── gv.dat
│   │   │   │   │   │   ├── gv_IM.dat
│   │   │   │   │   │   ├── ha.dat
│   │   │   │   │   │   ├── ha_GH.dat
│   │   │   │   │   │   ├── ha_NE.dat
│   │   │   │   │   │   ├── ha_NG.dat
│   │   │   │   │   │   ├── haw.dat
│   │   │   │   │   │   ├── haw_US.dat
│   │   │   │   │   │   ├── he.dat
│   │   │   │   │   │   ├── he_IL.dat
│   │   │   │   │   │   ├── hi.dat
│   │   │   │   │   │   ├── hi_IN.dat
│   │   │   │   │   │   ├── hr.dat
│   │   │   │   │   │   ├── hr_BA.dat
│   │   │   │   │   │   ├── hr_HR.dat
│   │   │   │   │   │   ├── hsb.dat
│   │   │   │   │   │   ├── hsb_DE.dat
│   │   │   │   │   │   ├── hu.dat
│   │   │   │   │   │   ├── hu_HU.dat
│   │   │   │   │   │   ├── hy.dat
│   │   │   │   │   │   ├── hy_AM.dat
│   │   │   │   │   │   ├── id.dat
│   │   │   │   │   │   ├── id_ID.dat
│   │   │   │   │   │   ├── ig.dat
│   │   │   │   │   │   ├── ig_NG.dat
│   │   │   │   │   │   ├── ii.dat
│   │   │   │   │   │   ├── ii_CN.dat
│   │   │   │   │   │   ├── is.dat
│   │   │   │   │   │   ├── is_IS.dat
│   │   │   │   │   │   ├── it.dat
│   │   │   │   │   │   ├── it_CH.dat
│   │   │   │   │   │   ├── it_IT.dat
│   │   │   │   │   │   ├── it_SM.dat
│   │   │   │   │   │   ├── it_VA.dat
│   │   │   │   │   │   ├── ja.dat
│   │   │   │   │   │   ├── ja_JP.dat
│   │   │   │   │   │   ├── jgo.dat
│   │   │   │   │   │   ├── jgo_CM.dat
│   │   │   │   │   │   ├── jmc.dat
│   │   │   │   │   │   ├── jmc_TZ.dat
│   │   │   │   │   │   ├── ka.dat
│   │   │   │   │   │   ├── ka_GE.dat
│   │   │   │   │   │   ├── kab.dat
│   │   │   │   │   │   ├── kab_DZ.dat
│   │   │   │   │   │   ├── kam.dat
│   │   │   │   │   │   ├── kam_KE.dat
│   │   │   │   │   │   ├── kde.dat
│   │   │   │   │   │   ├── kde_TZ.dat
│   │   │   │   │   │   ├── kea.dat
│   │   │   │   │   │   ├── kea_CV.dat
│   │   │   │   │   │   ├── khq.dat
│   │   │   │   │   │   ├── khq_ML.dat
│   │   │   │   │   │   ├── ki.dat
│   │   │   │   │   │   ├── ki_KE.dat
│   │   │   │   │   │   ├── kk.dat
│   │   │   │   │   │   ├── kk_KZ.dat
│   │   │   │   │   │   ├── kkj.dat
│   │   │   │   │   │   ├── kkj_CM.dat
│   │   │   │   │   │   ├── kl.dat
│   │   │   │   │   │   ├── kl_GL.dat
│   │   │   │   │   │   ├── kln.dat
│   │   │   │   │   │   ├── kln_KE.dat
│   │   │   │   │   │   ├── km.dat
│   │   │   │   │   │   ├── km_KH.dat
│   │   │   │   │   │   ├── kn.dat
│   │   │   │   │   │   ├── kn_IN.dat
│   │   │   │   │   │   ├── ko.dat
│   │   │   │   │   │   ├── ko_KP.dat
│   │   │   │   │   │   ├── ko_KR.dat
│   │   │   │   │   │   ├── kok.dat
│   │   │   │   │   │   ├── kok_IN.dat
│   │   │   │   │   │   ├── ks.dat
│   │   │   │   │   │   ├── ks_IN.dat
│   │   │   │   │   │   ├── ksb.dat
│   │   │   │   │   │   ├── ksb_TZ.dat
│   │   │   │   │   │   ├── ksf.dat
│   │   │   │   │   │   ├── ksf_CM.dat
│   │   │   │   │   │   ├── ksh.dat
│   │   │   │   │   │   ├── ksh_DE.dat
│   │   │   │   │   │   ├── kw.dat
│   │   │   │   │   │   ├── kw_GB.dat
│   │   │   │   │   │   ├── ky.dat
│   │   │   │   │   │   ├── ky_KG.dat
│   │   │   │   │   │   ├── lag.dat
│   │   │   │   │   │   ├── lag_TZ.dat
│   │   │   │   │   │   ├── lb.dat
│   │   │   │   │   │   ├── lb_LU.dat
│   │   │   │   │   │   ├── lg.dat
│   │   │   │   │   │   ├── lg_UG.dat
│   │   │   │   │   │   ├── lkt.dat
│   │   │   │   │   │   ├── lkt_US.dat
│   │   │   │   │   │   ├── ln.dat
│   │   │   │   │   │   ├── ln_AO.dat
│   │   │   │   │   │   ├── ln_CD.dat
│   │   │   │   │   │   ├── ln_CF.dat
│   │   │   │   │   │   ├── ln_CG.dat
│   │   │   │   │   │   ├── lo.dat
│   │   │   │   │   │   ├── lo_LA.dat
│   │   │   │   │   │   ├── lrc.dat
│   │   │   │   │   │   ├── lrc_IQ.dat
│   │   │   │   │   │   ├── lrc_IR.dat
│   │   │   │   │   │   ├── lt.dat
│   │   │   │   │   │   ├── lt_LT.dat
│   │   │   │   │   │   ├── lu.dat
│   │   │   │   │   │   ├── lu_CD.dat
│   │   │   │   │   │   ├── luo.dat
│   │   │   │   │   │   ├── luo_KE.dat
│   │   │   │   │   │   ├── luy.dat
│   │   │   │   │   │   ├── luy_KE.dat
│   │   │   │   │   │   ├── lv.dat
│   │   │   │   │   │   ├── lv_LV.dat
│   │   │   │   │   │   ├── mas.dat
│   │   │   │   │   │   ├── mas_KE.dat
│   │   │   │   │   │   ├── mas_TZ.dat
│   │   │   │   │   │   ├── mer.dat
│   │   │   │   │   │   ├── mer_KE.dat
│   │   │   │   │   │   ├── mfe.dat
│   │   │   │   │   │   ├── mfe_MU.dat
│   │   │   │   │   │   ├── mg.dat
│   │   │   │   │   │   ├── mg_MG.dat
│   │   │   │   │   │   ├── mgh.dat
│   │   │   │   │   │   ├── mgh_MZ.dat
│   │   │   │   │   │   ├── mgo.dat
│   │   │   │   │   │   ├── mgo_CM.dat
│   │   │   │   │   │   ├── mk.dat
│   │   │   │   │   │   ├── mk_MK.dat
│   │   │   │   │   │   ├── ml.dat
│   │   │   │   │   │   ├── ml_IN.dat
│   │   │   │   │   │   ├── mn.dat
│   │   │   │   │   │   ├── mn_MN.dat
│   │   │   │   │   │   ├── mr.dat
│   │   │   │   │   │   ├── mr_IN.dat
│   │   │   │   │   │   ├── ms.dat
│   │   │   │   │   │   ├── ms_BN.dat
│   │   │   │   │   │   ├── ms_MY.dat
│   │   │   │   │   │   ├── ms_SG.dat
│   │   │   │   │   │   ├── mt.dat
│   │   │   │   │   │   ├── mt_MT.dat
│   │   │   │   │   │   ├── mua.dat
│   │   │   │   │   │   ├── mua_CM.dat
│   │   │   │   │   │   ├── my.dat
│   │   │   │   │   │   ├── my_MM.dat
│   │   │   │   │   │   ├── mzn.dat
│   │   │   │   │   │   ├── mzn_IR.dat
│   │   │   │   │   │   ├── naq.dat
│   │   │   │   │   │   ├── naq_NA.dat
│   │   │   │   │   │   ├── nb.dat
│   │   │   │   │   │   ├── nb_NO.dat
│   │   │   │   │   │   ├── nb_SJ.dat
│   │   │   │   │   │   ├── nd.dat
│   │   │   │   │   │   ├── nd_ZW.dat
│   │   │   │   │   │   ├── nds.dat
│   │   │   │   │   │   ├── nds_DE.dat
│   │   │   │   │   │   ├── nds_NL.dat
│   │   │   │   │   │   ├── ne.dat
│   │   │   │   │   │   ├── ne_IN.dat
│   │   │   │   │   │   ├── ne_NP.dat
│   │   │   │   │   │   ├── nl.dat
│   │   │   │   │   │   ├── nl_AW.dat
│   │   │   │   │   │   ├── nl_BE.dat
│   │   │   │   │   │   ├── nl_BQ.dat
│   │   │   │   │   │   ├── nl_CW.dat
│   │   │   │   │   │   ├── nl_NL.dat
│   │   │   │   │   │   ├── nl_SR.dat
│   │   │   │   │   │   ├── nl_SX.dat
│   │   │   │   │   │   ├── nmg.dat
│   │   │   │   │   │   ├── nmg_CM.dat
│   │   │   │   │   │   ├── nn.dat
│   │   │   │   │   │   ├── nn_NO.dat
│   │   │   │   │   │   ├── nnh.dat
│   │   │   │   │   │   ├── nnh_CM.dat
│   │   │   │   │   │   ├── nus.dat
│   │   │   │   │   │   ├── nus_SS.dat
│   │   │   │   │   │   ├── nyn.dat
│   │   │   │   │   │   ├── nyn_UG.dat
│   │   │   │   │   │   ├── om.dat
│   │   │   │   │   │   ├── om_ET.dat
│   │   │   │   │   │   ├── om_KE.dat
│   │   │   │   │   │   ├── or.dat
│   │   │   │   │   │   ├── or_IN.dat
│   │   │   │   │   │   ├── os.dat
│   │   │   │   │   │   ├── os_GE.dat
│   │   │   │   │   │   ├── os_RU.dat
│   │   │   │   │   │   ├── pa.dat
│   │   │   │   │   │   ├── pa_Arab.dat
│   │   │   │   │   │   ├── pa_Arab_PK.dat
│   │   │   │   │   │   ├── pa_Guru.dat
│   │   │   │   │   │   ├── pa_Guru_IN.dat
│   │   │   │   │   │   ├── pl.dat
│   │   │   │   │   │   ├── pl_PL.dat
│   │   │   │   │   │   ├── prg.dat
│   │   │   │   │   │   ├── prg_001.dat
│   │   │   │   │   │   ├── ps.dat
│   │   │   │   │   │   ├── ps_AF.dat
│   │   │   │   │   │   ├── pt.dat
│   │   │   │   │   │   ├── pt_AO.dat
│   │   │   │   │   │   ├── pt_BR.dat
│   │   │   │   │   │   ├── pt_CH.dat
│   │   │   │   │   │   ├── pt_CV.dat
│   │   │   │   │   │   ├── pt_GQ.dat
│   │   │   │   │   │   ├── pt_GW.dat
│   │   │   │   │   │   ├── pt_LU.dat
│   │   │   │   │   │   ├── pt_MO.dat
│   │   │   │   │   │   ├── pt_MZ.dat
│   │   │   │   │   │   ├── pt_PT.dat
│   │   │   │   │   │   ├── pt_ST.dat
│   │   │   │   │   │   ├── pt_TL.dat
│   │   │   │   │   │   ├── qu.dat
│   │   │   │   │   │   ├── qu_BO.dat
│   │   │   │   │   │   ├── qu_EC.dat
│   │   │   │   │   │   ├── qu_PE.dat
│   │   │   │   │   │   ├── rm.dat
│   │   │   │   │   │   ├── rm_CH.dat
│   │   │   │   │   │   ├── rn.dat
│   │   │   │   │   │   ├── rn_BI.dat
│   │   │   │   │   │   ├── ro.dat
│   │   │   │   │   │   ├── ro_MD.dat
│   │   │   │   │   │   ├── ro_RO.dat
│   │   │   │   │   │   ├── rof.dat
│   │   │   │   │   │   ├── rof_TZ.dat
│   │   │   │   │   │   ├── root.dat
│   │   │   │   │   │   ├── ru.dat
│   │   │   │   │   │   ├── ru_BY.dat
│   │   │   │   │   │   ├── ru_KG.dat
│   │   │   │   │   │   ├── ru_KZ.dat
│   │   │   │   │   │   ├── ru_MD.dat
│   │   │   │   │   │   ├── ru_RU.dat
│   │   │   │   │   │   ├── ru_UA.dat
│   │   │   │   │   │   ├── rw.dat
│   │   │   │   │   │   ├── rw_RW.dat
│   │   │   │   │   │   ├── rwk.dat
│   │   │   │   │   │   ├── rwk_TZ.dat
│   │   │   │   │   │   ├── sah.dat
│   │   │   │   │   │   ├── sah_RU.dat
│   │   │   │   │   │   ├── saq.dat
│   │   │   │   │   │   ├── saq_KE.dat
│   │   │   │   │   │   ├── sbp.dat
│   │   │   │   │   │   ├── sbp_TZ.dat
│   │   │   │   │   │   ├── sd.dat
│   │   │   │   │   │   ├── sd_PK.dat
│   │   │   │   │   │   ├── se.dat
│   │   │   │   │   │   ├── se_FI.dat
│   │   │   │   │   │   ├── se_NO.dat
│   │   │   │   │   │   ├── se_SE.dat
│   │   │   │   │   │   ├── seh.dat
│   │   │   │   │   │   ├── seh_MZ.dat
│   │   │   │   │   │   ├── ses.dat
│   │   │   │   │   │   ├── ses_ML.dat
│   │   │   │   │   │   ├── sg.dat
│   │   │   │   │   │   ├── sg_CF.dat
│   │   │   │   │   │   ├── shi.dat
│   │   │   │   │   │   ├── shi_Latn.dat
│   │   │   │   │   │   ├── shi_Latn_MA.dat
│   │   │   │   │   │   ├── shi_Tfng.dat
│   │   │   │   │   │   ├── shi_Tfng_MA.dat
│   │   │   │   │   │   ├── si.dat
│   │   │   │   │   │   ├── si_LK.dat
│   │   │   │   │   │   ├── sk.dat
│   │   │   │   │   │   ├── sk_SK.dat
│   │   │   │   │   │   ├── sl.dat
│   │   │   │   │   │   ├── sl_SI.dat
│   │   │   │   │   │   ├── smn.dat
│   │   │   │   │   │   ├── smn_FI.dat
│   │   │   │   │   │   ├── sn.dat
│   │   │   │   │   │   ├── sn_ZW.dat
│   │   │   │   │   │   ├── so.dat
│   │   │   │   │   │   ├── so_DJ.dat
│   │   │   │   │   │   ├── so_ET.dat
│   │   │   │   │   │   ├── so_KE.dat
│   │   │   │   │   │   ├── so_SO.dat
│   │   │   │   │   │   ├── sq.dat
│   │   │   │   │   │   ├── sq_AL.dat
│   │   │   │   │   │   ├── sq_MK.dat
│   │   │   │   │   │   ├── sq_XK.dat
│   │   │   │   │   │   ├── sr.dat
│   │   │   │   │   │   ├── sr_Cyrl.dat
│   │   │   │   │   │   ├── sr_Cyrl_BA.dat
│   │   │   │   │   │   ├── sr_Cyrl_ME.dat
│   │   │   │   │   │   ├── sr_Cyrl_RS.dat
│   │   │   │   │   │   ├── sr_Cyrl_XK.dat
│   │   │   │   │   │   ├── sr_Latn.dat
│   │   │   │   │   │   ├── sr_Latn_BA.dat
│   │   │   │   │   │   ├── sr_Latn_ME.dat
│   │   │   │   │   │   ├── sr_Latn_RS.dat
│   │   │   │   │   │   ├── sr_Latn_XK.dat
│   │   │   │   │   │   ├── sv.dat
│   │   │   │   │   │   ├── sv_AX.dat
│   │   │   │   │   │   ├── sv_FI.dat
│   │   │   │   │   │   ├── sv_SE.dat
│   │   │   │   │   │   ├── sw.dat
│   │   │   │   │   │   ├── sw_CD.dat
│   │   │   │   │   │   ├── sw_KE.dat
│   │   │   │   │   │   ├── sw_TZ.dat
│   │   │   │   │   │   ├── sw_UG.dat
│   │   │   │   │   │   ├── ta.dat
│   │   │   │   │   │   ├── ta_IN.dat
│   │   │   │   │   │   ├── ta_LK.dat
│   │   │   │   │   │   ├── ta_MY.dat
│   │   │   │   │   │   ├── ta_SG.dat
│   │   │   │   │   │   ├── te.dat
│   │   │   │   │   │   ├── te_IN.dat
│   │   │   │   │   │   ├── teo.dat
│   │   │   │   │   │   ├── teo_KE.dat
│   │   │   │   │   │   ├── teo_UG.dat
│   │   │   │   │   │   ├── tg.dat
│   │   │   │   │   │   ├── tg_TJ.dat
│   │   │   │   │   │   ├── th.dat
│   │   │   │   │   │   ├── th_TH.dat
│   │   │   │   │   │   ├── ti.dat
│   │   │   │   │   │   ├── ti_ER.dat
│   │   │   │   │   │   ├── ti_ET.dat
│   │   │   │   │   │   ├── tk.dat
│   │   │   │   │   │   ├── tk_TM.dat
│   │   │   │   │   │   ├── to.dat
│   │   │   │   │   │   ├── to_TO.dat
│   │   │   │   │   │   ├── tr.dat
│   │   │   │   │   │   ├── tr_CY.dat
│   │   │   │   │   │   ├── tr_TR.dat
│   │   │   │   │   │   ├── tt.dat
│   │   │   │   │   │   ├── tt_RU.dat
│   │   │   │   │   │   ├── twq.dat
│   │   │   │   │   │   ├── twq_NE.dat
│   │   │   │   │   │   ├── tzm.dat
│   │   │   │   │   │   ├── tzm_MA.dat
│   │   │   │   │   │   ├── ug.dat
│   │   │   │   │   │   ├── ug_CN.dat
│   │   │   │   │   │   ├── uk.dat
│   │   │   │   │   │   ├── uk_UA.dat
│   │   │   │   │   │   ├── ur.dat
│   │   │   │   │   │   ├── ur_IN.dat
│   │   │   │   │   │   ├── ur_PK.dat
│   │   │   │   │   │   ├── uz.dat
│   │   │   │   │   │   ├── uz_Arab.dat
│   │   │   │   │   │   ├── uz_Arab_AF.dat
│   │   │   │   │   │   ├── uz_Cyrl.dat
│   │   │   │   │   │   ├── uz_Cyrl_UZ.dat
│   │   │   │   │   │   ├── uz_Latn.dat
│   │   │   │   │   │   ├── uz_Latn_UZ.dat
│   │   │   │   │   │   ├── vai.dat
│   │   │   │   │   │   ├── vai_Latn.dat
│   │   │   │   │   │   ├── vai_Latn_LR.dat
│   │   │   │   │   │   ├── vai_Vaii.dat
│   │   │   │   │   │   ├── vai_Vaii_LR.dat
│   │   │   │   │   │   ├── vi.dat
│   │   │   │   │   │   ├── vi_VN.dat
│   │   │   │   │   │   ├── vo.dat
│   │   │   │   │   │   ├── vo_001.dat
│   │   │   │   │   │   ├── vun.dat
│   │   │   │   │   │   ├── vun_TZ.dat
│   │   │   │   │   │   ├── wae.dat
│   │   │   │   │   │   ├── wae_CH.dat
│   │   │   │   │   │   ├── wo.dat
│   │   │   │   │   │   ├── wo_SN.dat
│   │   │   │   │   │   ├── xog.dat
│   │   │   │   │   │   ├── xog_UG.dat
│   │   │   │   │   │   ├── yav.dat
│   │   │   │   │   │   ├── yav_CM.dat
│   │   │   │   │   │   ├── yi.dat
│   │   │   │   │   │   ├── yi_001.dat
│   │   │   │   │   │   ├── yo.dat
│   │   │   │   │   │   ├── yo_BJ.dat
│   │   │   │   │   │   ├── yo_NG.dat
│   │   │   │   │   │   ├── yue.dat
│   │   │   │   │   │   ├── yue_Hans.dat
│   │   │   │   │   │   ├── yue_Hans_CN.dat
│   │   │   │   │   │   ├── yue_Hant.dat
│   │   │   │   │   │   ├── yue_Hant_HK.dat
│   │   │   │   │   │   ├── zgh.dat
│   │   │   │   │   │   ├── zgh_MA.dat
│   │   │   │   │   │   ├── zh.dat
│   │   │   │   │   │   ├── zh_Hans.dat
│   │   │   │   │   │   ├── zh_Hans_CN.dat
│   │   │   │   │   │   ├── zh_Hans_HK.dat
│   │   │   │   │   │   ├── zh_Hans_MO.dat
│   │   │   │   │   │   ├── zh_Hans_SG.dat
│   │   │   │   │   │   ├── zh_Hant.dat
│   │   │   │   │   │   ├── zh_Hant_HK.dat
│   │   │   │   │   │   ├── zh_Hant_MO.dat
│   │   │   │   │   │   ├── zh_Hant_TW.dat
│   │   │   │   │   │   ├── zu.dat
│   │   │   │   │   │   └── zu_ZA.dat
│   │   │   │   │   ├── localedata.py
│   │   │   │   │   ├── localtime
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _unix.py
│   │   │   │   │   │   └── _win32.py
│   │   │   │   │   ├── messages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── catalog.py
│   │   │   │   │   │   ├── checkers.py
│   │   │   │   │   │   ├── extract.py
│   │   │   │   │   │   ├── frontend.py
│   │   │   │   │   │   ├── jslexer.py
│   │   │   │   │   │   ├── mofile.py
│   │   │   │   │   │   ├── plurals.py
│   │   │   │   │   │   └── pofile.py
│   │   │   │   │   ├── numbers.py
│   │   │   │   │   ├── plural.py
│   │   │   │   │   ├── support.py
│   │   │   │   │   ├── units.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── cached_property-1.5.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cached_property.py
│   │   │   │   ├── certifi
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── cacert.pem
│   │   │   │   │   └── core.py
│   │   │   │   ├── certifi-2018.11.29.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cfgv-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── cfgv.py
│   │   │   │   ├── chardet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── big5freq.py
│   │   │   │   │   ├── big5prober.py
│   │   │   │   │   ├── chardistribution.py
│   │   │   │   │   ├── charsetgroupprober.py
│   │   │   │   │   ├── charsetprober.py
│   │   │   │   │   ├── cli
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── chardetect.py
│   │   │   │   │   ├── codingstatemachine.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── cp949prober.py
│   │   │   │   │   ├── enums.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
│   │   │   │   │   ├── langturkishmodel.py
│   │   │   │   │   ├── latin1prober.py
│   │   │   │   │   ├── mbcharsetprober.py
│   │   │   │   │   ├── mbcsgroupprober.py
│   │   │   │   │   ├── mbcssm.py
│   │   │   │   │   ├── sbcharsetprober.py
│   │   │   │   │   ├── sbcsgroupprober.py
│   │   │   │   │   ├── sjisprober.py
│   │   │   │   │   ├── universaldetector.py
│   │   │   │   │   ├── utf8prober.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── chardet-3.0.4.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── click
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _bashcomplete.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _termui_impl.py
│   │   │   │   │   ├── _textwrap.py
│   │   │   │   │   ├── _unicodefun.py
│   │   │   │   │   ├── _winconsole.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── formatting.py
│   │   │   │   │   ├── globals.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── termui.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── types.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── coloredlogs
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── converter
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── colors.py
│   │   │   │   │   ├── demo.py
│   │   │   │   │   ├── syslog.py
│   │   │   │   │   └── tests.py
│   │   │   │   ├── coloredlogs-10.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── coloredlogs.pth
│   │   │   │   ├── contextlib2-0.5.5.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── contextlib2.py
│   │   │   │   ├── coverage
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── annotate.py
│   │   │   │   │   ├── backunittest.py
│   │   │   │   │   ├── backward.py
│   │   │   │   │   ├── bytecode.py
│   │   │   │   │   ├── cmdline.py
│   │   │   │   │   ├── collector.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── control.py
│   │   │   │   │   ├── data.py
│   │   │   │   │   ├── debug.py
│   │   │   │   │   ├── env.py
│   │   │   │   │   ├── execfile.py
│   │   │   │   │   ├── files.py
│   │   │   │   │   ├── fullcoverage
│   │   │   │   │   │   └── encodings.py
│   │   │   │   │   ├── html.py
│   │   │   │   │   ├── htmlfiles
│   │   │   │   │   │   ├── coverage_html.js
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── jquery.ba-throttle-debounce.min.js
│   │   │   │   │   │   ├── jquery.hotkeys.js
│   │   │   │   │   │   ├── jquery.isonscreen.js
│   │   │   │   │   │   ├── jquery.min.js
│   │   │   │   │   │   ├── jquery.tablesorter.min.js
│   │   │   │   │   │   ├── keybd_closed.png
│   │   │   │   │   │   ├── keybd_open.png
│   │   │   │   │   │   ├── pyfile.html
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── misc.py
│   │   │   │   │   ├── multiproc.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── phystokens.py
│   │   │   │   │   ├── pickle2json.py
│   │   │   │   │   ├── plugin.py
│   │   │   │   │   ├── plugin_support.py
│   │   │   │   │   ├── python.py
│   │   │   │   │   ├── pytracer.py
│   │   │   │   │   ├── report.py
│   │   │   │   │   ├── results.py
│   │   │   │   │   ├── summary.py
│   │   │   │   │   ├── templite.py
│   │   │   │   │   ├── tracer.cpython-36m-darwin.so
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── xmlreport.py
│   │   │   │   ├── coverage-4.5.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── dagster.egg-link
│   │   │   │   ├── dateutil
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _common.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── easter.py
│   │   │   │   │   ├── parser
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _parser.py
│   │   │   │   │   │   └── isoparser.py
│   │   │   │   │   ├── relativedelta.py
│   │   │   │   │   ├── rrule.py
│   │   │   │   │   ├── tz
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _common.py
│   │   │   │   │   │   ├── _factories.py
│   │   │   │   │   │   ├── tz.py
│   │   │   │   │   │   └── win.py
│   │   │   │   │   ├── tzwin.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── zoneinfo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── dateutil-zoneinfo.tar.gz
│   │   │   │   │   └── rebuild.py
│   │   │   │   ├── docutils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── examples.py
│   │   │   │   │   ├── frontend.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── af.py
│   │   │   │   │   │   ├── ca.py
│   │   │   │   │   │   ├── cs.py
│   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   ├── eo.py
│   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   ├── fa.py
│   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   ├── gl.py
│   │   │   │   │   │   ├── he.py
│   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   ├── lt.py
│   │   │   │   │   │   ├── lv.py
│   │   │   │   │   │   ├── nl.py
│   │   │   │   │   │   ├── pl.py
│   │   │   │   │   │   ├── pt_br.py
│   │   │   │   │   │   ├── ru.py
│   │   │   │   │   │   ├── sk.py
│   │   │   │   │   │   ├── sv.py
│   │   │   │   │   │   ├── zh_cn.py
│   │   │   │   │   │   └── zh_tw.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── parsers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── null.py
│   │   │   │   │   │   └── rst
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── admonitions.py
│   │   │   │   │   │   │   ├── body.py
│   │   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   │   ├── images.py
│   │   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   │   ├── parts.py
│   │   │   │   │   │   │   ├── references.py
│   │   │   │   │   │   │   └── tables.py
│   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   ├── README.txt
│   │   │   │   │   │   │   ├── isoamsa.txt
│   │   │   │   │   │   │   ├── isoamsb.txt
│   │   │   │   │   │   │   ├── isoamsc.txt
│   │   │   │   │   │   │   ├── isoamsn.txt
│   │   │   │   │   │   │   ├── isoamso.txt
│   │   │   │   │   │   │   ├── isoamsr.txt
│   │   │   │   │   │   │   ├── isobox.txt
│   │   │   │   │   │   │   ├── isocyr1.txt
│   │   │   │   │   │   │   ├── isocyr2.txt
│   │   │   │   │   │   │   ├── isodia.txt
│   │   │   │   │   │   │   ├── isogrk1.txt
│   │   │   │   │   │   │   ├── isogrk2.txt
│   │   │   │   │   │   │   ├── isogrk3.txt
│   │   │   │   │   │   │   ├── isogrk4-wide.txt
│   │   │   │   │   │   │   ├── isogrk4.txt
│   │   │   │   │   │   │   ├── isolat1.txt
│   │   │   │   │   │   │   ├── isolat2.txt
│   │   │   │   │   │   │   ├── isomfrk-wide.txt
│   │   │   │   │   │   │   ├── isomfrk.txt
│   │   │   │   │   │   │   ├── isomopf-wide.txt
│   │   │   │   │   │   │   ├── isomopf.txt
│   │   │   │   │   │   │   ├── isomscr-wide.txt
│   │   │   │   │   │   │   ├── isomscr.txt
│   │   │   │   │   │   │   ├── isonum.txt
│   │   │   │   │   │   │   ├── isopub.txt
│   │   │   │   │   │   │   ├── isotech.txt
│   │   │   │   │   │   │   ├── mmlalias.txt
│   │   │   │   │   │   │   ├── mmlextra-wide.txt
│   │   │   │   │   │   │   ├── mmlextra.txt
│   │   │   │   │   │   │   ├── s5defs.txt
│   │   │   │   │   │   │   ├── xhtml1-lat1.txt
│   │   │   │   │   │   │   ├── xhtml1-special.txt
│   │   │   │   │   │   │   └── xhtml1-symbol.txt
│   │   │   │   │   │   ├── languages
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── af.py
│   │   │   │   │   │   │   ├── ca.py
│   │   │   │   │   │   │   ├── cs.py
│   │   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   │   ├── eo.py
│   │   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   │   ├── fa.py
│   │   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   │   ├── gl.py
│   │   │   │   │   │   │   ├── he.py
│   │   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   │   ├── lt.py
│   │   │   │   │   │   │   ├── lv.py
│   │   │   │   │   │   │   ├── nl.py
│   │   │   │   │   │   │   ├── pl.py
│   │   │   │   │   │   │   ├── pt_br.py
│   │   │   │   │   │   │   ├── ru.py
│   │   │   │   │   │   │   ├── sk.py
│   │   │   │   │   │   │   ├── sv.py
│   │   │   │   │   │   │   ├── zh_cn.py
│   │   │   │   │   │   │   └── zh_tw.py
│   │   │   │   │   │   ├── roles.py
│   │   │   │   │   │   ├── states.py
│   │   │   │   │   │   └── tableparser.py
│   │   │   │   │   ├── readers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── doctree.py
│   │   │   │   │   │   ├── pep.py
│   │   │   │   │   │   └── standalone.py
│   │   │   │   │   ├── statemachine.py
│   │   │   │   │   ├── transforms
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── components.py
│   │   │   │   │   │   ├── frontmatter.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── parts.py
│   │   │   │   │   │   ├── peps.py
│   │   │   │   │   │   ├── references.py
│   │   │   │   │   │   ├── universal.py
│   │   │   │   │   │   └── writer_aux.py
│   │   │   │   │   ├── utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── code_analyzer.py
│   │   │   │   │   │   ├── error_reporting.py
│   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── latex2mathml.py
│   │   │   │   │   │   │   ├── math2html.py
│   │   │   │   │   │   │   ├── tex2mathml_extern.py
│   │   │   │   │   │   │   ├── tex2unichar.py
│   │   │   │   │   │   │   └── unichar2tex.py
│   │   │   │   │   │   ├── punctuation_chars.py
│   │   │   │   │   │   ├── roman.py
│   │   │   │   │   │   ├── smartquotes.py
│   │   │   │   │   │   └── urischemes.py
│   │   │   │   │   └── writers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _html_base.py
│   │   │   │   │   ├── docutils_xml.py
│   │   │   │   │   ├── html4css1
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── html4css1.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── html5_polyglot
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── math.css
│   │   │   │   │   │   ├── minimal.css
│   │   │   │   │   │   ├── plain.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── latex2e
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── default.tex
│   │   │   │   │   │   ├── titlepage.tex
│   │   │   │   │   │   └── xelatex.tex
│   │   │   │   │   ├── manpage.py
│   │   │   │   │   ├── null.py
│   │   │   │   │   ├── odf_odt
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pygmentsformatter.py
│   │   │   │   │   │   └── styles.odt
│   │   │   │   │   ├── pep_html
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pep.css
│   │   │   │   │   │   └── template.txt
│   │   │   │   │   ├── pseudoxml.py
│   │   │   │   │   ├── s5_html
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── themes
│   │   │   │   │   │   ├── README.txt
│   │   │   │   │   │   ├── big-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── big-white
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   ├── iepngfix.htc
│   │   │   │   │   │   │   ├── opera.css
│   │   │   │   │   │   │   ├── outline.css
│   │   │   │   │   │   │   ├── pretty.css
│   │   │   │   │   │   │   ├── print.css
│   │   │   │   │   │   │   ├── s5-core.css
│   │   │   │   │   │   │   ├── slides.css
│   │   │   │   │   │   │   └── slides.js
│   │   │   │   │   │   ├── medium-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── medium-white
│   │   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   ├── small-black
│   │   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   │   └── pretty.css
│   │   │   │   │   │   └── small-white
│   │   │   │   │   │   ├── framing.css
│   │   │   │   │   │   └── pretty.css
│   │   │   │   │   └── xetex
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── docutils-0.14.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── easy-install.pth
│   │   │   │   ├── easy_install.py
│   │   │   │   ├── enum
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── README
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── enum34-1.1.6.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── funcsigs
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── funcsigs-1.0.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── pbr.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── future
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backports
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _markupbase.py
│   │   │   │   │   │   ├── datetime.py
│   │   │   │   │   │   ├── email
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _encoded_words.py
│   │   │   │   │   │   │   ├── _header_value_parser.py
│   │   │   │   │   │   │   ├── _parseaddr.py
│   │   │   │   │   │   │   ├── _policybase.py
│   │   │   │   │   │   │   ├── base64mime.py
│   │   │   │   │   │   │   ├── charset.py
│   │   │   │   │   │   │   ├── encoders.py
│   │   │   │   │   │   │   ├── errors.py
│   │   │   │   │   │   │   ├── feedparser.py
│   │   │   │   │   │   │   ├── generator.py
│   │   │   │   │   │   │   ├── header.py
│   │   │   │   │   │   │   ├── headerregistry.py
│   │   │   │   │   │   │   ├── iterators.py
│   │   │   │   │   │   │   ├── message.py
│   │   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── application.py
│   │   │   │   │   │   │   │   ├── audio.py
│   │   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   │   ├── image.py
│   │   │   │   │   │   │   │   ├── message.py
│   │   │   │   │   │   │   │   ├── multipart.py
│   │   │   │   │   │   │   │   ├── nonmultipart.py
│   │   │   │   │   │   │   │   └── text.py
│   │   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   │   ├── policy.py
│   │   │   │   │   │   │   ├── quoprimime.py
│   │   │   │   │   │   │   └── utils.py
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── entities.py
│   │   │   │   │   │   │   └── parser.py
│   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   │   └── server.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── socket.py
│   │   │   │   │   │   ├── socketserver.py
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── badcert.pem
│   │   │   │   │   │   │   ├── badkey.pem
│   │   │   │   │   │   │   ├── dh512.pem
│   │   │   │   │   │   │   ├── https_svn_python_org_root.pem
│   │   │   │   │   │   │   ├── keycert.passwd.pem
│   │   │   │   │   │   │   ├── keycert.pem
│   │   │   │   │   │   │   ├── keycert2.pem
│   │   │   │   │   │   │   ├── nokia.pem
│   │   │   │   │   │   │   ├── nullbytecert.pem
│   │   │   │   │   │   │   ├── nullcert.pem
│   │   │   │   │   │   │   ├── pystone.py
│   │   │   │   │   │   │   ├── sha256.pem
│   │   │   │   │   │   │   ├── ssl_cert.pem
│   │   │   │   │   │   │   ├── ssl_key.passwd.pem
│   │   │   │   │   │   │   ├── ssl_key.pem
│   │   │   │   │   │   │   ├── ssl_servers.py
│   │   │   │   │   │   │   └── support.py
│   │   │   │   │   │   ├── total_ordering.py
│   │   │   │   │   │   ├── urllib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── error.py
│   │   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   │   └── robotparser.py
│   │   │   │   │   │   └── xmlrpc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   └── server.py
│   │   │   │   │   ├── builtins
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── disabled.py
│   │   │   │   │   │   ├── iterators.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── newnext.py
│   │   │   │   │   │   ├── newround.py
│   │   │   │   │   │   └── newsuper.py
│   │   │   │   │   ├── moves
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _dummy_thread.py
│   │   │   │   │   │   ├── _markupbase.py
│   │   │   │   │   │   ├── _thread.py
│   │   │   │   │   │   ├── builtins.py
│   │   │   │   │   │   ├── collections.py
│   │   │   │   │   │   ├── configparser.py
│   │   │   │   │   │   ├── copyreg.py
│   │   │   │   │   │   ├── dbm
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── dumb.py
│   │   │   │   │   │   │   ├── gnu.py
│   │   │   │   │   │   │   └── ndbm.py
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── entities.py
│   │   │   │   │   │   │   └── parser.py
│   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── cookiejar.py
│   │   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   │   └── server.py
│   │   │   │   │   │   ├── itertools.py
│   │   │   │   │   │   ├── pickle.py
│   │   │   │   │   │   ├── queue.py
│   │   │   │   │   │   ├── reprlib.py
│   │   │   │   │   │   ├── socketserver.py
│   │   │   │   │   │   ├── subprocess.py
│   │   │   │   │   │   ├── sys.py
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── support.py
│   │   │   │   │   │   ├── tkinter
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── colorchooser.py
│   │   │   │   │   │   │   ├── commondialog.py
│   │   │   │   │   │   │   ├── constants.py
│   │   │   │   │   │   │   ├── dialog.py
│   │   │   │   │   │   │   ├── dnd.py
│   │   │   │   │   │   │   ├── filedialog.py
│   │   │   │   │   │   │   ├── font.py
│   │   │   │   │   │   │   ├── messagebox.py
│   │   │   │   │   │   │   ├── scrolledtext.py
│   │   │   │   │   │   │   ├── simpledialog.py
│   │   │   │   │   │   │   ├── tix.py
│   │   │   │   │   │   │   └── ttk.py
│   │   │   │   │   │   ├── urllib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── error.py
│   │   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   │   └── robotparser.py
│   │   │   │   │   │   ├── winreg.py
│   │   │   │   │   │   └── xmlrpc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   └── server.py
│   │   │   │   │   ├── standard_library
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── base.py
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── newbytes.py
│   │   │   │   │   │   ├── newdict.py
│   │   │   │   │   │   ├── newint.py
│   │   │   │   │   │   ├── newlist.py
│   │   │   │   │   │   ├── newmemoryview.py
│   │   │   │   │   │   ├── newobject.py
│   │   │   │   │   │   ├── newopen.py
│   │   │   │   │   │   ├── newrange.py
│   │   │   │   │   │   └── newstr.py
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── surrogateescape.py
│   │   │   │   ├── future-0.17.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── graphviz
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── backend.py
│   │   │   │   │   ├── dot.py
│   │   │   │   │   ├── files.py
│   │   │   │   │   ├── lang.py
│   │   │   │   │   └── tools.py
│   │   │   │   ├── graphviz-0.10.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── humanfriendly
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── prompts.py
│   │   │   │   │   ├── sphinx.py
│   │   │   │   │   ├── tables.py
│   │   │   │   │   ├── terminal.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── text.py
│   │   │   │   │   └── usage.py
│   │   │   │   ├── humanfriendly-4.17.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── identify
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── extensions.py
│   │   │   │   │   ├── identify.py
│   │   │   │   │   └── interpreters.py
│   │   │   │   ├── identify-1.1.7.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── idna
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── codec.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── idnadata.py
│   │   │   │   │   ├── intranges.py
│   │   │   │   │   ├── package_data.py
│   │   │   │   │   └── uts46data.py
│   │   │   │   ├── idna-2.8.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.rst
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── imagesize-1.1.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── imagesize.py
│   │   │   │   ├── isort
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── hooks.py
│   │   │   │   │   ├── isort.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── natural.py
│   │   │   │   │   ├── pie_slice.py
│   │   │   │   │   ├── pylama_isort.py
│   │   │   │   │   └── settings.py
│   │   │   │   ├── isort-4.3.4.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── jinja2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _identifier.py
│   │   │   │   │   ├── asyncfilters.py
│   │   │   │   │   ├── asyncsupport.py
│   │   │   │   │   ├── bccache.py
│   │   │   │   │   ├── compiler.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── debug.py
│   │   │   │   │   ├── defaults.py
│   │   │   │   │   ├── environment.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── ext.py
│   │   │   │   │   ├── filters.py
│   │   │   │   │   ├── idtracking.py
│   │   │   │   │   ├── lexer.py
│   │   │   │   │   ├── loaders.py
│   │   │   │   │   ├── meta.py
│   │   │   │   │   ├── nativetypes.py
│   │   │   │   │   ├── nodes.py
│   │   │   │   │   ├── optimizer.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── runtime.py
│   │   │   │   │   ├── sandbox.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── visitor.py
│   │   │   │   ├── lazy_object_proxy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cext.c
│   │   │   │   │   ├── cext.cpython-36m-darwin.so
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── simple.py
│   │   │   │   │   ├── slots.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── lazy_object_proxy-1.3.1.dist-info
│   │   │   │   │   ├── AUTHORS.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── libfuturize
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fixer_util.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fix_UserDict.py
│   │   │   │   │   │   ├── fix_absolute_import.py
│   │   │   │   │   │   ├── fix_add__future__imports_except_unicode_literals.py
│   │   │   │   │   │   ├── fix_basestring.py
│   │   │   │   │   │   ├── fix_bytes.py
│   │   │   │   │   │   ├── fix_cmp.py
│   │   │   │   │   │   ├── fix_division.py
│   │   │   │   │   │   ├── fix_division_safe.py
│   │   │   │   │   │   ├── fix_execfile.py
│   │   │   │   │   │   ├── fix_future_builtins.py
│   │   │   │   │   │   ├── fix_future_standard_library.py
│   │   │   │   │   │   ├── fix_future_standard_library_urllib.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_next_call.py
│   │   │   │   │   │   ├── fix_object.py
│   │   │   │   │   │   ├── fix_oldstr_wrap.py
│   │   │   │   │   │   ├── fix_order___future__imports.py
│   │   │   │   │   │   ├── fix_print.py
│   │   │   │   │   │   ├── fix_print_with_import.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_remove_old__future__imports.py
│   │   │   │   │   │   ├── fix_unicode_keep_u.py
│   │   │   │   │   │   ├── fix_unicode_literals_import.py
│   │   │   │   │   │   └── fix_xrange_with_import.py
│   │   │   │   │   └── main.py
│   │   │   │   ├── libpasteurize
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── feature_base.py
│   │   │   │   │   │   ├── fix_add_all__future__imports.py
│   │   │   │   │   │   ├── fix_add_all_future_builtins.py
│   │   │   │   │   │   ├── fix_add_future_standard_library_import.py
│   │   │   │   │   │   ├── fix_annotations.py
│   │   │   │   │   │   ├── fix_division.py
│   │   │   │   │   │   ├── fix_features.py
│   │   │   │   │   │   ├── fix_fullargspec.py
│   │   │   │   │   │   ├── fix_future_builtins.py
│   │   │   │   │   │   ├── fix_getcwd.py
│   │   │   │   │   │   ├── fix_imports.py
│   │   │   │   │   │   ├── fix_imports2.py
│   │   │   │   │   │   ├── fix_kwargs.py
│   │   │   │   │   │   ├── fix_memoryview.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_newstyle.py
│   │   │   │   │   │   ├── fix_next.py
│   │   │   │   │   │   ├── fix_printfunction.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_raise_.py
│   │   │   │   │   │   ├── fix_throw.py
│   │   │   │   │   │   └── fix_unpacking.py
│   │   │   │   │   └── main.py
│   │   │   │   ├── livereload
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── handlers.py
│   │   │   │   │   ├── management
│   │   │   │   │   │   └── commands
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── livereload.py
│   │   │   │   │   ├── server.py
│   │   │   │   │   ├── vendors
│   │   │   │   │   │   └── livereload.js
│   │   │   │   │   └── watcher.py
│   │   │   │   ├── livereload-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── markupsafe
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _constants.py
│   │   │   │   │   ├── _native.py
│   │   │   │   │   ├── _speedups.c
│   │   │   │   │   └── _speedups.cpython-36m-darwin.so
│   │   │   │   ├── mccabe-0.6.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── mccabe.py
│   │   │   │   ├── more_itertools
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── more.py
│   │   │   │   │   ├── recipes.py
│   │   │   │   │   └── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_more.py
│   │   │   │   │   └── test_recipes.py
│   │   │   │   ├── more_itertools-4.3.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── nodeenv-1.3.3.dist-info
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── nodeenv.py
│   │   │   │   ├── numpy
│   │   │   │   │   ├── .dylibs
│   │   │   │   │   │   ├── libgcc_s.1.dylib
│   │   │   │   │   │   ├── libgfortran.3.dylib
│   │   │   │   │   │   ├── libopenblasp-r0.3.0.dev.dylib
│   │   │   │   │   │   └── libquadmath.0.dylib
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── __config__.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _distributor_init.py
│   │   │   │   │   ├── _globals.py
│   │   │   │   │   ├── _import_tools.py
│   │   │   │   │   ├── add_newdocs.py
│   │   │   │   │   ├── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _inspect.py
│   │   │   │   │   │   ├── py3k.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── test_compat.py
│   │   │   │   │   ├── conftest.py
│   │   │   │   │   ├── core
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _dummy.cpython-36m-darwin.so
│   │   │   │   │   │   ├── _internal.py
│   │   │   │   │   │   ├── _methods.py
│   │   │   │   │   │   ├── _multiarray_tests.cpython-36m-darwin.so
│   │   │   │   │   │   ├── _operand_flag_tests.cpython-36m-darwin.so
│   │   │   │   │   │   ├── _rational_tests.cpython-36m-darwin.so
│   │   │   │   │   │   ├── _struct_ufunc_tests.cpython-36m-darwin.so
│   │   │   │   │   │   ├── _umath_tests.cpython-36m-darwin.so
│   │   │   │   │   │   ├── arrayprint.py
│   │   │   │   │   │   ├── cversions.py
│   │   │   │   │   │   ├── defchararray.py
│   │   │   │   │   │   ├── einsumfunc.py
│   │   │   │   │   │   ├── fromnumeric.py
│   │   │   │   │   │   ├── function_base.py
│   │   │   │   │   │   ├── generate_numpy_api.py
│   │   │   │   │   │   ├── getlimits.py
│   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   └── numpy
│   │   │   │   │   │   │   ├── __multiarray_api.h
│   │   │   │   │   │   │   ├── __ufunc_api.h
│   │   │   │   │   │   │   ├── _neighborhood_iterator_imp.h
│   │   │   │   │   │   │   ├── _numpyconfig.h
│   │   │   │   │   │   │   ├── arrayobject.h
│   │   │   │   │   │   │   ├── arrayscalars.h
│   │   │   │   │   │   │   ├── halffloat.h
│   │   │   │   │   │   │   ├── multiarray_api.txt
│   │   │   │   │   │   │   ├── ndarrayobject.h
│   │   │   │   │   │   │   ├── ndarraytypes.h
│   │   │   │   │   │   │   ├── noprefix.h
│   │   │   │   │   │   │   ├── npy_1_7_deprecated_api.h
│   │   │   │   │   │   │   ├── npy_3kcompat.h
│   │   │   │   │   │   │   ├── npy_common.h
│   │   │   │   │   │   │   ├── npy_cpu.h
│   │   │   │   │   │   │   ├── npy_endian.h
│   │   │   │   │   │   │   ├── npy_interrupt.h
│   │   │   │   │   │   │   ├── npy_math.h
│   │   │   │   │   │   │   ├── npy_no_deprecated_api.h
│   │   │   │   │   │   │   ├── npy_os.h
│   │   │   │   │   │   │   ├── numpyconfig.h
│   │   │   │   │   │   │   ├── old_defines.h
│   │   │   │   │   │   │   ├── oldnumeric.h
│   │   │   │   │   │   │   ├── ufunc_api.txt
│   │   │   │   │   │   │   ├── ufuncobject.h
│   │   │   │   │   │   │   └── utils.h
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── libnpymath.a
│   │   │   │   │   │   │   └── npy-pkg-config
│   │   │   │   │   │   │   ├── mlib.ini
│   │   │   │   │   │   │   └── npymath.ini
│   │   │   │   │   │   ├── machar.py
│   │   │   │   │   │   ├── memmap.py
│   │   │   │   │   │   ├── multiarray.cpython-36m-darwin.so
│   │   │   │   │   │   ├── numeric.py
│   │   │   │   │   │   ├── numerictypes.py
│   │   │   │   │   │   ├── records.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── setup_common.py
│   │   │   │   │   │   ├── shape_base.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _locales.py
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── astype_copy.pkl
│   │   │   │   │   │   │   │   └── recarray_from_file.fits
│   │   │   │   │   │   │   ├── test_abc.py
│   │   │   │   │   │   │   ├── test_api.py
│   │   │   │   │   │   │   ├── test_arrayprint.py
│   │   │   │   │   │   │   ├── test_datetime.py
│   │   │   │   │   │   │   ├── test_defchararray.py
│   │   │   │   │   │   │   ├── test_deprecations.py
│   │   │   │   │   │   │   ├── test_dtype.py
│   │   │   │   │   │   │   ├── test_einsum.py
│   │   │   │   │   │   │   ├── test_errstate.py
│   │   │   │   │   │   │   ├── test_extint128.py
│   │   │   │   │   │   │   ├── test_function_base.py
│   │   │   │   │   │   │   ├── test_getlimits.py
│   │   │   │   │   │   │   ├── test_half.py
│   │   │   │   │   │   │   ├── test_indexerrors.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_item_selection.py
│   │   │   │   │   │   │   ├── test_longdouble.py
│   │   │   │   │   │   │   ├── test_machar.py
│   │   │   │   │   │   │   ├── test_mem_overlap.py
│   │   │   │   │   │   │   ├── test_memmap.py
│   │   │   │   │   │   │   ├── test_multiarray.py
│   │   │   │   │   │   │   ├── test_nditer.py
│   │   │   │   │   │   │   ├── test_numeric.py
│   │   │   │   │   │   │   ├── test_numerictypes.py
│   │   │   │   │   │   │   ├── test_print.py
│   │   │   │   │   │   │   ├── test_records.py
│   │   │   │   │   │   │   ├── test_regression.py
│   │   │   │   │   │   │   ├── test_scalar_ctors.py
│   │   │   │   │   │   │   ├── test_scalarbuffer.py
│   │   │   │   │   │   │   ├── test_scalarinherit.py
│   │   │   │   │   │   │   ├── test_scalarmath.py
│   │   │   │   │   │   │   ├── test_scalarprint.py
│   │   │   │   │   │   │   ├── test_shape_base.py
│   │   │   │   │   │   │   ├── test_ufunc.py
│   │   │   │   │   │   │   ├── test_umath.py
│   │   │   │   │   │   │   ├── test_umath_complex.py
│   │   │   │   │   │   │   └── test_unicode.py
│   │   │   │   │   │   ├── umath.cpython-36m-darwin.so
│   │   │   │   │   │   └── umath_tests.py
│   │   │   │   │   ├── ctypeslib.py
│   │   │   │   │   ├── distutils
│   │   │   │   │   │   ├── __config__.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __version__.py
│   │   │   │   │   │   ├── ccompiler.py
│   │   │   │   │   │   ├── command
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── autodist.py
│   │   │   │   │   │   │   ├── bdist_rpm.py
│   │   │   │   │   │   │   ├── build.py
│   │   │   │   │   │   │   ├── build_clib.py
│   │   │   │   │   │   │   ├── build_ext.py
│   │   │   │   │   │   │   ├── build_py.py
│   │   │   │   │   │   │   ├── build_scripts.py
│   │   │   │   │   │   │   ├── build_src.py
│   │   │   │   │   │   │   ├── config.py
│   │   │   │   │   │   │   ├── config_compiler.py
│   │   │   │   │   │   │   ├── develop.py
│   │   │   │   │   │   │   ├── egg_info.py
│   │   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   │   ├── install_clib.py
│   │   │   │   │   │   │   ├── install_data.py
│   │   │   │   │   │   │   ├── install_headers.py
│   │   │   │   │   │   │   └── sdist.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── conv_template.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── cpuinfo.py
│   │   │   │   │   │   ├── environment.py
│   │   │   │   │   │   ├── exec_command.py
│   │   │   │   │   │   ├── extension.py
│   │   │   │   │   │   ├── fcompiler
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── absoft.py
│   │   │   │   │   │   │   ├── compaq.py
│   │   │   │   │   │   │   ├── g95.py
│   │   │   │   │   │   │   ├── gnu.py
│   │   │   │   │   │   │   ├── hpux.py
│   │   │   │   │   │   │   ├── ibm.py
│   │   │   │   │   │   │   ├── intel.py
│   │   │   │   │   │   │   ├── lahey.py
│   │   │   │   │   │   │   ├── mips.py
│   │   │   │   │   │   │   ├── nag.py
│   │   │   │   │   │   │   ├── none.py
│   │   │   │   │   │   │   ├── pathf95.py
│   │   │   │   │   │   │   ├── pg.py
│   │   │   │   │   │   │   ├── sun.py
│   │   │   │   │   │   │   └── vast.py
│   │   │   │   │   │   ├── from_template.py
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── intelccompiler.py
│   │   │   │   │   │   ├── lib2def.py
│   │   │   │   │   │   ├── line_endings.py
│   │   │   │   │   │   ├── log.py
│   │   │   │   │   │   ├── mingw
│   │   │   │   │   │   │   └── gfortran_vs2003_hack.c
│   │   │   │   │   │   ├── mingw32ccompiler.py
│   │   │   │   │   │   ├── misc_util.py
│   │   │   │   │   │   ├── msvc9compiler.py
│   │   │   │   │   │   ├── msvccompiler.py
│   │   │   │   │   │   ├── npy_pkg_config.py
│   │   │   │   │   │   ├── numpy_distribution.py
│   │   │   │   │   │   ├── pathccompiler.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── system_info.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_exec_command.py
│   │   │   │   │   │   │   ├── test_fcompiler_gnu.py
│   │   │   │   │   │   │   ├── test_fcompiler_intel.py
│   │   │   │   │   │   │   ├── test_fcompiler_nagfor.py
│   │   │   │   │   │   │   ├── test_from_template.py
│   │   │   │   │   │   │   ├── test_misc_util.py
│   │   │   │   │   │   │   ├── test_npy_pkg_config.py
│   │   │   │   │   │   │   └── test_system_info.py
│   │   │   │   │   │   └── unixccompiler.py
│   │   │   │   │   ├── doc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── basics.py
│   │   │   │   │   │   ├── broadcasting.py
│   │   │   │   │   │   ├── byteswapping.py
│   │   │   │   │   │   ├── constants.py
│   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   ├── glossary.py
│   │   │   │   │   │   ├── indexing.py
│   │   │   │   │   │   ├── internals.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── structured_arrays.py
│   │   │   │   │   │   ├── subclassing.py
│   │   │   │   │   │   └── ufuncs.py
│   │   │   │   │   ├── dual.py
│   │   │   │   │   ├── f2py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── __version__.py
│   │   │   │   │   │   ├── auxfuncs.py
│   │   │   │   │   │   ├── capi_maps.py
│   │   │   │   │   │   ├── cb_rules.py
│   │   │   │   │   │   ├── cfuncs.py
│   │   │   │   │   │   ├── common_rules.py
│   │   │   │   │   │   ├── crackfortran.py
│   │   │   │   │   │   ├── diagnose.py
│   │   │   │   │   │   ├── f2py2e.py
│   │   │   │   │   │   ├── f2py_testing.py
│   │   │   │   │   │   ├── f90mod_rules.py
│   │   │   │   │   │   ├── func2subr.py
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── rules.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   ├── fortranobject.c
│   │   │   │   │   │   │   └── fortranobject.h
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   ├── array_from_pyobj
│   │   │   │   │   │   │   │   │   └── wrapmodule.c
│   │   │   │   │   │   │   │   ├── assumed_shape
│   │   │   │   │   │   │   │   │   ├── .f2py_f2cmap
│   │   │   │   │   │   │   │   │   ├── foo_free.f90
│   │   │   │   │   │   │   │   │   ├── foo_mod.f90
│   │   │   │   │   │   │   │   │   ├── foo_use.f90
│   │   │   │   │   │   │   │   │   └── precision.f90
│   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   └── block.f
│   │   │   │   │   │   │   │   ├── kind
│   │   │   │   │   │   │   │   │   └── foo.f90
│   │   │   │   │   │   │   │   ├── mixed
│   │   │   │   │   │   │   │   │   ├── foo.f
│   │   │   │   │   │   │   │   │   ├── foo_fixed.f90
│   │   │   │   │   │   │   │   │   └── foo_free.f90
│   │   │   │   │   │   │   │   ├── parameter
│   │   │   │   │   │   │   │   │   ├── constant_both.f90
│   │   │   │   │   │   │   │   │   ├── constant_compound.f90
│   │   │   │   │   │   │   │   │   ├── constant_integer.f90
│   │   │   │   │   │   │   │   │   ├── constant_non_compound.f90
│   │   │   │   │   │   │   │   │   └── constant_real.f90
│   │   │   │   │   │   │   │   ├── regression
│   │   │   │   │   │   │   │   │   └── inout.f90
│   │   │   │   │   │   │   │   ├── size
│   │   │   │   │   │   │   │   │   └── foo.f90
│   │   │   │   │   │   │   │   └── string
│   │   │   │   │   │   │   │   └── char.f90
│   │   │   │   │   │   │   ├── test_array_from_pyobj.py
│   │   │   │   │   │   │   ├── test_assumed_shape.py
│   │   │   │   │   │   │   ├── test_block_docstring.py
│   │   │   │   │   │   │   ├── test_callback.py
│   │   │   │   │   │   │   ├── test_common.py
│   │   │   │   │   │   │   ├── test_kind.py
│   │   │   │   │   │   │   ├── test_mixed.py
│   │   │   │   │   │   │   ├── test_parameter.py
│   │   │   │   │   │   │   ├── test_regression.py
│   │   │   │   │   │   │   ├── test_return_character.py
│   │   │   │   │   │   │   ├── test_return_complex.py
│   │   │   │   │   │   │   ├── test_return_integer.py
│   │   │   │   │   │   │   ├── test_return_logical.py
│   │   │   │   │   │   │   ├── test_return_real.py
│   │   │   │   │   │   │   ├── test_semicolon_split.py
│   │   │   │   │   │   │   ├── test_size.py
│   │   │   │   │   │   │   ├── test_string.py
│   │   │   │   │   │   │   └── util.py
│   │   │   │   │   │   └── use_rules.py
│   │   │   │   │   ├── fft
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fftpack.py
│   │   │   │   │   │   ├── fftpack_lite.cpython-36m-darwin.so
│   │   │   │   │   │   ├── helper.py
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_fftpack.py
│   │   │   │   │   │   └── test_helper.py
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _datasource.py
│   │   │   │   │   │   ├── _iotools.py
│   │   │   │   │   │   ├── _version.py
│   │   │   │   │   │   ├── arraypad.py
│   │   │   │   │   │   ├── arraysetops.py
│   │   │   │   │   │   ├── arrayterator.py
│   │   │   │   │   │   ├── financial.py
│   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   ├── function_base.py
│   │   │   │   │   │   ├── histograms.py
│   │   │   │   │   │   ├── index_tricks.py
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── mixins.py
│   │   │   │   │   │   ├── nanfunctions.py
│   │   │   │   │   │   ├── npyio.py
│   │   │   │   │   │   ├── polynomial.py
│   │   │   │   │   │   ├── recfunctions.py
│   │   │   │   │   │   ├── scimath.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── shape_base.py
│   │   │   │   │   │   ├── stride_tricks.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── py2-objarr.npy
│   │   │   │   │   │   │   │   ├── py2-objarr.npz
│   │   │   │   │   │   │   │   ├── py3-objarr.npy
│   │   │   │   │   │   │   │   ├── py3-objarr.npz
│   │   │   │   │   │   │   │   ├── python3.npy
│   │   │   │   │   │   │   │   └── win64python2.npy
│   │   │   │   │   │   │   ├── test__datasource.py
│   │   │   │   │   │   │   ├── test__iotools.py
│   │   │   │   │   │   │   ├── test__version.py
│   │   │   │   │   │   │   ├── test_arraypad.py
│   │   │   │   │   │   │   ├── test_arraysetops.py
│   │   │   │   │   │   │   ├── test_arrayterator.py
│   │   │   │   │   │   │   ├── test_financial.py
│   │   │   │   │   │   │   ├── test_format.py
│   │   │   │   │   │   │   ├── test_function_base.py
│   │   │   │   │   │   │   ├── test_histograms.py
│   │   │   │   │   │   │   ├── test_index_tricks.py
│   │   │   │   │   │   │   ├── test_io.py
│   │   │   │   │   │   │   ├── test_mixins.py
│   │   │   │   │   │   │   ├── test_nanfunctions.py
│   │   │   │   │   │   │   ├── test_packbits.py
│   │   │   │   │   │   │   ├── test_polynomial.py
│   │   │   │   │   │   │   ├── test_recfunctions.py
│   │   │   │   │   │   │   ├── test_regression.py
│   │   │   │   │   │   │   ├── test_shape_base.py
│   │   │   │   │   │   │   ├── test_stride_tricks.py
│   │   │   │   │   │   │   ├── test_twodim_base.py
│   │   │   │   │   │   │   ├── test_type_check.py
│   │   │   │   │   │   │   ├── test_ufunclike.py
│   │   │   │   │   │   │   └── test_utils.py
│   │   │   │   │   │   ├── twodim_base.py
│   │   │   │   │   │   ├── type_check.py
│   │   │   │   │   │   ├── ufunclike.py
│   │   │   │   │   │   ├── user_array.py
│   │   │   │   │   │   └── utils.py
│   │   │   │   │   ├── linalg
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _umath_linalg.cpython-36m-darwin.so
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── lapack_lite.cpython-36m-darwin.so
│   │   │   │   │   │   ├── linalg.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_build.py
│   │   │   │   │   │   ├── test_deprecations.py
│   │   │   │   │   │   ├── test_linalg.py
│   │   │   │   │   │   └── test_regression.py
│   │   │   │   │   ├── ma
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bench.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── extras.py
│   │   │   │   │   │   ├── mrecords.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_core.py
│   │   │   │   │   │   │   ├── test_deprecations.py
│   │   │   │   │   │   │   ├── test_extras.py
│   │   │   │   │   │   │   ├── test_mrecords.py
│   │   │   │   │   │   │   ├── test_old_ma.py
│   │   │   │   │   │   │   ├── test_regression.py
│   │   │   │   │   │   │   └── test_subclassing.py
│   │   │   │   │   │   ├── testutils.py
│   │   │   │   │   │   ├── timer_comparison.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── matlib.py
│   │   │   │   │   ├── matrixlib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── defmatrix.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_defmatrix.py
│   │   │   │   │   │   ├── test_interaction.py
│   │   │   │   │   │   ├── test_masked_matrix.py
│   │   │   │   │   │   ├── test_matrix_linalg.py
│   │   │   │   │   │   ├── test_multiarray.py
│   │   │   │   │   │   ├── test_numeric.py
│   │   │   │   │   │   └── test_regression.py
│   │   │   │   │   ├── polynomial
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _polybase.py
│   │   │   │   │   │   ├── chebyshev.py
│   │   │   │   │   │   ├── hermite.py
│   │   │   │   │   │   ├── hermite_e.py
│   │   │   │   │   │   ├── laguerre.py
│   │   │   │   │   │   ├── legendre.py
│   │   │   │   │   │   ├── polynomial.py
│   │   │   │   │   │   ├── polyutils.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_chebyshev.py
│   │   │   │   │   │   ├── test_classes.py
│   │   │   │   │   │   ├── test_hermite.py
│   │   │   │   │   │   ├── test_hermite_e.py
│   │   │   │   │   │   ├── test_laguerre.py
│   │   │   │   │   │   ├── test_legendre.py
│   │   │   │   │   │   ├── test_polynomial.py
│   │   │   │   │   │   ├── test_polyutils.py
│   │   │   │   │   │   └── test_printing.py
│   │   │   │   │   ├── random
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── info.py
│   │   │   │   │   │   ├── mtrand.cpython-36m-darwin.so
│   │   │   │   │   │   ├── randomkit.h
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_random.py
│   │   │   │   │   │   └── test_regression.py
│   │   │   │   │   ├── setup.py
│   │   │   │   │   ├── testing
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _private
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── decorators.py
│   │   │   │   │   │   │   ├── noseclasses.py
│   │   │   │   │   │   │   ├── nosetester.py
│   │   │   │   │   │   │   ├── parameterized.py
│   │   │   │   │   │   │   ├── pytesttester.py
│   │   │   │   │   │   │   └── utils.py
│   │   │   │   │   │   ├── decorators.py
│   │   │   │   │   │   ├── noseclasses.py
│   │   │   │   │   │   ├── nosetester.py
│   │   │   │   │   │   ├── print_coercion_tables.py
│   │   │   │   │   │   ├── setup.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_decorators.py
│   │   │   │   │   │   │   ├── test_doctesting.py
│   │   │   │   │   │   │   └── test_utils.py
│   │   │   │   │   │   └── utils.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_ctypeslib.py
│   │   │   │   │   │   ├── test_matlib.py
│   │   │   │   │   │   ├── test_numpy_version.py
│   │   │   │   │   │   ├── test_reloading.py
│   │   │   │   │   │   ├── test_scripts.py
│   │   │   │   │   │   └── test_warnings.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── numpy-1.15.4.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── packaging
│   │   │   │   │   ├── __about__.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _structures.py
│   │   │   │   │   ├── markers.py
│   │   │   │   │   ├── requirements.py
│   │   │   │   │   ├── specifiers.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── packaging-18.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pandas
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _libs
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── algos.cpython-36m-darwin.so
│   │   │   │   │   │   ├── groupby.cpython-36m-darwin.so
│   │   │   │   │   │   ├── hashing.cpython-36m-darwin.so
│   │   │   │   │   │   ├── hashtable.cpython-36m-darwin.so
│   │   │   │   │   │   ├── index.cpython-36m-darwin.so
│   │   │   │   │   │   ├── indexing.cpython-36m-darwin.so
│   │   │   │   │   │   ├── internals.cpython-36m-darwin.so
│   │   │   │   │   │   ├── interval.cpython-36m-darwin.so
│   │   │   │   │   │   ├── join.cpython-36m-darwin.so
│   │   │   │   │   │   ├── json.cpython-36m-darwin.so
│   │   │   │   │   │   ├── lib.cpython-36m-darwin.so
│   │   │   │   │   │   ├── missing.cpython-36m-darwin.so
│   │   │   │   │   │   ├── ops.cpython-36m-darwin.so
│   │   │   │   │   │   ├── parsers.cpython-36m-darwin.so
│   │   │   │   │   │   ├── properties.cpython-36m-darwin.so
│   │   │   │   │   │   ├── reduction.cpython-36m-darwin.so
│   │   │   │   │   │   ├── reshape.cpython-36m-darwin.so
│   │   │   │   │   │   ├── skiplist.cpython-36m-darwin.so
│   │   │   │   │   │   ├── sparse.cpython-36m-darwin.so
│   │   │   │   │   │   ├── testing.cpython-36m-darwin.so
│   │   │   │   │   │   ├── tslib.cpython-36m-darwin.so
│   │   │   │   │   │   ├── tslibs
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── ccalendar.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── conversion.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── fields.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── frequencies.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── nattype.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── np_datetime.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── offsets.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── parsing.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── period.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── resolution.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── strptime.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── timedeltas.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── timestamps.cpython-36m-darwin.so
│   │   │   │   │   │   │   └── timezones.cpython-36m-darwin.so
│   │   │   │   │   │   ├── window.cpython-36m-darwin.so
│   │   │   │   │   │   └── writers.cpython-36m-darwin.so
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── api
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   └── __init__.py
│   │   │   │   │   │   └── types
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── chainmap.py
│   │   │   │   │   │   ├── chainmap_impl.py
│   │   │   │   │   │   ├── numpy
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── function.py
│   │   │   │   │   │   └── pickle_compat.py
│   │   │   │   │   ├── computation
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── expressions.py
│   │   │   │   │   ├── conftest.py
│   │   │   │   │   ├── core
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── accessor.py
│   │   │   │   │   │   ├── algorithms.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── apply.py
│   │   │   │   │   │   ├── arrays
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   └── categorical.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── categorical.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   ├── computation
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── align.py
│   │   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── engines.py
│   │   │   │   │   │   │   ├── eval.py
│   │   │   │   │   │   │   ├── expr.py
│   │   │   │   │   │   │   ├── expressions.py
│   │   │   │   │   │   │   ├── ops.py
│   │   │   │   │   │   │   ├── pytables.py
│   │   │   │   │   │   │   └── scope.py
│   │   │   │   │   │   ├── config.py
│   │   │   │   │   │   ├── config_init.py
│   │   │   │   │   │   ├── datetools.py
│   │   │   │   │   │   ├── dtypes
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── cast.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── concat.py
│   │   │   │   │   │   │   ├── dtypes.py
│   │   │   │   │   │   │   ├── generic.py
│   │   │   │   │   │   │   ├── inference.py
│   │   │   │   │   │   │   └── missing.py
│   │   │   │   │   │   ├── frame.py
│   │   │   │   │   │   ├── generic.py
│   │   │   │   │   │   ├── groupby
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── groupby.py
│   │   │   │   │   │   ├── index.py
│   │   │   │   │   │   ├── indexes
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── accessors.py
│   │   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── category.py
│   │   │   │   │   │   │   ├── datetimelike.py
│   │   │   │   │   │   │   ├── datetimes.py
│   │   │   │   │   │   │   ├── frozen.py
│   │   │   │   │   │   │   ├── interval.py
│   │   │   │   │   │   │   ├── multi.py
│   │   │   │   │   │   │   ├── numeric.py
│   │   │   │   │   │   │   ├── period.py
│   │   │   │   │   │   │   ├── range.py
│   │   │   │   │   │   │   └── timedeltas.py
│   │   │   │   │   │   ├── indexing.py
│   │   │   │   │   │   ├── internals.py
│   │   │   │   │   │   ├── missing.py
│   │   │   │   │   │   ├── nanops.py
│   │   │   │   │   │   ├── ops.py
│   │   │   │   │   │   ├── panel.py
│   │   │   │   │   │   ├── resample.py
│   │   │   │   │   │   ├── reshape
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   │   ├── concat.py
│   │   │   │   │   │   │   ├── melt.py
│   │   │   │   │   │   │   ├── merge.py
│   │   │   │   │   │   │   ├── pivot.py
│   │   │   │   │   │   │   ├── reshape.py
│   │   │   │   │   │   │   ├── tile.py
│   │   │   │   │   │   │   └── util.py
│   │   │   │   │   │   ├── series.py
│   │   │   │   │   │   ├── sorting.py
│   │   │   │   │   │   ├── sparse
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   │   ├── array.py
│   │   │   │   │   │   │   ├── frame.py
│   │   │   │   │   │   │   ├── scipy_sparse.py
│   │   │   │   │   │   │   └── series.py
│   │   │   │   │   │   ├── strings.py
│   │   │   │   │   │   ├── tools
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── datetimes.py
│   │   │   │   │   │   │   ├── numeric.py
│   │   │   │   │   │   │   └── timedeltas.py
│   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── hashing.py
│   │   │   │   │   │   └── window.py
│   │   │   │   │   ├── errors
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── formats
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── style.py
│   │   │   │   │   ├── io
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── clipboard
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── clipboards.py
│   │   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   │   └── windows.py
│   │   │   │   │   │   ├── clipboards.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   ├── date_converters.py
│   │   │   │   │   │   ├── excel.py
│   │   │   │   │   │   ├── feather_format.py
│   │   │   │   │   │   ├── formats
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── console.py
│   │   │   │   │   │   │   ├── css.py
│   │   │   │   │   │   │   ├── csvs.py
│   │   │   │   │   │   │   ├── excel.py
│   │   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   │   ├── latex.py
│   │   │   │   │   │   │   ├── printing.py
│   │   │   │   │   │   │   ├── style.py
│   │   │   │   │   │   │   ├── templates
│   │   │   │   │   │   │   │   └── html.tpl
│   │   │   │   │   │   │   └── terminal.py
│   │   │   │   │   │   ├── gbq.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── json.py
│   │   │   │   │   │   │   ├── normalize.py
│   │   │   │   │   │   │   └── table_schema.py
│   │   │   │   │   │   ├── msgpack
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _packer.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── _unpacker.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── _version.py
│   │   │   │   │   │   │   └── exceptions.py
│   │   │   │   │   │   ├── packers.py
│   │   │   │   │   │   ├── parquet.py
│   │   │   │   │   │   ├── parsers.py
│   │   │   │   │   │   ├── pickle.py
│   │   │   │   │   │   ├── pytables.py
│   │   │   │   │   │   ├── s3.py
│   │   │   │   │   │   ├── sas
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _sas.cpython-36m-darwin.so
│   │   │   │   │   │   │   ├── sas7bdat.py
│   │   │   │   │   │   │   ├── sas_constants.py
│   │   │   │   │   │   │   ├── sas_xport.py
│   │   │   │   │   │   │   └── sasreader.py
│   │   │   │   │   │   ├── sql.py
│   │   │   │   │   │   └── stata.py
│   │   │   │   │   ├── json.py
│   │   │   │   │   ├── lib.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   ├── plotting
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   ├── _converter.py
│   │   │   │   │   │   ├── _core.py
│   │   │   │   │   │   ├── _misc.py
│   │   │   │   │   │   ├── _style.py
│   │   │   │   │   │   ├── _timeseries.py
│   │   │   │   │   │   └── _tools.py
│   │   │   │   │   ├── testing.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_api.py
│   │   │   │   │   │   │   └── test_types.py
│   │   │   │   │   │   ├── categorical
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── test_algos.py
│   │   │   │   │   │   │   ├── test_analytics.py
│   │   │   │   │   │   │   ├── test_api.py
│   │   │   │   │   │   │   ├── test_constructors.py
│   │   │   │   │   │   │   ├── test_dtypes.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_missing.py
│   │   │   │   │   │   │   ├── test_operators.py
│   │   │   │   │   │   │   ├── test_repr.py
│   │   │   │   │   │   │   ├── test_sorting.py
│   │   │   │   │   │   │   ├── test_subclass.py
│   │   │   │   │   │   │   └── test_warnings.py
│   │   │   │   │   │   ├── computation
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_compat.py
│   │   │   │   │   │   │   └── test_eval.py
│   │   │   │   │   │   ├── dtypes
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_cast.py
│   │   │   │   │   │   │   ├── test_common.py
│   │   │   │   │   │   │   ├── test_concat.py
│   │   │   │   │   │   │   ├── test_dtypes.py
│   │   │   │   │   │   │   ├── test_generic.py
│   │   │   │   │   │   │   ├── test_inference.py
│   │   │   │   │   │   │   └── test_missing.py
│   │   │   │   │   │   ├── extension
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   │   ├── casting.py
│   │   │   │   │   │   │   │   ├── constructors.py
│   │   │   │   │   │   │   │   ├── dtype.py
│   │   │   │   │   │   │   │   ├── getitem.py
│   │   │   │   │   │   │   │   ├── groupby.py
│   │   │   │   │   │   │   │   ├── interface.py
│   │   │   │   │   │   │   │   ├── methods.py
│   │   │   │   │   │   │   │   ├── missing.py
│   │   │   │   │   │   │   │   ├── reshaping.py
│   │   │   │   │   │   │   │   └── setitem.py
│   │   │   │   │   │   │   ├── category
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── test_categorical.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── decimal
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── array.py
│   │   │   │   │   │   │   │   └── test_decimal.py
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── array.py
│   │   │   │   │   │   │   │   └── test_json.py
│   │   │   │   │   │   │   ├── test_common.py
│   │   │   │   │   │   │   └── test_external_block.py
│   │   │   │   │   │   ├── frame
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── test_alter_axes.py
│   │   │   │   │   │   │   ├── test_analytics.py
│   │   │   │   │   │   │   ├── test_api.py
│   │   │   │   │   │   │   ├── test_apply.py
│   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   ├── test_asof.py
│   │   │   │   │   │   │   ├── test_axis_select_reindex.py
│   │   │   │   │   │   │   ├── test_block_internals.py
│   │   │   │   │   │   │   ├── test_combine_concat.py
│   │   │   │   │   │   │   ├── test_constructors.py
│   │   │   │   │   │   │   ├── test_convert_to.py
│   │   │   │   │   │   │   ├── test_dtypes.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_join.py
│   │   │   │   │   │   │   ├── test_missing.py
│   │   │   │   │   │   │   ├── test_mutate_columns.py
│   │   │   │   │   │   │   ├── test_nonunique_indexes.py
│   │   │   │   │   │   │   ├── test_operators.py
│   │   │   │   │   │   │   ├── test_period.py
│   │   │   │   │   │   │   ├── test_quantile.py
│   │   │   │   │   │   │   ├── test_query_eval.py
│   │   │   │   │   │   │   ├── test_rank.py
│   │   │   │   │   │   │   ├── test_replace.py
│   │   │   │   │   │   │   ├── test_repr_info.py
│   │   │   │   │   │   │   ├── test_reshape.py
│   │   │   │   │   │   │   ├── test_sort_values_level_as_str.py
│   │   │   │   │   │   │   ├── test_sorting.py
│   │   │   │   │   │   │   ├── test_subclass.py
│   │   │   │   │   │   │   ├── test_timeseries.py
│   │   │   │   │   │   │   ├── test_timezones.py
│   │   │   │   │   │   │   ├── test_to_csv.py
│   │   │   │   │   │   │   └── test_validate.py
│   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_frame.py
│   │   │   │   │   │   │   ├── test_generic.py
│   │   │   │   │   │   │   ├── test_label_or_level_utils.py
│   │   │   │   │   │   │   ├── test_panel.py
│   │   │   │   │   │   │   └── test_series.py
│   │   │   │   │   │   ├── groupby
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── aggregate
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_aggregate.py
│   │   │   │   │   │   │   │   ├── test_cython.py
│   │   │   │   │   │   │   │   └── test_other.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── test_apply.py
│   │   │   │   │   │   │   ├── test_bin_groupby.py
│   │   │   │   │   │   │   ├── test_categorical.py
│   │   │   │   │   │   │   ├── test_counting.py
│   │   │   │   │   │   │   ├── test_filters.py
│   │   │   │   │   │   │   ├── test_function.py
│   │   │   │   │   │   │   ├── test_groupby.py
│   │   │   │   │   │   │   ├── test_grouping.py
│   │   │   │   │   │   │   ├── test_index_as_string.py
│   │   │   │   │   │   │   ├── test_nth.py
│   │   │   │   │   │   │   ├── test_rank.py
│   │   │   │   │   │   │   ├── test_timegrouper.py
│   │   │   │   │   │   │   ├── test_transform.py
│   │   │   │   │   │   │   ├── test_value_counts.py
│   │   │   │   │   │   │   └── test_whitelist.py
│   │   │   │   │   │   ├── indexes
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── datetimelike.py
│   │   │   │   │   │   │   ├── datetimes
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   │   ├── test_astype.py
│   │   │   │   │   │   │   │   ├── test_construction.py
│   │   │   │   │   │   │   │   ├── test_date_range.py
│   │   │   │   │   │   │   │   ├── test_datetime.py
│   │   │   │   │   │   │   │   ├── test_datetimelike.py
│   │   │   │   │   │   │   │   ├── test_formats.py
│   │   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   │   ├── test_misc.py
│   │   │   │   │   │   │   │   ├── test_missing.py
│   │   │   │   │   │   │   │   ├── test_ops.py
│   │   │   │   │   │   │   │   ├── test_partial_slicing.py
│   │   │   │   │   │   │   │   ├── test_scalar_compat.py
│   │   │   │   │   │   │   │   ├── test_setops.py
│   │   │   │   │   │   │   │   ├── test_timezones.py
│   │   │   │   │   │   │   │   └── test_tools.py
│   │   │   │   │   │   │   ├── interval
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_astype.py
│   │   │   │   │   │   │   │   ├── test_construction.py
│   │   │   │   │   │   │   │   ├── test_interval.py
│   │   │   │   │   │   │   │   ├── test_interval_new.py
│   │   │   │   │   │   │   │   ├── test_interval_range.py
│   │   │   │   │   │   │   │   └── test_interval_tree.py
│   │   │   │   │   │   │   ├── period
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   │   ├── test_asfreq.py
│   │   │   │   │   │   │   │   ├── test_astype.py
│   │   │   │   │   │   │   │   ├── test_construction.py
│   │   │   │   │   │   │   │   ├── test_formats.py
│   │   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   │   ├── test_ops.py
│   │   │   │   │   │   │   │   ├── test_partial_slicing.py
│   │   │   │   │   │   │   │   ├── test_period.py
│   │   │   │   │   │   │   │   ├── test_period_range.py
│   │   │   │   │   │   │   │   ├── test_scalar_compat.py
│   │   │   │   │   │   │   │   ├── test_setops.py
│   │   │   │   │   │   │   │   └── test_tools.py
│   │   │   │   │   │   │   ├── test_base.py
│   │   │   │   │   │   │   ├── test_category.py
│   │   │   │   │   │   │   ├── test_frozen.py
│   │   │   │   │   │   │   ├── test_multi.py
│   │   │   │   │   │   │   ├── test_numeric.py
│   │   │   │   │   │   │   ├── test_range.py
│   │   │   │   │   │   │   └── timedeltas
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   ├── test_astype.py
│   │   │   │   │   │   │   ├── test_construction.py
│   │   │   │   │   │   │   ├── test_formats.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_ops.py
│   │   │   │   │   │   │   ├── test_partial_slicing.py
│   │   │   │   │   │   │   ├── test_scalar_compat.py
│   │   │   │   │   │   │   ├── test_setops.py
│   │   │   │   │   │   │   ├── test_timedelta.py
│   │   │   │   │   │   │   ├── test_timedelta_range.py
│   │   │   │   │   │   │   └── test_tools.py
│   │   │   │   │   │   ├── indexing
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── interval
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_interval.py
│   │   │   │   │   │   │   │   └── test_interval_new.py
│   │   │   │   │   │   │   ├── test_callable.py
│   │   │   │   │   │   │   ├── test_categorical.py
│   │   │   │   │   │   │   ├── test_chaining_and_caching.py
│   │   │   │   │   │   │   ├── test_coercion.py
│   │   │   │   │   │   │   ├── test_datetime.py
│   │   │   │   │   │   │   ├── test_floats.py
│   │   │   │   │   │   │   ├── test_iloc.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_indexing_slow.py
│   │   │   │   │   │   │   ├── test_ix.py
│   │   │   │   │   │   │   ├── test_loc.py
│   │   │   │   │   │   │   ├── test_multiindex.py
│   │   │   │   │   │   │   ├── test_panel.py
│   │   │   │   │   │   │   ├── test_partial.py
│   │   │   │   │   │   │   ├── test_scalar.py
│   │   │   │   │   │   │   └── test_timedelta.py
│   │   │   │   │   │   ├── internals
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── test_internals.py
│   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── formats
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_css.py
│   │   │   │   │   │   │   │   ├── test_eng_formatting.py
│   │   │   │   │   │   │   │   ├── test_format.py
│   │   │   │   │   │   │   │   ├── test_printing.py
│   │   │   │   │   │   │   │   ├── test_style.py
│   │   │   │   │   │   │   │   ├── test_to_csv.py
│   │   │   │   │   │   │   │   ├── test_to_excel.py
│   │   │   │   │   │   │   │   ├── test_to_html.py
│   │   │   │   │   │   │   │   └── test_to_latex.py
│   │   │   │   │   │   │   ├── generate_legacy_storage_files.py
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_compression.py
│   │   │   │   │   │   │   │   ├── test_json_table_schema.py
│   │   │   │   │   │   │   │   ├── test_normalize.py
│   │   │   │   │   │   │   │   ├── test_pandas.py
│   │   │   │   │   │   │   │   ├── test_readlines.py
│   │   │   │   │   │   │   │   └── test_ujson.py
│   │   │   │   │   │   │   ├── msgpack
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   │   ├── test_buffer.py
│   │   │   │   │   │   │   │   ├── test_case.py
│   │   │   │   │   │   │   │   ├── test_except.py
│   │   │   │   │   │   │   │   ├── test_extension.py
│   │   │   │   │   │   │   │   ├── test_format.py
│   │   │   │   │   │   │   │   ├── test_limits.py
│   │   │   │   │   │   │   │   ├── test_newspec.py
│   │   │   │   │   │   │   │   ├── test_obj.py
│   │   │   │   │   │   │   │   ├── test_pack.py
│   │   │   │   │   │   │   │   ├── test_read_size.py
│   │   │   │   │   │   │   │   ├── test_seq.py
│   │   │   │   │   │   │   │   ├── test_sequnpack.py
│   │   │   │   │   │   │   │   ├── test_subtype.py
│   │   │   │   │   │   │   │   ├── test_unpack.py
│   │   │   │   │   │   │   │   └── test_unpack_raw.py
│   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── c_parser_only.py
│   │   │   │   │   │   │   │   ├── comment.py
│   │   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   │   ├── compression.py
│   │   │   │   │   │   │   │   ├── converters.py
│   │   │   │   │   │   │   │   ├── dialect.py
│   │   │   │   │   │   │   │   ├── dtypes.py
│   │   │   │   │   │   │   │   ├── header.py
│   │   │   │   │   │   │   │   ├── index_col.py
│   │   │   │   │   │   │   │   ├── mangle_dupes.py
│   │   │   │   │   │   │   │   ├── multithread.py
│   │   │   │   │   │   │   │   ├── na_values.py
│   │   │   │   │   │   │   │   ├── parse_dates.py
│   │   │   │   │   │   │   │   ├── python_parser_only.py
│   │   │   │   │   │   │   │   ├── quoting.py
│   │   │   │   │   │   │   │   ├── skiprows.py
│   │   │   │   │   │   │   │   ├── test_network.py
│   │   │   │   │   │   │   │   ├── test_parsers.py
│   │   │   │   │   │   │   │   ├── test_read_fwf.py
│   │   │   │   │   │   │   │   ├── test_textreader.py
│   │   │   │   │   │   │   │   ├── test_unsupported.py
│   │   │   │   │   │   │   │   └── usecols.py
│   │   │   │   │   │   │   ├── sas
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_sas.py
│   │   │   │   │   │   │   │   ├── test_sas7bdat.py
│   │   │   │   │   │   │   │   └── test_xport.py
│   │   │   │   │   │   │   ├── test_clipboard.py
│   │   │   │   │   │   │   ├── test_common.py
│   │   │   │   │   │   │   ├── test_excel.py
│   │   │   │   │   │   │   ├── test_feather.py
│   │   │   │   │   │   │   ├── test_gbq.py
│   │   │   │   │   │   │   ├── test_html.py
│   │   │   │   │   │   │   ├── test_packers.py
│   │   │   │   │   │   │   ├── test_parquet.py
│   │   │   │   │   │   │   ├── test_pickle.py
│   │   │   │   │   │   │   ├── test_pytables.py
│   │   │   │   │   │   │   ├── test_s3.py
│   │   │   │   │   │   │   ├── test_sql.py
│   │   │   │   │   │   │   └── test_stata.py
│   │   │   │   │   │   ├── plotting
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── test_boxplot_method.py
│   │   │   │   │   │   │   ├── test_converter.py
│   │   │   │   │   │   │   ├── test_datetimelike.py
│   │   │   │   │   │   │   ├── test_deprecated.py
│   │   │   │   │   │   │   ├── test_frame.py
│   │   │   │   │   │   │   ├── test_groupby.py
│   │   │   │   │   │   │   ├── test_hist_method.py
│   │   │   │   │   │   │   ├── test_misc.py
│   │   │   │   │   │   │   └── test_series.py
│   │   │   │   │   │   ├── reshape
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── merge
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_join.py
│   │   │   │   │   │   │   │   ├── test_merge.py
│   │   │   │   │   │   │   │   ├── test_merge_asof.py
│   │   │   │   │   │   │   │   ├── test_merge_index_as_string.py
│   │   │   │   │   │   │   │   └── test_merge_ordered.py
│   │   │   │   │   │   │   ├── test_concat.py
│   │   │   │   │   │   │   ├── test_melt.py
│   │   │   │   │   │   │   ├── test_pivot.py
│   │   │   │   │   │   │   ├── test_reshape.py
│   │   │   │   │   │   │   ├── test_tile.py
│   │   │   │   │   │   │   ├── test_union_categoricals.py
│   │   │   │   │   │   │   └── test_util.py
│   │   │   │   │   │   ├── scalar
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── interval
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── test_interval.py
│   │   │   │   │   │   │   ├── period
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_asfreq.py
│   │   │   │   │   │   │   │   └── test_period.py
│   │   │   │   │   │   │   ├── test_nat.py
│   │   │   │   │   │   │   ├── timedelta
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   │   ├── test_construction.py
│   │   │   │   │   │   │   │   ├── test_formats.py
│   │   │   │   │   │   │   │   └── test_timedelta.py
│   │   │   │   │   │   │   └── timestamp
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   ├── test_comparisons.py
│   │   │   │   │   │   │   ├── test_rendering.py
│   │   │   │   │   │   │   ├── test_timestamp.py
│   │   │   │   │   │   │   ├── test_timezones.py
│   │   │   │   │   │   │   └── test_unary_ops.py
│   │   │   │   │   │   ├── series
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── indexing
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   │   ├── test_alter_index.py
│   │   │   │   │   │   │   │   ├── test_boolean.py
│   │   │   │   │   │   │   │   ├── test_callable.py
│   │   │   │   │   │   │   │   ├── test_datetime.py
│   │   │   │   │   │   │   │   ├── test_iloc.py
│   │   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   │   ├── test_loc.py
│   │   │   │   │   │   │   │   └── test_numeric.py
│   │   │   │   │   │   │   ├── test_alter_axes.py
│   │   │   │   │   │   │   ├── test_analytics.py
│   │   │   │   │   │   │   ├── test_api.py
│   │   │   │   │   │   │   ├── test_apply.py
│   │   │   │   │   │   │   ├── test_arithmetic.py
│   │   │   │   │   │   │   ├── test_asof.py
│   │   │   │   │   │   │   ├── test_combine_concat.py
│   │   │   │   │   │   │   ├── test_constructors.py
│   │   │   │   │   │   │   ├── test_datetime_values.py
│   │   │   │   │   │   │   ├── test_dtypes.py
│   │   │   │   │   │   │   ├── test_internals.py
│   │   │   │   │   │   │   ├── test_io.py
│   │   │   │   │   │   │   ├── test_missing.py
│   │   │   │   │   │   │   ├── test_operators.py
│   │   │   │   │   │   │   ├── test_period.py
│   │   │   │   │   │   │   ├── test_quantile.py
│   │   │   │   │   │   │   ├── test_rank.py
│   │   │   │   │   │   │   ├── test_replace.py
│   │   │   │   │   │   │   ├── test_repr.py
│   │   │   │   │   │   │   ├── test_sorting.py
│   │   │   │   │   │   │   ├── test_subclass.py
│   │   │   │   │   │   │   ├── test_timeseries.py
│   │   │   │   │   │   │   ├── test_timezones.py
│   │   │   │   │   │   │   └── test_validate.py
│   │   │   │   │   │   ├── sparse
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── frame
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_analytics.py
│   │   │   │   │   │   │   │   ├── test_apply.py
│   │   │   │   │   │   │   │   ├── test_frame.py
│   │   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   │   ├── test_to_csv.py
│   │   │   │   │   │   │   │   └── test_to_from_scipy.py
│   │   │   │   │   │   │   ├── series
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   │   └── test_series.py
│   │   │   │   │   │   │   ├── test_arithmetics.py
│   │   │   │   │   │   │   ├── test_array.py
│   │   │   │   │   │   │   ├── test_combine_concat.py
│   │   │   │   │   │   │   ├── test_format.py
│   │   │   │   │   │   │   ├── test_groupby.py
│   │   │   │   │   │   │   ├── test_indexing.py
│   │   │   │   │   │   │   ├── test_libsparse.py
│   │   │   │   │   │   │   ├── test_pivot.py
│   │   │   │   │   │   │   └── test_reshape.py
│   │   │   │   │   │   ├── test_algos.py
│   │   │   │   │   │   ├── test_base.py
│   │   │   │   │   │   ├── test_common.py
│   │   │   │   │   │   ├── test_compat.py
│   │   │   │   │   │   ├── test_config.py
│   │   │   │   │   │   ├── test_downstream.py
│   │   │   │   │   │   ├── test_errors.py
│   │   │   │   │   │   ├── test_expressions.py
│   │   │   │   │   │   ├── test_join.py
│   │   │   │   │   │   ├── test_lib.py
│   │   │   │   │   │   ├── test_multilevel.py
│   │   │   │   │   │   ├── test_nanops.py
│   │   │   │   │   │   ├── test_panel.py
│   │   │   │   │   │   ├── test_register_accessor.py
│   │   │   │   │   │   ├── test_resample.py
│   │   │   │   │   │   ├── test_sorting.py
│   │   │   │   │   │   ├── test_strings.py
│   │   │   │   │   │   ├── test_take.py
│   │   │   │   │   │   ├── test_window.py
│   │   │   │   │   │   ├── tools
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── test_numeric.py
│   │   │   │   │   │   ├── tseries
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   ├── offsets
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   │   │   ├── test_fiscal.py
│   │   │   │   │   │   │   │   ├── test_offsets.py
│   │   │   │   │   │   │   │   ├── test_ticks.py
│   │   │   │   │   │   │   │   └── test_yqm_offsets.py
│   │   │   │   │   │   │   ├── test_frequencies.py
│   │   │   │   │   │   │   └── test_holiday.py
│   │   │   │   │   │   ├── tslibs
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── test_array_to_datetime.py
│   │   │   │   │   │   │   ├── test_ccalendar.py
│   │   │   │   │   │   │   ├── test_conversion.py
│   │   │   │   │   │   │   ├── test_libfrequencies.py
│   │   │   │   │   │   │   ├── test_liboffsets.py
│   │   │   │   │   │   │   ├── test_parsing.py
│   │   │   │   │   │   │   ├── test_period_asfreq.py
│   │   │   │   │   │   │   └── test_timezones.py
│   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_hashing.py
│   │   │   │   │   │   ├── test_testing.py
│   │   │   │   │   │   └── test_util.py
│   │   │   │   │   ├── tools
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── merge.py
│   │   │   │   │   │   └── plotting.py
│   │   │   │   │   ├── tseries
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── converter.py
│   │   │   │   │   │   ├── frequencies.py
│   │   │   │   │   │   ├── holiday.py
│   │   │   │   │   │   ├── offsets.py
│   │   │   │   │   │   └── plotting.py
│   │   │   │   │   ├── tslib.py
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   └── concat.py
│   │   │   │   │   └── util
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _decorators.py
│   │   │   │   │   ├── _depr_module.py
│   │   │   │   │   ├── _doctools.py
│   │   │   │   │   ├── _move.cpython-36m-darwin.so
│   │   │   │   │   ├── _print_versions.py
│   │   │   │   │   ├── _test_decorators.py
│   │   │   │   │   ├── _tester.py
│   │   │   │   │   ├── _validators.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   └── testing.py
│   │   │   │   ├── pandas-0.23.4.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── past
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── builtins
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   └── noniterators.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── translation
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── basestring.py
│   │   │   │   │   │   ├── olddict.py
│   │   │   │   │   │   └── oldstr.py
│   │   │   │   │   └── utils
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── pathtools
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── path.py
│   │   │   │   │   ├── patterns.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── pathtools-0.1.2.dist-info
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pip
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── _internal
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── build_env.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── autocompletion.py
│   │   │   │   │   │   │   ├── base_command.py
│   │   │   │   │   │   │   ├── cmdoptions.py
│   │   │   │   │   │   │   ├── main_parser.py
│   │   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   │   └── status_codes.py
│   │   │   │   │   │   ├── commands
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   │   ├── completion.py
│   │   │   │   │   │   │   ├── configuration.py
│   │   │   │   │   │   │   ├── download.py
│   │   │   │   │   │   │   ├── freeze.py
│   │   │   │   │   │   │   ├── hash.py
│   │   │   │   │   │   │   ├── help.py
│   │   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   │   ├── list.py
│   │   │   │   │   │   │   ├── search.py
│   │   │   │   │   │   │   ├── show.py
│   │   │   │   │   │   │   ├── uninstall.py
│   │   │   │   │   │   │   └── wheel.py
│   │   │   │   │   │   ├── configuration.py
│   │   │   │   │   │   ├── download.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── index.py
│   │   │   │   │   │   ├── locations.py
│   │   │   │   │   │   ├── models
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── candidate.py
│   │   │   │   │   │   │   ├── format_control.py
│   │   │   │   │   │   │   ├── index.py
│   │   │   │   │   │   │   └── link.py
│   │   │   │   │   │   ├── operations
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   │   ├── freeze.py
│   │   │   │   │   │   │   └── prepare.py
│   │   │   │   │   │   ├── pep425tags.py
│   │   │   │   │   │   ├── pyproject.py
│   │   │   │   │   │   ├── req
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── constructors.py
│   │   │   │   │   │   │   ├── req_file.py
│   │   │   │   │   │   │   ├── req_install.py
│   │   │   │   │   │   │   ├── req_set.py
│   │   │   │   │   │   │   ├── req_tracker.py
│   │   │   │   │   │   │   └── req_uninstall.py
│   │   │   │   │   │   ├── resolve.py
│   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── appdirs.py
│   │   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   │   ├── deprecation.py
│   │   │   │   │   │   │   ├── encoding.py
│   │   │   │   │   │   │   ├── filesystem.py
│   │   │   │   │   │   │   ├── glibc.py
│   │   │   │   │   │   │   ├── hashes.py
│   │   │   │   │   │   │   ├── logging.py
│   │   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   ├── outdated.py
│   │   │   │   │   │   │   ├── packaging.py
│   │   │   │   │   │   │   ├── setuptools_build.py
│   │   │   │   │   │   │   ├── temp_dir.py
│   │   │   │   │   │   │   ├── typing.py
│   │   │   │   │   │   │   └── ui.py
│   │   │   │   │   │   ├── vcs
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── bazaar.py
│   │   │   │   │   │   │   ├── git.py
│   │   │   │   │   │   │   ├── mercurial.py
│   │   │   │   │   │   │   └── subversion.py
│   │   │   │   │   │   └── wheel.py
│   │   │   │   │   └── _vendor
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── appdirs.py
│   │   │   │   │   ├── cachecontrol
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _cmd.py
│   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── caches
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── file_cache.py
│   │   │   │   │   │   │   └── redis_cache.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── controller.py
│   │   │   │   │   │   ├── filewrapper.py
│   │   │   │   │   │   ├── heuristics.py
│   │   │   │   │   │   ├── serialize.py
│   │   │   │   │   │   └── wrapper.py
│   │   │   │   │   ├── certifi
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __main__.py
│   │   │   │   │   │   ├── cacert.pem
│   │   │   │   │   │   └── core.py
│   │   │   │   │   ├── chardet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── big5freq.py
│   │   │   │   │   │   ├── big5prober.py
│   │   │   │   │   │   ├── chardistribution.py
│   │   │   │   │   │   ├── charsetgroupprober.py
│   │   │   │   │   │   ├── charsetprober.py
│   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── chardetect.py
│   │   │   │   │   │   ├── codingstatemachine.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── cp949prober.py
│   │   │   │   │   │   ├── enums.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
│   │   │   │   │   │   ├── langturkishmodel.py
│   │   │   │   │   │   ├── latin1prober.py
│   │   │   │   │   │   ├── mbcharsetprober.py
│   │   │   │   │   │   ├── mbcsgroupprober.py
│   │   │   │   │   │   ├── mbcssm.py
│   │   │   │   │   │   ├── sbcharsetprober.py
│   │   │   │   │   │   ├── sbcsgroupprober.py
│   │   │   │   │   │   ├── sjisprober.py
│   │   │   │   │   │   ├── universaldetector.py
│   │   │   │   │   │   ├── utf8prober.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── colorama
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── ansi.py
│   │   │   │   │   │   ├── ansitowin32.py
│   │   │   │   │   │   ├── initialise.py
│   │   │   │   │   │   ├── win32.py
│   │   │   │   │   │   └── winterm.py
│   │   │   │   │   ├── distlib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _backport
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── _ihatexml.py
│   │   │   │   │   │   ├── _inputstream.py
│   │   │   │   │   │   ├── _tokenizer.py
│   │   │   │   │   │   ├── _trie
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _base.py
│   │   │   │   │   │   │   ├── datrie.py
│   │   │   │   │   │   │   └── py.py
│   │   │   │   │   │   ├── _utils.py
│   │   │   │   │   │   ├── constants.py
│   │   │   │   │   │   ├── filters
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── alphabeticalattributes.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── inject_meta_charset.py
│   │   │   │   │   │   │   ├── lint.py
│   │   │   │   │   │   │   ├── optionaltags.py
│   │   │   │   │   │   │   ├── sanitizer.py
│   │   │   │   │   │   │   └── whitespace.py
│   │   │   │   │   │   ├── html5parser.py
│   │   │   │   │   │   ├── serializer.py
│   │   │   │   │   │   ├── treeadapters
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── genshi.py
│   │   │   │   │   │   │   └── sax.py
│   │   │   │   │   │   ├── treebuilders
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── dom.py
│   │   │   │   │   │   │   ├── etree.py
│   │   │   │   │   │   │   └── etree_lxml.py
│   │   │   │   │   │   └── treewalkers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── dom.py
│   │   │   │   │   │   ├── etree.py
│   │   │   │   │   │   ├── etree_lxml.py
│   │   │   │   │   │   └── genshi.py
│   │   │   │   │   ├── idna
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── codec.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── idnadata.py
│   │   │   │   │   │   ├── intranges.py
│   │   │   │   │   │   ├── package_data.py
│   │   │   │   │   │   └── uts46data.py
│   │   │   │   │   ├── ipaddress.py
│   │   │   │   │   ├── lockfile
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── linklockfile.py
│   │   │   │   │   │   ├── mkdirlockfile.py
│   │   │   │   │   │   ├── pidlockfile.py
│   │   │   │   │   │   ├── sqlitelockfile.py
│   │   │   │   │   │   └── symlinklockfile.py
│   │   │   │   │   ├── msgpack
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _version.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   └── fallback.py
│   │   │   │   │   ├── packaging
│   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── pep517
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _in_process.py
│   │   │   │   │   │   ├── check.py
│   │   │   │   │   │   ├── colorlog.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── envbuild.py
│   │   │   │   │   │   └── wrappers.py
│   │   │   │   │   ├── pkg_resources
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── py31compat.py
│   │   │   │   │   ├── progress
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── bar.py
│   │   │   │   │   │   ├── counter.py
│   │   │   │   │   │   ├── helpers.py
│   │   │   │   │   │   └── spinner.py
│   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   ├── pytoml
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── core.py
│   │   │   │   │   │   ├── parser.py
│   │   │   │   │   │   └── writer.py
│   │   │   │   │   ├── requests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __version__.py
│   │   │   │   │   │   ├── _internal_utils.py
│   │   │   │   │   │   ├── adapters.py
│   │   │   │   │   │   ├── api.py
│   │   │   │   │   │   ├── auth.py
│   │   │   │   │   │   ├── certs.py
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── cookies.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── help.py
│   │   │   │   │   │   ├── hooks.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── packages.py
│   │   │   │   │   │   ├── sessions.py
│   │   │   │   │   │   ├── status_codes.py
│   │   │   │   │   │   ├── structures.py
│   │   │   │   │   │   └── utils.py
│   │   │   │   │   ├── retrying.py
│   │   │   │   │   ├── six.py
│   │   │   │   │   ├── urllib3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _collections.py
│   │   │   │   │   │   ├── connection.py
│   │   │   │   │   │   ├── connectionpool.py
│   │   │   │   │   │   ├── contrib
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _securetransport
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── bindings.py
│   │   │   │   │   │   │   │   └── low_level.py
│   │   │   │   │   │   │   ├── appengine.py
│   │   │   │   │   │   │   ├── ntlmpool.py
│   │   │   │   │   │   │   ├── pyopenssl.py
│   │   │   │   │   │   │   ├── securetransport.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
│   │   │   │   │   │   ├── queue.py
│   │   │   │   │   │   ├── request.py
│   │   │   │   │   │   ├── response.py
│   │   │   │   │   │   ├── retry.py
│   │   │   │   │   │   ├── ssl_.py
│   │   │   │   │   │   ├── timeout.py
│   │   │   │   │   │   ├── url.py
│   │   │   │   │   │   └── wait.py
│   │   │   │   │   └── webencodings
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── labels.py
│   │   │   │   │   ├── mklabels.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   └── x_user_defined.py
│   │   │   │   ├── pip-18.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pkg_resources
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _vendor
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── appdirs.py
│   │   │   │   │   │   ├── packaging
│   │   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   │   └── version.py
│   │   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   │   └── six.py
│   │   │   │   │   ├── extern
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   └── py31compat.py
│   │   │   │   ├── pkginfo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── bdist.py
│   │   │   │   │   ├── commandline.py
│   │   │   │   │   ├── develop.py
│   │   │   │   │   ├── distribution.py
│   │   │   │   │   ├── index.py
│   │   │   │   │   ├── installed.py
│   │   │   │   │   ├── sdist.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_bdist.py
│   │   │   │   │   │   ├── test_commandline.py
│   │   │   │   │   │   ├── test_develop.py
│   │   │   │   │   │   ├── test_distribution.py
│   │   │   │   │   │   ├── test_index.py
│   │   │   │   │   │   ├── test_installed.py
│   │   │   │   │   │   ├── test_sdist.py
│   │   │   │   │   │   ├── test_utils.py
│   │   │   │   │   │   └── test_wheel.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── wheel.py
│   │   │   │   ├── pkginfo-1.4.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pluggy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── callers.py
│   │   │   │   ├── pluggy-0.6.0.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── port_for
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _download_ranges.py
│   │   │   │   │   ├── _ranges.py
│   │   │   │   │   ├── api.py
│   │   │   │   │   ├── docopt.py
│   │   │   │   │   ├── ephemeral.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── store.py
│   │   │   │   │   ├── tests.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── port_for-0.3.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pre_commit
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── clientlib.py
│   │   │   │   │   ├── color.py
│   │   │   │   │   ├── color_windows.py
│   │   │   │   │   ├── commands
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── autoupdate.py
│   │   │   │   │   │   ├── clean.py
│   │   │   │   │   │   ├── install_uninstall.py
│   │   │   │   │   │   ├── migrate_config.py
│   │   │   │   │   │   ├── run.py
│   │   │   │   │   │   ├── sample_config.py
│   │   │   │   │   │   └── try_repo.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── envcontext.py
│   │   │   │   │   ├── error_handler.py
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── file_lock.py
│   │   │   │   │   ├── five.py
│   │   │   │   │   ├── git.py
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── all.py
│   │   │   │   │   │   ├── docker.py
│   │   │   │   │   │   ├── docker_image.py
│   │   │   │   │   │   ├── golang.py
│   │   │   │   │   │   ├── helpers.py
│   │   │   │   │   │   ├── node.py
│   │   │   │   │   │   ├── pcre.py
│   │   │   │   │   │   ├── pygrep.py
│   │   │   │   │   │   ├── python.py
│   │   │   │   │   │   ├── python_venv.py
│   │   │   │   │   │   ├── ruby.py
│   │   │   │   │   │   ├── rust.py
│   │   │   │   │   │   ├── script.py
│   │   │   │   │   │   ├── swift.py
│   │   │   │   │   │   └── system.py
│   │   │   │   │   ├── logging_handler.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── make_archives.py
│   │   │   │   │   ├── manifest.py
│   │   │   │   │   ├── meta_hooks
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── check_hooks_apply.py
│   │   │   │   │   │   └── check_useless_excludes.py
│   │   │   │   │   ├── output.py
│   │   │   │   │   ├── parse_shebang.py
│   │   │   │   │   ├── prefix.py
│   │   │   │   │   ├── prefixed_command_runner.py
│   │   │   │   │   ├── repository.py
│   │   │   │   │   ├── resources
│   │   │   │   │   │   ├── empty_template
│   │   │   │   │   │   │   ├── .npmignore
│   │   │   │   │   │   │   ├── Cargo.toml
│   │   │   │   │   │   │   ├── main.go
│   │   │   │   │   │   │   ├── main.rs
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── pre_commit_dummy_package.gemspec
│   │   │   │   │   │   │   └── setup.py
│   │   │   │   │   │   ├── hook-tmpl
│   │   │   │   │   │   ├── pre-push-tmpl
│   │   │   │   │   │   ├── rbenv.tar.gz
│   │   │   │   │   │   ├── ruby-build.tar.gz
│   │   │   │   │   │   └── ruby-download.tar.gz
│   │   │   │   │   ├── runner.py
│   │   │   │   │   ├── schema.py
│   │   │   │   │   ├── staged_files_only.py
│   │   │   │   │   ├── store.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── xargs.py
│   │   │   │   ├── pre_commit-1.10.1.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── ptr.py
│   │   │   │   ├── pvectorc.cpython-36m-darwin.so
│   │   │   │   ├── py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __metainfo.py
│   │   │   │   │   ├── _builtin.py
│   │   │   │   │   ├── _code
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _assertionnew.py
│   │   │   │   │   │   ├── _assertionold.py
│   │   │   │   │   │   ├── _py2traceback.py
│   │   │   │   │   │   ├── assertion.py
│   │   │   │   │   │   ├── code.py
│   │   │   │   │   │   └── source.py
│   │   │   │   │   ├── _error.py
│   │   │   │   │   ├── _io
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── capture.py
│   │   │   │   │   │   ├── saferepr.py
│   │   │   │   │   │   └── terminalwriter.py
│   │   │   │   │   ├── _log
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── log.py
│   │   │   │   │   │   └── warning.py
│   │   │   │   │   ├── _path
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── cacheutil.py
│   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   ├── local.py
│   │   │   │   │   │   ├── svnurl.py
│   │   │   │   │   │   └── svnwc.py
│   │   │   │   │   ├── _process
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── cmdexec.py
│   │   │   │   │   │   ├── forkedfunc.py
│   │   │   │   │   │   └── killproc.py
│   │   │   │   │   ├── _std.py
│   │   │   │   │   ├── _vendored_packages
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── apipkg.py
│   │   │   │   │   │   └── iniconfig.py
│   │   │   │   │   ├── _version.py
│   │   │   │   │   ├── _xmlgen.py
│   │   │   │   │   └── test.py
│   │   │   │   ├── py-1.7.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pyarrow
│   │   │   │   │   ├── __init__.pxd
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _csv.cpp
│   │   │   │   │   ├── _csv.cpython-36m-darwin.so
│   │   │   │   │   ├── _csv.pyx
│   │   │   │   │   ├── _cuda.pxd
│   │   │   │   │   ├── _cuda.pyx
│   │   │   │   │   ├── _generated_version.py
│   │   │   │   │   ├── _orc.cpp
│   │   │   │   │   ├── _orc.cpython-36m-darwin.so
│   │   │   │   │   ├── _orc.pxd
│   │   │   │   │   ├── _orc.pyx
│   │   │   │   │   ├── _parquet.cpp
│   │   │   │   │   ├── _parquet.cpython-36m-darwin.so
│   │   │   │   │   ├── _parquet.pxd
│   │   │   │   │   ├── _parquet.pyx
│   │   │   │   │   ├── _plasma.cpp
│   │   │   │   │   ├── _plasma.cpython-36m-darwin.so
│   │   │   │   │   ├── _plasma.pyx
│   │   │   │   │   ├── array.pxi
│   │   │   │   │   ├── benchmark.pxi
│   │   │   │   │   ├── benchmark.py
│   │   │   │   │   ├── builder.pxi
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── csv.py
│   │   │   │   │   ├── cuda.py
│   │   │   │   │   ├── error.pxi
│   │   │   │   │   ├── feather.pxi
│   │   │   │   │   ├── feather.py
│   │   │   │   │   ├── filesystem.py
│   │   │   │   │   ├── formatting.py
│   │   │   │   │   ├── hdfs.py
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── arrow
│   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   │   └── orc
│   │   │   │   │   │   │   │   └── adapter.h
│   │   │   │   │   │   │   ├── allocator.h
│   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   ├── array.h
│   │   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   │   ├── builder.h
│   │   │   │   │   │   │   ├── compare.h
│   │   │   │   │   │   │   ├── compute
│   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   ├── context.h
│   │   │   │   │   │   │   │   ├── kernel.h
│   │   │   │   │   │   │   │   └── kernels
│   │   │   │   │   │   │   │   ├── boolean.h
│   │   │   │   │   │   │   │   ├── cast.h
│   │   │   │   │   │   │   │   └── hash.h
│   │   │   │   │   │   │   ├── csv
│   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   ├── chunker.h
│   │   │   │   │   │   │   │   ├── column-builder.h
│   │   │   │   │   │   │   │   ├── converter.h
│   │   │   │   │   │   │   │   ├── options.h
│   │   │   │   │   │   │   │   ├── parser.h
│   │   │   │   │   │   │   │   ├── reader.h
│   │   │   │   │   │   │   │   └── test-common.h
│   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   ├── buffered.h
│   │   │   │   │   │   │   │   ├── file.h
│   │   │   │   │   │   │   │   ├── hdfs.h
│   │   │   │   │   │   │   │   ├── interfaces.h
│   │   │   │   │   │   │   │   ├── memory.h
│   │   │   │   │   │   │   │   └── readahead.h
│   │   │   │   │   │   │   ├── ipc
│   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   ├── dictionary.h
│   │   │   │   │   │   │   │   ├── feather.h
│   │   │   │   │   │   │   │   ├── json.h
│   │   │   │   │   │   │   │   ├── message.h
│   │   │   │   │   │   │   │   ├── reader.h
│   │   │   │   │   │   │   │   └── writer.h
│   │   │   │   │   │   │   ├── memory_pool.h
│   │   │   │   │   │   │   ├── pretty_print.h
│   │   │   │   │   │   │   ├── python
│   │   │   │   │   │   │   │   ├── api.h
│   │   │   │   │   │   │   │   ├── arrow_to_pandas.h
│   │   │   │   │   │   │   │   ├── benchmark.h
│   │   │   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   │   │   ├── decimal.h
│   │   │   │   │   │   │   │   ├── deserialize.h
│   │   │   │   │   │   │   │   ├── helpers.h
│   │   │   │   │   │   │   │   ├── inference.h
│   │   │   │   │   │   │   │   ├── init.h
│   │   │   │   │   │   │   │   ├── io.h
│   │   │   │   │   │   │   │   ├── iterators.h
│   │   │   │   │   │   │   │   ├── numpy_convert.h
│   │   │   │   │   │   │   │   ├── numpy_interop.h
│   │   │   │   │   │   │   │   ├── numpy_to_arrow.h
│   │   │   │   │   │   │   │   ├── platform.h
│   │   │   │   │   │   │   │   ├── pyarrow.h
│   │   │   │   │   │   │   │   ├── python_to_arrow.h
│   │   │   │   │   │   │   │   ├── serialize.h
│   │   │   │   │   │   │   │   └── type_traits.h
│   │   │   │   │   │   │   ├── record_batch.h
│   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   ├── stl.h
│   │   │   │   │   │   │   ├── table.h
│   │   │   │   │   │   │   ├── table_builder.h
│   │   │   │   │   │   │   ├── tensor.h
│   │   │   │   │   │   │   ├── test-util.h
│   │   │   │   │   │   │   ├── type.h
│   │   │   │   │   │   │   ├── type_fwd.h
│   │   │   │   │   │   │   ├── type_traits.h
│   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   ├── bit-stream-utils.h
│   │   │   │   │   │   │   │   ├── bit-util.h
│   │   │   │   │   │   │   │   ├── bpacking.h
│   │   │   │   │   │   │   │   ├── checked_cast.h
│   │   │   │   │   │   │   │   ├── compiler-util.h
│   │   │   │   │   │   │   │   ├── compression.h
│   │   │   │   │   │   │   │   ├── compression_brotli.h
│   │   │   │   │   │   │   │   ├── compression_lz4.h
│   │   │   │   │   │   │   │   ├── compression_snappy.h
│   │   │   │   │   │   │   │   ├── compression_zlib.h
│   │   │   │   │   │   │   │   ├── compression_zstd.h
│   │   │   │   │   │   │   │   ├── cpu-info.h
│   │   │   │   │   │   │   │   ├── decimal.h
│   │   │   │   │   │   │   │   ├── hash-util.h
│   │   │   │   │   │   │   │   ├── hash.h
│   │   │   │   │   │   │   │   ├── io-util.h
│   │   │   │   │   │   │   │   ├── key_value_metadata.h
│   │   │   │   │   │   │   │   ├── lazy.h
│   │   │   │   │   │   │   │   ├── logging.h
│   │   │   │   │   │   │   │   ├── macros.h
│   │   │   │   │   │   │   │   ├── memory.h
│   │   │   │   │   │   │   │   ├── parallel.h
│   │   │   │   │   │   │   │   ├── rle-encoding.h
│   │   │   │   │   │   │   │   ├── sse-util.h
│   │   │   │   │   │   │   │   ├── stl.h
│   │   │   │   │   │   │   │   ├── stopwatch.h
│   │   │   │   │   │   │   │   ├── string.h
│   │   │   │   │   │   │   │   ├── thread-pool.h
│   │   │   │   │   │   │   │   ├── type_traits.h
│   │   │   │   │   │   │   │   ├── variant
│   │   │   │   │   │   │   │   │   ├── optional.h
│   │   │   │   │   │   │   │   │   ├── recursive_wrapper.h
│   │   │   │   │   │   │   │   │   ├── variant_cast.h
│   │   │   │   │   │   │   │   │   ├── variant_io.h
│   │   │   │   │   │   │   │   │   └── variant_visitor.h
│   │   │   │   │   │   │   │   ├── variant.h
│   │   │   │   │   │   │   │   ├── visibility.h
│   │   │   │   │   │   │   │   └── windows_compatibility.h
│   │   │   │   │   │   │   ├── visitor.h
│   │   │   │   │   │   │   └── visitor_inline.h
│   │   │   │   │   │   └── plasma
│   │   │   │   │   │   ├── client.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── compat.h
│   │   │   │   │   │   ├── events.h
│   │   │   │   │   │   └── test-util.h
│   │   │   │   │   ├── includes
│   │   │   │   │   │   ├── __init__.pxd
│   │   │   │   │   │   ├── common.pxd
│   │   │   │   │   │   ├── libarrow.pxd
│   │   │   │   │   │   └── libarrow_cuda.pxd
│   │   │   │   │   ├── io-hdfs.pxi
│   │   │   │   │   ├── io.pxi
│   │   │   │   │   ├── ipc.pxi
│   │   │   │   │   ├── ipc.py
│   │   │   │   │   ├── jvm.py
│   │   │   │   │   ├── lib.cpp
│   │   │   │   │   ├── lib.cpython-36m-darwin.so
│   │   │   │   │   ├── lib.pxd
│   │   │   │   │   ├── lib.pyx
│   │   │   │   │   ├── lib_api.h
│   │   │   │   │   ├── libarrow.11.dylib
│   │   │   │   │   ├── libarrow.dylib
│   │   │   │   │   ├── libarrow_boost_filesystem.1.65.1.dylib
│   │   │   │   │   ├── libarrow_boost_filesystem.dylib
│   │   │   │   │   ├── libarrow_boost_regex.1.65.1.dylib
│   │   │   │   │   ├── libarrow_boost_regex.dylib
│   │   │   │   │   ├── libarrow_boost_system.1.65.1.dylib
│   │   │   │   │   ├── libarrow_boost_system.dylib
│   │   │   │   │   ├── libarrow_python.11.dylib
│   │   │   │   │   ├── libarrow_python.dylib
│   │   │   │   │   ├── libparquet.11.dylib
│   │   │   │   │   ├── libparquet.dylib
│   │   │   │   │   ├── libplasma.11.dylib
│   │   │   │   │   ├── libplasma.dylib
│   │   │   │   │   ├── memory.pxi
│   │   │   │   │   ├── orc.py
│   │   │   │   │   ├── pandas_compat.py
│   │   │   │   │   ├── parquet.py
│   │   │   │   │   ├── plasma.py
│   │   │   │   │   ├── plasma_store_server
│   │   │   │   │   ├── public-api.pxi
│   │   │   │   │   ├── scalar.pxi
│   │   │   │   │   ├── serialization.pxi
│   │   │   │   │   ├── serialization.py
│   │   │   │   │   ├── table.pxi
│   │   │   │   │   ├── tensorflow
│   │   │   │   │   │   └── plasma_op.cc
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── orc
│   │   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   │   ├── TestOrcFile.emptyFile.jsn.gz
│   │   │   │   │   │   │   │   ├── TestOrcFile.emptyFile.orc
│   │   │   │   │   │   │   │   ├── TestOrcFile.test1.jsn.gz
│   │   │   │   │   │   │   │   ├── TestOrcFile.test1.orc
│   │   │   │   │   │   │   │   ├── TestOrcFile.testDate1900.jsn.gz
│   │   │   │   │   │   │   │   ├── TestOrcFile.testDate1900.orc
│   │   │   │   │   │   │   │   ├── decimal.jsn.gz
│   │   │   │   │   │   │   │   └── decimal.orc
│   │   │   │   │   │   │   └── parquet
│   │   │   │   │   │   │   ├── v0.7.1.all-named-index.parquet
│   │   │   │   │   │   │   ├── v0.7.1.column-metadata-handling.parquet
│   │   │   │   │   │   │   ├── v0.7.1.parquet
│   │   │   │   │   │   │   └── v0.7.1.some-named-index.parquet
│   │   │   │   │   │   ├── deserialize_buffer.py
│   │   │   │   │   │   ├── pandas_examples.py
│   │   │   │   │   │   ├── pyarrow_cython_example.pyx
│   │   │   │   │   │   ├── test_array.py
│   │   │   │   │   │   ├── test_builder.py
│   │   │   │   │   │   ├── test_convert_builtin.py
│   │   │   │   │   │   ├── test_convert_pandas.py
│   │   │   │   │   │   ├── test_csv.py
│   │   │   │   │   │   ├── test_cuda.py
│   │   │   │   │   │   ├── test_cython.py
│   │   │   │   │   │   ├── test_deprecations.py
│   │   │   │   │   │   ├── test_feather.py
│   │   │   │   │   │   ├── test_hdfs.py
│   │   │   │   │   │   ├── test_io.py
│   │   │   │   │   │   ├── test_ipc.py
│   │   │   │   │   │   ├── test_jvm.py
│   │   │   │   │   │   ├── test_misc.py
│   │   │   │   │   │   ├── test_orc.py
│   │   │   │   │   │   ├── test_parquet.py
│   │   │   │   │   │   ├── test_plasma.py
│   │   │   │   │   │   ├── test_plasma_tf_op.py
│   │   │   │   │   │   ├── test_scalars.py
│   │   │   │   │   │   ├── test_schema.py
│   │   │   │   │   │   ├── test_serialization.py
│   │   │   │   │   │   ├── test_table.py
│   │   │   │   │   │   ├── test_tensor.py
│   │   │   │   │   │   ├── test_types.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   ├── types.pxi
│   │   │   │   │   ├── types.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── pyarrow-0.11.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pygments
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cmdline.py
│   │   │   │   │   ├── console.py
│   │   │   │   │   ├── filter.py
│   │   │   │   │   ├── filters
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── formatter.py
│   │   │   │   │   ├── formatters
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _mapping.py
│   │   │   │   │   │   ├── bbcode.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── img.py
│   │   │   │   │   │   ├── irc.py
│   │   │   │   │   │   ├── latex.py
│   │   │   │   │   │   ├── other.py
│   │   │   │   │   │   ├── rtf.py
│   │   │   │   │   │   ├── svg.py
│   │   │   │   │   │   ├── terminal.py
│   │   │   │   │   │   └── terminal256.py
│   │   │   │   │   ├── lexer.py
│   │   │   │   │   ├── lexers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _asy_builtins.py
│   │   │   │   │   │   ├── _cl_builtins.py
│   │   │   │   │   │   ├── _cocoa_builtins.py
│   │   │   │   │   │   ├── _csound_builtins.py
│   │   │   │   │   │   ├── _lasso_builtins.py
│   │   │   │   │   │   ├── _lua_builtins.py
│   │   │   │   │   │   ├── _mapping.py
│   │   │   │   │   │   ├── _mql_builtins.py
│   │   │   │   │   │   ├── _openedge_builtins.py
│   │   │   │   │   │   ├── _php_builtins.py
│   │   │   │   │   │   ├── _postgres_builtins.py
│   │   │   │   │   │   ├── _scilab_builtins.py
│   │   │   │   │   │   ├── _sourcemod_builtins.py
│   │   │   │   │   │   ├── _stan_builtins.py
│   │   │   │   │   │   ├── _stata_builtins.py
│   │   │   │   │   │   ├── _tsql_builtins.py
│   │   │   │   │   │   ├── _vim_builtins.py
│   │   │   │   │   │   ├── actionscript.py
│   │   │   │   │   │   ├── agile.py
│   │   │   │   │   │   ├── algebra.py
│   │   │   │   │   │   ├── ambient.py
│   │   │   │   │   │   ├── ampl.py
│   │   │   │   │   │   ├── apl.py
│   │   │   │   │   │   ├── archetype.py
│   │   │   │   │   │   ├── asm.py
│   │   │   │   │   │   ├── automation.py
│   │   │   │   │   │   ├── basic.py
│   │   │   │   │   │   ├── bibtex.py
│   │   │   │   │   │   ├── business.py
│   │   │   │   │   │   ├── c_cpp.py
│   │   │   │   │   │   ├── c_like.py
│   │   │   │   │   │   ├── capnproto.py
│   │   │   │   │   │   ├── chapel.py
│   │   │   │   │   │   ├── clean.py
│   │   │   │   │   │   ├── compiled.py
│   │   │   │   │   │   ├── configs.py
│   │   │   │   │   │   ├── console.py
│   │   │   │   │   │   ├── crystal.py
│   │   │   │   │   │   ├── csound.py
│   │   │   │   │   │   ├── css.py
│   │   │   │   │   │   ├── d.py
│   │   │   │   │   │   ├── dalvik.py
│   │   │   │   │   │   ├── data.py
│   │   │   │   │   │   ├── diff.py
│   │   │   │   │   │   ├── dotnet.py
│   │   │   │   │   │   ├── dsls.py
│   │   │   │   │   │   ├── dylan.py
│   │   │   │   │   │   ├── ecl.py
│   │   │   │   │   │   ├── eiffel.py
│   │   │   │   │   │   ├── elm.py
│   │   │   │   │   │   ├── erlang.py
│   │   │   │   │   │   ├── esoteric.py
│   │   │   │   │   │   ├── ezhil.py
│   │   │   │   │   │   ├── factor.py
│   │   │   │   │   │   ├── fantom.py
│   │   │   │   │   │   ├── felix.py
│   │   │   │   │   │   ├── forth.py
│   │   │   │   │   │   ├── fortran.py
│   │   │   │   │   │   ├── foxpro.py
│   │   │   │   │   │   ├── functional.py
│   │   │   │   │   │   ├── go.py
│   │   │   │   │   │   ├── grammar_notation.py
│   │   │   │   │   │   ├── graph.py
│   │   │   │   │   │   ├── graphics.py
│   │   │   │   │   │   ├── haskell.py
│   │   │   │   │   │   ├── haxe.py
│   │   │   │   │   │   ├── hdl.py
│   │   │   │   │   │   ├── hexdump.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── idl.py
│   │   │   │   │   │   ├── igor.py
│   │   │   │   │   │   ├── inferno.py
│   │   │   │   │   │   ├── installers.py
│   │   │   │   │   │   ├── int_fiction.py
│   │   │   │   │   │   ├── iolang.py
│   │   │   │   │   │   ├── j.py
│   │   │   │   │   │   ├── javascript.py
│   │   │   │   │   │   ├── julia.py
│   │   │   │   │   │   ├── jvm.py
│   │   │   │   │   │   ├── lisp.py
│   │   │   │   │   │   ├── make.py
│   │   │   │   │   │   ├── markup.py
│   │   │   │   │   │   ├── math.py
│   │   │   │   │   │   ├── matlab.py
│   │   │   │   │   │   ├── ml.py
│   │   │   │   │   │   ├── modeling.py
│   │   │   │   │   │   ├── modula2.py
│   │   │   │   │   │   ├── monte.py
│   │   │   │   │   │   ├── ncl.py
│   │   │   │   │   │   ├── nimrod.py
│   │   │   │   │   │   ├── nit.py
│   │   │   │   │   │   ├── nix.py
│   │   │   │   │   │   ├── oberon.py
│   │   │   │   │   │   ├── objective.py
│   │   │   │   │   │   ├── ooc.py
│   │   │   │   │   │   ├── other.py
│   │   │   │   │   │   ├── parasail.py
│   │   │   │   │   │   ├── parsers.py
│   │   │   │   │   │   ├── pascal.py
│   │   │   │   │   │   ├── pawn.py
│   │   │   │   │   │   ├── perl.py
│   │   │   │   │   │   ├── php.py
│   │   │   │   │   │   ├── praat.py
│   │   │   │   │   │   ├── prolog.py
│   │   │   │   │   │   ├── python.py
│   │   │   │   │   │   ├── qvt.py
│   │   │   │   │   │   ├── r.py
│   │   │   │   │   │   ├── rdf.py
│   │   │   │   │   │   ├── rebol.py
│   │   │   │   │   │   ├── resource.py
│   │   │   │   │   │   ├── rnc.py
│   │   │   │   │   │   ├── roboconf.py
│   │   │   │   │   │   ├── robotframework.py
│   │   │   │   │   │   ├── ruby.py
│   │   │   │   │   │   ├── rust.py
│   │   │   │   │   │   ├── sas.py
│   │   │   │   │   │   ├── scripting.py
│   │   │   │   │   │   ├── shell.py
│   │   │   │   │   │   ├── smalltalk.py
│   │   │   │   │   │   ├── smv.py
│   │   │   │   │   │   ├── snobol.py
│   │   │   │   │   │   ├── special.py
│   │   │   │   │   │   ├── sql.py
│   │   │   │   │   │   ├── stata.py
│   │   │   │   │   │   ├── supercollider.py
│   │   │   │   │   │   ├── tcl.py
│   │   │   │   │   │   ├── templates.py
│   │   │   │   │   │   ├── testing.py
│   │   │   │   │   │   ├── text.py
│   │   │   │   │   │   ├── textedit.py
│   │   │   │   │   │   ├── textfmts.py
│   │   │   │   │   │   ├── theorem.py
│   │   │   │   │   │   ├── trafficscript.py
│   │   │   │   │   │   ├── typoscript.py
│   │   │   │   │   │   ├── urbi.py
│   │   │   │   │   │   ├── varnish.py
│   │   │   │   │   │   ├── verification.py
│   │   │   │   │   │   ├── web.py
│   │   │   │   │   │   ├── webmisc.py
│   │   │   │   │   │   ├── whiley.py
│   │   │   │   │   │   ├── x10.py
│   │   │   │   │   │   └── xorg.py
│   │   │   │   │   ├── modeline.py
│   │   │   │   │   ├── plugin.py
│   │   │   │   │   ├── regexopt.py
│   │   │   │   │   ├── scanner.py
│   │   │   │   │   ├── sphinxext.py
│   │   │   │   │   ├── style.py
│   │   │   │   │   ├── styles
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── abap.py
│   │   │   │   │   │   ├── algol.py
│   │   │   │   │   │   ├── algol_nu.py
│   │   │   │   │   │   ├── arduino.py
│   │   │   │   │   │   ├── autumn.py
│   │   │   │   │   │   ├── borland.py
│   │   │   │   │   │   ├── bw.py
│   │   │   │   │   │   ├── colorful.py
│   │   │   │   │   │   ├── default.py
│   │   │   │   │   │   ├── emacs.py
│   │   │   │   │   │   ├── friendly.py
│   │   │   │   │   │   ├── fruity.py
│   │   │   │   │   │   ├── igor.py
│   │   │   │   │   │   ├── lovelace.py
│   │   │   │   │   │   ├── manni.py
│   │   │   │   │   │   ├── monokai.py
│   │   │   │   │   │   ├── murphy.py
│   │   │   │   │   │   ├── native.py
│   │   │   │   │   │   ├── paraiso_dark.py
│   │   │   │   │   │   ├── paraiso_light.py
│   │   │   │   │   │   ├── pastie.py
│   │   │   │   │   │   ├── perldoc.py
│   │   │   │   │   │   ├── rainbow_dash.py
│   │   │   │   │   │   ├── rrt.py
│   │   │   │   │   │   ├── sas.py
│   │   │   │   │   │   ├── stata.py
│   │   │   │   │   │   ├── tango.py
│   │   │   │   │   │   ├── trac.py
│   │   │   │   │   │   ├── vim.py
│   │   │   │   │   │   ├── vs.py
│   │   │   │   │   │   └── xcode.py
│   │   │   │   │   ├── token.py
│   │   │   │   │   ├── unistring.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── pylint
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── __pkginfo__.py
│   │   │   │   │   ├── checkers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── async.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── classes.py
│   │   │   │   │   │   ├── design_analysis.py
│   │   │   │   │   │   ├── exceptions.py
│   │   │   │   │   │   ├── format.py
│   │   │   │   │   │   ├── imports.py
│   │   │   │   │   │   ├── logging.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── newstyle.py
│   │   │   │   │   │   ├── python3.py
│   │   │   │   │   │   ├── raw_metrics.py
│   │   │   │   │   │   ├── refactoring.py
│   │   │   │   │   │   ├── similar.py
│   │   │   │   │   │   ├── spelling.py
│   │   │   │   │   │   ├── stdlib.py
│   │   │   │   │   │   ├── strings.py
│   │   │   │   │   │   ├── typecheck.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   └── variables.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── epylint.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── _check_docs_utils.py
│   │   │   │   │   │   ├── bad_builtin.py
│   │   │   │   │   │   ├── check_docs.py
│   │   │   │   │   │   ├── check_elif.py
│   │   │   │   │   │   ├── comparetozero.py
│   │   │   │   │   │   ├── docparams.py
│   │   │   │   │   │   ├── docstyle.py
│   │   │   │   │   │   ├── emptystring.py
│   │   │   │   │   │   ├── mccabe.py
│   │   │   │   │   │   ├── overlapping_exceptions.py
│   │   │   │   │   │   └── redefined_variable_type.py
│   │   │   │   │   ├── graph.py
│   │   │   │   │   ├── interfaces.py
│   │   │   │   │   ├── lint.py
│   │   │   │   │   ├── pyreverse
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── diadefslib.py
│   │   │   │   │   │   ├── diagrams.py
│   │   │   │   │   │   ├── inspector.py
│   │   │   │   │   │   ├── main.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   ├── vcgutils.py
│   │   │   │   │   │   └── writer.py
│   │   │   │   │   ├── reporters
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── json.py
│   │   │   │   │   │   ├── text.py
│   │   │   │   │   │   └── ureports
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── nodes.py
│   │   │   │   │   │   └── text_writer.py
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── a.py
│   │   │   │   │   │   ├── acceptance
│   │   │   │   │   │   │   └── test_stdlib.py
│   │   │   │   │   │   ├── conftest.py
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── ascript
│   │   │   │   │   │   │   ├── classes_No_Name.dot
│   │   │   │   │   │   │   ├── clientmodule_test.py
│   │   │   │   │   │   │   ├── packages_No_Name.dot
│   │   │   │   │   │   │   └── suppliermodule_test.py
│   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── bad_builtin.py
│   │   │   │   │   │   │   │   ├── compare_to_zero.py
│   │   │   │   │   │   │   │   ├── docstring.py
│   │   │   │   │   │   │   │   ├── elif.py
│   │   │   │   │   │   │   │   ├── empty_string_comparison.py
│   │   │   │   │   │   │   │   ├── mccabe.py
│   │   │   │   │   │   │   │   ├── overlapping_exceptions.py
│   │   │   │   │   │   │   │   ├── overlapping_exceptions_py33.py
│   │   │   │   │   │   │   │   └── redefined.py
│   │   │   │   │   │   │   ├── test_bad_builtin.py
│   │   │   │   │   │   │   ├── test_check_docs.py
│   │   │   │   │   │   │   ├── test_check_docs_utils.py
│   │   │   │   │   │   │   ├── test_check_mccabe.py
│   │   │   │   │   │   │   ├── test_check_raise_docs.py
│   │   │   │   │   │   │   ├── test_check_return_docs.py
│   │   │   │   │   │   │   ├── test_check_yields_docs.py
│   │   │   │   │   │   │   ├── test_comparetozero.py
│   │   │   │   │   │   │   ├── test_docstyle.py
│   │   │   │   │   │   │   ├── test_elseif_used.py
│   │   │   │   │   │   │   ├── test_emptystring.py
│   │   │   │   │   │   │   ├── test_overlapping_exceptions.py
│   │   │   │   │   │   │   └── test_redefined.py
│   │   │   │   │   │   ├── functional
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── abstract_abc_methods.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_in_class.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py2.txt
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py3.txt
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.py
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.rc
│   │   │   │   │   │   │   ├── abstract_class_instantiated_py34.txt
│   │   │   │   │   │   │   ├── abstract_method_py2.py
│   │   │   │   │   │   │   ├── abstract_method_py2.rc
│   │   │   │   │   │   │   ├── abstract_method_py2.txt
│   │   │   │   │   │   │   ├── abstract_method_py3.py
│   │   │   │   │   │   │   ├── abstract_method_py3.rc
│   │   │   │   │   │   │   ├── abstract_method_py3.txt
│   │   │   │   │   │   │   ├── access_member_before_definition.py
│   │   │   │   │   │   │   ├── access_member_before_definition.txt
│   │   │   │   │   │   │   ├── access_to__name__.py
│   │   │   │   │   │   │   ├── access_to__name__.txt
│   │   │   │   │   │   │   ├── access_to_protected_members.py
│   │   │   │   │   │   │   ├── access_to_protected_members.txt
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.py
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.rc
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py2.txt
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.py
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.rc
│   │   │   │   │   │   │   ├── anomalous_unicode_escape_py3.txt
│   │   │   │   │   │   │   ├── arguments.py
│   │   │   │   │   │   │   ├── arguments.txt
│   │   │   │   │   │   │   ├── arguments_differ.py
│   │   │   │   │   │   │   ├── arguments_differ.txt
│   │   │   │   │   │   │   ├── arguments_differ_py3.py
│   │   │   │   │   │   │   ├── arguments_differ_py3.rc
│   │   │   │   │   │   │   ├── arguments_differ_py3.txt
│   │   │   │   │   │   │   ├── assert_on_tuple.py
│   │   │   │   │   │   │   ├── assert_on_tuple.txt
│   │   │   │   │   │   │   ├── assigning_non_slot.py
│   │   │   │   │   │   │   ├── assigning_non_slot.txt
│   │   │   │   │   │   │   ├── async_functions.py
│   │   │   │   │   │   │   ├── async_functions.rc
│   │   │   │   │   │   │   ├── async_functions.txt
│   │   │   │   │   │   │   ├── attribute_defined_outside_init.py
│   │   │   │   │   │   │   ├── attribute_defined_outside_init.txt
│   │   │   │   │   │   │   ├── bad_continuation.py
│   │   │   │   │   │   │   ├── bad_continuation.txt
│   │   │   │   │   │   │   ├── bad_continuation_py36.py
│   │   │   │   │   │   │   ├── bad_continuation_py36.rc
│   │   │   │   │   │   │   ├── bad_except_order.py
│   │   │   │   │   │   │   ├── bad_except_order.txt
│   │   │   │   │   │   │   ├── bad_exception_context.py
│   │   │   │   │   │   │   ├── bad_exception_context.rc
│   │   │   │   │   │   │   ├── bad_exception_context.txt
│   │   │   │   │   │   │   ├── bad_indentation.py
│   │   │   │   │   │   │   ├── bad_indentation.txt
│   │   │   │   │   │   │   ├── bad_inline_option.py
│   │   │   │   │   │   │   ├── bad_inline_option.rc
│   │   │   │   │   │   │   ├── bad_inline_option.txt
│   │   │   │   │   │   │   ├── bad_open_mode.py
│   │   │   │   │   │   │   ├── bad_open_mode.rc
│   │   │   │   │   │   │   ├── bad_open_mode.txt
│   │   │   │   │   │   │   ├── bad_open_mode_py3.py
│   │   │   │   │   │   │   ├── bad_open_mode_py3.rc
│   │   │   │   │   │   │   ├── bad_open_mode_py3.txt
│   │   │   │   │   │   │   ├── bad_reversed_sequence.py
│   │   │   │   │   │   │   ├── bad_reversed_sequence.txt
│   │   │   │   │   │   │   ├── bad_staticmethod_argument.py
│   │   │   │   │   │   │   ├── bad_staticmethod_argument.txt
│   │   │   │   │   │   │   ├── bad_thread_instantiation.py
│   │   │   │   │   │   │   ├── bad_thread_instantiation.txt
│   │   │   │   │   │   │   ├── bad_whitespace.py
│   │   │   │   │   │   │   ├── bad_whitespace.txt
│   │   │   │   │   │   │   ├── bare_except.py
│   │   │   │   │   │   │   ├── bare_except.txt
│   │   │   │   │   │   │   ├── blacklisted_name.py
│   │   │   │   │   │   │   ├── blacklisted_name.txt
│   │   │   │   │   │   │   ├── boolean_datetime.py
│   │   │   │   │   │   │   ├── boolean_datetime.rc
│   │   │   │   │   │   │   ├── boolean_datetime.txt
│   │   │   │   │   │   │   ├── broad_except.py
│   │   │   │   │   │   │   ├── broad_except.txt
│   │   │   │   │   │   │   ├── bugfix_local_scope_metaclass_1177.py
│   │   │   │   │   │   │   ├── bugfix_local_scope_metaclass_1177.rc
│   │   │   │   │   │   │   ├── cellvar_escaping_loop.py
│   │   │   │   │   │   │   ├── cellvar_escaping_loop.txt
│   │   │   │   │   │   │   ├── class_members_py27.py
│   │   │   │   │   │   │   ├── class_members_py27.rc
│   │   │   │   │   │   │   ├── class_members_py27.txt
│   │   │   │   │   │   │   ├── class_members_py30.py
│   │   │   │   │   │   │   ├── class_members_py30.rc
│   │   │   │   │   │   │   ├── class_members_py30.txt
│   │   │   │   │   │   │   ├── class_scope.py
│   │   │   │   │   │   │   ├── class_scope.txt
│   │   │   │   │   │   │   ├── confidence_filter.py
│   │   │   │   │   │   │   ├── confidence_filter.rc
│   │   │   │   │   │   │   ├── confidence_filter.txt
│   │   │   │   │   │   │   ├── confusing_with_statement.py
│   │   │   │   │   │   │   ├── confusing_with_statement.txt
│   │   │   │   │   │   │   ├── consider_iterating_dictionary.py
│   │   │   │   │   │   │   ├── consider_iterating_dictionary.txt
│   │   │   │   │   │   │   ├── consider_merging_isinstance.py
│   │   │   │   │   │   │   ├── consider_merging_isinstance.txt
│   │   │   │   │   │   │   ├── consider_using_enumerate.py
│   │   │   │   │   │   │   ├── consider_using_enumerate.txt
│   │   │   │   │   │   │   ├── continue_in_finally.py
│   │   │   │   │   │   │   ├── continue_in_finally.txt
│   │   │   │   │   │   │   ├── crash_missing_module_type.py
│   │   │   │   │   │   │   ├── crash_missing_module_type.txt
│   │   │   │   │   │   │   ├── ctor_arguments.py
│   │   │   │   │   │   │   ├── ctor_arguments.txt
│   │   │   │   │   │   │   ├── dangerous_default_value.py
│   │   │   │   │   │   │   ├── dangerous_default_value.rc
│   │   │   │   │   │   │   ├── dangerous_default_value.txt
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.py
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.rc
│   │   │   │   │   │   │   ├── dangerous_default_value_py30.txt
│   │   │   │   │   │   │   ├── defined_and_used_on_same_line.py
│   │   │   │   │   │   │   ├── deprecated_lambda.py
│   │   │   │   │   │   │   ├── deprecated_lambda.rc
│   │   │   │   │   │   │   ├── deprecated_lambda.txt
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.py
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.rc
│   │   │   │   │   │   │   ├── deprecated_method_getmoduleinfo.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py2.py
│   │   │   │   │   │   │   ├── deprecated_methods_py2.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py2.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py3.py
│   │   │   │   │   │   │   ├── deprecated_methods_py3.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py3.txt
│   │   │   │   │   │   │   ├── deprecated_methods_py36.py
│   │   │   │   │   │   │   ├── deprecated_methods_py36.rc
│   │   │   │   │   │   │   ├── deprecated_methods_py36.txt
│   │   │   │   │   │   │   ├── deprecated_module_py2.py
│   │   │   │   │   │   │   ├── deprecated_module_py2.rc
│   │   │   │   │   │   │   ├── deprecated_module_py2.txt
│   │   │   │   │   │   │   ├── deprecated_module_py3.py
│   │   │   │   │   │   │   ├── deprecated_module_py3.rc
│   │   │   │   │   │   │   ├── deprecated_module_py3.txt
│   │   │   │   │   │   │   ├── deprecated_module_py36.py
│   │   │   │   │   │   │   ├── deprecated_module_py36.rc
│   │   │   │   │   │   │   ├── deprecated_module_py36.txt
│   │   │   │   │   │   │   ├── deprecated_module_py4.py
│   │   │   │   │   │   │   ├── deprecated_module_py4.rc
│   │   │   │   │   │   │   ├── deprecated_module_py4.txt
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.py
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.rc
│   │   │   │   │   │   │   ├── deprecated_module_uninstalled.txt
│   │   │   │   │   │   │   ├── disable_msg_github_issue_1389.py
│   │   │   │   │   │   │   ├── disable_msg_github_issue_1389.rc
│   │   │   │   │   │   │   ├── disable_ungrouped_imports.py
│   │   │   │   │   │   │   ├── disable_ungrouped_imports.txt
│   │   │   │   │   │   │   ├── disable_wrong_import_order.py
│   │   │   │   │   │   │   ├── disable_wrong_import_order.txt
│   │   │   │   │   │   │   ├── disable_wrong_import_position.py
│   │   │   │   │   │   │   ├── docstrings.py
│   │   │   │   │   │   │   ├── docstrings.txt
│   │   │   │   │   │   │   ├── duplicate_argument_name.py
│   │   │   │   │   │   │   ├── duplicate_argument_name.txt
│   │   │   │   │   │   │   ├── duplicate_bases.py
│   │   │   │   │   │   │   ├── duplicate_bases.txt
│   │   │   │   │   │   │   ├── duplicate_dict_literal_key.py
│   │   │   │   │   │   │   ├── duplicate_dict_literal_key.txt
│   │   │   │   │   │   │   ├── duplicate_except.py
│   │   │   │   │   │   │   ├── duplicate_except.txt
│   │   │   │   │   │   │   ├── eval_used.py
│   │   │   │   │   │   │   ├── eval_used.txt
│   │   │   │   │   │   │   ├── exception_is_binary_op.py
│   │   │   │   │   │   │   ├── exception_is_binary_op.txt
│   │   │   │   │   │   │   ├── exception_message.py
│   │   │   │   │   │   │   ├── exception_message.rc
│   │   │   │   │   │   │   ├── exception_message.txt
│   │   │   │   │   │   │   ├── exec_used_py2.py
│   │   │   │   │   │   │   ├── exec_used_py2.rc
│   │   │   │   │   │   │   ├── exec_used_py2.txt
│   │   │   │   │   │   │   ├── exec_used_py3.py
│   │   │   │   │   │   │   ├── exec_used_py3.rc
│   │   │   │   │   │   │   ├── exec_used_py3.txt
│   │   │   │   │   │   │   ├── fallback_import_disabled.py
│   │   │   │   │   │   │   ├── fallback_import_disabled.txt
│   │   │   │   │   │   │   ├── fallback_import_enabled.py
│   │   │   │   │   │   │   ├── fallback_import_enabled.rc
│   │   │   │   │   │   │   ├── fallback_import_enabled.txt
│   │   │   │   │   │   │   ├── fixme.py
│   │   │   │   │   │   │   ├── fixme.txt
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.py
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.rc
│   │   │   │   │   │   │   ├── fixme_bad_formatting_1139.txt
│   │   │   │   │   │   │   ├── formatted_string_literal_with_if_py36.py
│   │   │   │   │   │   │   ├── formatted_string_literal_with_if_py36.rc
│   │   │   │   │   │   │   ├── formatting.txt
│   │   │   │   │   │   │   ├── function_redefined.py
│   │   │   │   │   │   │   ├── function_redefined.txt
│   │   │   │   │   │   │   ├── future_import.py
│   │   │   │   │   │   │   ├── future_unicode_literals.py
│   │   │   │   │   │   │   ├── future_unicode_literals.rc
│   │   │   │   │   │   │   ├── future_unicode_literals.txt
│   │   │   │   │   │   │   ├── generated_members.py
│   │   │   │   │   │   │   ├── generated_members.rc
│   │   │   │   │   │   │   ├── genexp_in_class_scope.py
│   │   │   │   │   │   │   ├── genexp_in_class_scope.txt
│   │   │   │   │   │   │   ├── genexpr_variable_scope.py
│   │   │   │   │   │   │   ├── genexpr_variable_scope.txt
│   │   │   │   │   │   │   ├── globals.py
│   │   │   │   │   │   │   ├── globals.txt
│   │   │   │   │   │   │   ├── import_error.py
│   │   │   │   │   │   │   ├── import_error.rc
│   │   │   │   │   │   │   ├── import_error.txt
│   │   │   │   │   │   │   ├── inconsistent_mro.py
│   │   │   │   │   │   │   ├── inconsistent_mro.txt
│   │   │   │   │   │   │   ├── inconsistent_returns.py
│   │   │   │   │   │   │   ├── inconsistent_returns.rc
│   │   │   │   │   │   │   ├── inconsistent_returns.txt
│   │   │   │   │   │   │   ├── indexing_exception.py
│   │   │   │   │   │   │   ├── indexing_exception.rc
│   │   │   │   │   │   │   ├── indexing_exception.txt
│   │   │   │   │   │   │   ├── inherit_non_class.py
│   │   │   │   │   │   │   ├── inherit_non_class.txt
│   │   │   │   │   │   │   ├── init_is_generator.py
│   │   │   │   │   │   │   ├── init_is_generator.txt
│   │   │   │   │   │   │   ├── init_not_called.py
│   │   │   │   │   │   │   ├── init_not_called.txt
│   │   │   │   │   │   │   ├── init_subclass_classmethod_py36.py
│   │   │   │   │   │   │   ├── init_subclass_classmethod_py36.rc
│   │   │   │   │   │   │   ├── invalid_all_object.py
│   │   │   │   │   │   │   ├── invalid_all_object.txt
│   │   │   │   │   │   │   ├── invalid_encoding_py27.py
│   │   │   │   │   │   │   ├── invalid_encoding_py27.rc
│   │   │   │   │   │   │   ├── invalid_encoding_py27.txt
│   │   │   │   │   │   │   ├── invalid_exceptions_caught.py
│   │   │   │   │   │   │   ├── invalid_exceptions_caught.txt
│   │   │   │   │   │   │   ├── invalid_exceptions_raised.py
│   │   │   │   │   │   │   ├── invalid_exceptions_raised.txt
│   │   │   │   │   │   │   ├── invalid_length_returned.py
│   │   │   │   │   │   │   ├── invalid_length_returned.txt
│   │   │   │   │   │   │   ├── invalid_metaclass.py
│   │   │   │   │   │   │   ├── invalid_metaclass.txt
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.py
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.rc
│   │   │   │   │   │   │   ├── invalid_metaclass_py3.txt
│   │   │   │   │   │   │   ├── invalid_name.py
│   │   │   │   │   │   │   ├── invalid_name.txt
│   │   │   │   │   │   │   ├── invalid_sequence_index.py
│   │   │   │   │   │   │   ├── invalid_sequence_index.txt
│   │   │   │   │   │   │   ├── invalid_slice_index.py
│   │   │   │   │   │   │   ├── invalid_slice_index.txt
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.py
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.rc
│   │   │   │   │   │   │   ├── invalid_star_assignment_target.txt
│   │   │   │   │   │   │   ├── invalid_unary_operand_type.py
│   │   │   │   │   │   │   ├── invalid_unary_operand_type.txt
│   │   │   │   │   │   │   ├── iterable_context.py
│   │   │   │   │   │   │   ├── iterable_context.txt
│   │   │   │   │   │   │   ├── iterable_context_py2.py
│   │   │   │   │   │   │   ├── iterable_context_py2.rc
│   │   │   │   │   │   │   ├── iterable_context_py2.txt
│   │   │   │   │   │   │   ├── iterable_context_py3.py
│   │   │   │   │   │   │   ├── iterable_context_py3.rc
│   │   │   │   │   │   │   ├── iterable_context_py3.txt
│   │   │   │   │   │   │   ├── keyword_arg_before_vararg.py
│   │   │   │   │   │   │   ├── keyword_arg_before_vararg.txt
│   │   │   │   │   │   │   ├── len_checks.py
│   │   │   │   │   │   │   ├── len_checks.txt
│   │   │   │   │   │   │   ├── line_endings.py
│   │   │   │   │   │   │   ├── line_endings.rc
│   │   │   │   │   │   │   ├── line_endings.txt
│   │   │   │   │   │   │   ├── line_too_long.py
│   │   │   │   │   │   │   ├── line_too_long.txt
│   │   │   │   │   │   │   ├── literal_comparison.py
│   │   │   │   │   │   │   ├── literal_comparison.txt
│   │   │   │   │   │   │   ├── logging_format_interpolation.py
│   │   │   │   │   │   │   ├── logging_format_interpolation.txt
│   │   │   │   │   │   │   ├── logging_not_lazy.py
│   │   │   │   │   │   │   ├── logging_not_lazy.txt
│   │   │   │   │   │   │   ├── long_lines_with_utf8.py
│   │   │   │   │   │   │   ├── long_lines_with_utf8.txt
│   │   │   │   │   │   │   ├── long_utf8_lines.py
│   │   │   │   │   │   │   ├── long_utf8_lines.txt
│   │   │   │   │   │   │   ├── lost_exception.py
│   │   │   │   │   │   │   ├── lost_exception.txt
│   │   │   │   │   │   │   ├── mapping_context.py
│   │   │   │   │   │   │   ├── mapping_context.txt
│   │   │   │   │   │   │   ├── mapping_context_py2.py
│   │   │   │   │   │   │   ├── mapping_context_py2.rc
│   │   │   │   │   │   │   ├── mapping_context_py2.txt
│   │   │   │   │   │   │   ├── mapping_context_py3.py
│   │   │   │   │   │   │   ├── mapping_context_py3.rc
│   │   │   │   │   │   │   ├── mapping_context_py3.txt
│   │   │   │   │   │   │   ├── member_checks.py
│   │   │   │   │   │   │   ├── member_checks.txt
│   │   │   │   │   │   │   ├── member_checks_hints.py
│   │   │   │   │   │   │   ├── member_checks_hints.rc
│   │   │   │   │   │   │   ├── member_checks_hints.txt
│   │   │   │   │   │   │   ├── member_checks_no_hints.py
│   │   │   │   │   │   │   ├── member_checks_no_hints.rc
│   │   │   │   │   │   │   ├── member_checks_no_hints.txt
│   │   │   │   │   │   │   ├── member_checks_opaque.py
│   │   │   │   │   │   │   ├── member_checks_opaque.rc
│   │   │   │   │   │   │   ├── member_checks_opaque.txt
│   │   │   │   │   │   │   ├── membership_protocol.py
│   │   │   │   │   │   │   ├── membership_protocol.txt
│   │   │   │   │   │   │   ├── membership_protocol_py2.py
│   │   │   │   │   │   │   ├── membership_protocol_py2.rc
│   │   │   │   │   │   │   ├── membership_protocol_py2.txt
│   │   │   │   │   │   │   ├── membership_protocol_py3.py
│   │   │   │   │   │   │   ├── membership_protocol_py3.rc
│   │   │   │   │   │   │   ├── membership_protocol_py3.txt
│   │   │   │   │   │   │   ├── method_hidden.py
│   │   │   │   │   │   │   ├── method_hidden.txt
│   │   │   │   │   │   │   ├── misplaced_bare_raise.py
│   │   │   │   │   │   │   ├── misplaced_bare_raise.txt
│   │   │   │   │   │   │   ├── misplaced_comparison_constant.py
│   │   │   │   │   │   │   ├── misplaced_comparison_constant.txt
│   │   │   │   │   │   │   ├── misplaced_future.py
│   │   │   │   │   │   │   ├── misplaced_future.txt
│   │   │   │   │   │   │   ├── missing_docstring.py
│   │   │   │   │   │   │   ├── missing_docstring.txt
│   │   │   │   │   │   │   ├── missing_final_newline.py
│   │   │   │   │   │   │   ├── missing_final_newline.txt
│   │   │   │   │   │   │   ├── missing_kwoa_py3.py
│   │   │   │   │   │   │   ├── missing_kwoa_py3.rc
│   │   │   │   │   │   │   ├── missing_kwoa_py3.txt
│   │   │   │   │   │   │   ├── missing_self_argument.py
│   │   │   │   │   │   │   ├── missing_self_argument.txt
│   │   │   │   │   │   │   ├── mixed_indentation.py
│   │   │   │   │   │   │   ├── mixed_indentation.txt
│   │   │   │   │   │   │   ├── monkeypatch_method.py
│   │   │   │   │   │   │   ├── monkeypatch_method.txt
│   │   │   │   │   │   │   ├── multiple_imports.py
│   │   │   │   │   │   │   ├── multiple_imports.txt
│   │   │   │   │   │   │   ├── namePresetCamelCase.py
│   │   │   │   │   │   │   ├── namePresetCamelCase.rc
│   │   │   │   │   │   │   ├── namePresetCamelCase.txt
│   │   │   │   │   │   │   ├── name_preset_snake_case.py
│   │   │   │   │   │   │   ├── name_preset_snake_case.rc
│   │   │   │   │   │   │   ├── name_preset_snake_case.txt
│   │   │   │   │   │   │   ├── name_styles.py
│   │   │   │   │   │   │   ├── name_styles.rc
│   │   │   │   │   │   │   ├── name_styles.txt
│   │   │   │   │   │   │   ├── namedtuple_member_inference.py
│   │   │   │   │   │   │   ├── namedtuple_member_inference.txt
│   │   │   │   │   │   │   ├── names_in__all__.py
│   │   │   │   │   │   │   ├── names_in__all__.txt
│   │   │   │   │   │   │   ├── nested_blocks_issue1088.py
│   │   │   │   │   │   │   ├── nested_blocks_issue1088.txt
│   │   │   │   │   │   │   ├── newstyle__slots__.py
│   │   │   │   │   │   │   ├── newstyle__slots__.txt
│   │   │   │   │   │   │   ├── newstyle_properties.py
│   │   │   │   │   │   │   ├── newstyle_properties.txt
│   │   │   │   │   │   │   ├── no_classmethod_decorator.py
│   │   │   │   │   │   │   ├── no_classmethod_decorator.txt
│   │   │   │   │   │   │   ├── no_else_return.py
│   │   │   │   │   │   │   ├── no_else_return.txt
│   │   │   │   │   │   │   ├── no_name_in_module.py
│   │   │   │   │   │   │   ├── no_name_in_module.txt
│   │   │   │   │   │   │   ├── no_self_use.py
│   │   │   │   │   │   │   ├── no_self_use.txt
│   │   │   │   │   │   │   ├── no_self_use_py3.py
│   │   │   │   │   │   │   ├── no_self_use_py3.rc
│   │   │   │   │   │   │   ├── no_self_use_py3.txt
│   │   │   │   │   │   │   ├── no_staticmethod_decorator.py
│   │   │   │   │   │   │   ├── no_staticmethod_decorator.txt
│   │   │   │   │   │   │   ├── non_iterator_returned.py
│   │   │   │   │   │   │   ├── non_iterator_returned.txt
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.py
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.rc
│   │   │   │   │   │   │   ├── none_dunder_protocols_py36.txt
│   │   │   │   │   │   │   ├── nonexistent_operator.py
│   │   │   │   │   │   │   ├── nonexistent_operator.txt
│   │   │   │   │   │   │   ├── nonlocal_and_global.py
│   │   │   │   │   │   │   ├── nonlocal_and_global.rc
│   │   │   │   │   │   │   ├── nonlocal_and_global.txt
│   │   │   │   │   │   │   ├── nonlocal_without_binding.py
│   │   │   │   │   │   │   ├── nonlocal_without_binding.rc
│   │   │   │   │   │   │   ├── nonlocal_without_binding.txt
│   │   │   │   │   │   │   ├── not_async_context_manager.py
│   │   │   │   │   │   │   ├── not_async_context_manager.rc
│   │   │   │   │   │   │   ├── not_async_context_manager.txt
│   │   │   │   │   │   │   ├── not_callable.py
│   │   │   │   │   │   │   ├── not_callable.txt
│   │   │   │   │   │   │   ├── not_context_manager.py
│   │   │   │   │   │   │   ├── not_context_manager.txt
│   │   │   │   │   │   │   ├── not_in_loop.py
│   │   │   │   │   │   │   ├── not_in_loop.txt
│   │   │   │   │   │   │   ├── old_division_manually.py
│   │   │   │   │   │   │   ├── old_division_manually.rc
│   │   │   │   │   │   │   ├── old_style_class_py27.py
│   │   │   │   │   │   │   ├── old_style_class_py27.rc
│   │   │   │   │   │   │   ├── old_style_class_py27.txt
│   │   │   │   │   │   │   ├── print_always_warns.py
│   │   │   │   │   │   │   ├── print_always_warns.rc
│   │   │   │   │   │   │   ├── print_always_warns.txt
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.py
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.rc
│   │   │   │   │   │   │   ├── protected_access_access_different_scopes.txt
│   │   │   │   │   │   │   ├── raising_format_tuple.py
│   │   │   │   │   │   │   ├── raising_format_tuple.txt
│   │   │   │   │   │   │   ├── raising_non_exception_py3.py
│   │   │   │   │   │   │   ├── raising_non_exception_py3.rc
│   │   │   │   │   │   │   ├── raising_non_exception_py3.txt
│   │   │   │   │   │   │   ├── raising_self.py
│   │   │   │   │   │   │   ├── raising_self.txt
│   │   │   │   │   │   │   ├── recursion_error_940.py
│   │   │   │   │   │   │   ├── redefine_in_handler.py
│   │   │   │   │   │   │   ├── redefine_in_handler.rc
│   │   │   │   │   │   │   ├── redefine_in_handler.txt
│   │   │   │   │   │   │   ├── redefined_argument_from_local.py
│   │   │   │   │   │   │   ├── redefined_argument_from_local.txt
│   │   │   │   │   │   │   ├── redefined_builtin.py
│   │   │   │   │   │   │   ├── redefined_builtin.txt
│   │   │   │   │   │   │   ├── redundant_unittest_assert.py
│   │   │   │   │   │   │   ├── redundant_unittest_assert.txt
│   │   │   │   │   │   │   ├── regression_1326_crash_uninferable.py
│   │   │   │   │   │   │   ├── regression_no_value_for_parameter.py
│   │   │   │   │   │   │   ├── regression_no_value_for_parameter.txt
│   │   │   │   │   │   │   ├── reimported.py
│   │   │   │   │   │   │   ├── reimported.txt
│   │   │   │   │   │   │   ├── repeated_keyword.py
│   │   │   │   │   │   │   ├── repeated_keyword.txt
│   │   │   │   │   │   │   ├── return_in_init.py
│   │   │   │   │   │   │   ├── return_in_init.txt
│   │   │   │   │   │   │   ├── return_outside_function.py
│   │   │   │   │   │   │   ├── return_outside_function.txt
│   │   │   │   │   │   │   ├── reused_outer_loop_variable.py
│   │   │   │   │   │   │   ├── reused_outer_loop_variable.txt
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.py
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.rc
│   │   │   │   │   │   │   ├── reused_outer_loop_variable_py3.txt
│   │   │   │   │   │   │   ├── signature_differs.py
│   │   │   │   │   │   │   ├── signature_differs.txt
│   │   │   │   │   │   │   ├── simplifiable_if_statement.py
│   │   │   │   │   │   │   ├── simplifiable_if_statement.txt
│   │   │   │   │   │   │   ├── singledispatch_functions.py
│   │   │   │   │   │   │   ├── singledispatch_functions.rc
│   │   │   │   │   │   │   ├── singledispatch_functions.txt
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.py
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.rc
│   │   │   │   │   │   │   ├── singledispatch_functions_py3.txt
│   │   │   │   │   │   │   ├── singleton_comparison.py
│   │   │   │   │   │   │   ├── singleton_comparison.txt
│   │   │   │   │   │   │   ├── slots_checks.py
│   │   │   │   │   │   │   ├── slots_checks.txt
│   │   │   │   │   │   │   ├── socketerror_import.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target.rc
│   │   │   │   │   │   │   ├── star_needs_assignment_target.txt
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.py
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.rc
│   │   │   │   │   │   │   ├── star_needs_assignment_target_py35.txt
│   │   │   │   │   │   │   ├── statement_without_effect.py
│   │   │   │   │   │   │   ├── statement_without_effect.txt
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.py
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.rc
│   │   │   │   │   │   │   ├── stop_iteration_inside_generator.txt
│   │   │   │   │   │   │   ├── string_formatting.py
│   │   │   │   │   │   │   ├── string_formatting.txt
│   │   │   │   │   │   │   ├── string_formatting_disable.py
│   │   │   │   │   │   │   ├── string_formatting_disable.rc
│   │   │   │   │   │   │   ├── string_formatting_disable.txt
│   │   │   │   │   │   │   ├── string_formatting_failed_inference.py
│   │   │   │   │   │   │   ├── string_formatting_py27.py
│   │   │   │   │   │   │   ├── string_formatting_py27.rc
│   │   │   │   │   │   │   ├── string_formatting_py27.txt
│   │   │   │   │   │   │   ├── string_formatting_py3.py
│   │   │   │   │   │   │   ├── string_formatting_py3.rc
│   │   │   │   │   │   │   ├── string_formatting_py3.txt
│   │   │   │   │   │   │   ├── super_checks.py
│   │   │   │   │   │   │   ├── super_checks.txt
│   │   │   │   │   │   │   ├── superfluous_parens.py
│   │   │   │   │   │   │   ├── superfluous_parens.txt
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.py
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.rc
│   │   │   │   │   │   │   ├── suspicious_str_strip_call.txt
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.py
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.rc
│   │   │   │   │   │   │   ├── suspicious_str_strip_call_py3.txt
│   │   │   │   │   │   │   ├── syntax_error.py
│   │   │   │   │   │   │   ├── syntax_error.rc
│   │   │   │   │   │   │   ├── syntax_error.txt
│   │   │   │   │   │   │   ├── syntax_error_jython.py
│   │   │   │   │   │   │   ├── syntax_error_jython.rc
│   │   │   │   │   │   │   ├── syntax_error_jython.txt
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.py
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.rc
│   │   │   │   │   │   │   ├── sys_stream_regression_1004.txt
│   │   │   │   │   │   │   ├── ternary.py
│   │   │   │   │   │   │   ├── ternary.txt
│   │   │   │   │   │   │   ├── test_compile.py
│   │   │   │   │   │   │   ├── tokenize_error.py
│   │   │   │   │   │   │   ├── tokenize_error.rc
│   │   │   │   │   │   │   ├── tokenize_error.txt
│   │   │   │   │   │   │   ├── tokenize_error_jython.py
│   │   │   │   │   │   │   ├── tokenize_error_jython.rc
│   │   │   │   │   │   │   ├── tokenize_error_jython.txt
│   │   │   │   │   │   │   ├── too_few_public_methods.py
│   │   │   │   │   │   │   ├── too_few_public_methods.txt
│   │   │   │   │   │   │   ├── too_many_ancestors.py
│   │   │   │   │   │   │   ├── too_many_ancestors.txt
│   │   │   │   │   │   │   ├── too_many_arguments.py
│   │   │   │   │   │   │   ├── too_many_arguments.txt
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.py
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.rc
│   │   │   │   │   │   │   ├── too_many_arguments_issue_1045.txt
│   │   │   │   │   │   │   ├── too_many_boolean_expressions.py
│   │   │   │   │   │   │   ├── too_many_boolean_expressions.txt
│   │   │   │   │   │   │   ├── too_many_branches.py
│   │   │   │   │   │   │   ├── too_many_branches.txt
│   │   │   │   │   │   │   ├── too_many_instance_attributes.py
│   │   │   │   │   │   │   ├── too_many_instance_attributes.txt
│   │   │   │   │   │   │   ├── too_many_lines.py
│   │   │   │   │   │   │   ├── too_many_lines.txt
│   │   │   │   │   │   │   ├── too_many_lines_disabled.py
│   │   │   │   │   │   │   ├── too_many_locals.py
│   │   │   │   │   │   │   ├── too_many_locals.txt
│   │   │   │   │   │   │   ├── too_many_nested_blocks.py
│   │   │   │   │   │   │   ├── too_many_nested_blocks.txt
│   │   │   │   │   │   │   ├── too_many_public_methods.py
│   │   │   │   │   │   │   ├── too_many_public_methods.txt
│   │   │   │   │   │   │   ├── too_many_return_statements.py
│   │   │   │   │   │   │   ├── too_many_return_statements.txt
│   │   │   │   │   │   │   ├── too_many_star_expressions.py
│   │   │   │   │   │   │   ├── too_many_star_expressions.rc
│   │   │   │   │   │   │   ├── too_many_star_expressions.txt
│   │   │   │   │   │   │   ├── too_many_statements.py
│   │   │   │   │   │   │   ├── too_many_statements.txt
│   │   │   │   │   │   │   ├── trailing_comma_tuple.py
│   │   │   │   │   │   │   ├── trailing_comma_tuple.rc
│   │   │   │   │   │   │   ├── trailing_comma_tuple.txt
│   │   │   │   │   │   │   ├── trailing_newlines.py
│   │   │   │   │   │   │   ├── trailing_newlines.txt
│   │   │   │   │   │   │   ├── trailing_whitespaces.py
│   │   │   │   │   │   │   ├── trailing_whitespaces.txt
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking.py
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking.txt
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking_py30.py
│   │   │   │   │   │   │   ├── unbalanced_tuple_unpacking_py30.rc
│   │   │   │   │   │   │   ├── undefined_loop_variable.py
│   │   │   │   │   │   │   ├── undefined_loop_variable.txt
│   │   │   │   │   │   │   ├── undefined_variable.py
│   │   │   │   │   │   │   ├── undefined_variable.txt
│   │   │   │   │   │   │   ├── undefined_variable_py30.py
│   │   │   │   │   │   │   ├── undefined_variable_py30.rc
│   │   │   │   │   │   │   ├── undefined_variable_py30.txt
│   │   │   │   │   │   │   ├── unexpected_special_method_signature.py
│   │   │   │   │   │   │   ├── unexpected_special_method_signature.txt
│   │   │   │   │   │   │   ├── ungrouped_imports.py
│   │   │   │   │   │   │   ├── ungrouped_imports.txt
│   │   │   │   │   │   │   ├── unidiomatic_typecheck.py
│   │   │   │   │   │   │   ├── unidiomatic_typecheck.txt
│   │   │   │   │   │   │   ├── uninferable_all_object.py
│   │   │   │   │   │   │   ├── unnecessary_lambda.py
│   │   │   │   │   │   │   ├── unnecessary_lambda.txt
│   │   │   │   │   │   │   ├── unnecessary_pass.py
│   │   │   │   │   │   │   ├── unnecessary_pass.txt
│   │   │   │   │   │   │   ├── unneeded_not.py
│   │   │   │   │   │   │   ├── unneeded_not.txt
│   │   │   │   │   │   │   ├── unpacked_exceptions.py
│   │   │   │   │   │   │   ├── unpacked_exceptions.rc
│   │   │   │   │   │   │   ├── unpacked_exceptions.txt
│   │   │   │   │   │   │   ├── unpacking.py
│   │   │   │   │   │   │   ├── unpacking_generalizations.py
│   │   │   │   │   │   │   ├── unpacking_generalizations.rc
│   │   │   │   │   │   │   ├── unpacking_generalizations.txt
│   │   │   │   │   │   │   ├── unpacking_non_sequence.py
│   │   │   │   │   │   │   ├── unpacking_non_sequence.txt
│   │   │   │   │   │   │   ├── unreachable.py
│   │   │   │   │   │   │   ├── unreachable.txt
│   │   │   │   │   │   │   ├── unrecognized_inline_option.py
│   │   │   │   │   │   │   ├── unrecognized_inline_option.txt
│   │   │   │   │   │   │   ├── unsubscriptable_value.py
│   │   │   │   │   │   │   ├── unsubscriptable_value.txt
│   │   │   │   │   │   │   ├── unsupported_assignment_operation.py
│   │   │   │   │   │   │   ├── unsupported_assignment_operation.txt
│   │   │   │   │   │   │   ├── unsupported_binary_operation.py
│   │   │   │   │   │   │   ├── unsupported_binary_operation.rc
│   │   │   │   │   │   │   ├── unsupported_binary_operation.txt
│   │   │   │   │   │   │   ├── unsupported_delete_operation.py
│   │   │   │   │   │   │   ├── unsupported_delete_operation.txt
│   │   │   │   │   │   │   ├── unused_argument.py
│   │   │   │   │   │   │   ├── unused_argument.txt
│   │   │   │   │   │   │   ├── unused_argument_py3.py
│   │   │   │   │   │   │   ├── unused_argument_py3.rc
│   │   │   │   │   │   │   ├── unused_argument_py3.txt
│   │   │   │   │   │   │   ├── unused_global_variable1.py
│   │   │   │   │   │   │   ├── unused_global_variable2.py
│   │   │   │   │   │   │   ├── unused_global_variable2.rc
│   │   │   │   │   │   │   ├── unused_global_variable2.txt
│   │   │   │   │   │   │   ├── unused_global_variable3.py
│   │   │   │   │   │   │   ├── unused_global_variable4.py
│   │   │   │   │   │   │   ├── unused_global_variable4.rc
│   │   │   │   │   │   │   ├── unused_global_variable4.txt
│   │   │   │   │   │   │   ├── unused_import.py
│   │   │   │   │   │   │   ├── unused_import.txt
│   │   │   │   │   │   │   ├── unused_import_assigned_to.py
│   │   │   │   │   │   │   ├── unused_typing_imports.py
│   │   │   │   │   │   │   ├── unused_typing_imports.rc
│   │   │   │   │   │   │   ├── unused_variable.py
│   │   │   │   │   │   │   ├── unused_variable.txt
│   │   │   │   │   │   │   ├── used_before_assignment_488.py
│   │   │   │   │   │   │   ├── used_before_assignment_issue1081.py
│   │   │   │   │   │   │   ├── used_before_assignment_issue1081.txt
│   │   │   │   │   │   │   ├── used_before_assignment_issue853.py
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.py
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.rc
│   │   │   │   │   │   │   ├── used_before_assignment_nonlocal.txt
│   │   │   │   │   │   │   ├── used_prior_global_declaration.py
│   │   │   │   │   │   │   ├── used_prior_global_declaration.rc
│   │   │   │   │   │   │   ├── used_prior_global_declaration.txt
│   │   │   │   │   │   │   ├── useless_else_on_loop.py
│   │   │   │   │   │   │   ├── useless_else_on_loop.txt
│   │   │   │   │   │   │   ├── useless_super_delegation.py
│   │   │   │   │   │   │   ├── useless_super_delegation.txt
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.py
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.rc
│   │   │   │   │   │   │   ├── useless_super_delegation_py3.txt
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.py
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.rc
│   │   │   │   │   │   │   ├── useless_super_delegation_py35.txt
│   │   │   │   │   │   │   ├── using_constant_test.py
│   │   │   │   │   │   │   ├── using_constant_test.txt
│   │   │   │   │   │   │   ├── wildcard_import.py
│   │   │   │   │   │   │   ├── wildcard_import.txt
│   │   │   │   │   │   │   ├── wildcard_import_allowed.py
│   │   │   │   │   │   │   ├── wildcard_import_allowed.rc
│   │   │   │   │   │   │   ├── wildcard_import_allowed.txt
│   │   │   │   │   │   │   ├── with_used_before_assign.py
│   │   │   │   │   │   │   ├── with_used_before_assign.txt
│   │   │   │   │   │   │   ├── with_using_generator.py
│   │   │   │   │   │   │   ├── with_using_generator.txt
│   │   │   │   │   │   │   ├── wrong_import_order.py
│   │   │   │   │   │   │   ├── wrong_import_order.txt
│   │   │   │   │   │   │   ├── wrong_import_order2.py
│   │   │   │   │   │   │   ├── wrong_import_position.py
│   │   │   │   │   │   │   ├── wrong_import_position.txt
│   │   │   │   │   │   │   ├── wrong_import_position10.py
│   │   │   │   │   │   │   ├── wrong_import_position11.py
│   │   │   │   │   │   │   ├── wrong_import_position11.txt
│   │   │   │   │   │   │   ├── wrong_import_position12.py
│   │   │   │   │   │   │   ├── wrong_import_position12.txt
│   │   │   │   │   │   │   ├── wrong_import_position13.py
│   │   │   │   │   │   │   ├── wrong_import_position13.txt
│   │   │   │   │   │   │   ├── wrong_import_position14.py
│   │   │   │   │   │   │   ├── wrong_import_position14.txt
│   │   │   │   │   │   │   ├── wrong_import_position15.py
│   │   │   │   │   │   │   ├── wrong_import_position2.py
│   │   │   │   │   │   │   ├── wrong_import_position3.py
│   │   │   │   │   │   │   ├── wrong_import_position4.py
│   │   │   │   │   │   │   ├── wrong_import_position5.py
│   │   │   │   │   │   │   ├── wrong_import_position6.py
│   │   │   │   │   │   │   ├── wrong_import_position7.py
│   │   │   │   │   │   │   ├── wrong_import_position8.py
│   │   │   │   │   │   │   ├── wrong_import_position9.py
│   │   │   │   │   │   │   ├── wrong_import_position_exclude_dunder_main.py
│   │   │   │   │   │   │   ├── wrong_import_position_exclude_dunder_main.txt
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.py
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.rc
│   │   │   │   │   │   │   ├── yield_from_iterable_py33.txt
│   │   │   │   │   │   │   ├── yield_from_outside_func.py
│   │   │   │   │   │   │   ├── yield_from_outside_func.rc
│   │   │   │   │   │   │   ├── yield_from_outside_func.txt
│   │   │   │   │   │   │   ├── yield_inside_async_function.py
│   │   │   │   │   │   │   ├── yield_inside_async_function.rc
│   │   │   │   │   │   │   ├── yield_inside_async_function.txt
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.py
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.rc
│   │   │   │   │   │   │   ├── yield_inside_async_function_py36.txt
│   │   │   │   │   │   │   ├── yield_outside_func.py
│   │   │   │   │   │   │   └── yield_outside_func.txt
│   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── func_3k_removed_stuff_py_30.py
│   │   │   │   │   │   │   ├── func_bad_cont_dictcomp_py27.py
│   │   │   │   │   │   │   ├── func_block_disable_msg.py
│   │   │   │   │   │   │   ├── func_bug113231.py
│   │   │   │   │   │   │   ├── func_disable_linebased.py
│   │   │   │   │   │   │   ├── func_dotted_ancestor.py
│   │   │   │   │   │   │   ├── func_e0012.py
│   │   │   │   │   │   │   ├── func_e0204.py
│   │   │   │   │   │   │   ├── func_e12xx.py
│   │   │   │   │   │   │   ├── func_e13xx.py
│   │   │   │   │   │   │   ├── func_excess_escapes.py
│   │   │   │   │   │   │   ├── func_first_arg.py
│   │   │   │   │   │   │   ├── func_i0011.py
│   │   │   │   │   │   │   ├── func_i0012.py
│   │   │   │   │   │   │   ├── func_i0013.py
│   │   │   │   │   │   │   ├── func_i0014.py
│   │   │   │   │   │   │   ├── func_i0020.py
│   │   │   │   │   │   │   ├── func_i0022.py
│   │   │   │   │   │   │   ├── func_logging_not_lazy_with_logger.py
│   │   │   │   │   │   │   ├── func_loopvar_in_dict_comp_py27.py
│   │   │   │   │   │   │   ├── func_module___dict__.py
│   │   │   │   │   │   │   ├── func_nameerror_on_string_substitution.py
│   │   │   │   │   │   │   ├── func_no_dummy_redefined.py
│   │   │   │   │   │   │   ├── func_noerror___init___return_from_inner_function.py
│   │   │   │   │   │   │   ├── func_noerror_access_attr_before_def_false_positive.py
│   │   │   │   │   │   │   ├── func_noerror_base_init_vars.py
│   │   │   │   │   │   │   ├── func_noerror_builtin_module_test.py
│   │   │   │   │   │   │   ├── func_noerror_class_attributes.py
│   │   │   │   │   │   │   ├── func_noerror_classes_meth_could_be_a_function.py
│   │   │   │   │   │   │   ├── func_noerror_classes_protected_member_access.py
│   │   │   │   │   │   │   ├── func_noerror_decorator_scope.py
│   │   │   │   │   │   │   ├── func_noerror_e1101_9588_base_attr_aug_assign.py
│   │   │   │   │   │   │   ├── func_noerror_external_classmethod_crash.py
│   │   │   │   │   │   │   ├── func_noerror_inner_classes.py
│   │   │   │   │   │   │   ├── func_noerror_lambda_use_before_assign.py
│   │   │   │   │   │   │   ├── func_noerror_mcs_attr_access.py
│   │   │   │   │   │   │   ├── func_noerror_new_style_class_py_30.py
│   │   │   │   │   │   │   ├── func_noerror_no_warning_docstring.py
│   │   │   │   │   │   │   ├── func_noerror_object_as_class_attribute.py
│   │   │   │   │   │   │   ├── func_noerror_overloaded_operator.py
│   │   │   │   │   │   │   ├── func_noerror_property_affectation_py26.py
│   │   │   │   │   │   │   ├── func_noerror_yield_assign_py25.py
│   │   │   │   │   │   │   ├── func_noerror_yield_return_mix.py
│   │   │   │   │   │   │   ├── func_nonregr___file___global.py
│   │   │   │   │   │   │   ├── func_return_yield_mix_py_33.py
│   │   │   │   │   │   │   ├── func_typecheck_callfunc_assigment.py
│   │   │   │   │   │   │   ├── func_unused_import_py30.py
│   │   │   │   │   │   │   ├── func_variables_unused_name_from_wilcard_import.py
│   │   │   │   │   │   │   ├── func_w0122_py_30.py
│   │   │   │   │   │   │   ├── func_w0233.py
│   │   │   │   │   │   │   ├── func_w0332_py_30.py
│   │   │   │   │   │   │   ├── func_w0401.py
│   │   │   │   │   │   │   ├── func_w0401_disabled.py
│   │   │   │   │   │   │   ├── func_w0401_disabled_in_func.py
│   │   │   │   │   │   │   ├── func_w0401_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── all_the_things.py
│   │   │   │   │   │   │   │   ├── thing1.py
│   │   │   │   │   │   │   │   └── thing2.py
│   │   │   │   │   │   │   ├── func_w0404.py
│   │   │   │   │   │   │   ├── func_w0405.py
│   │   │   │   │   │   │   ├── func_w0406.py
│   │   │   │   │   │   │   ├── func_w0611.py
│   │   │   │   │   │   │   ├── func_w0612.py
│   │   │   │   │   │   │   ├── func_w0613.py
│   │   │   │   │   │   │   ├── func_w0623_py30.py
│   │   │   │   │   │   │   ├── func_w0801.py
│   │   │   │   │   │   │   ├── ignore_except_pass_by_default.py
│   │   │   │   │   │   │   ├── noext
│   │   │   │   │   │   │   ├── not__init__.py
│   │   │   │   │   │   │   ├── similar1
│   │   │   │   │   │   │   ├── similar2
│   │   │   │   │   │   │   ├── w0401_cycle.py
│   │   │   │   │   │   │   └── w0801_same.py
│   │   │   │   │   │   ├── messages
│   │   │   │   │   │   │   ├── builtin_module.txt
│   │   │   │   │   │   │   ├── func_3k_removed_stuff_py_30.txt
│   │   │   │   │   │   │   ├── func_bad_cont_dictcomp_py27.txt
│   │   │   │   │   │   │   ├── func_block_disable_msg.txt
│   │   │   │   │   │   │   ├── func_bug113231.txt
│   │   │   │   │   │   │   ├── func_disable_linebased.txt
│   │   │   │   │   │   │   ├── func_disable_linebased_py30.txt
│   │   │   │   │   │   │   ├── func_dotted_ancestor.txt
│   │   │   │   │   │   │   ├── func_e0012.txt
│   │   │   │   │   │   │   ├── func_e0204.txt
│   │   │   │   │   │   │   ├── func_e12xx.txt
│   │   │   │   │   │   │   ├── func_e13xx.txt
│   │   │   │   │   │   │   ├── func_e13xx_py30.txt
│   │   │   │   │   │   │   ├── func_excess_escapes.txt
│   │   │   │   │   │   │   ├── func_first_arg.txt
│   │   │   │   │   │   │   ├── func_i0011.txt
│   │   │   │   │   │   │   ├── func_i0012.txt
│   │   │   │   │   │   │   ├── func_i0013.txt
│   │   │   │   │   │   │   ├── func_i0014.txt
│   │   │   │   │   │   │   ├── func_i0020.txt
│   │   │   │   │   │   │   ├── func_i0022.txt
│   │   │   │   │   │   │   ├── func_logging_not_lazy_with_logger.txt
│   │   │   │   │   │   │   ├── func_loopvar_in_dict_comp_py27.txt
│   │   │   │   │   │   │   ├── func_module___dict__.txt
│   │   │   │   │   │   │   ├── func_nameerror_on_string_substitution.txt
│   │   │   │   │   │   │   ├── func_no_dummy_redefined.txt
│   │   │   │   │   │   │   ├── func_nonregr___file___global.txt
│   │   │   │   │   │   │   ├── func_raw_escapes.txt
│   │   │   │   │   │   │   ├── func_return_yield_mix_py_33.txt
│   │   │   │   │   │   │   ├── func_toolonglines_py30.txt
│   │   │   │   │   │   │   ├── func_typecheck_callfunc_assigment.txt
│   │   │   │   │   │   │   ├── func_typecheck_getattr_py30.txt
│   │   │   │   │   │   │   ├── func_typecheck_non_callable_call.txt
│   │   │   │   │   │   │   ├── func_unicode_literal_py26.txt
│   │   │   │   │   │   │   ├── func_unicode_literal_py274.txt
│   │   │   │   │   │   │   ├── func_unused_import_py30.txt
│   │   │   │   │   │   │   ├── func_use_for_or_listcomp_var_py29.txt
│   │   │   │   │   │   │   ├── func_use_for_or_listcomp_var_py30.txt
│   │   │   │   │   │   │   ├── func_variables_unused_name_from_wilcard_import.txt
│   │   │   │   │   │   │   ├── func_w0122_py_30.txt
│   │   │   │   │   │   │   ├── func_w0233.txt
│   │   │   │   │   │   │   ├── func_w0312.txt
│   │   │   │   │   │   │   ├── func_w0332_py_30.txt
│   │   │   │   │   │   │   ├── func_w0401.txt
│   │   │   │   │   │   │   ├── func_w0401_disabled.txt
│   │   │   │   │   │   │   ├── func_w0401_disabled_in_func.txt
│   │   │   │   │   │   │   ├── func_w0401_package.txt
│   │   │   │   │   │   │   ├── func_w0404.txt
│   │   │   │   │   │   │   ├── func_w0405.txt
│   │   │   │   │   │   │   ├── func_w0406.txt
│   │   │   │   │   │   │   ├── func_w0611.txt
│   │   │   │   │   │   │   ├── func_w0612.txt
│   │   │   │   │   │   │   ├── func_w0613.txt
│   │   │   │   │   │   │   ├── func_w0622.txt
│   │   │   │   │   │   │   ├── func_w0623.txt
│   │   │   │   │   │   │   ├── func_w0623_py30.txt
│   │   │   │   │   │   │   ├── func_w0623_py_30.txt
│   │   │   │   │   │   │   ├── func_w0801.txt
│   │   │   │   │   │   │   └── func_with_without_as_py25.txt
│   │   │   │   │   │   ├── regrtest_data
│   │   │   │   │   │   │   ├── .pylintrc
│   │   │   │   │   │   │   ├── absimp
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── string.py
│   │   │   │   │   │   │   ├── application_crash.py
│   │   │   │   │   │   │   ├── bad_package
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── wrong.py
│   │   │   │   │   │   │   ├── beyond_top
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── data.py
│   │   │   │   │   │   │   ├── classdoc_usage.py
│   │   │   │   │   │   │   ├── comments_pylintrc
│   │   │   │   │   │   │   ├── decimal_inference.py
│   │   │   │   │   │   │   ├── descriptor_crash.py
│   │   │   │   │   │   │   ├── dummy
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── another.py
│   │   │   │   │   │   │   │   └── dummy.py
│   │   │   │   │   │   │   ├── dummy_plugin
│   │   │   │   │   │   │   │   └── dummy_plugin.py
│   │   │   │   │   │   │   ├── dummy_plugin.rc
│   │   │   │   │   │   │   ├── huge.py
│   │   │   │   │   │   │   ├── import_assign.py
│   │   │   │   │   │   │   ├── import_package_subpackage_module.py
│   │   │   │   │   │   │   ├── import_something.py
│   │   │   │   │   │   │   ├── meta.py
│   │   │   │   │   │   │   ├── module_global.py
│   │   │   │   │   │   │   ├── no_stdout_encoding.py
│   │   │   │   │   │   │   ├── numarray_import.py
│   │   │   │   │   │   │   ├── numarray_inf.py
│   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   │   ├── AudioTime.py
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── subpackage
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── module.py
│   │   │   │   │   │   │   ├── package_all
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── notmissing.py
│   │   │   │   │   │   │   ├── precedence_test.py
│   │   │   │   │   │   │   ├── py3k-disabled.rc
│   │   │   │   │   │   │   ├── py3k_error_flag.py
│   │   │   │   │   │   │   ├── py3k_errors_and_warnings.py
│   │   │   │   │   │   │   ├── special_attr_scope_lookup_crash.py
│   │   │   │   │   │   │   ├── syntax_error.py
│   │   │   │   │   │   │   ├── test_pylintrc_comments.py
│   │   │   │   │   │   │   ├── try_finally_disable_msg_crash.py
│   │   │   │   │   │   │   └── wrong_import_position.py
│   │   │   │   │   │   ├── test_func.py
│   │   │   │   │   │   ├── test_functional.py
│   │   │   │   │   │   ├── test_import_graph.py
│   │   │   │   │   │   ├── test_regr.py
│   │   │   │   │   │   ├── test_self.py
│   │   │   │   │   │   ├── unittest_checker_base.py
│   │   │   │   │   │   ├── unittest_checker_classes.py
│   │   │   │   │   │   ├── unittest_checker_exceptions.py
│   │   │   │   │   │   ├── unittest_checker_format.py
│   │   │   │   │   │   ├── unittest_checker_imports.py
│   │   │   │   │   │   ├── unittest_checker_logging.py
│   │   │   │   │   │   ├── unittest_checker_misc.py
│   │   │   │   │   │   ├── unittest_checker_python3.py
│   │   │   │   │   │   ├── unittest_checker_similar.py
│   │   │   │   │   │   ├── unittest_checker_spelling.py
│   │   │   │   │   │   ├── unittest_checker_stdlib.py
│   │   │   │   │   │   ├── unittest_checker_strings.py
│   │   │   │   │   │   ├── unittest_checker_typecheck.py
│   │   │   │   │   │   ├── unittest_checker_variables.py
│   │   │   │   │   │   ├── unittest_checkers_utils.py
│   │   │   │   │   │   ├── unittest_config.py
│   │   │   │   │   │   ├── unittest_lint.py
│   │   │   │   │   │   ├── unittest_pyreverse_diadefs.py
│   │   │   │   │   │   ├── unittest_pyreverse_inspector.py
│   │   │   │   │   │   ├── unittest_pyreverse_writer.py
│   │   │   │   │   │   ├── unittest_reporters_json.py
│   │   │   │   │   │   ├── unittest_reporting.py
│   │   │   │   │   │   └── unittest_utils.py
│   │   │   │   │   ├── testutils.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── pylint-1.9.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pyparsing-2.3.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pyparsing.py
│   │   │   │   ├── pyrsistent
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── _checked_types.py
│   │   │   │   │   ├── _compat.py
│   │   │   │   │   ├── _field_common.py
│   │   │   │   │   ├── _helpers.py
│   │   │   │   │   ├── _immutable.py
│   │   │   │   │   ├── _pbag.py
│   │   │   │   │   ├── _pclass.py
│   │   │   │   │   ├── _pdeque.py
│   │   │   │   │   ├── _plist.py
│   │   │   │   │   ├── _pmap.py
│   │   │   │   │   ├── _precord.py
│   │   │   │   │   ├── _pset.py
│   │   │   │   │   ├── _pvector.py
│   │   │   │   │   ├── _toolz.py
│   │   │   │   │   ├── _transformations.py
│   │   │   │   │   ├── py.typed
│   │   │   │   │   ├── typing.py
│   │   │   │   │   └── typing.pyi
│   │   │   │   ├── pyrsistent-0.14.8.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytest-3.6.1.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytest-cov.pth
│   │   │   │   ├── pytest.py
│   │   │   │   ├── pytest_cov
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── compat.py
│   │   │   │   │   ├── embed.py
│   │   │   │   │   ├── engine.py
│   │   │   │   │   └── plugin.py
│   │   │   │   ├── pytest_cov-2.6.0.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── pytest_runner-4.2.dist-info
│   │   │   │   │   ├── DESCRIPTION.rst
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── entry_points.txt
│   │   │   │   │   ├── metadata.json
│   │   │   │   │   ├── namespace_packages.txt
│   │   │   │   │   └── top_level.txt
│   │   │   │   ├── python_dateutil-2.7.5.dist-info
│   │   │   │   │   ├── INSTALLER
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── METADATA
│   │   │   │   │   ├── RECORD
│   │   │   │   │   ├── WHEEL
│   │   │   │   │   ├── top_level.txt
│   │   │   │   │   └── zip-safe
│   │   │   │   ├── pytz
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── exceptions.py
│   │   │   │   │   ├── lazy.py
│   │   │   │   │   ├── reference.py
│   │   │   │   │   ├── tzfile.py
│   │   │   │   │   ├── tzinfo.py
│   │   │   │   │   └── zoneinfo
│   │   │   │   │   ├── Africa
│   │   │   │   │   │   ├── Abidjan
│   │   │   │   │   │   ├── Accra
│   │   │   │   │   │   ├── Addis_Ababa
│   │   │   │   │   │   ├── Algiers
│   │   │   │   │   │   ├── Asmara
│   │   │   │   │   │   ├── Asmera
│   │   │   │   │   │   ├── Bamako
│   │   │   │   │   │   ├── Bangui
│   │   │   │   │   │   ├──
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment