Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 18, 2018 15:24
Show Gist options
  • Save ryantm/702aff8faf1eb19af49b052e12a00b8d to your computer and use it in GitHub Desktop.
Save ryantm/702aff8faf1eb19af49b052e12a00b8d to your computer and use it in GitHub Desktop.
/nix/store/a4jgz8vkvrlxai3cbk94jsisszzl90q7-pycharm-community-2017.3.4
├── bin
│   └── pycharm-community
├── libexec
│   └── pycharm-community-2017.3.4
│   ├── fsnotifier
│   ├── fsnotifier64
│   └── fsnotifier-arm
├── nix-support
│   └── propagated-user-env-packages
├── pycharm-community-2017.3.4
│   ├── bin
│   │   ├── format.sh
│   │   ├── fsnotifier
│   │   ├── fsnotifier64
│   │   ├── fsnotifier-arm
│   │   ├── idea.properties
│   │   ├── inspect.sh
│   │   ├── log.xml
│   │   ├── printenv.py
│   │   ├── pycharm64.vmoptions
│   │   ├── pycharm.png
│   │   ├── pycharm.sh
│   │   ├── pycharm.vmoptions
│   │   └── restart.py
│   ├── build.txt
│   ├── help
│   │   ├── ReferenceCardForMac.pdf
│   │   └── ReferenceCard.pdf
│   ├── helpers
│   │   ├── check_all_test_suite.py
│   │   ├── conda_packaging_tool.py
│   │   ├── coveragepy
│   │   │   ├── coverage
│   │   │   │   ├── 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
│   │   │   │   ├── htmlfiles
│   │   │   │   │   ├── coverage_html.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── jquery.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
│   │   │   │   ├── html.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── 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
│   │   │   │   ├── version.py
│   │   │   │   └── xmlreport.py
│   │   │   └── __init__.py
│   │   ├── coverage_runner
│   │   │   ├── __init__.py
│   │   │   └── run_coverage.py
│   │   ├── docstring_formatter.py
│   │   ├── epydoc
│   │   │   ├── apidoc.py
│   │   │   ├── checker.py
│   │   │   ├── cli.py
│   │   │   ├── compat.py
│   │   │   ├── docbuilder.py
│   │   │   ├── docintrospecter.py
│   │   │   ├── docparser.py
│   │   │   ├── docstringparser.py
│   │   │   ├── docwriter
│   │   │   │   ├── dotgraph.py
│   │   │   │   ├── html_colorize.py
│   │   │   │   ├── html_css.py
│   │   │   │   ├── html_help.py
│   │   │   │   ├── html.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── latex.py
│   │   │   │   ├── plaintext.py
│   │   │   │   └── xlink.py
│   │   │   ├── gui.py
│   │   │   ├── __init__.py
│   │   │   ├── log.py
│   │   │   ├── markup
│   │   │   │   ├── doctest.py
│   │   │   │   ├── epytext.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── javadoc.py
│   │   │   │   ├── plaintext.py
│   │   │   │   ├── pyval_repr.py
│   │   │   │   └── restructuredtext.py
│   │   │   └── util.py
│   │   ├── extra_syspath.py
│   │   ├── generator3.py
│   │   ├── icon-robots.txt
│   │   ├── MathJax
│   │   │   ├── config
│   │   │   │   ├── local
│   │   │   │   │   └── local.js
│   │   │   │   └── TeX-AMS_HTML-full.js
│   │   │   ├── extensions
│   │   │   │   ├── AssistiveMML.js
│   │   │   │   ├── fast-preview.js
│   │   │   │   ├── MathEvents.js
│   │   │   │   ├── MathMenu.js
│   │   │   │   ├── MathZoom.js
│   │   │   │   ├── TeX
│   │   │   │   │   ├── AMSmath.js
│   │   │   │   │   ├── AMSsymbols.js
│   │   │   │   │   ├── noErrors.js
│   │   │   │   │   └── noUndefined.js
│   │   │   │   ├── tex2jax.js
│   │   │   │   └── toMathML.js
│   │   │   ├── jax
│   │   │   │   ├── element
│   │   │   │   │   └── mml
│   │   │   │   │   ├── jax.js
│   │   │   │   │   └── optable
│   │   │   │   │   ├── Arrows.js
│   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   ├── CombDiactForSymbols.js
│   │   │   │   │   ├── Dingbats.js
│   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   ├── GreekAndCoptic.js
│   │   │   │   │   ├── Latin1Supplement.js
│   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   ├── MathOperators.js
│   │   │   │   │   ├── MiscMathSymbolsA.js
│   │   │   │   │   ├── MiscMathSymbolsB.js
│   │   │   │   │   ├── MiscSymbolsAndArrows.js
│   │   │   │   │   ├── MiscTechnical.js
│   │   │   │   │   ├── SpacingModLetters.js
│   │   │   │   │   ├── SupplementalArrowsA.js
│   │   │   │   │   ├── SupplementalArrowsB.js
│   │   │   │   │   └── SuppMathOperators.js
│   │   │   │   ├── input
│   │   │   │   │   └── TeX
│   │   │   │   │   ├── config.js
│   │   │   │   │   └── jax.js
│   │   │   │   └── output
│   │   │   │   ├── HTML-CSS
│   │   │   │   │   ├── autoload
│   │   │   │   │   │   ├── annotation-xml.js
│   │   │   │   │   │   ├── maction.js
│   │   │   │   │   │   ├── menclose.js
│   │   │   │   │   │   ├── mglyph.js
│   │   │   │   │   │   ├── mmultiscripts.js
│   │   │   │   │   │   ├── ms.js
│   │   │   │   │   │   ├── mtable.js
│   │   │   │   │   │   └── multiline.js
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── config.js
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   └── TeX
│   │   │   │   │   │   ├── AMS
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── Arrows.js
│   │   │   │   │   │   │   ├── BBBold.js
│   │   │   │   │   │   │   ├── BoxDrawing.js
│   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   ├── Dingbats.js
│   │   │   │   │   │   │   ├── EnclosedAlphanum.js
│   │   │   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   │   │   ├── GreekAndCoptic.js
│   │   │   │   │   │   │   ├── Latin1Supplement.js
│   │   │   │   │   │   │   ├── LatinExtendedA.js
│   │   │   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   ├── MathOperators.js
│   │   │   │   │   │   │   ├── MiscMathSymbolsB.js
│   │   │   │   │   │   │   ├── MiscSymbols.js
│   │   │   │   │   │   │   ├── MiscTechnical.js
│   │   │   │   │   │   │   ├── PUA.js
│   │   │   │   │   │   │   ├── SpacingModLetters.js
│   │   │   │   │   │   │   └── SuppMathOperators.js
│   │   │   │   │   │   ├── Caligraphic
│   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── fontdata-extra.js
│   │   │   │   │   │   ├── fontdata.js
│   │   │   │   │   │   ├── Fraktur
│   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   ├── Other.js
│   │   │   │   │   │   │   │   └── PUA.js
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   ├── Other.js
│   │   │   │   │   │   │   └── PUA.js
│   │   │   │   │   │   ├── Greek
│   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   ├── BoldItalic
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   ├── Italic
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── Main
│   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   ├── Arrows.js
│   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   ├── CombDiactForSymbols.js
│   │   │   │   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   │   │   │   ├── Latin1Supplement.js
│   │   │   │   │   │   │   │   ├── LatinExtendedA.js
│   │   │   │   │   │   │   │   ├── LatinExtendedB.js
│   │   │   │   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   ├── MathOperators.js
│   │   │   │   │   │   │   │   ├── MiscMathSymbolsA.js
│   │   │   │   │   │   │   │   ├── MiscSymbols.js
│   │   │   │   │   │   │   │   ├── MiscTechnical.js
│   │   │   │   │   │   │   │   ├── SpacingModLetters.js
│   │   │   │   │   │   │   │   ├── SupplementalArrowsA.js
│   │   │   │   │   │   │   │   └── SuppMathOperators.js
│   │   │   │   │   │   │   ├── Italic
│   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   │   │   │   ├── Latin1Supplement.js
│   │   │   │   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   ├── MiscSymbols.js
│   │   │   │   │   │   │   └── SpacingModLetters.js
│   │   │   │   │   │   ├── Math
│   │   │   │   │   │   │   ├── BoldItalic
│   │   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   │   └── Italic
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── SansSerif
│   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   └── Other.js
│   │   │   │   │   │   │   ├── Italic
│   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   └── Other.js
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   └── Other.js
│   │   │   │   │   │   ├── Script
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   └── Other.js
│   │   │   │   │   │   ├── Size1
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── Size2
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── Size3
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── Size4
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   ├── Typewriter
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   └── Other.js
│   │   │   │   │   │   ├── WinChrome
│   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   └── Main.js
│   │   │   │   │   │   └── WinIE6
│   │   │   │   │   │   └── Regular
│   │   │   │   │   │   ├── AMS.js
│   │   │   │   │   │   ├── Bold.js
│   │   │   │   │   │   └── Main.js
│   │   │   │   │   ├── imageFonts.js
│   │   │   │   │   └── jax.js
│   │   │   │   └── PreviewHTML
│   │   │   │   ├── config.js
│   │   │   │   └── jax.js
│   │   │   └── MathJax.js
│   │   ├── packaging_tool.py
│   │   ├── pip-1.1.tar.gz
│   │   ├── pip-9.0.1.tar.gz
│   │   ├── pockets
│   │   │   ├── collections.py
│   │   │   ├── __init__.py
│   │   │   ├── inspect.py
│   │   │   ├── iterators.py
│   │   │   ├── string.py
│   │   │   └── _version.py
│   │   ├── profiler
│   │   │   ├── _imps
│   │   │   │   ├── __init__.py
│   │   │   │   └── _pydev_pkgutil_old.py
│   │   │   ├── __init__.py
│   │   │   ├── load_pstat.py
│   │   │   ├── ply
│   │   │   │   ├── cpp.py
│   │   │   │   ├── ctokens.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── lex.py
│   │   │   │   ├── yacc.py
│   │   │   │   └── ygen.py
│   │   │   ├── profiler.thrift
│   │   │   ├── _prof_imports.py
│   │   │   ├── prof_io.py
│   │   │   ├── prof_six.py
│   │   │   ├── prof_util.py
│   │   │   ├── run_profiler.py
│   │   │   ├── thriftpy
│   │   │   │   ├── _compat.py
│   │   │   │   ├── contrib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── tracking
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── tracker.py
│   │   │   │   │   └── tracking.thrift
│   │   │   │   ├── hook.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parser
│   │   │   │   │   ├── exc.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── lexer.py
│   │   │   │   │   └── parser.py
│   │   │   │   ├── protocol
│   │   │   │   │   ├── binary.py
│   │   │   │   │   ├── compact.py
│   │   │   │   │   ├── cybin
│   │   │   │   │   │   ├── cybin.pyx
│   │   │   │   │   │   └── endian_port.h
│   │   │   │   │   ├── exc.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── json.py
│   │   │   │   │   └── multiplex.py
│   │   │   │   ├── rpc.py
│   │   │   │   ├── server.py
│   │   │   │   ├── thrift.py
│   │   │   │   ├── tornado.py
│   │   │   │   ├── transport
│   │   │   │   │   ├── buffered
│   │   │   │   │   │   ├── cybuffered.pyx
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── cybase.pxd
│   │   │   │   │   ├── cybase.pyx
│   │   │   │   │   ├── framed
│   │   │   │   │   │   ├── cyframed.pyx
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── memory
│   │   │   │   │   │   ├── cymemory.pyx
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── socket.py
│   │   │   │   │   ├── _ssl.py
│   │   │   │   │   └── sslsocket.py
│   │   │   │   └── utils.py
│   │   │   ├── vmprof_profiler.py
│   │   │   └── yappi_profiler.py
│   │   ├── py2ipnb_converter.py
│   │   ├── py2only
│   │   │   ├── docutils
│   │   │   │   ├── _compat.py
│   │   │   │   ├── core.py
│   │   │   │   ├── docutils.conf
│   │   │   │   ├── examples.py
│   │   │   │   ├── frontend.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── io.py
│   │   │   │   ├── languages
│   │   │   │   │   ├── af.py
│   │   │   │   │   ├── ca.py
│   │   │   │   │   ├── cs.py
│   │   │   │   │   ├── da.py
│   │   │   │   │   ├── de.py
│   │   │   │   │   ├── en.py
│   │   │   │   │   ├── eo.py
│   │   │   │   │   ├── es.py
│   │   │   │   │   ├── fi.py
│   │   │   │   │   ├── fr.py
│   │   │   │   │   ├── gl.py
│   │   │   │   │   ├── he.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── it.py
│   │   │   │   │   ├── ja.py
│   │   │   │   │   ├── lt.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
│   │   │   │   │   ├── directives
│   │   │   │   │   │   ├── admonitions.py
│   │   │   │   │   │   ├── body.py
│   │   │   │   │   │   ├── html.py
│   │   │   │   │   │   ├── images.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── parts.py
│   │   │   │   │   │   ├── references.py
│   │   │   │   │   │   └── tables.py
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── 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.txt
│   │   │   │   │   │   ├── isogrk4-wide.txt
│   │   │   │   │   │   ├── isolat1.txt
│   │   │   │   │   │   ├── isolat2.txt
│   │   │   │   │   │   ├── isomfrk.txt
│   │   │   │   │   │   ├── isomfrk-wide.txt
│   │   │   │   │   │   ├── isomopf.txt
│   │   │   │   │   │   ├── isomopf-wide.txt
│   │   │   │   │   │   ├── isomscr.txt
│   │   │   │   │   │   ├── isomscr-wide.txt
│   │   │   │   │   │   ├── isonum.txt
│   │   │   │   │   │   ├── isopub.txt
│   │   │   │   │   │   ├── isotech.txt
│   │   │   │   │   │   ├── mmlalias.txt
│   │   │   │   │   │   ├── mmlextra.txt
│   │   │   │   │   │   ├── mmlextra-wide.txt
│   │   │   │   │   │   ├── README.txt
│   │   │   │   │   │   ├── s5defs.txt
│   │   │   │   │   │   ├── xhtml1-lat1.txt
│   │   │   │   │   │   ├── xhtml1-special.txt
│   │   │   │   │   │   └── xhtml1-symbol.txt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── af.py
│   │   │   │   │   │   ├── ca.py
│   │   │   │   │   │   ├── cs.py
│   │   │   │   │   │   ├── da.py
│   │   │   │   │   │   ├── de.py
│   │   │   │   │   │   ├── en.py
│   │   │   │   │   │   ├── eo.py
│   │   │   │   │   │   ├── es.py
│   │   │   │   │   │   ├── fi.py
│   │   │   │   │   │   ├── fr.py
│   │   │   │   │   │   ├── gl.py
│   │   │   │   │   │   ├── he.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── it.py
│   │   │   │   │   │   ├── ja.py
│   │   │   │   │   │   ├── lt.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
│   │   │   │   │   ├── doctree.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── pep.py
│   │   │   │   │   └── standalone.py
│   │   │   │   ├── statemachine.py
│   │   │   │   ├── transforms
│   │   │   │   │   ├── components.py
│   │   │   │   │   ├── frontmatter.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── misc.py
│   │   │   │   │   ├── parts.py
│   │   │   │   │   ├── peps.py
│   │   │   │   │   ├── references.py
│   │   │   │   │   ├── universal.py
│   │   │   │   │   └── writer_aux.py
│   │   │   │   ├── utils
│   │   │   │   │   ├── code_analyzer.py
│   │   │   │   │   ├── error_reporting.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── math
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── latex2mathml.py
│   │   │   │   │   │   ├── math2html.py
│   │   │   │   │   │   ├── tex2unichar.py
│   │   │   │   │   │   └── unichar2tex.py
│   │   │   │   │   ├── punctuation_chars.py
│   │   │   │   │   ├── roman.py
│   │   │   │   │   ├── smartquotes.py
│   │   │   │   │   └── urischemes.py
│   │   │   │   └── writers
│   │   │   │   ├── docutils_xml.py
│   │   │   │   ├── html4css1
│   │   │   │   │   ├── html4css1.css
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── math.css
│   │   │   │   │   └── template.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── latex2e
│   │   │   │   │   ├── default.tex
│   │   │   │   │   ├── docutils-05-compat.sty
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── small-black
│   │   │   │   │   │   ├── __base__
│   │   │   │   │   │   └── pretty.css
│   │   │   │   │   └── small-white
│   │   │   │   │   ├── framing.css
│   │   │   │   │   └── pretty.css
│   │   │   │   └── xetex
│   │   │   │   └── __init__.py
│   │   │   └── roman.py
│   │   ├── py3only
│   │   │   └── docutils
│   │   │   ├── _compat.py
│   │   │   ├── core.py
│   │   │   ├── examples.py
│   │   │   ├── frontend.py
│   │   │   ├── __init__.py
│   │   │   ├── io.py
│   │   │   ├── languages
│   │   │   │   ├── af.py
│   │   │   │   ├── ca.py
│   │   │   │   ├── cs.py
│   │   │   │   ├── da.py
│   │   │   │   ├── de.py
│   │   │   │   ├── en.py
│   │   │   │   ├── eo.py
│   │   │   │   ├── es.py
│   │   │   │   ├── fi.py
│   │   │   │   ├── fr.py
│   │   │   │   ├── gl.py
│   │   │   │   ├── he.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── it.py
│   │   │   │   ├── ja.py
│   │   │   │   ├── lt.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
│   │   │   │   ├── directives
│   │   │   │   │   ├── admonitions.py
│   │   │   │   │   ├── body.py
│   │   │   │   │   ├── html.py
│   │   │   │   │   ├── images.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── misc.py
│   │   │   │   │   ├── parts.py
│   │   │   │   │   ├── references.py
│   │   │   │   │   └── tables.py
│   │   │   │   ├── include
│   │   │   │   │   ├── 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.txt
│   │   │   │   │   ├── isogrk4-wide.txt
│   │   │   │   │   ├── isolat1.txt
│   │   │   │   │   ├── isolat2.txt
│   │   │   │   │   ├── isomfrk.txt
│   │   │   │   │   ├── isomfrk-wide.txt
│   │   │   │   │   ├── isomopf.txt
│   │   │   │   │   ├── isomopf-wide.txt
│   │   │   │   │   ├── isomscr.txt
│   │   │   │   │   ├── isomscr-wide.txt
│   │   │   │   │   ├── isonum.txt
│   │   │   │   │   ├── isopub.txt
│   │   │   │   │   ├── isotech.txt
│   │   │   │   │   ├── mmlalias.txt
│   │   │   │   │   ├── mmlextra.txt
│   │   │   │   │   ├── mmlextra-wide.txt
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── s5defs.txt
│   │   │   │   │   ├── xhtml1-lat1.txt
│   │   │   │   │   ├── xhtml1-special.txt
│   │   │   │   │   └── xhtml1-symbol.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── languages
│   │   │   │   │   ├── af.py
│   │   │   │   │   ├── ca.py
│   │   │   │   │   ├── cs.py
│   │   │   │   │   ├── da.py
│   │   │   │   │   ├── de.py
│   │   │   │   │   ├── en.py
│   │   │   │   │   ├── eo.py
│   │   │   │   │   ├── es.py
│   │   │   │   │   ├── fi.py
│   │   │   │   │   ├── fr.py
│   │   │   │   │   ├── gl.py
│   │   │   │   │   ├── he.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── it.py
│   │   │   │   │   ├── ja.py
│   │   │   │   │   ├── lt.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
│   │   │   │   ├── doctree.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pep.py
│   │   │   │   └── standalone.py
│   │   │   ├── statemachine.py
│   │   │   ├── transforms
│   │   │   │   ├── components.py
│   │   │   │   ├── frontmatter.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── parts.py
│   │   │   │   ├── peps.py
│   │   │   │   ├── references.py
│   │   │   │   ├── universal.py
│   │   │   │   └── writer_aux.py
│   │   │   ├── utils
│   │   │   │   ├── code_analyzer.py
│   │   │   │   ├── error_reporting.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── math
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── latex2mathml.py
│   │   │   │   │   ├── math2html.py
│   │   │   │   │   ├── tex2unichar.py
│   │   │   │   │   └── unichar2tex.py
│   │   │   │   ├── punctuation_chars.py
│   │   │   │   ├── roman.py
│   │   │   │   ├── smartquotes.py
│   │   │   │   └── urischemes.py
│   │   │   └── writers
│   │   │   ├── docutils_xml.py
│   │   │   ├── html4css1
│   │   │   │   ├── html4css1.css
│   │   │   │   ├── __init__.py
│   │   │   │   ├── math.css
│   │   │   │   └── template.txt
│   │   │   ├── __init__.py
│   │   │   ├── latex2e
│   │   │   │   ├── default.tex
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   │   │   ├── 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
│   │   │   │   ├── README.txt
│   │   │   │   ├── small-black
│   │   │   │   │   ├── __base__
│   │   │   │   │   └── pretty.css
│   │   │   │   └── small-white
│   │   │   │   ├── framing.css
│   │   │   │   └── pretty.css
│   │   │   └── xetex
│   │   │   └── __init__.py
│   │   ├── pycharm
│   │   │   ├── appcfg_fetcher.py
│   │   │   ├── attestrunner.py
│   │   │   ├── _bdd_utils.py
│   │   │   ├── behave_runner.py
│   │   │   ├── buildout_engulfer.py
│   │   │   ├── django_manage_commands_provider
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _parser
│   │   │   │   │   ├── _argparse.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _optparse.py
│   │   │   │   │   ├── parser.py
│   │   │   │   │   └── _utils.py
│   │   │   │   ├── readme.txt
│   │   │   │   └── _xml.py
│   │   │   ├── django_manage.py
│   │   │   ├── django_manage_shell.py
│   │   │   ├── django_test_manage.py
│   │   │   ├── django_test_runner.py
│   │   │   ├── docrunner.py
│   │   │   ├── fix_getpass.py
│   │   │   ├── __init__.py
│   │   │   ├── _jb_create_folder.py
│   │   │   ├── _jb_django_project_creator.py
│   │   │   ├── _jb_find_best_place.py
│   │   │   ├── __jb.for_twisted
│   │   │   │   └── twisted
│   │   │   │   └── plugins
│   │   │   │   ├── README.txt
│   │   │   │   └── teamcity_plugin.py
│   │   │   ├── _jb_manage_tasks_provider.py
│   │   │   ├── _jb_nosetest_runner.py
│   │   │   ├── _jb_pytest_runner.py
│   │   │   ├── _jb_runner_tools.py
│   │   │   ├── _jb_tox_runner.py
│   │   │   ├── _jb_trialtest_runner.py
│   │   │   ├── _jb_unittest_runner.py
│   │   │   ├── _jb_utils.py
│   │   │   ├── lettuce_runner.py
│   │   │   ├── nose_helper
│   │   │   │   ├── _2.py
│   │   │   │   ├── _3.py
│   │   │   │   ├── case.py
│   │   │   │   ├── config.py
│   │   │   │   ├── failure.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── loader.py
│   │   │   │   ├── raise_compat.py
│   │   │   │   ├── selector.py
│   │   │   │   ├── suite.py
│   │   │   │   └── util.py
│   │   │   ├── noserunner.py
│   │   │   ├── nose_utils.py
│   │   │   ├── pycharm_commands
│   │   │   │   ├── __init__.py
│   │   │   │   └── pycharm_test.py
│   │   │   ├── pycharm_load_entry_point.py
│   │   │   ├── pycharm_run_utils.py
│   │   │   ├── pycharm_setup_runner.py
│   │   │   ├── pytestrunner.py
│   │   │   ├── pytest_teamcity.py
│   │   │   ├── runpy_compat.py
│   │   │   ├── tcmessages.py
│   │   │   ├── tcunittest.py
│   │   │   ├── teamcity
│   │   │   │   ├── common.py
│   │   │   │   ├── context_managers.py
│   │   │   │   ├── diff_tools.py
│   │   │   │   ├── django.py
│   │   │   │   ├── flake8_plugin.py
│   │   │   │   ├── flake8_v2_plugin.py
│   │   │   │   ├── flake8_v3_plugin.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── messages.py
│   │   │   │   ├── nose_report.py
│   │   │   │   ├── pytest_plugin.py
│   │   │   │   ├── README.txt
│   │   │   │   └── unittestpy.py
│   │   │   └── utrunner.py
│   │   ├── pycharm_generator_utils
│   │   │   ├── clr_tools.py
│   │   │   ├── constants.py
│   │   │   ├── __init__.py
│   │   │   ├── module_redeclarator.py
│   │   │   ├── pyparsing.py
│   │   │   ├── pyparsing_py3.py
│   │   │   └── util_methods.py
│   │   ├── pycharm_matplotlib_backend
│   │   │   ├── backend_interagg.py
│   │   │   ├── __init__.py
│   │   │   └── sitecustomize.py
│   │   ├── pycodestyle.py
│   │   ├── pydev
│   │   │   ├── build_tools
│   │   │   │   ├── build_binaries_osx.py
│   │   │   │   ├── build_binaries_windows.py
│   │   │   │   ├── build.py
│   │   │   │   ├── generate_code.py
│   │   │   │   ├── names_to_rename.py
│   │   │   │   └── rename_pep8.py
│   │   │   ├── interpreterInfo.py
│   │   │   ├── jython_test_deps
│   │   │   │   ├── ant.jar
│   │   │   │   └── junit.jar
│   │   │   ├── LICENSE
│   │   │   ├── merge_pydev_pycharm.txt
│   │   │   ├── pycharm-readme.txt
│   │   │   ├── pycompletionserver.py
│   │   │   ├── pydev_app_engine_debug_startup.py
│   │   │   ├── _pydev_bundle
│   │   │   │   ├── fix_getpass.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _pydev_calltip_util.py
│   │   │   │   ├── _pydev_completer.py
│   │   │   │   ├── pydev_console_utils.py
│   │   │   │   ├── _pydev_filesystem_encoding.py
│   │   │   │   ├── _pydev_getopt.py
│   │   │   │   ├── pydev_import_hook.py
│   │   │   │   ├── pydev_imports.py
│   │   │   │   ├── _pydev_imports_tipper.py
│   │   │   │   ├── pydev_ipython_console_011.py
│   │   │   │   ├── pydev_ipython_console.py
│   │   │   │   ├── pydev_is_thread_alive.py
│   │   │   │   ├── _pydev_jy_imports_tipper.py
│   │   │   │   ├── pydev_localhost.py
│   │   │   │   ├── _pydev_log.py
│   │   │   │   ├── pydev_log.py
│   │   │   │   ├── pydev_monkey.py
│   │   │   │   ├── pydev_monkey_qt.py
│   │   │   │   ├── pydev_override.py
│   │   │   │   ├── _pydev_tipper_common.py
│   │   │   │   ├── pydev_umd.py
│   │   │   │   └── pydev_versioncheck.py
│   │   │   ├── pydevconsole.py
│   │   │   ├── pydev_coverage.py
│   │   │   ├── pydevd_attach_to_process
│   │   │   │   ├── add_code_to_python_process.py
│   │   │   │   ├── _always_live_program.py
│   │   │   │   ├── attach_amd64.dll
│   │   │   │   ├── attach_linux_amd64.so
│   │   │   │   ├── attach_linux_x86.so
│   │   │   │   ├── attach_pydevd.py
│   │   │   │   ├── attach_script.py
│   │   │   │   ├── attach_x86_64.dylib
│   │   │   │   ├── attach_x86.dll
│   │   │   │   ├── attach_x86.dylib
│   │   │   │   ├── _check.py
│   │   │   │   ├── dll
│   │   │   │   │   ├── attach.cpp
│   │   │   │   │   ├── attach.h
│   │   │   │   │   ├── compile_dll.bat
│   │   │   │   │   ├── python.h
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── linux
│   │   │   │   │   ├── attach_linux.c
│   │   │   │   │   ├── compile_mac.sh
│   │   │   │   │   ├── compile_so.sh
│   │   │   │   │   ├── gdb_threads_settrace.py
│   │   │   │   │   ├── lldb_prepare.py
│   │   │   │   │   ├── lldb_threads_settrace.py
│   │   │   │   │   ├── Makefile
│   │   │   │   │   └── python.h
│   │   │   │   ├── README.txt
│   │   │   │   ├── _test_attach_to_process_linux.py
│   │   │   │   ├── _test_attach_to_process.py
│   │   │   │   └── winappdbg
│   │   │   │   ├── breakpoint.py
│   │   │   │   ├── compat.py
│   │   │   │   ├── crash.py
│   │   │   │   ├── debug.py
│   │   │   │   ├── disasm.py
│   │   │   │   ├── event.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── interactive.py
│   │   │   │   ├── module.py
│   │   │   │   ├── plugins
│   │   │   │   │   ├── do_example.py
│   │   │   │   │   ├── do_exchain.py
│   │   │   │   │   ├── do_exploitable.py
│   │   │   │   │   ├── do_symfix.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── README
│   │   │   │   ├── process.py
│   │   │   │   ├── registry.py
│   │   │   │   ├── search.py
│   │   │   │   ├── sql.py
│   │   │   │   ├── system.py
│   │   │   │   ├── textio.py
│   │   │   │   ├── thread.py
│   │   │   │   ├── util.py
│   │   │   │   ├── win32
│   │   │   │   │   ├── advapi32.py
│   │   │   │   │   ├── context_amd64.py
│   │   │   │   │   ├── context_i386.py
│   │   │   │   │   ├── dbghelp.py
│   │   │   │   │   ├── defines.py
│   │   │   │   │   ├── gdi32.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── kernel32.py
│   │   │   │   │   ├── ntdll.py
│   │   │   │   │   ├── peb_teb.py
│   │   │   │   │   ├── psapi.py
│   │   │   │   │   ├── shell32.py
│   │   │   │   │   ├── shlwapi.py
│   │   │   │   │   ├── user32.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── wtsapi32.py
│   │   │   │   └── window.py
│   │   │   ├── _pydevd_bundle
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pydevconsole_code_for_ironpython.py
│   │   │   │   ├── pydevd_additional_thread_info.py
│   │   │   │   ├── pydevd_additional_thread_info_regular.py
│   │   │   │   ├── pydevd_breakpoints.py
│   │   │   │   ├── pydevd_command_line_handling.py
│   │   │   │   ├── pydevd_comm.py
│   │   │   │   ├── pydevd_console.py
│   │   │   │   ├── pydevd_constants.py
│   │   │   │   ├── pydevd_custom_frames.py
│   │   │   │   ├── pydevd_cython.c
│   │   │   │   ├── pydevd_cython_darwin_26_64.so
│   │   │   │   ├── pydevd_cython_darwin_27_64.so
│   │   │   │   ├── pydevd_cython_darwin_34_64.so
│   │   │   │   ├── pydevd_cython_darwin_35_64.cpython-35m-darwin.so
│   │   │   │   ├── pydevd_cython_darwin_36_64.cpython-36m-darwin.so
│   │   │   │   ├── pydevd_cython.pyx
│   │   │   │   ├── pydevd_cython_win32_26_32.pyd
│   │   │   │   ├── pydevd_cython_win32_26_64.pyd
│   │   │   │   ├── pydevd_cython_win32_27_32.pyd
│   │   │   │   ├── pydevd_cython_win32_27_64.pyd
│   │   │   │   ├── pydevd_cython_win32_34_32.pyd
│   │   │   │   ├── pydevd_cython_win32_34_64.pyd
│   │   │   │   ├── pydevd_cython_win32_35_32.cp35-win32.pyd
│   │   │   │   ├── pydevd_cython_win32_35_64.cp35-win_amd64.pyd
│   │   │   │   ├── pydevd_cython_win32_36_32.cp36-win32.pyd
│   │   │   │   ├── pydevd_cython_win32_36_64.cp36-win_amd64.pyd
│   │   │   │   ├── pydevd_cython_wrapper.py
│   │   │   │   ├── pydevd_dont_trace_files.py
│   │   │   │   ├── pydevd_dont_trace.py
│   │   │   │   ├── pydevd_exec2.py
│   │   │   │   ├── pydevd_exec.py
│   │   │   │   ├── pydevd_extension_api.py
│   │   │   │   ├── pydevd_extension_utils.py
│   │   │   │   ├── pydevd_frame.py
│   │   │   │   ├── pydevd_frame_utils.py
│   │   │   │   ├── pydevd_import_class.py
│   │   │   │   ├── pydevd_io.py
│   │   │   │   ├── pydevd_kill_all_pydevd_threads.py
│   │   │   │   ├── pydevd_plugin_utils.py
│   │   │   │   ├── pydevd_process_net_command.py
│   │   │   │   ├── pydevd_referrers.py
│   │   │   │   ├── pydevd_reload.py
│   │   │   │   ├── pydevd_resolver.py
│   │   │   │   ├── pydevd_save_locals.py
│   │   │   │   ├── pydevd_signature.py
│   │   │   │   ├── pydevd_stackless.py
│   │   │   │   ├── pydevd_trace_api.py
│   │   │   │   ├── pydevd_trace_dispatch.py
│   │   │   │   ├── pydevd_trace_dispatch_regular.py
│   │   │   │   ├── pydevd_traceproperty.py
│   │   │   │   ├── pydevd_tracing.py
│   │   │   │   ├── pydevd_utils.py
│   │   │   │   ├── pydevd_vars.py
│   │   │   │   ├── pydevd_vm_type.py
│   │   │   │   └── pydevd_xml.py
│   │   │   ├── pydevd_concurrency_analyser
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pydevd_concurrency_logger.py
│   │   │   │   └── pydevd_thread_wrappers.py
│   │   │   ├── pydevd_file_utils.py
│   │   │   ├── _pydevd_frame_eval
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pydevd_frame_eval_cython_wrapper.py
│   │   │   │   ├── pydevd_frame_eval_main.py
│   │   │   │   ├── pydevd_frame_evaluator.c
│   │   │   │   ├── pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
│   │   │   │   ├── pydevd_frame_evaluator.pxd
│   │   │   │   ├── pydevd_frame_evaluator.pyx
│   │   │   │   ├── pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
│   │   │   │   ├── pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
│   │   │   │   ├── pydevd_frame_tracing.py
│   │   │   │   └── pydevd_modify_bytecode.py
│   │   │   ├── pydevd_plugins
│   │   │   │   ├── django_debug.py
│   │   │   │   ├── extensions
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── types
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── pydevd_helpers.py
│   │   │   │   │   ├── pydevd_plugin_numpy_types.py
│   │   │   │   │   ├── pydevd_plugins_django_form_str.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── __init__.py
│   │   │   │   └── jinja2_debug.py
│   │   │   ├── pydevd.py
│   │   │   ├── _pydev_imps
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _pydev_BaseHTTPServer.py
│   │   │   │   ├── _pydev_execfile.py
│   │   │   │   ├── _pydev_inspect.py
│   │   │   │   ├── _pydev_pkgutil_old.py
│   │   │   │   ├── _pydev_saved_modules.py
│   │   │   │   ├── _pydev_SimpleXMLRPCServer.py
│   │   │   │   ├── _pydev_SocketServer.py
│   │   │   │   ├── _pydev_sys_patch.py
│   │   │   │   ├── _pydev_uuid_old.py
│   │   │   │   └── _pydev_xmlrpclib.py
│   │   │   ├── pydev_ipython
│   │   │   │   ├── __init__.py
│   │   │   │   ├── inputhookglut.py
│   │   │   │   ├── inputhookgtk3.py
│   │   │   │   ├── inputhookgtk.py
│   │   │   │   ├── inputhook.py
│   │   │   │   ├── inputhookpyglet.py
│   │   │   │   ├── inputhookqt4.py
│   │   │   │   ├── inputhookqt5.py
│   │   │   │   ├── inputhooktk.py
│   │   │   │   ├── inputhookwx.py
│   │   │   │   ├── matplotlibtools.py
│   │   │   │   ├── qt_for_kernel.py
│   │   │   │   ├── qt_loaders.py
│   │   │   │   ├── qt.py
│   │   │   │   ├── README
│   │   │   │   └── version.py
│   │   │   ├── pydev_pysrc.py
│   │   │   ├── _pydev_runfiles
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pydev_runfiles_coverage.py
│   │   │   │   ├── pydev_runfiles_nose.py
│   │   │   │   ├── pydev_runfiles_parallel_client.py
│   │   │   │   ├── pydev_runfiles_parallel.py
│   │   │   │   ├── pydev_runfiles.py
│   │   │   │   ├── pydev_runfiles_pytest2.py
│   │   │   │   ├── pydev_runfiles_unittest.py
│   │   │   │   └── pydev_runfiles_xml_rpc.py
│   │   │   ├── pydev_run_in_console.py
│   │   │   ├── pydev_sitecustomize
│   │   │   │   ├── __not_in_default_pythonpath.txt
│   │   │   │   └── sitecustomize.py
│   │   │   ├── README.rst
│   │   │   ├── runfiles.py
│   │   │   ├── setup_cython.py
│   │   │   ├── setup.py
│   │   │   ├── stubs
│   │   │   │   ├── _django_manager_body.py
│   │   │   │   ├── _get_tips.py
│   │   │   │   └── pycompletion.py
│   │   │   ├── test_pydevd_reload
│   │   │   │   ├── __init__.py
│   │   │   │   └── test_pydevd_reload.py
│   │   │   ├── tests_pydevd
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_check_pydevconsole.py
│   │   │   │   ├── test_get_referrers.py
│   │   │   │   ├── test_jyserver.py
│   │   │   │   ├── test_jysimpleTipper.py
│   │   │   │   ├── test_pydevconsole.py
│   │   │   │   ├── test_pydev_ipython_011.py
│   │   │   │   ├── test_pyserver.py
│   │   │   │   ├── test_signature.py
│   │   │   │   └── test_simpleTipper.py
│   │   │   ├── tests_pydevd_mainloop
│   │   │   │   ├── gui-glut.py
│   │   │   │   ├── gui-gtk3.py
│   │   │   │   ├── gui-gtk.py
│   │   │   │   ├── gui-pyglet.py
│   │   │   │   ├── gui-qt.py
│   │   │   │   ├── gui-tk.py
│   │   │   │   ├── gui-wx.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── README
│   │   │   ├── tests_pydevd_python
│   │   │   │   ├── _bytecode_many_names_example.py
│   │   │   │   ├── _bytecode_overflow_example.py
│   │   │   │   ├── _debugger_case10.py
│   │   │   │   ├── _debugger_case13.py
│   │   │   │   ├── _debugger_case14.py
│   │   │   │   ├── _debugger_case15_execfile.py
│   │   │   │   ├── _debugger_case15.py
│   │   │   │   ├── _debugger_case16.py
│   │   │   │   ├── _debugger_case17a.py
│   │   │   │   ├── _debugger_case17.py
│   │   │   │   ├── _debugger_case18.py
│   │   │   │   ├── _debugger_case19.py
│   │   │   │   ├── _debugger_case1.py
│   │   │   │   ├── _debugger_case2.py
│   │   │   │   ├── _debugger_case3.py
│   │   │   │   ├── _debugger_case4.py
│   │   │   │   ├── _debugger_case56.py
│   │   │   │   ├── _debugger_case7.py
│   │   │   │   ├── _debugger_case89.py
│   │   │   │   ├── _debugger_case_event_ext.py
│   │   │   │   ├── _debugger_case_module_entry_point.py
│   │   │   │   ├── _debugger_case_m_switch_2.py
│   │   │   │   ├── _debugger_case_m_switch.py
│   │   │   │   ├── _debugger_case_qthread1.py
│   │   │   │   ├── _debugger_case_qthread2.py
│   │   │   │   ├── _debugger_case_qthread3.py
│   │   │   │   ├── _debugger_case_qthread4.py
│   │   │   │   ├── _debugger_case_remote_1.py
│   │   │   │   ├── _debugger_case_remote_2.py
│   │   │   │   ├── _debugger_case_remote.py
│   │   │   │   ├── _debugger_case_set_next_statement.py
│   │   │   │   ├── _debugger_case_type_ext.py
│   │   │   │   ├── debugger_unittest.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── my_django_proj_17
│   │   │   │   │   ├── manage.py
│   │   │   │   │   ├── my_app
│   │   │   │   │   │   ├── admin.py
│   │   │   │   │   │   ├── forms.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── templates
│   │   │   │   │   │   │   └── my_app
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   └── name.html
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   ├── urls.py
│   │   │   │   │   │   └── views.py
│   │   │   │   │   └── my_django_proj_17
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── settings.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── wsgi.py
│   │   │   │   ├── my_extensions
│   │   │   │   │   └── pydevd_plugins
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── pydevd_plugin_test_events.py
│   │   │   │   │   │   └── pydevd_plugin_test_exttype.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── _performance_1.py
│   │   │   │   ├── _performance_2.py
│   │   │   │   ├── _performance_3.py
│   │   │   │   ├── performance_check.py
│   │   │   │   ├── test_additional_thread_info.py
│   │   │   │   ├── test_bytecode_modification.py
│   │   │   │   ├── test_debugger.py
│   │   │   │   ├── test_frame_eval_and_tracing.py
│   │   │   │   ├── test_process_command_line.py
│   │   │   │   ├── test_pydev_monkey.py
│   │   │   │   └── test_save_locals.py
│   │   │   ├── tests_pydevd_runfiles
│   │   │   │   ├── not_in_default_pythonpath.txt
│   │   │   │   ├── samples
│   │   │   │   │   ├── nested_dir
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── nested2
│   │   │   │   │   │   │   ├── deep_nest_test.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── non_test_file.py
│   │   │   │   │   │   ├── nested3
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── junk.txt
│   │   │   │   │   │   │   └── non_test_file.py
│   │   │   │   │   │   ├── non_test_file.py
│   │   │   │   │   │   └── simple4_test.py
│   │   │   │   │   ├── non_test_file.py
│   │   │   │   │   ├── not_in_default_pythonpath.txt
│   │   │   │   │   ├── simple2_test.py
│   │   │   │   │   ├── simple3_test.py
│   │   │   │   │   ├── simpleClass_test.py
│   │   │   │   │   ├── simpleModule_test.py
│   │   │   │   │   └── simple_test.py
│   │   │   │   ├── test_pydevdio.py
│   │   │   │   ├── test_pydevd_property.py
│   │   │   │   └── test_runfiles.py
│   │   │   └── third_party
│   │   │   ├── isort_container
│   │   │   │   └── isort
│   │   │   │   ├── hooks.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── isort.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── main.py
│   │   │   │   ├── natural.py
│   │   │   │   ├── pie_slice.py
│   │   │   │   ├── pylama_isort.py
│   │   │   │   └── settings.py
│   │   │   ├── pep8
│   │   │   │   ├── autopep8.py
│   │   │   │   ├── lib2to3
│   │   │   │   │   └── lib2to3
│   │   │   │   │   ├── btm_matcher.py
│   │   │   │   │   ├── btm_utils.py
│   │   │   │   │   ├── fixer_base.py
│   │   │   │   │   ├── fixer_util.py
│   │   │   │   │   ├── fixes
│   │   │   │   │   │   ├── fix_apply.py
│   │   │   │   │   │   ├── fix_basestring.py
│   │   │   │   │   │   ├── fix_buffer.py
│   │   │   │   │   │   ├── fix_callable.py
│   │   │   │   │   │   ├── fix_dict.py
│   │   │   │   │   │   ├── fix_except.py
│   │   │   │   │   │   ├── fix_execfile.py
│   │   │   │   │   │   ├── fix_exec.py
│   │   │   │   │   │   ├── fix_exitfunc.py
│   │   │   │   │   │   ├── fix_filter.py
│   │   │   │   │   │   ├── fix_funcattrs.py
│   │   │   │   │   │   ├── fix_future.py
│   │   │   │   │   │   ├── fix_getcwdu.py
│   │   │   │   │   │   ├── fix_has_key.py
│   │   │   │   │   │   ├── fix_idioms.py
│   │   │   │   │   │   ├── fix_import.py
│   │   │   │   │   │   ├── fix_imports2.py
│   │   │   │   │   │   ├── fix_imports.py
│   │   │   │   │   │   ├── fix_input.py
│   │   │   │   │   │   ├── fix_intern.py
│   │   │   │   │   │   ├── fix_isinstance.py
│   │   │   │   │   │   ├── fix_itertools_imports.py
│   │   │   │   │   │   ├── fix_itertools.py
│   │   │   │   │   │   ├── fix_long.py
│   │   │   │   │   │   ├── fix_map.py
│   │   │   │   │   │   ├── fix_metaclass.py
│   │   │   │   │   │   ├── fix_methodattrs.py
│   │   │   │   │   │   ├── fix_ne.py
│   │   │   │   │   │   ├── fix_next.py
│   │   │   │   │   │   ├── fix_nonzero.py
│   │   │   │   │   │   ├── fix_numliterals.py
│   │   │   │   │   │   ├── fix_operator.py
│   │   │   │   │   │   ├── fix_paren.py
│   │   │   │   │   │   ├── fix_print.py
│   │   │   │   │   │   ├── fix_raise.py
│   │   │   │   │   │   ├── fix_raw_input.py
│   │   │   │   │   │   ├── fix_reduce.py
│   │   │   │   │   │   ├── fix_renames.py
│   │   │   │   │   │   ├── fix_repr.py
│   │   │   │   │   │   ├── fix_set_literal.py
│   │   │   │   │   │   ├── fix_standarderror.py
│   │   │   │   │   │   ├── fix_sys_exc.py
│   │   │   │   │   │   ├── fix_throw.py
│   │   │   │   │   │   ├── fix_tuple_params.py
│   │   │   │   │   │   ├── fix_types.py
│   │   │   │   │   │   ├── fix_unicode.py
│   │   │   │   │   │   ├── fix_urllib.py
│   │   │   │   │   │   ├── fix_ws_comma.py
│   │   │   │   │   │   ├── fix_xrange.py
│   │   │   │   │   │   ├── fix_xreadlines.py
│   │   │   │   │   │   ├── fix_zip.py
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── Grammar.txt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── patcomp.py
│   │   │   │   │   ├── PatternGrammar.txt
│   │   │   │   │   ├── pgen2
│   │   │   │   │   │   ├── conv.py
│   │   │   │   │   │   ├── driver.py
│   │   │   │   │   │   ├── grammar.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── literals.py
│   │   │   │   │   │   ├── parse.py
│   │   │   │   │   │   ├── pgen.py
│   │   │   │   │   │   ├── tokenize.py
│   │   │   │   │   │   └── token.py
│   │   │   │   │   ├── pygram.py
│   │   │   │   │   ├── pytree.py
│   │   │   │   │   └── refactor.py
│   │   │   │   └── pycodestyle.py
│   │   │   └── wrapped_for_pydev
│   │   │   ├── ctypes
│   │   │   │   ├── _ctypes.dll
│   │   │   │   ├── ctypes-README.txt
│   │   │   │   ├── _endian.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── macholib
│   │   │   │   │   ├── dyld.py
│   │   │   │   │   ├── dylib.py
│   │   │   │   │   ├── framework.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── util.py
│   │   │   │   └── wintypes.py
│   │   │   └── not_in_default_pythonpath.txt
│   │   ├── python-skeletons
│   │   │   ├── alembic.py
│   │   │   ├── asyncio
│   │   │   │   ├── events.py
│   │   │   │   └── __init__.py
│   │   │   ├── AUTHORS.txt
│   │   │   ├── behave.py
│   │   │   ├── __builtin__.py
│   │   │   ├── builtins.py
│   │   │   ├── collections.py
│   │   │   ├── copy.py
│   │   │   ├── cStringIO.py
│   │   │   ├── _csv.py
│   │   │   ├── datetime.py
│   │   │   ├── decimal.py
│   │   │   ├── django
│   │   │   │   ├── core
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── mail.py
│   │   │   │   ├── db
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── query.py
│   │   │   │   ├── forms
│   │   │   │   │   ├── formsets.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── models.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── views
│   │   │   │   ├── generic
│   │   │   │   │   ├── base.py
│   │   │   │   │   └── __init__.py
│   │   │   │   └── __init__.py
│   │   │   ├── functools.py
│   │   │   ├── io.py
│   │   │   ├── itertools.py
│   │   │   ├── lettuce
│   │   │   │   ├── __init__.py
│   │   │   │   └── terrain.py
│   │   │   ├── LICENSE.txt
│   │   │   ├── logging.py
│   │   │   ├── math.py
│   │   │   ├── multiprocessing
│   │   │   │   ├── __init__.py
│   │   │   │   └── managers.py
│   │   │   ├── nose
│   │   │   │   ├── __init__.py
│   │   │   │   └── tools
│   │   │   │   └── __init__.py
│   │   │   ├── numpy
│   │   │   │   ├── core
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── multiarray.py
│   │   │   │   └── __init__.py
│   │   │   ├── os
│   │   │   │   ├── __init__.py
│   │   │   │   └── path.py
│   │   │   ├── pathlib.py
│   │   │   ├── pickle.py
│   │   │   ├── py
│   │   │   │   ├── error.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── path
│   │   │   │   └── __init__.py
│   │   │   ├── pytest
│   │   │   │   └── __init__.py
│   │   │   ├── README.md
│   │   │   ├── re.py
│   │   │   ├── shutil.py
│   │   │   ├── sqlite3.py
│   │   │   ├── StringIO.py
│   │   │   ├── struct.py
│   │   │   ├── subprocess.py
│   │   │   └── sys.py
│   │   ├── required_gen_version
│   │   ├── rest_runners
│   │   │   ├── rst2smth.py
│   │   │   └── sphinx_runner.py
│   │   ├── setuptools-1.4.2.tar.gz
│   │   ├── setuptools-28.8.0.tar.gz
│   │   ├── six.py
│   │   ├── sphinxcontrib
│   │   │   ├── __init__.py
│   │   │   └── napoleon
│   │   │   ├── docstring.py
│   │   │   ├── __init__.py
│   │   │   └── _version.py
│   │   ├── syspath.py
│   │   ├── test_generator.py
│   │   ├── tools
│   │   │   ├── class_method_versions.xml
│   │   │   ├── packages
│   │   │   ├── python_keywords
│   │   │   │   ├── and
│   │   │   │   ├── as
│   │   │   │   ├── assert
│   │   │   │   ├── break
│   │   │   │   ├── class
│   │   │   │   ├── continue
│   │   │   │   ├── __debug__
│   │   │   │   ├── def
│   │   │   │   ├── del
│   │   │   │   ├── elif
│   │   │   │   ├── else
│   │   │   │   ├── except
│   │   │   │   ├── exec
│   │   │   │   ├── False
│   │   │   │   ├── finally
│   │   │   │   ├── for
│   │   │   │   ├── from
│   │   │   │   ├── global
│   │   │   │   ├── if
│   │   │   │   ├── import
│   │   │   │   ├── in
│   │   │   │   ├── is
│   │   │   │   ├── lambda
│   │   │   │   ├── None
│   │   │   │   ├── nonlocal
│   │   │   │   ├── not
│   │   │   │   ├── or
│   │   │   │   ├── pass
│   │   │   │   ├── raise
│   │   │   │   ├── return
│   │   │   │   ├── True
│   │   │   │   ├── try
│   │   │   │   ├── while
│   │   │   │   ├── with
│   │   │   │   └── yield
│   │   │   ├── stdlib_packages.txt
│   │   │   └── versions.xml
│   │   ├── typeshed
│   │   │   ├── CONTRIBUTING.md
│   │   │   ├── LICENSE
│   │   │   ├── README.md
│   │   │   ├── requirements-tests-py2.txt
│   │   │   ├── requirements-tests-py3.txt
│   │   │   ├── runtests.sh
│   │   │   ├── stdlib
│   │   │   │   ├── 2
│   │   │   │   │   ├── abc.pyi
│   │   │   │   │   ├── array.pyi
│   │   │   │   │   ├── _ast.pyi
│   │   │   │   │   ├── ast.pyi
│   │   │   │   │   ├── atexit.pyi
│   │   │   │   │   ├── base64.pyi
│   │   │   │   │   ├── BaseHTTPServer.pyi
│   │   │   │   │   ├── binascii.pyi
│   │   │   │   │   ├── __builtin__.pyi
│   │   │   │   │   ├── builtins.pyi
│   │   │   │   │   ├── calendar.pyi
│   │   │   │   │   ├── _codecs.pyi
│   │   │   │   │   ├── _collections.pyi
│   │   │   │   │   ├── collections.pyi
│   │   │   │   │   ├── commands.pyi
│   │   │   │   │   ├── compileall.pyi
│   │   │   │   │   ├── ConfigParser.pyi
│   │   │   │   │   ├── cookielib.pyi
│   │   │   │   │   ├── Cookie.pyi
│   │   │   │   │   ├── copy.pyi
│   │   │   │   │   ├── cPickle.pyi
│   │   │   │   │   ├── cStringIO.pyi
│   │   │   │   │   ├── csv.pyi
│   │   │   │   │   ├── datetime.pyi
│   │   │   │   │   ├── decimal.pyi
│   │   │   │   │   ├── difflib.pyi
│   │   │   │   │   ├── distutils
│   │   │   │   │   │   ├── emxccompiler.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── doctest.pyi
│   │   │   │   │   ├── dummy_thread.pyi
│   │   │   │   │   ├── email
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   ├── application.pyi
│   │   │   │   │   │   │   ├── base.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── multipart.pyi
│   │   │   │   │   │   │   ├── nonmultipart.pyi
│   │   │   │   │   │   │   └── text.pyi
│   │   │   │   │   │   ├── MIMEText.pyi
│   │   │   │   │   │   ├── _parseaddr.pyi
│   │   │   │   │   │   └── utils.pyi
│   │   │   │   │   ├── encodings
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── utf_8.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── fcntl.pyi
│   │   │   │   │   ├── fileinput.pyi
│   │   │   │   │   ├── fnmatch.pyi
│   │   │   │   │   ├── _functools.pyi
│   │   │   │   │   ├── functools.pyi
│   │   │   │   │   ├── future_builtins.pyi
│   │   │   │   │   ├── __future__.pyi
│   │   │   │   │   ├── gc.pyi
│   │   │   │   │   ├── genericpath.pyi
│   │   │   │   │   ├── getopt.pyi
│   │   │   │   │   ├── getpass.pyi
│   │   │   │   │   ├── gettext.pyi
│   │   │   │   │   ├── glob.pyi
│   │   │   │   │   ├── grp.pyi
│   │   │   │   │   ├── gzip.pyi
│   │   │   │   │   ├── hashlib.pyi
│   │   │   │   │   ├── heapq.pyi
│   │   │   │   │   ├── _hotshot.pyi
│   │   │   │   │   ├── htmlentitydefs.pyi
│   │   │   │   │   ├── HTMLParser.pyi
│   │   │   │   │   ├── httplib.pyi
│   │   │   │   │   ├── importlib.pyi
│   │   │   │   │   ├── imp.pyi
│   │   │   │   │   ├── inspect.pyi
│   │   │   │   │   ├── _io.pyi
│   │   │   │   │   ├── io.pyi
│   │   │   │   │   ├── itertools.pyi
│   │   │   │   │   ├── _json.pyi
│   │   │   │   │   ├── json.pyi
│   │   │   │   │   ├── linecache.pyi
│   │   │   │   │   ├── macpath.pyi
│   │   │   │   │   ├── markupbase.pyi
│   │   │   │   │   ├── _md5.pyi
│   │   │   │   │   ├── md5.pyi
│   │   │   │   │   ├── mimetools.pyi
│   │   │   │   │   ├── multiprocessing
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── process.pyi
│   │   │   │   │   │   └── util.pyi
│   │   │   │   │   ├── mutex.pyi
│   │   │   │   │   ├── ntpath.pyi
│   │   │   │   │   ├── nturl2path.pyi
│   │   │   │   │   ├── optparse.pyi
│   │   │   │   │   ├── os
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── path.pyi
│   │   │   │   │   ├── os2emxpath.pyi
│   │   │   │   │   ├── pdb.pyi
│   │   │   │   │   ├── pickle.pyi
│   │   │   │   │   ├── pipes.pyi
│   │   │   │   │   ├── platform.pyi
│   │   │   │   │   ├── popen2.pyi
│   │   │   │   │   ├── posixpath.pyi
│   │   │   │   │   ├── posix.pyi
│   │   │   │   │   ├── pprint.pyi
│   │   │   │   │   ├── pwd.pyi
│   │   │   │   │   ├── pydoc.pyi
│   │   │   │   │   ├── Queue.pyi
│   │   │   │   │   ├── _random.pyi
│   │   │   │   │   ├── random.pyi
│   │   │   │   │   ├── repr.pyi
│   │   │   │   │   ├── re.pyi
│   │   │   │   │   ├── resource.pyi
│   │   │   │   │   ├── rfc822.pyi
│   │   │   │   │   ├── robotparser.pyi
│   │   │   │   │   ├── runpy.pyi
│   │   │   │   │   ├── select.pyi
│   │   │   │   │   ├── sets.pyi
│   │   │   │   │   ├── _sha256.pyi
│   │   │   │   │   ├── _sha512.pyi
│   │   │   │   │   ├── _sha.pyi
│   │   │   │   │   ├── sha.pyi
│   │   │   │   │   ├── shelve.pyi
│   │   │   │   │   ├── shlex.pyi
│   │   │   │   │   ├── shutil.pyi
│   │   │   │   │   ├── signal.pyi
│   │   │   │   │   ├── SimpleHTTPServer.pyi
│   │   │   │   │   ├── smtplib.pyi
│   │   │   │   │   ├── _socket.pyi
│   │   │   │   │   ├── socket.pyi
│   │   │   │   │   ├── SocketServer.pyi
│   │   │   │   │   ├── spwd.pyi
│   │   │   │   │   ├── sqlite3
│   │   │   │   │   │   ├── dbapi2.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── sre_constants.pyi
│   │   │   │   │   ├── sre_parse.pyi
│   │   │   │   │   ├── _sre.pyi
│   │   │   │   │   ├── ssl.pyi
│   │   │   │   │   ├── stat.pyi
│   │   │   │   │   ├── StringIO.pyi
│   │   │   │   │   ├── stringold.pyi
│   │   │   │   │   ├── string.pyi
│   │   │   │   │   ├── strop.pyi
│   │   │   │   │   ├── _struct.pyi
│   │   │   │   │   ├── struct.pyi
│   │   │   │   │   ├── subprocess.pyi
│   │   │   │   │   ├── symbol.pyi
│   │   │   │   │   ├── _symtable.pyi
│   │   │   │   │   ├── sys.pyi
│   │   │   │   │   ├── tempfile.pyi
│   │   │   │   │   ├── textwrap.pyi
│   │   │   │   │   ├── _threading_local.pyi
│   │   │   │   │   ├── thread.pyi
│   │   │   │   │   ├── time.pyi
│   │   │   │   │   ├── toaiff.pyi
│   │   │   │   │   ├── tokenize.pyi
│   │   │   │   │   ├── token.pyi
│   │   │   │   │   ├── types.pyi
│   │   │   │   │   ├── typing.pyi
│   │   │   │   │   ├── unittest.pyi
│   │   │   │   │   ├── urllib2.pyi
│   │   │   │   │   ├── urllib.pyi
│   │   │   │   │   ├── urlparse.pyi
│   │   │   │   │   ├── UserDict.pyi
│   │   │   │   │   ├── UserList.pyi
│   │   │   │   │   ├── user.pyi
│   │   │   │   │   ├── UserString.pyi
│   │   │   │   │   ├── uuid.pyi
│   │   │   │   │   ├── _warnings.pyi
│   │   │   │   │   ├── _weakref.pyi
│   │   │   │   │   ├── weakref.pyi
│   │   │   │   │   ├── _weakrefset.pyi
│   │   │   │   │   ├── whichdb.pyi
│   │   │   │   │   ├── wsgiref
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── types.pyi
│   │   │   │   │   │   └── validate.pyi
│   │   │   │   │   ├── xmlrpclib.pyi
│   │   │   │   │   └── zlib.pyi
│   │   │   │   ├── 2and3
│   │   │   │   │   ├── argparse.pyi
│   │   │   │   │   ├── asynchat.pyi
│   │   │   │   │   ├── asyncore.pyi
│   │   │   │   │   ├── base64.pyi
│   │   │   │   │   ├── binascii.pyi
│   │   │   │   │   ├── binhex.pyi
│   │   │   │   │   ├── _bisect.pyi
│   │   │   │   │   ├── bisect.pyi
│   │   │   │   │   ├── bz2.pyi
│   │   │   │   │   ├── calendar.pyi
│   │   │   │   │   ├── cgi.pyi
│   │   │   │   │   ├── chunk.pyi
│   │   │   │   │   ├── cmath.pyi
│   │   │   │   │   ├── cmd.pyi
│   │   │   │   │   ├── _codecs.pyi
│   │   │   │   │   ├── codecs.pyi
│   │   │   │   │   ├── codeop.pyi
│   │   │   │   │   ├── code.pyi
│   │   │   │   │   ├── colorsys.pyi
│   │   │   │   │   ├── contextlib.pyi
│   │   │   │   │   ├── copy.pyi
│   │   │   │   │   ├── cProfile.pyi
│   │   │   │   │   ├── crypt.pyi
│   │   │   │   │   ├── _csv.pyi
│   │   │   │   │   ├── csv.pyi
│   │   │   │   │   ├── difflib.pyi
│   │   │   │   │   ├── dis.pyi
│   │   │   │   │   ├── distutils
│   │   │   │   │   │   ├── archive_util.pyi
│   │   │   │   │   │   ├── bcppcompiler.pyi
│   │   │   │   │   │   ├── ccompiler.pyi
│   │   │   │   │   │   ├── cmd.pyi
│   │   │   │   │   │   ├── command
│   │   │   │   │   │   │   ├── bdist_dumb.pyi
│   │   │   │   │   │   │   ├── bdist_msi.pyi
│   │   │   │   │   │   │   ├── bdist_packager.pyi
│   │   │   │   │   │   │   ├── bdist.pyi
│   │   │   │   │   │   │   ├── bdist_rpm.pyi
│   │   │   │   │   │   │   ├── bdist_wininst.pyi
│   │   │   │   │   │   │   ├── build_clib.pyi
│   │   │   │   │   │   │   ├── build_ext.pyi
│   │   │   │   │   │   │   ├── build.pyi
│   │   │   │   │   │   │   ├── build_py.pyi
│   │   │   │   │   │   │   ├── build_scripts.pyi
│   │   │   │   │   │   │   ├── check.pyi
│   │   │   │   │   │   │   ├── clean.pyi
│   │   │   │   │   │   │   ├── config.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── install_data.pyi
│   │   │   │   │   │   │   ├── install_headers.pyi
│   │   │   │   │   │   │   ├── install_lib.pyi
│   │   │   │   │   │   │   ├── install.pyi
│   │   │   │   │   │   │   ├── install_scripts.pyi
│   │   │   │   │   │   │   ├── register.pyi
│   │   │   │   │   │   │   └── sdist.pyi
│   │   │   │   │   │   ├── core.pyi
│   │   │   │   │   │   ├── cygwinccompiler.pyi
│   │   │   │   │   │   ├── debug.pyi
│   │   │   │   │   │   ├── dep_util.pyi
│   │   │   │   │   │   ├── dir_util.pyi
│   │   │   │   │   │   ├── dist.pyi
│   │   │   │   │   │   ├── errors.pyi
│   │   │   │   │   │   ├── extension.pyi
│   │   │   │   │   │   ├── fancy_getopt.pyi
│   │   │   │   │   │   ├── filelist.pyi
│   │   │   │   │   │   ├── file_util.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── log.pyi
│   │   │   │   │   │   ├── msvccompiler.pyi
│   │   │   │   │   │   ├── spawn.pyi
│   │   │   │   │   │   ├── sysconfig.pyi
│   │   │   │   │   │   ├── text_file.pyi
│   │   │   │   │   │   ├── unixccompiler.pyi
│   │   │   │   │   │   ├── util.pyi
│   │   │   │   │   │   └── version.pyi
│   │   │   │   │   ├── doctest.pyi
│   │   │   │   │   ├── errno.pyi
│   │   │   │   │   ├── filecmp.pyi
│   │   │   │   │   ├── fileinput.pyi
│   │   │   │   │   ├── formatter.pyi
│   │   │   │   │   ├── fractions.pyi
│   │   │   │   │   ├── ftplib.pyi
│   │   │   │   │   ├── __future__.pyi
│   │   │   │   │   ├── grp.pyi
│   │   │   │   │   ├── _heapq.pyi
│   │   │   │   │   ├── hmac.pyi
│   │   │   │   │   ├── keyword.pyi
│   │   │   │   │   ├── lib2to3
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── pgen2
│   │   │   │   │   │   │   ├── driver.pyi
│   │   │   │   │   │   │   ├── grammar.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── literals.pyi
│   │   │   │   │   │   │   ├── parse.pyi
│   │   │   │   │   │   │   ├── pgen.pyi
│   │   │   │   │   │   │   ├── tokenize.pyi
│   │   │   │   │   │   │   └── token.pyi
│   │   │   │   │   │   ├── pygram.pyi
│   │   │   │   │   │   └── pytree.pyi
│   │   │   │   │   ├── linecache.pyi
│   │   │   │   │   ├── locale.pyi
│   │   │   │   │   ├── logging
│   │   │   │   │   │   ├── config.pyi
│   │   │   │   │   │   ├── handlers.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── marshal.pyi
│   │   │   │   │   ├── math.pyi
│   │   │   │   │   ├── mimetypes.pyi
│   │   │   │   │   ├── mmap.pyi
│   │   │   │   │   ├── numbers.pyi
│   │   │   │   │   ├── opcode.pyi
│   │   │   │   │   ├── operator.pyi
│   │   │   │   │   ├── optparse.pyi
│   │   │   │   │   ├── pdb.pyi
│   │   │   │   │   ├── pickle.pyi
│   │   │   │   │   ├── pickletools.pyi
│   │   │   │   │   ├── pkgutil.pyi
│   │   │   │   │   ├── plistlib.pyi
│   │   │   │   │   ├── poplib.pyi
│   │   │   │   │   ├── pprint.pyi
│   │   │   │   │   ├── profile.pyi
│   │   │   │   │   ├── pstats.pyi
│   │   │   │   │   ├── pty.pyi
│   │   │   │   │   ├── pwd.pyi
│   │   │   │   │   ├── pyclbr.pyi
│   │   │   │   │   ├── py_compile.pyi
│   │   │   │   │   ├── quopri.pyi
│   │   │   │   │   ├── _random.pyi
│   │   │   │   │   ├── readline.pyi
│   │   │   │   │   ├── rlcompleter.pyi
│   │   │   │   │   ├── sched.pyi
│   │   │   │   │   ├── select.pyi
│   │   │   │   │   ├── site.pyi
│   │   │   │   │   ├── smtpd.pyi
│   │   │   │   │   ├── sndhdr.pyi
│   │   │   │   │   ├── socket.pyi
│   │   │   │   │   ├── spwd.pyi
│   │   │   │   │   ├── stringprep.pyi
│   │   │   │   │   ├── struct.pyi
│   │   │   │   │   ├── sunau.pyi
│   │   │   │   │   ├── symtable.pyi
│   │   │   │   │   ├── sysconfig.pyi
│   │   │   │   │   ├── syslog.pyi
│   │   │   │   │   ├── tabnanny.pyi
│   │   │   │   │   ├── tarfile.pyi
│   │   │   │   │   ├── telnetlib.pyi
│   │   │   │   │   ├── termios.pyi
│   │   │   │   │   ├── threading.pyi
│   │   │   │   │   ├── timeit.pyi
│   │   │   │   │   ├── token.pyi
│   │   │   │   │   ├── traceback.pyi
│   │   │   │   │   ├── trace.pyi
│   │   │   │   │   ├── tty.pyi
│   │   │   │   │   ├── unicodedata.pyi
│   │   │   │   │   ├── uuid.pyi
│   │   │   │   │   ├── uu.pyi
│   │   │   │   │   ├── warnings.pyi
│   │   │   │   │   ├── wave.pyi
│   │   │   │   │   ├── _weakref.pyi
│   │   │   │   │   ├── weakref.pyi
│   │   │   │   │   ├── _weakrefset.pyi
│   │   │   │   │   ├── webbrowser.pyi
│   │   │   │   │   ├── xdrlib.pyi
│   │   │   │   │   ├── xml
│   │   │   │   │   │   ├── etree
│   │   │   │   │   │   │   ├── cElementTree.pyi
│   │   │   │   │   │   │   ├── ElementInclude.pyi
│   │   │   │   │   │   │   ├── ElementPath.pyi
│   │   │   │   │   │   │   ├── ElementTree.pyi
│   │   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── sax
│   │   │   │   │   │   ├── handler.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── saxutils.pyi
│   │   │   │   │   │   └── xmlreader.pyi
│   │   │   │   │   ├── zipfile.pyi
│   │   │   │   │   ├── zipimport.pyi
│   │   │   │   │   └── zlib.pyi
│   │   │   │   ├── 3
│   │   │   │   │   ├── abc.pyi
│   │   │   │   │   ├── array.pyi
│   │   │   │   │   ├── _ast.pyi
│   │   │   │   │   ├── ast.pyi
│   │   │   │   │   ├── atexit.pyi
│   │   │   │   │   ├── base64.pyi
│   │   │   │   │   ├── binascii.pyi
│   │   │   │   │   ├── builtins.pyi
│   │   │   │   │   ├── calendar.pyi
│   │   │   │   │   ├── _codecs.pyi
│   │   │   │   │   ├── collections
│   │   │   │   │   │   ├── abc.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── compileall.pyi
│   │   │   │   │   ├── _compression.pyi
│   │   │   │   │   ├── concurrent
│   │   │   │   │   │   ├── futures
│   │   │   │   │   │   │   ├── _base.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── process.pyi
│   │   │   │   │   │   │   └── thread.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── configparser.pyi
│   │   │   │   │   ├── copy.pyi
│   │   │   │   │   ├── csv.pyi
│   │   │   │   │   ├── curses
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── _curses.pyi
│   │   │   │   │   ├── datetime.pyi
│   │   │   │   │   ├── decimal.pyi
│   │   │   │   │   ├── difflib.pyi
│   │   │   │   │   ├── doctest.pyi
│   │   │   │   │   ├── _dummy_thread.pyi
│   │   │   │   │   ├── email
│   │   │   │   │   │   ├── charset.pyi
│   │   │   │   │   │   ├── contentmanager.pyi
│   │   │   │   │   │   ├── encoders.pyi
│   │   │   │   │   │   ├── errors.pyi
│   │   │   │   │   │   ├── feedparser.pyi
│   │   │   │   │   │   ├── generator.pyi
│   │   │   │   │   │   ├── header.pyi
│   │   │   │   │   │   ├── headerregistry.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── iterators.pyi
│   │   │   │   │   │   ├── message.pyi
│   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   ├── application.pyi
│   │   │   │   │   │   │   ├── audio.pyi
│   │   │   │   │   │   │   ├── base.pyi
│   │   │   │   │   │   │   ├── image.pyi
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── message.pyi
│   │   │   │   │   │   │   ├── multipart.pyi
│   │   │   │   │   │   │   ├── nonmultipart.pyi
│   │   │   │   │   │   │   └── text.pyi
│   │   │   │   │   │   ├── parser.pyi
│   │   │   │   │   │   ├── policy.pyi
│   │   │   │   │   │   └── utils.pyi
│   │   │   │   │   ├── encodings
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── utf_8.pyi
│   │   │   │   │   ├── fcntl.pyi
│   │   │   │   │   ├── fileinput.pyi
│   │   │   │   │   ├── fnmatch.pyi
│   │   │   │   │   ├── functools.pyi
│   │   │   │   │   ├── __future__.pyi
│   │   │   │   │   ├── gc.pyi
│   │   │   │   │   ├── getopt.pyi
│   │   │   │   │   ├── getpass.pyi
│   │   │   │   │   ├── gettext.pyi
│   │   │   │   │   ├── glob.pyi
│   │   │   │   │   ├── grp.pyi
│   │   │   │   │   ├── gzip.pyi
│   │   │   │   │   ├── hashlib.pyi
│   │   │   │   │   ├── heapq.pyi
│   │   │   │   │   ├── html
│   │   │   │   │   │   ├── entities.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── parser.pyi
│   │   │   │   │   ├── http
│   │   │   │   │   │   ├── client.pyi
│   │   │   │   │   │   ├── cookiejar.pyi
│   │   │   │   │   │   ├── cookies.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── server.pyi
│   │   │   │   │   ├── importlib
│   │   │   │   │   │   ├── abc.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── machinery.pyi
│   │   │   │   │   │   └── util.pyi
│   │   │   │   │   ├── _importlib_modulespec.pyi
│   │   │   │   │   ├── _imp.pyi
│   │   │   │   │   ├── imp.pyi
│   │   │   │   │   ├── inspect.pyi
│   │   │   │   │   ├── io.pyi
│   │   │   │   │   ├── itertools.pyi
│   │   │   │   │   ├── json
│   │   │   │   │   │   ├── decoder.pyi
│   │   │   │   │   │   ├── encoder.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── _json.pyi
│   │   │   │   │   ├── json.pyi
│   │   │   │   │   ├── linecache.pyi
│   │   │   │   │   ├── macpath.pyi
│   │   │   │   │   ├── _markupbase.pyi
│   │   │   │   │   ├── msvcrt.pyi
│   │   │   │   │   ├── multiprocessing
│   │   │   │   │   │   ├── context.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── managers.pyi
│   │   │   │   │   │   ├── pool.pyi
│   │   │   │   │   │   └── process.pyi
│   │   │   │   │   ├── nntplib.pyi
│   │   │   │   │   ├── ntpath.pyi
│   │   │   │   │   ├── nturl2path.pyi
│   │   │   │   │   ├── _operator.pyi
│   │   │   │   │   ├── os
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── path.pyi
│   │   │   │   │   ├── pdb.pyi
│   │   │   │   │   ├── pickle.pyi
│   │   │   │   │   ├── pipes.pyi
│   │   │   │   │   ├── platform.pyi
│   │   │   │   │   ├── posixpath.pyi
│   │   │   │   │   ├── posix.pyi
│   │   │   │   │   ├── _posixsubprocess.pyi
│   │   │   │   │   ├── pprint.pyi
│   │   │   │   │   ├── pwd.pyi
│   │   │   │   │   ├── queue.pyi
│   │   │   │   │   ├── _random.pyi
│   │   │   │   │   ├── random.pyi
│   │   │   │   │   ├── reprlib.pyi
│   │   │   │   │   ├── re.pyi
│   │   │   │   │   ├── resource.pyi
│   │   │   │   │   ├── runpy.pyi
│   │   │   │   │   ├── select.pyi
│   │   │   │   │   ├── shelve.pyi
│   │   │   │   │   ├── shlex.pyi
│   │   │   │   │   ├── shutil.pyi
│   │   │   │   │   ├── signal.pyi
│   │   │   │   │   ├── smtplib.pyi
│   │   │   │   │   ├── socket.pyi
│   │   │   │   │   ├── socketserver.pyi
│   │   │   │   │   ├── spwd.pyi
│   │   │   │   │   ├── sqlite3
│   │   │   │   │   │   ├── dbapi2.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── sre_constants.pyi
│   │   │   │   │   ├── sre_parse.pyi
│   │   │   │   │   ├── ssl.pyi
│   │   │   │   │   ├── stat.pyi
│   │   │   │   │   ├── string.pyi
│   │   │   │   │   ├── struct.pyi
│   │   │   │   │   ├── _subprocess.pyi
│   │   │   │   │   ├── subprocess.pyi
│   │   │   │   │   ├── symbol.pyi
│   │   │   │   │   ├── sys.pyi
│   │   │   │   │   ├── tempfile.pyi
│   │   │   │   │   ├── textwrap.pyi
│   │   │   │   │   ├── _threading_local.pyi
│   │   │   │   │   ├── _thread.pyi
│   │   │   │   │   ├── time.pyi
│   │   │   │   │   ├── tkinter
│   │   │   │   │   │   ├── constants.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── ttk.pyi
│   │   │   │   │   ├── tokenize.pyi
│   │   │   │   │   ├── token.pyi
│   │   │   │   │   ├── types.pyi
│   │   │   │   │   ├── typing.pyi
│   │   │   │   │   ├── unittest
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── mock.pyi
│   │   │   │   │   ├── urllib
│   │   │   │   │   │   ├── error.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── parse.pyi
│   │   │   │   │   │   ├── request.pyi
│   │   │   │   │   │   ├── response.pyi
│   │   │   │   │   │   └── robotparser.pyi
│   │   │   │   │   ├── uuid.pyi
│   │   │   │   │   ├── _warnings.pyi
│   │   │   │   │   ├── weakref.pyi
│   │   │   │   │   ├── wsgiref
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── types.pyi
│   │   │   │   │   │   └── validate.pyi
│   │   │   │   │   └── zlib.pyi
│   │   │   │   ├── 3.3
│   │   │   │   │   └── ipaddress.pyi
│   │   │   │   ├── 3.4
│   │   │   │   │   ├── asyncio
│   │   │   │   │   │   ├── coroutines.pyi
│   │   │   │   │   │   ├── events.pyi
│   │   │   │   │   │   ├── futures.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── locks.pyi
│   │   │   │   │   │   ├── protocols.pyi
│   │   │   │   │   │   ├── queues.pyi
│   │   │   │   │   │   ├── streams.pyi
│   │   │   │   │   │   ├── subprocess.pyi
│   │   │   │   │   │   ├── tasks.pyi
│   │   │   │   │   │   └── transports.pyi
│   │   │   │   │   ├── enum.pyi
│   │   │   │   │   ├── pathlib.pyi
│   │   │   │   │   ├── selectors.pyi
│   │   │   │   │   ├── statistics.pyi
│   │   │   │   │   ├── _stat.pyi
│   │   │   │   │   ├── _tracemalloc.pyi
│   │   │   │   │   └── tracemalloc.pyi
│   │   │   │   ├── 3.5
│   │   │   │   │   └── zipapp.pyi
│   │   │   │   └── 3.6
│   │   │   │   └── secrets.pyi
│   │   │   ├── tests
│   │   │   │   ├── mypy_blacklist.txt
│   │   │   │   ├── mypy_selftest.py
│   │   │   │   ├── mypy_test.py
│   │   │   │   ├── pytype_blacklist.txt
│   │   │   │   └── pytype_test.py
│   │   │   └── third_party
│   │   │   ├── 2
│   │   │   │   ├── concurrent
│   │   │   │   │   ├── futures
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── croniter.pyi
│   │   │   │   ├── cryptography
│   │   │   │   │   ├── hazmat
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── primitives
│   │   │   │   │   │   ├── asymmetric
│   │   │   │   │   │   │   ├── dsa.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   └── rsa.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── serialization.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── dateutil
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── parser.pyi
│   │   │   │   │   ├── relativedelta.pyi
│   │   │   │   │   └── tz
│   │   │   │   │   ├── _common.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── tz.pyi
│   │   │   │   ├── enum.pyi
│   │   │   │   ├── fb303
│   │   │   │   │   ├── FacebookService.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── gflags.pyi
│   │   │   │   ├── google
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── protobuf
│   │   │   │   │   ├── descriptor_pb2.pyi
│   │   │   │   │   ├── descriptor_pool.pyi
│   │   │   │   │   ├── descriptor.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── decoder.pyi
│   │   │   │   │   │   ├── encoder.pyi
│   │   │   │   │   │   ├── enum_type_wrapper.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── wire_format.pyi
│   │   │   │   │   ├── message_factory.pyi
│   │   │   │   │   ├── message.pyi
│   │   │   │   │   ├── reflection.pyi
│   │   │   │   │   └── symbol_database.pyi
│   │   │   │   ├── itsdangerous.pyi
│   │   │   │   ├── kazoo
│   │   │   │   │   ├── client.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── recipe
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── watchers.pyi
│   │   │   │   ├── OpenSSL
│   │   │   │   │   ├── crypto.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── pycurl.pyi
│   │   │   │   ├── pymssql.pyi
│   │   │   │   ├── redis
│   │   │   │   │   ├── client.pyi
│   │   │   │   │   ├── connection.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── utils.pyi
│   │   │   │   ├── routes
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── mapper.pyi
│   │   │   │   │   └── util.pyi
│   │   │   │   ├── scribe
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── scribe.pyi
│   │   │   │   │   └── ttypes.pyi
│   │   │   │   ├── selenium
│   │   │   │   │   └── webdriver
│   │   │   │   │   └── remote
│   │   │   │   │   ├── webdriver.pyi
│   │   │   │   │   └── webelement.pyi
│   │   │   │   ├── simplejson
│   │   │   │   │   ├── decoder.pyi
│   │   │   │   │   ├── encoder.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── scanner.pyi
│   │   │   │   ├── six
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── moves
│   │   │   │   │   ├── cPickle.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── urllib
│   │   │   │   │   │   ├── error.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── parse.pyi
│   │   │   │   │   │   ├── request.pyi
│   │   │   │   │   │   ├── response.pyi
│   │   │   │   │   │   └── robotparser.pyi
│   │   │   │   │   ├── urllib_error.pyi
│   │   │   │   │   ├── urllib_parse.pyi
│   │   │   │   │   ├── urllib_request.pyi
│   │   │   │   │   ├── urllib_response.pyi
│   │   │   │   │   └── urllib_robotparser.pyi
│   │   │   │   ├── thrift
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── protocol
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── TBinaryProtocol.pyi
│   │   │   │   │   │   └── TProtocol.pyi
│   │   │   │   │   ├── Thrift.pyi
│   │   │   │   │   └── transport
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── TSocket.pyi
│   │   │   │   │   └── TTransport.pyi
│   │   │   │   ├── tornado
│   │   │   │   │   ├── concurrent.pyi
│   │   │   │   │   ├── gen.pyi
│   │   │   │   │   ├── httpclient.pyi
│   │   │   │   │   ├── httpserver.pyi
│   │   │   │   │   ├── httputil.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── ioloop.pyi
│   │   │   │   │   ├── locks.pyi
│   │   │   │   │   ├── netutil.pyi
│   │   │   │   │   ├── tcpserver.pyi
│   │   │   │   │   ├── testing.pyi
│   │   │   │   │   ├── util.pyi
│   │   │   │   │   └── web.pyi
│   │   │   │   ├── werkzeug
│   │   │   │   │   ├── _compat.pyi
│   │   │   │   │   ├── contrib
│   │   │   │   │   │   ├── atom.pyi
│   │   │   │   │   │   ├── cache.pyi
│   │   │   │   │   │   ├── fixers.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── iterio.pyi
│   │   │   │   │   │   ├── jsrouting.pyi
│   │   │   │   │   │   ├── limiter.pyi
│   │   │   │   │   │   ├── lint.pyi
│   │   │   │   │   │   ├── profiler.pyi
│   │   │   │   │   │   ├── securecookie.pyi
│   │   │   │   │   │   ├── sessions.pyi
│   │   │   │   │   │   ├── testtools.pyi
│   │   │   │   │   │   └── wrappers.pyi
│   │   │   │   │   ├── datastructures.pyi
│   │   │   │   │   ├── debug
│   │   │   │   │   │   ├── console.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── repr.pyi
│   │   │   │   │   │   └── tbtools.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── filesystem.pyi
│   │   │   │   │   ├── formparser.pyi
│   │   │   │   │   ├── http.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── _internal.pyi
│   │   │   │   │   ├── local.pyi
│   │   │   │   │   ├── posixemulation.pyi
│   │   │   │   │   ├── _reloader.pyi
│   │   │   │   │   ├── routing.pyi
│   │   │   │   │   ├── script.pyi
│   │   │   │   │   ├── security.pyi
│   │   │   │   │   ├── serving.pyi
│   │   │   │   │   ├── testapp.pyi
│   │   │   │   │   ├── test.pyi
│   │   │   │   │   ├── urls.pyi
│   │   │   │   │   ├── useragents.pyi
│   │   │   │   │   ├── utils.pyi
│   │   │   │   │   ├── wrappers.pyi
│   │   │   │   │   └── wsgi.pyi
│   │   │   │   └── yaml
│   │   │   │   ├── composer.pyi
│   │   │   │   ├── constructor.pyi
│   │   │   │   ├── dumper.pyi
│   │   │   │   ├── emitter.pyi
│   │   │   │   ├── error.pyi
│   │   │   │   ├── events.pyi
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── loader.pyi
│   │   │   │   ├── nodes.pyi
│   │   │   │   ├── parser.pyi
│   │   │   │   ├── reader.pyi
│   │   │   │   ├── representer.pyi
│   │   │   │   ├── resolver.pyi
│   │   │   │   ├── scanner.pyi
│   │   │   │   ├── serializer.pyi
│   │   │   │   └── tokens.pyi
│   │   │   ├── 2and3
│   │   │   │   ├── atomicwrites
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── backports
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── ssl_match_hostname.pyi
│   │   │   │   ├── backports_abc.pyi
│   │   │   │   ├── boto
│   │   │   │   │   ├── auth_handler.pyi
│   │   │   │   │   ├── auth.pyi
│   │   │   │   │   ├── compat.pyi
│   │   │   │   │   ├── connection.pyi
│   │   │   │   │   ├── ec2
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── elb
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   ├── exception.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── kms
│   │   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── layer1.pyi
│   │   │   │   │   ├── plugin.pyi
│   │   │   │   │   ├── regioninfo.pyi
│   │   │   │   │   ├── s3
│   │   │   │   │   │   ├── acl.pyi
│   │   │   │   │   │   ├── bucketlistresultset.pyi
│   │   │   │   │   │   ├── bucketlogging.pyi
│   │   │   │   │   │   ├── bucket.pyi
│   │   │   │   │   │   ├── connection.pyi
│   │   │   │   │   │   ├── cors.pyi
│   │   │   │   │   │   ├── deletemarker.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── keyfile.pyi
│   │   │   │   │   │   ├── key.pyi
│   │   │   │   │   │   ├── lifecycle.pyi
│   │   │   │   │   │   ├── multidelete.pyi
│   │   │   │   │   │   ├── multipart.pyi
│   │   │   │   │   │   ├── prefix.pyi
│   │   │   │   │   │   ├── tagging.pyi
│   │   │   │   │   │   ├── user.pyi
│   │   │   │   │   │   └── website.pyi
│   │   │   │   │   └── utils.pyi
│   │   │   │   ├── certifi.pyi
│   │   │   │   ├── characteristic
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── click
│   │   │   │   │   ├── core.pyi
│   │   │   │   │   ├── decorators.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── formatting.pyi
│   │   │   │   │   ├── globals.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── parser.pyi
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── termui.pyi
│   │   │   │   │   ├── types.pyi
│   │   │   │   │   └── utils.pyi
│   │   │   │   ├── Crypto
│   │   │   │   │   ├── Cipher
│   │   │   │   │   │   ├── AES.pyi
│   │   │   │   │   │   ├── ARC2.pyi
│   │   │   │   │   │   ├── ARC4.pyi
│   │   │   │   │   │   ├── blockalgo.pyi
│   │   │   │   │   │   ├── Blowfish.pyi
│   │   │   │   │   │   ├── CAST.pyi
│   │   │   │   │   │   ├── DES3.pyi
│   │   │   │   │   │   ├── DES.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── PKCS1_OAEP.pyi
│   │   │   │   │   │   ├── PKCS1_v1_5.pyi
│   │   │   │   │   │   └── XOR.pyi
│   │   │   │   │   ├── Hash
│   │   │   │   │   │   ├── hashalgo.pyi
│   │   │   │   │   │   ├── HMAC.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── MD2.pyi
│   │   │   │   │   │   ├── MD4.pyi
│   │   │   │   │   │   ├── MD5.pyi
│   │   │   │   │   │   ├── RIPEMD.pyi
│   │   │   │   │   │   ├── SHA224.pyi
│   │   │   │   │   │   ├── SHA256.pyi
│   │   │   │   │   │   ├── SHA384.pyi
│   │   │   │   │   │   ├── SHA512.pyi
│   │   │   │   │   │   └── SHA.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── pct_warnings.pyi
│   │   │   │   │   ├── Protocol
│   │   │   │   │   │   ├── AllOrNothing.pyi
│   │   │   │   │   │   ├── Chaffing.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── KDF.pyi
│   │   │   │   │   ├── PublicKey
│   │   │   │   │   │   ├── DSA.pyi
│   │   │   │   │   │   ├── ElGamal.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── pubkey.pyi
│   │   │   │   │   │   └── RSA.pyi
│   │   │   │   │   ├── Random
│   │   │   │   │   │   ├── Fortuna
│   │   │   │   │   │   │   ├── FortunaAccumulator.pyi
│   │   │   │   │   │   │   ├── FortunaGenerator.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   └── SHAd256.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── OSRNG
│   │   │   │   │   │   │   ├── fallback.pyi
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── posix.pyi
│   │   │   │   │   │   │   └── rng_base.pyi
│   │   │   │   │   │   └── random.pyi
│   │   │   │   │   ├── Signature
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── PKCS1_PSS.pyi
│   │   │   │   │   │   └── PKCS1_v1_5.pyi
│   │   │   │   │   └── Util
│   │   │   │   │   ├── asn1.pyi
│   │   │   │   │   ├── Counter.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── number.pyi
│   │   │   │   │   ├── randpool.pyi
│   │   │   │   │   ├── RFC1751.pyi
│   │   │   │   │   └── strxor.pyi
│   │   │   │   ├── emoji.pyi
│   │   │   │   ├── jinja2
│   │   │   │   │   ├── bccache.pyi
│   │   │   │   │   ├── _compat.pyi
│   │   │   │   │   ├── compiler.pyi
│   │   │   │   │   ├── constants.pyi
│   │   │   │   │   ├── debug.pyi
│   │   │   │   │   ├── defaults.pyi
│   │   │   │   │   ├── environment.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── ext.pyi
│   │   │   │   │   ├── filters.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── lexer.pyi
│   │   │   │   │   ├── loaders.pyi
│   │   │   │   │   ├── meta.pyi
│   │   │   │   │   ├── nodes.pyi
│   │   │   │   │   ├── optimizer.pyi
│   │   │   │   │   ├── parser.pyi
│   │   │   │   │   ├── runtime.pyi
│   │   │   │   │   ├── sandbox.pyi
│   │   │   │   │   ├── _stringdefs.pyi
│   │   │   │   │   ├── tests.pyi
│   │   │   │   │   ├── utils.pyi
│   │   │   │   │   └── visitor.pyi
│   │   │   │   ├── markupsafe
│   │   │   │   │   ├── _compat.pyi
│   │   │   │   │   ├── _constants.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── _native.pyi
│   │   │   │   │   └── _speedups.pyi
│   │   │   │   ├── mypy_extensions.pyi
│   │   │   │   ├── pymysql
│   │   │   │   │   ├── charset.pyi
│   │   │   │   │   ├── connections.pyi
│   │   │   │   │   ├── constants
│   │   │   │   │   │   ├── CLIENT.pyi
│   │   │   │   │   │   ├── COMMAND.pyi
│   │   │   │   │   │   ├── ER.pyi
│   │   │   │   │   │   ├── FIELD_TYPE.pyi
│   │   │   │   │   │   ├── FLAG.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── SERVER_STATUS.pyi
│   │   │   │   │   ├── converters.pyi
│   │   │   │   │   ├── cursors.pyi
│   │   │   │   │   ├── err.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── times.pyi
│   │   │   │   │   └── util.pyi
│   │   │   │   ├── pynamodb
│   │   │   │   │   ├── attributes.pyi
│   │   │   │   │   ├── connection
│   │   │   │   │   │   ├── base.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── table.pyi
│   │   │   │   │   │   └── util.pyi
│   │   │   │   │   ├── constants.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── indexes.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── models.pyi
│   │   │   │   │   ├── settings.pyi
│   │   │   │   │   ├── throttle.pyi
│   │   │   │   │   └── types.pyi
│   │   │   │   ├── pytz
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── lazy.pyi
│   │   │   │   ├── requests
│   │   │   │   │   ├── adapters.pyi
│   │   │   │   │   ├── api.pyi
│   │   │   │   │   ├── auth.pyi
│   │   │   │   │   ├── compat.pyi
│   │   │   │   │   ├── cookies.pyi
│   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   ├── hooks.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── models.pyi
│   │   │   │   │   ├── packages
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   └── urllib3
│   │   │   │   │   │   ├── _collections.pyi
│   │   │   │   │   │   ├── connectionpool.pyi
│   │   │   │   │   │   ├── connection.pyi
│   │   │   │   │   │   ├── contrib
│   │   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   │   ├── exceptions.pyi
│   │   │   │   │   │   ├── fields.pyi
│   │   │   │   │   │   ├── filepost.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── packages
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   └── ssl_match_hostname
│   │   │   │   │   │   │   ├── _implementation.pyi
│   │   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   │   ├── poolmanager.pyi
│   │   │   │   │   │   ├── request.pyi
│   │   │   │   │   │   ├── response.pyi
│   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── connection.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── request.pyi
│   │   │   │   │   │   ├── response.pyi
│   │   │   │   │   │   ├── retry.pyi
│   │   │   │   │   │   ├── ssl_.pyi
│   │   │   │   │   │   ├── timeout.pyi
│   │   │   │   │   │   └── url.pyi
│   │   │   │   │   ├── sessions.pyi
│   │   │   │   │   ├── status_codes.pyi
│   │   │   │   │   ├── structures.pyi
│   │   │   │   │   └── utils.pyi
│   │   │   │   ├── singledispatch.pyi
│   │   │   │   ├── typing_extensions.pyi
│   │   │   │   ├── ujson.pyi
│   │   │   │   └── yaml
│   │   │   │   ├── composer.pyi
│   │   │   │   ├── constructor.pyi
│   │   │   │   ├── dumper.pyi
│   │   │   │   ├── emitter.pyi
│   │   │   │   ├── error.pyi
│   │   │   │   ├── events.pyi
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── loader.pyi
│   │   │   │   ├── nodes.pyi
│   │   │   │   ├── parser.pyi
│   │   │   │   ├── reader.pyi
│   │   │   │   ├── representer.pyi
│   │   │   │   ├── resolver.pyi
│   │   │   │   ├── scanner.pyi
│   │   │   │   ├── serializer.pyi
│   │   │   │   └── tokens.pyi
│   │   │   ├── 3
│   │   │   │   ├── dateutil
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── parser.pyi
│   │   │   │   │   ├── relativedelta.pyi
│   │   │   │   │   └── tz
│   │   │   │   │   ├── _common.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── tz.pyi
│   │   │   │   ├── docutils
│   │   │   │   │   ├── examples.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── nodes.pyi
│   │   │   │   │   └── parsers
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── rst
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── nodes.pyi
│   │   │   │   │   ├── roles.pyi
│   │   │   │   │   └── states.pyi
│   │   │   │   ├── enum.pyi
│   │   │   │   ├── itsdangerous.pyi
│   │   │   │   ├── jwt
│   │   │   │   │   ├── algorithms.pyi
│   │   │   │   │   ├── contrib
│   │   │   │   │   │   ├── algorithms
│   │   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   │   ├── pycrypto.pyi
│   │   │   │   │   │   │   └── py_ecdsa.pyi
│   │   │   │   │   │   └── __init__.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   ├── lxml
│   │   │   │   │   ├── etree.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── objectify.pyi
│   │   │   │   ├── pkg_resources.pyi
│   │   │   │   ├── six
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   └── moves
│   │   │   │   │   ├── cPickle.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── urllib
│   │   │   │   │   │   ├── error.pyi
│   │   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   │   ├── parse.pyi
│   │   │   │   │   │   ├── request.pyi
│   │   │   │   │   │   ├── response.pyi
│   │   │   │   │   │   └── robotparser.pyi
│   │   │   │   │   ├── urllib_error.pyi
│   │   │   │   │   ├── urllib_parse.pyi
│   │   │   │   │   ├── urllib_request.pyi
│   │   │   │   │   ├── urllib_response.pyi
│   │   │   │   │   └── urllib_robotparser.pyi
│   │   │   │   ├── typed_ast
│   │   │   │   │   ├── ast27.pyi
│   │   │   │   │   ├── ast3.pyi
│   │   │   │   │   ├── conversions.pyi
│   │   │   │   │   └── __init__.pyi
│   │   │   │   └── werkzeug
│   │   │   │   ├── _compat.pyi
│   │   │   │   ├── contrib
│   │   │   │   │   ├── atom.pyi
│   │   │   │   │   ├── cache.pyi
│   │   │   │   │   ├── fixers.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── iterio.pyi
│   │   │   │   │   ├── jsrouting.pyi
│   │   │   │   │   ├── limiter.pyi
│   │   │   │   │   ├── lint.pyi
│   │   │   │   │   ├── profiler.pyi
│   │   │   │   │   ├── securecookie.pyi
│   │   │   │   │   ├── sessions.pyi
│   │   │   │   │   ├── testtools.pyi
│   │   │   │   │   └── wrappers.pyi
│   │   │   │   ├── datastructures.pyi
│   │   │   │   ├── debug
│   │   │   │   │   ├── console.pyi
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── repr.pyi
│   │   │   │   │   └── tbtools.pyi
│   │   │   │   ├── exceptions.pyi
│   │   │   │   ├── filesystem.pyi
│   │   │   │   ├── formparser.pyi
│   │   │   │   ├── http.pyi
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _internal.pyi
│   │   │   │   ├── local.pyi
│   │   │   │   ├── posixemulation.pyi
│   │   │   │   ├── _reloader.pyi
│   │   │   │   ├── routing.pyi
│   │   │   │   ├── script.pyi
│   │   │   │   ├── security.pyi
│   │   │   │   ├── serving.pyi
│   │   │   │   ├── testapp.pyi
│   │   │   │   ├── test.pyi
│   │   │   │   ├── urls.pyi
│   │   │   │   ├── useragents.pyi
│   │   │   │   ├── utils.pyi
│   │   │   │   ├── wrappers.pyi
│   │   │   │   └── wsgi.pyi
│   │   │   └── 3.6
│   │   │   └── click
│   │   │   ├── core.pyi
│   │   │   ├── decorators.pyi
│   │   │   ├── exceptions.pyi
│   │   │   ├── formatting.pyi
│   │   │   ├── globals.pyi
│   │   │   ├── __init__.pyi
│   │   │   ├── parser.pyi
│   │   │   ├── README.md
│   │   │   ├── termui.pyi
│   │   │   ├── types.pyi
│   │   │   └── utils.pyi
│   │   ├── virtualenv-1.11.6.tar.gz
│   │   ├── virtualenv-15.1.0.tar.gz
│   │   └── virtualenv-1.7.2.tar.gz
│   ├── index
│   │   └── Python
│   │   ├── id-index.input
│   │   ├── id-index.input_i
│   │   ├── id-index.input_i.len
│   │   ├── id-index.input.keystream
│   │   ├── id-index.input.keystream.len
│   │   ├── id-index.input.len
│   │   ├── id-index.input.values
│   │   ├── id-index.input.values.at
│   │   ├── id-index.input.values.s
│   │   ├── sdk-stubs.input
│   │   ├── sdk-stubs.input_i
│   │   ├── sdk-stubs.input_i.len
│   │   ├── sdk-stubs.input.keystream
│   │   ├── sdk-stubs.input.keystream.len
│   │   ├── sdk-stubs.input.len
│   │   ├── sdk-stubs.input.values
│   │   ├── sdk-stubs.input.values.at
│   │   ├── sdk-stubs.input.values.s
│   │   ├── sdk-stubs.names
│   │   ├── sdk-stubs.names_i
│   │   ├── sdk-stubs.names_i.len
│   │   ├── sdk-stubs.names.keystream
│   │   ├── sdk-stubs.names.keystream.len
│   │   ├── sdk-stubs.names.len
│   │   └── sdk-stubs.version
│   ├── Install-Linux-tar.txt
│   ├── jre64
│   │   ├── ASSEMBLY_EXCEPTION
│   │   ├── bin
│   │   │   ├── java
│   │   │   ├── jjs
│   │   │   ├── keytool
│   │   │   ├── orbd
│   │   │   ├── pack200
│   │   │   ├── policytool
│   │   │   ├── rmid
│   │   │   ├── rmiregistry
│   │   │   ├── servertool
│   │   │   ├── tnameserv
│   │   │   └── unpack200
│   │   ├── lib
│   │   │   ├── amd64
│   │   │   │   ├── jli
│   │   │   │   │   └── libjli.so
│   │   │   │   ├── jvm.cfg
│   │   │   │   ├── libavplugin.so
│   │   │   │   ├── libawt_headless.so
│   │   │   │   ├── libawt.so
│   │   │   │   ├── libawt_xawt.so
│   │   │   │   ├── libdecora_sse.so
│   │   │   │   ├── libdt_socket.so
│   │   │   │   ├── libfontmanager.so
│   │   │   │   ├── libfxplugins.so
│   │   │   │   ├── libglass.so
│   │   │   │   ├── libgstreamer-lite.so
│   │   │   │   ├── libhprof.so
│   │   │   │   ├── libinstrument.so
│   │   │   │   ├── libj2gss.so
│   │   │   │   ├── libj2pcsc.so
│   │   │   │   ├── libj2pkcs11.so
│   │   │   │   ├── libjaas_unix.so
│   │   │   │   ├── libjava_crw_demo.so
│   │   │   │   ├── libjavafx_font_freetype.so
│   │   │   │   ├── libjavafx_font_pango.so
│   │   │   │   ├── libjavafx_font.so
│   │   │   │   ├── libjavafx_iio.so
│   │   │   │   ├── libjava.so
│   │   │   │   ├── libjawt.so
│   │   │   │   ├── libjdwp.so
│   │   │   │   ├── libjfxmedia.so
│   │   │   │   ├── libjfxwebkit.so
│   │   │   │   ├── libjpeg.so
│   │   │   │   ├── libjsdt.so
│   │   │   │   ├── libjsig.so
│   │   │   │   ├── libjsoundalsa.so
│   │   │   │   ├── libjsound.so
│   │   │   │   ├── liblcms.so
│   │   │   │   ├── libmanagement.so
│   │   │   │   ├── libmlib_image.so
│   │   │   │   ├── libnet.so
│   │   │   │   ├── libnio.so
│   │   │   │   ├── libnpt.so
│   │   │   │   ├── libprism_common.so
│   │   │   │   ├── libprism_es2.so
│   │   │   │   ├── libprism_sw.so
│   │   │   │   ├── libsctp.so
│   │   │   │   ├── libsplashscreen.so
│   │   │   │   ├── libsunec.so
│   │   │   │   ├── libunpack.so
│   │   │   │   ├── libverify.so
│   │   │   │   ├── libzip.so
│   │   │   │   └── server
│   │   │   │   ├── libjsig.so
│   │   │   │   ├── libjvm.so
│   │   │   │   └── Xusage.txt
│   │   │   ├── calendars.properties
│   │   │   ├── charsets.jar
│   │   │   ├── classlist
│   │   │   ├── cmm
│   │   │   │   ├── CIEXYZ.pf
│   │   │   │   ├── GRAY.pf
│   │   │   │   ├── LINEAR_RGB.pf
│   │   │   │   ├── PYCC.pf
│   │   │   │   └── sRGB.pf
│   │   │   ├── content-types.properties
│   │   │   ├── currency.data
│   │   │   ├── ext
│   │   │   │   ├── cldrdata.jar
│   │   │   │   ├── dnsns.jar
│   │   │   │   ├── jaccess.jar
│   │   │   │   ├── jfxrt.jar
│   │   │   │   ├── localedata.jar
│   │   │   │   ├── meta-index
│   │   │   │   ├── nashorn.jar
│   │   │   │   ├── sunec.jar
│   │   │   │   ├── sunjce_provider.jar
│   │   │   │   ├── sunpkcs11.jar
│   │   │   │   └── zipfs.jar
│   │   │   ├── flavormap.properties
│   │   │   ├── fontconfig.bfc
│   │   │   ├── fontconfig.properties.src
│   │   │   ├── fonts
│   │   │   │   ├── DroidSans-Bold.ttf
│   │   │   │   ├── DroidSansMonoDotted.ttf
│   │   │   │   ├── DroidSansMonoSlashed.ttf
│   │   │   │   ├── DroidSansMono.ttf
│   │   │   │   ├── DroidSans.ttf
│   │   │   │   ├── DroidSerif-BoldItalic.ttf
│   │   │   │   ├── DroidSerif-Bold.ttf
│   │   │   │   ├── DroidSerif-Italic.ttf
│   │   │   │   ├── DroidSerif-Regular.ttf
│   │   │   │   ├── font.conf
│   │   │   │   ├── fonts.dir
│   │   │   │   └── LICENSE.txt
│   │   │   ├── hijrah-config-umalqura.properties
│   │   │   ├── images
│   │   │   │   └── cursors
│   │   │   │   ├── cursors.properties
│   │   │   │   ├── invalid32x32.gif
│   │   │   │   ├── motif_CopyDrop32x32.gif
│   │   │   │   ├── motif_CopyNoDrop32x32.gif
│   │   │   │   ├── motif_LinkDrop32x32.gif
│   │   │   │   ├── motif_LinkNoDrop32x32.gif
│   │   │   │   ├── motif_MoveDrop32x32.gif
│   │   │   │   └── motif_MoveNoDrop32x32.gif
│   │   │   ├── javafx.properties
│   │   │   ├── jce.jar
│   │   │   ├── jexec
│   │   │   ├── jfxswt.jar
│   │   │   ├── jsse.jar
│   │   │   ├── jvm.hprof.txt
│   │   │   ├── logging.properties
│   │   │   ├── management
│   │   │   │   ├── jmxremote.access
│   │   │   │   ├── jmxremote.password.template
│   │   │   │   ├── management.properties
│   │   │   │   └── snmp.acl.template
│   │   │   ├── management-agent.jar
│   │   │   ├── meta-index
│   │   │   ├── net.properties
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── resources.jar
│   │   │   ├── rt.jar
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── local_policy.jar
│   │   │   │   │   └── US_export_policy.jar
│   │   │   │   └── unlimited
│   │   │   │   ├── local_policy.jar
│   │   │   │   └── US_export_policy.jar
│   │   │   ├── sound.properties
│   │   │   └── tzdb.dat
│   │   ├── LICENSE
│   │   ├── release
│   │   └── THIRD_PARTY_README
│   ├── lib
│   │   ├── annotations.jar
│   │   ├── asm-all.jar
│   │   ├── automaton.jar
│   │   ├── batik-all.jar
│   │   ├── bcprov-jdk15on-155.jar
│   │   ├── boot.jar
│   │   ├── bootstrap.jar
│   │   ├── cglib-nodep-3.2.4.jar
│   │   ├── cli-parser-1.1.jar
│   │   ├── common-image-3.2.1.jar
│   │   ├── common-io-3.2.1.jar
│   │   ├── common-lang-3.2.1.jar
│   │   ├── commons-codec-1.9.jar
│   │   ├── commons-compress-1.10.jar
│   │   ├── commons-httpclient-3.1-patched.jar
│   │   ├── commons-imaging-1.0-RC.jar
│   │   ├── commons-logging-1.2.jar
│   │   ├── eddsa-0.2.0.jar
│   │   ├── extensions.jar
│   │   ├── fluent-hc-4.5.2.jar
│   │   ├── forms_rt.jar
│   │   ├── groovy-all-2.4.12.jar
│   │   ├── gson-2.8.2.jar
│   │   ├── guava-21.0.jar
│   │   ├── httpclient-4.5.2.jar
│   │   ├── httpcore-4.4.5.jar
│   │   ├── httpmime-4.5.2.jar
│   │   ├── icons.jar
│   │   ├── imageio-core-3.2.1.jar
│   │   ├── imageio-metadata-3.2.1.jar
│   │   ├── imageio-tiff-3.2.1.jar
│   │   ├── imgscalr-lib-4.2.jar
│   │   ├── ini4j-0.5.2-patched.jar
│   │   ├── isorelax.jar
│   │   ├── jaxen-1.1.3.jar
│   │   ├── jayatana-1.2.4.jar
│   │   ├── jbcrypt-1.0.0.jar
│   │   ├── jdom.jar
│   │   ├── jediterm-pty-2.6.jar
│   │   ├── jgoodies-forms.jar
│   │   ├── jh.jar
│   │   ├── jing.jar
│   │   ├── jna.jar
│   │   ├── jna-platform.jar
│   │   ├── jsch-0.1.54.jar
│   │   ├── jsch.agentproxy.connector-factory.jar
│   │   ├── jsch.agentproxy.core.jar
│   │   ├── jsch.agentproxy.jsch.jar
│   │   ├── jsch.agentproxy.pageant.jar
│   │   ├── jsch.agentproxy.sshagent.jar
│   │   ├── jsch.agentproxy.usocket-jna.jar
│   │   ├── jsch.agentproxy.usocket-nc.jar
│   │   ├── jsoup-1.10.3.jar
│   │   ├── jsr173_1.0_api.jar
│   │   ├── kotlin-reflect.jar
│   │   ├── kotlin-runtime.jar
│   │   ├── libpty
│   │   │   └── linux
│   │   │   ├── x86
│   │   │   │   └── libpty.so
│   │   │   └── x86_64
│   │   │   └── libpty.so
│   │   ├── log4j.jar
│   │   ├── markdown4j-2.2.jar
│   │   ├── markdownj-core-0.4.2-SNAPSHOT.jar
│   │   ├── microba.jar
│   │   ├── miglayout-core-5.0.jar
│   │   ├── miglayout-swing-5.0.jar
│   │   ├── nanoxml-2.2.3.jar
│   │   ├── netty-all-4.1.13.Final.jar
│   │   ├── openapi.jar
│   │   ├── oromatcher.jar
│   │   ├── picocontainer.jar
│   │   ├── proxy-vole-1.0.3.jar
│   │   ├── pty4j-0.7.1.jar
│   │   ├── purejavacomm.jar
│   │   ├── pycharm.jar
│   │   ├── pycharm-pydev.jar
│   │   ├── resolver.jar
│   │   ├── resources_en.jar
│   │   ├── resources.jar
│   │   ├── rngom-20051226-patched.jar
│   │   ├── serviceMessages.jar
│   │   ├── slf4j-api-1.7.10.jar
│   │   ├── slf4j-log4j12-1.7.10.jar
│   │   ├── snappy-in-java-0.5.1.jar
│   │   ├── sqlite-jdbc-3.16.1.jar
│   │   ├── src
│   │   │   ├── pycharm-openapi-src.zip
│   │   │   └── pycharm-pydev-src.zip
│   │   ├── streamex-0.6.5.jar
│   │   ├── swingx-core-1.6.2.jar
│   │   ├── trang-core.jar
│   │   ├── trilead-ssh2-build-217-jenkins-11.jar
│   │   ├── trove4j.jar
│   │   ├── util.jar
│   │   ├── velocity.jar
│   │   ├── winp-1.23.jar
│   │   ├── xbean.jar
│   │   ├── xercesImpl.jar
│   │   ├── xml-apis-ext.jar
│   │   ├── xmlgraphics-commons-1.5.jar
│   │   ├── xmlrpc-2.0.jar
│   │   ├── xpp3-1.1.4-min.jar
│   │   └── xstream-1.4.8.jar
│   ├── license
│   │   ├── ant_license.txt
│   │   ├── asm_license.txt
│   │   ├── eclipse_license2.txt
│   │   ├── eclipse_license.txt
│   │   ├── growl.license
│   │   ├── gson_license.txt
│   │   ├── imgscalr_license.txt
│   │   ├── javahelp_license.html
│   │   ├── javolution_license.txt
│   │   ├── jaxb_license.txt
│   │   ├── jaxen_license.txt
│   │   ├── jayatana_license.txt
│   │   ├── jdom_license.txt
│   │   ├── jgoodies_forms_license.txt
│   │   ├── junit_license.txt
│   │   ├── kryo-license.txt
│   │   ├── LICENSE.txt
│   │   ├── log4j_license.txt
│   │   ├── microba_license.txt
│   │   ├── miglayout_swing_license.txt
│   │   ├── nanoxml_license.txt
│   │   ├── NOTICE.txt
│   │   ├── oromatcher_license.txt
│   │   ├── picoContainer_license.txt
│   │   ├── saxon-conditions.html
│   │   ├── sqljet-license.txt
│   │   ├── svnkit-license.txt
│   │   ├── swingx_license.txt
│   │   ├── trove4j_license.txt
│   │   ├── winp_license.txt
│   │   ├── xerces_license.txt
│   │   ├── xmlrpc_license.txt
│   │   ├── XStream_license.txt
│   │   └── yourkit-license-redist.txt
│   └── plugins
│   ├── cvsIntegration
│   │   └── lib
│   │   ├── cvsIntegration.jar
│   │   ├── cvs_util.jar
│   │   ├── javacvs-src.jar
│   │   ├── resources_en.jar
│   │   ├── smartcvs-src.jar
│   │   └── trilead-ssh2-build213.jar
│   ├── editorconfig
│   │   └── lib
│   │   ├── editorconfig-core-java.jar
│   │   └── editorconfig.jar
│   ├── git4idea
│   │   └── lib
│   │   ├── git4idea.jar
│   │   ├── git4idea-rt.jar
│   │   ├── remote-servers-git.jar
│   │   └── resources_en.jar
│   ├── github
│   │   └── lib
│   │   └── github.jar
│   ├── hg4idea
│   │   └── lib
│   │   ├── hg4idea.jar
│   │   └── resources_en.jar
│   ├── IntelliLang
│   │   └── lib
│   │   └── IntelliLang.jar
│   ├── IntelliLang-python
│   │   └── lib
│   │   └── IntelliLang-python.jar
│   ├── ipnb
│   │   └── lib
│   │   ├── commons-lang-2.6.jar
│   │   ├── ipnb.jar
│   │   ├── java_websocket.jar
│   │   └── resources_en.jar
│   ├── properties
│   │   └── lib
│   │   ├── properties.jar
│   │   └── resources_en.jar
│   ├── python-rest
│   │   └── lib
│   │   └── python-rest.jar
│   ├── python-terminal
│   │   └── lib
│   │   └── python-terminal.jar
│   ├── rest
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── rest.jar
│   ├── settings-repository
│   │   └── lib
│   │   ├── jackson-annotations-2.8.1.jar
│   │   ├── jackson-core-2.8.1.jar
│   │   ├── jackson-databind-2.8.1.jar
│   │   ├── jgit.jar
│   │   ├── resources_en.jar
│   │   └── settings-repository.jar
│   ├── svn4idea
│   │   └── lib
│   │   ├── antlr.jar
│   │   ├── jsch.agentproxy.svnkit-trilead-ssh2.jar
│   │   ├── licenses
│   │   │   ├── ANTLR-LICENSE
│   │   │   ├── changelog.txt
│   │   │   ├── CHANGES.txt
│   │   │   ├── COPYING
│   │   │   ├── LICENSE-ANTLR.txt
│   │   │   ├── LICENSE-JAVAHL.txt
│   │   │   ├── LICENSE-JNA.txt
│   │   │   ├── LICENSE-SEQUENCE.txt
│   │   │   ├── LICENSE-SQLJET.txt
│   │   │   ├── LICENSE-TRILEAD.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── README.txt
│   │   │   ├── SEQUENCE-LICENSE
│   │   │   ├── SQLJET-LICENSE
│   │   │   ├── SQLJET-README.txt
│   │   │   └── TRILEAD-LICENSE
│   │   ├── resources_en.jar
│   │   ├── sequence-library.jar
│   │   ├── sqljet.jar
│   │   ├── svn4idea.jar
│   │   ├── svnkit.jar
│   │   └── svnkit-javahl.jar
│   ├── tasks
│   │   └── lib
│   │   ├── axis-1.4.jar
│   │   ├── axis-jaxrpc-1.4.jar
│   │   ├── axis-saaj-1.3.jar
│   │   ├── commons-discovery-0.4.jar
│   │   ├── jira.jar
│   │   ├── json-path-0.8.0.jar
│   │   ├── json-smart-1.1.1.jar
│   │   ├── tasks-api.jar
│   │   ├── tasks-core.jar
│   │   └── wsdl4j-1.4.jar
│   ├── terminal
│   │   ├── fish
│   │   │   └── config.fish
│   │   ├── jediterm-bash.in
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── terminal.jar
│   └── yaml
│   └── lib
│   ├── resources_en.jar
│   └── yaml.jar
└── share
├── applications -> /nix/store/3bb8s5j6vasvmzzhlkyha2vgjw28k99j-pycharm-community.desktop/share/applications
└── pixmaps
└── pycharm-community.png -> /nix/store/a4jgz8vkvrlxai3cbk94jsisszzl90q7-pycharm-community-2017.3.4/pycharm-community-2017.3.4/bin/pycharm.png
423 directories, 2669 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment