Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 30, 2018 17:24
Show Gist options
  • Save ryantm/354834c75ad6240801f447820cd9067e to your computer and use it in GitHub Desktop.
Save ryantm/354834c75ad6240801f447820cd9067e to your computer and use it in GitHub Desktop.
/nix/store/q075j1pw2p0j7wldlcq0mx2kj018fgn4-spyder-3.2.8
├── bin
│   └── spyder
├── lib
│   └── python2.7
│   └── site-packages
│   ├── spyder
│   │   ├── app
│   │   │   ├── cli_options.py
│   │   │   ├── cli_options.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mac_stylesheet.qss
│   │   │   ├── mainwindow.py
│   │   │   ├── mainwindow.pyc
│   │   │   ├── restart.py
│   │   │   ├── restart.pyc
│   │   │   ├── start.py
│   │   │   ├── start.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── notebook.ipynb
│   │   │   │   ├── pyx_lib_import.py
│   │   │   │   ├── pyx_lib_import.pyc
│   │   │   │   ├── pyx_script.pyx
│   │   │   │   ├── script.py
│   │   │   │   ├── script.pyc
│   │   │   │   ├── script_pylint.py
│   │   │   │   ├── script_pylint.pyc
│   │   │   │   ├── test_mainwindow.py
│   │   │   │   ├── test_mainwindow.pyc
│   │   │   │   ├── test_tour.py
│   │   │   │   └── test_tour.pyc
│   │   │   ├── tour.py
│   │   │   └── tour.pyc
│   │   ├── config
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── fonts.py
│   │   │   ├── fonts.pyc
│   │   │   ├── gui.py
│   │   │   ├── gui.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── main.py
│   │   │   ├── main.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_user.py
│   │   │   │   └── test_user.pyc
│   │   │   ├── user.py
│   │   │   ├── user.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── defaults
│   │   │   ├── defaults-2.4.0.ini
│   │   │   ├── defaults-3.0.0.ini
│   │   │   └── Readme.txt
│   │   ├── dependencies.py
│   │   ├── dependencies.pyc
│   │   ├── fonts
│   │   │   ├── spyder-charmap.json
│   │   │   └── spyder.ttf
│   │   ├── images
│   │   │   ├── actions
│   │   │   │   ├── 1downarrow.png
│   │   │   │   ├── 1uparrow.png
│   │   │   │   ├── 2downarrow.png
│   │   │   │   ├── 2uparrow.png
│   │   │   │   ├── arrow-continue.png
│   │   │   │   ├── arrow-step-in.png
│   │   │   │   ├── arrow-step-out.png
│   │   │   │   ├── arrow-step-over.png
│   │   │   │   ├── auto_reload.png
│   │   │   │   ├── browse_tab.png
│   │   │   │   ├── check.png
│   │   │   │   ├── cmdprompt.png
│   │   │   │   ├── collapse.png
│   │   │   │   ├── collapse_selection.png
│   │   │   │   ├── configure.png
│   │   │   │   ├── copywop.png
│   │   │   │   ├── delete.png
│   │   │   │   ├── edit24.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── editcopy.png
│   │   │   │   ├── editcut.png
│   │   │   │   ├── editdelete.png
│   │   │   │   ├── editpaste.png
│   │   │   │   ├── edit.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── eraser.png
│   │   │   │   ├── exit.png
│   │   │   │   ├── expand.png
│   │   │   │   ├── expand_selection.png
│   │   │   │   ├── filter.png
│   │   │   │   ├── findf.png
│   │   │   │   ├── findnext.png
│   │   │   │   ├── find.png
│   │   │   │   ├── findprevious.png
│   │   │   │   ├── folder_new.png
│   │   │   │   ├── hide.png
│   │   │   │   ├── hist.png
│   │   │   │   ├── home.png
│   │   │   │   ├── imshow.png
│   │   │   │   ├── insert.png
│   │   │   │   ├── lock_open.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── magnifier.png
│   │   │   │   ├── maximize.png
│   │   │   │   ├── next.png
│   │   │   │   ├── options_less.png
│   │   │   │   ├── options_more.png
│   │   │   │   ├── plot.png
│   │   │   │   ├── previous.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── rename.png
│   │   │   │   ├── replace.png
│   │   │   │   ├── restore.png
│   │   │   │   ├── show.png
│   │   │   │   ├── special_paste.png
│   │   │   │   ├── stop_debug.png
│   │   │   │   ├── stop.png
│   │   │   │   ├── synchronize.png
│   │   │   │   ├── tooloptions.png
│   │   │   │   ├── undo.png
│   │   │   │   ├── unmaximize.png
│   │   │   │   ├── up.png
│   │   │   │   ├── window_fullscreen.png
│   │   │   │   ├── window_nofullscreen.png
│   │   │   │   ├── zoom_in.png
│   │   │   │   └── zoom_out.png
│   │   │   ├── advanced.png
│   │   │   ├── arredit.png
│   │   │   ├── arrow.png
│   │   │   ├── bold.png
│   │   │   ├── browser.png
│   │   │   ├── chevron-left.png
│   │   │   ├── chevron-right.png
│   │   │   ├── console
│   │   │   │   ├── cmdprompt_t.png
│   │   │   │   ├── console.png
│   │   │   │   ├── editclear.png
│   │   │   │   ├── environ.png
│   │   │   │   ├── history24.png
│   │   │   │   ├── history.png
│   │   │   │   ├── ipython_console.png
│   │   │   │   ├── ipython_console_t.png
│   │   │   │   ├── kill.png
│   │   │   │   ├── loading_sprites.png
│   │   │   │   ├── prompt.png
│   │   │   │   ├── python.png
│   │   │   │   ├── python_t.png
│   │   │   │   ├── restart.png
│   │   │   │   ├── run_small.png
│   │   │   │   ├── syspath.png
│   │   │   │   └── terminated.png
│   │   │   ├── dictedit.png
│   │   │   ├── editor
│   │   │   │   ├── attribute.png
│   │   │   │   ├── blockcomment.png
│   │   │   │   ├── breakpoint_big.png
│   │   │   │   ├── breakpoint_cond_big.png
│   │   │   │   ├── breakpoint_cond_small.png
│   │   │   │   ├── breakpoint_small.png
│   │   │   │   ├── bug.png
│   │   │   │   ├── cell.png
│   │   │   │   ├── class.png
│   │   │   │   ├── close_panel.png
│   │   │   │   ├── comment.png
│   │   │   │   ├── convention.png
│   │   │   │   ├── debug.png
│   │   │   │   ├── error.png
│   │   │   │   ├── filelist.png
│   │   │   │   ├── file.png
│   │   │   │   ├── fromcursor.png
│   │   │   │   ├── function.png
│   │   │   │   ├── gotoline.png
│   │   │   │   ├── highlight.png
│   │   │   │   ├── horsplit.png
│   │   │   │   ├── indent.png
│   │   │   │   ├── last_edit_location.png
│   │   │   │   ├── method.png
│   │   │   │   ├── module.png
│   │   │   │   ├── newwindow.png
│   │   │   │   ├── next_cursor.png
│   │   │   │   ├── next_wng.png
│   │   │   │   ├── no_match.png
│   │   │   │   ├── outline_explorer.png
│   │   │   │   ├── outline_explorer_vis.png
│   │   │   │   ├── prev_cursor.png
│   │   │   │   ├── prev_wng.png
│   │   │   │   ├── private1.png
│   │   │   │   ├── private2.png
│   │   │   │   ├── refactor.png
│   │   │   │   ├── run_again.png
│   │   │   │   ├── run_cell_advance.png
│   │   │   │   ├── run_cell.png
│   │   │   │   ├── run.png
│   │   │   │   ├── run_selection.png
│   │   │   │   ├── run_settings.png
│   │   │   │   ├── selectall.png
│   │   │   │   ├── select.png
│   │   │   │   ├── todo_list.png
│   │   │   │   ├── todo.png
│   │   │   │   ├── uncomment.png
│   │   │   │   ├── unindent.png
│   │   │   │   ├── versplit.png
│   │   │   │   ├── warning.png
│   │   │   │   └── wng_list.png
│   │   │   ├── eyedropper.png
│   │   │   ├── file
│   │   │   │   ├── filecloseall.png
│   │   │   │   ├── fileclose.png
│   │   │   │   ├── fileimport.png
│   │   │   │   ├── filenew.png
│   │   │   │   ├── fileopen.png
│   │   │   │   ├── filesaveas.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── print.png
│   │   │   │   └── save_all.png
│   │   │   ├── filetypes
│   │   │   │   ├── bat.png
│   │   │   │   ├── bmp.png
│   │   │   │   ├── cc.png
│   │   │   │   ├── cfg.png
│   │   │   │   ├── chm.png
│   │   │   │   ├── cl.png
│   │   │   │   ├── cmd.png
│   │   │   │   ├── c.png
│   │   │   │   ├── cpp.png
│   │   │   │   ├── css.png
│   │   │   │   ├── cxx.png
│   │   │   │   ├── diff.png
│   │   │   │   ├── doc.png
│   │   │   │   ├── enaml.png
│   │   │   │   ├── exe.png
│   │   │   │   ├── f77.png
│   │   │   │   ├── f90.png
│   │   │   │   ├── f.png
│   │   │   │   ├── gif.png
│   │   │   │   ├── hh.png
│   │   │   │   ├── h.png
│   │   │   │   ├── hpp.png
│   │   │   │   ├── html.png
│   │   │   │   ├── htm.png
│   │   │   │   ├── hxx.png
│   │   │   │   ├── inf.png
│   │   │   │   ├── ini.png
│   │   │   │   ├── jl.png
│   │   │   │   ├── jpeg.png
│   │   │   │   ├── jpg.png
│   │   │   │   ├── js.png
│   │   │   │   ├── log.png
│   │   │   │   ├── nsh.png
│   │   │   │   ├── nsi.png
│   │   │   │   ├── nt.png
│   │   │   │   ├── patch.png
│   │   │   │   ├── pdf.png
│   │   │   │   ├── png.png
│   │   │   │   ├── po.png
│   │   │   │   ├── pot.png
│   │   │   │   ├── pps.png
│   │   │   │   ├── properties.png
│   │   │   │   ├── ps.png
│   │   │   │   ├── pxd.png
│   │   │   │   ├── pxi.png
│   │   │   │   ├── pyc.png
│   │   │   │   ├── py.png
│   │   │   │   ├── pyw.png
│   │   │   │   ├── pyx.png
│   │   │   │   ├── rar.png
│   │   │   │   ├── readme.png
│   │   │   │   ├── reg.png
│   │   │   │   ├── rej.png
│   │   │   │   ├── scss.png
│   │   │   │   ├── session.png
│   │   │   │   ├── tar.png
│   │   │   │   ├── tex.png
│   │   │   │   ├── tgz.png
│   │   │   │   ├── tiff.png
│   │   │   │   ├── tif.png
│   │   │   │   ├── ts.png
│   │   │   │   ├── txt.png
│   │   │   │   ├── ui.png
│   │   │   │   ├── xls.png
│   │   │   │   ├── xml.png
│   │   │   │   └── zip.png
│   │   │   ├── font.png
│   │   │   ├── genprefs.png
│   │   │   ├── help.png
│   │   │   ├── italic.png
│   │   │   ├── keyboard.png
│   │   │   ├── matplotlib.png
│   │   │   ├── none.png
│   │   │   ├── not_found.png
│   │   │   ├── options.svg
│   │   │   ├── projects
│   │   │   │   ├── add_to_path.png
│   │   │   │   ├── folder.png
│   │   │   │   ├── package.png
│   │   │   │   ├── pp_folder.png
│   │   │   │   ├── pp_package.png
│   │   │   │   ├── pp_project.png
│   │   │   │   ├── project_closed.png
│   │   │   │   ├── project.png
│   │   │   │   ├── pydev.png
│   │   │   │   ├── pythonpath.png
│   │   │   │   ├── remove_from_path.png
│   │   │   │   └── show_all.png
│   │   │   ├── pythonpath.png
│   │   │   ├── pythonxy.png
│   │   │   ├── qtassistant.png
│   │   │   ├── qtdesigner.png
│   │   │   ├── qtlinguist.png
│   │   │   ├── qt.png
│   │   │   ├── scipy.png
│   │   │   ├── set_workdir.png
│   │   │   ├── splash.svg
│   │   │   ├── spyder.png
│   │   │   ├── spyder.svg
│   │   │   ├── tour-spyder-logo.png
│   │   │   ├── upper_lower.png
│   │   │   ├── vcs_browse.png
│   │   │   ├── vcs_commit.png
│   │   │   ├── vitables.png
│   │   │   ├── whole_words.png
│   │   │   ├── win_env.png
│   │   │   └── winpython.svg
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interpreter.py
│   │   ├── interpreter.pyc
│   │   ├── locale
│   │   │   ├── es
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── spyder.mo
│   │   │   ├── fr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── spyder.mo
│   │   │   ├── ja
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── spyder.mo
│   │   │   ├── pt_BR
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── spyder.mo
│   │   │   └── ru
│   │   │   └── LC_MESSAGES
│   │   │   └── spyder.mo
│   │   ├── otherplugins.py
│   │   ├── otherplugins.pyc
│   │   ├── pil_patch.py
│   │   ├── pil_patch.pyc
│   │   ├── plugins
│   │   │   ├── configdialog.py
│   │   │   ├── configdialog.pyc
│   │   │   ├── console.py
│   │   │   ├── console.pyc
│   │   │   ├── editor.py
│   │   │   ├── editor.pyc
│   │   │   ├── explorer.py
│   │   │   ├── explorer.pyc
│   │   │   ├── findinfiles.py
│   │   │   ├── findinfiles.pyc
│   │   │   ├── help.py
│   │   │   ├── help.pyc
│   │   │   ├── history.py
│   │   │   ├── history.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ipythonconsole.py
│   │   │   ├── ipythonconsole.pyc
│   │   │   ├── layoutdialog.py
│   │   │   ├── layoutdialog.pyc
│   │   │   ├── maininterpreter.py
│   │   │   ├── maininterpreter.pyc
│   │   │   ├── onlinehelp.py
│   │   │   ├── onlinehelp.pyc
│   │   │   ├── outlineexplorer.py
│   │   │   ├── outlineexplorer.pyc
│   │   │   ├── projects.py
│   │   │   ├── projects.pyc
│   │   │   ├── runconfig.py
│   │   │   ├── runconfig.pyc
│   │   │   ├── shortcuts.py
│   │   │   ├── shortcuts.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_editor_introspection.py
│   │   │   │   ├── test_editor_introspection.pyc
│   │   │   │   ├── test_editor.py
│   │   │   │   ├── test_editor.pyc
│   │   │   │   ├── test_findinfiles.py
│   │   │   │   ├── test_findinfiles.pyc
│   │   │   │   ├── test_help.py
│   │   │   │   ├── test_help.pyc
│   │   │   │   ├── test_init.py
│   │   │   │   ├── test_init.pyc
│   │   │   │   ├── test_ipythonconsole.py
│   │   │   │   ├── test_ipythonconsole.pyc
│   │   │   │   ├── test_layoutdialog.py
│   │   │   │   ├── test_layoutdialog.pyc
│   │   │   │   ├── test_projects.py
│   │   │   │   ├── test_projects.pyc
│   │   │   │   ├── test_shorcuts.py
│   │   │   │   ├── test_shorcuts.pyc
│   │   │   │   ├── test_variableexplorer.py
│   │   │   │   └── test_variableexplorer.pyc
│   │   │   ├── variableexplorer.py
│   │   │   ├── variableexplorer.pyc
│   │   │   ├── workingdirectory.py
│   │   │   └── workingdirectory.pyc
│   │   ├── py3compat.py
│   │   ├── py3compat.pyc
│   │   ├── pyplot.py
│   │   ├── pyplot.pyc
│   │   ├── requirements.py
│   │   ├── requirements.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_dont_use.py
│   │   │   └── test_dont_use.pyc
│   │   ├── utils
│   │   │   ├── bsdsocket.py
│   │   │   ├── bsdsocket.pyc
│   │   │   ├── codeanalysis.py
│   │   │   ├── codeanalysis.pyc
│   │   │   ├── debug.py
│   │   │   ├── debug.pyc
│   │   │   ├── dochelpers.py
│   │   │   ├── dochelpers.pyc
│   │   │   ├── encoding.py
│   │   │   ├── encoding.pyc
│   │   │   ├── environ.py
│   │   │   ├── environ.pyc
│   │   │   ├── external
│   │   │   │   ├── binaryornot
│   │   │   │   │   ├── check.py
│   │   │   │   │   ├── check.pyc
│   │   │   │   │   ├── helpers.py
│   │   │   │   │   ├── helpers.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   └── LICENSE.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── lockfile.py
│   │   │   │   └── lockfile.pyc
│   │   │   ├── fixtures.py
│   │   │   ├── fixtures.pyc
│   │   │   ├── help
│   │   │   │   ├── conf.py
│   │   │   │   ├── conf.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── js
│   │   │   │   │   ├── collapse_sections.js
│   │   │   │   │   ├── copy_button.js
│   │   │   │   │   ├── fix_image_paths.js
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   ├── math_config.js
│   │   │   │   │   ├── mathjax
│   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── default.js
│   │   │   │   │   │   │   ├── local
│   │   │   │   │   │   │   │   └── local.js
│   │   │   │   │   │   │   ├── TeX-AMS-MML_HTMLorMML-full.js
│   │   │   │   │   │   │   ├── TeX-AMS-MML_HTMLorMML.js
│   │   │   │   │   │   │   ├── TeX-AMS-MML_SVG-full.js
│   │   │   │   │   │   │   ├── TeX-AMS-MML_SVG.js
│   │   │   │   │   │   │   ├── TeX-MML-AM_HTMLorMML-full.js
│   │   │   │   │   │   │   └── TeX-MML-AM_HTMLorMML.js
│   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   ├── asciimath2jax.js
│   │   │   │   │   │   │   ├── FontWarnings.js
│   │   │   │   │   │   │   ├── HTML-CSS
│   │   │   │   │   │   │   │   └── handle-floats.js
│   │   │   │   │   │   │   ├── jsMath2jax.js
│   │   │   │   │   │   │   ├── MathEvents.js
│   │   │   │   │   │   │   ├── MathMenu.js
│   │   │   │   │   │   │   ├── MathZoom.js
│   │   │   │   │   │   │   ├── mml2jax.js
│   │   │   │   │   │   │   ├── TeX
│   │   │   │   │   │   │   │   ├── action.js
│   │   │   │   │   │   │   │   ├── AMSmath.js
│   │   │   │   │   │   │   │   ├── AMSsymbols.js
│   │   │   │   │   │   │   │   ├── autobold.js
│   │   │   │   │   │   │   │   ├── autoload-all.js
│   │   │   │   │   │   │   │   ├── bbox.js
│   │   │   │   │   │   │   │   ├── begingroup.js
│   │   │   │   │   │   │   │   ├── boldsymbol.js
│   │   │   │   │   │   │   │   ├── cancel.js
│   │   │   │   │   │   │   │   ├── color.js
│   │   │   │   │   │   │   │   ├── enclose.js
│   │   │   │   │   │   │   │   ├── extpfeil.js
│   │   │   │   │   │   │   │   ├── HTML.js
│   │   │   │   │   │   │   │   ├── mathchoice.js
│   │   │   │   │   │   │   │   ├── mhchem.js
│   │   │   │   │   │   │   │   ├── newcommand.js
│   │   │   │   │   │   │   │   ├── noErrors.js
│   │   │   │   │   │   │   │   ├── noUndefined.js
│   │   │   │   │   │   │   │   ├── unicode.js
│   │   │   │   │   │   │   │   └── verb.js
│   │   │   │   │   │   │   ├── tex2jax.js
│   │   │   │   │   │   │   ├── toMathML.js
│   │   │   │   │   │   │   └── v1.0-warning.js
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── CloseX-31.png
│   │   │   │   │   │   │   └── MenuArrow-15.png
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── AsciiMath
│   │   │   │   │   │   │   │   │   ├── config.js
│   │   │   │   │   │   │   │   │   └── jax.js
│   │   │   │   │   │   │   │   ├── MathML
│   │   │   │   │   │   │   │   │   ├── config.js
│   │   │   │   │   │   │   │   │   ├── entities
│   │   │   │   │   │   │   │   │   │   ├── a.js
│   │   │   │   │   │   │   │   │   │   ├── b.js
│   │   │   │   │   │   │   │   │   │   ├── c.js
│   │   │   │   │   │   │   │   │   │   ├── d.js
│   │   │   │   │   │   │   │   │   │   ├── e.js
│   │   │   │   │   │   │   │   │   │   ├── f.js
│   │   │   │   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   │   │   │   ├── g.js
│   │   │   │   │   │   │   │   │   │   ├── h.js
│   │   │   │   │   │   │   │   │   │   ├── i.js
│   │   │   │   │   │   │   │   │   │   ├── j.js
│   │   │   │   │   │   │   │   │   │   ├── k.js
│   │   │   │   │   │   │   │   │   │   ├── l.js
│   │   │   │   │   │   │   │   │   │   ├── m.js
│   │   │   │   │   │   │   │   │   │   ├── n.js
│   │   │   │   │   │   │   │   │   │   ├── o.js
│   │   │   │   │   │   │   │   │   │   ├── opf.js
│   │   │   │   │   │   │   │   │   │   ├── p.js
│   │   │   │   │   │   │   │   │   │   ├── q.js
│   │   │   │   │   │   │   │   │   │   ├── r.js
│   │   │   │   │   │   │   │   │   │   ├── scr.js
│   │   │   │   │   │   │   │   │   │   ├── s.js
│   │   │   │   │   │   │   │   │   │   ├── t.js
│   │   │   │   │   │   │   │   │   │   ├── u.js
│   │   │   │   │   │   │   │   │   │   ├── v.js
│   │   │   │   │   │   │   │   │   │   ├── w.js
│   │   │   │   │   │   │   │   │   │   ├── x.js
│   │   │   │   │   │   │   │   │   │   ├── y.js
│   │   │   │   │   │   │   │   │   │   └── z.js
│   │   │   │   │   │   │   │   │   └── jax.js
│   │   │   │   │   │   │   │   └── TeX
│   │   │   │   │   │   │   │   ├── config.js
│   │   │   │   │   │   │   │   └── jax.js
│   │   │   │   │   │   │   └── output
│   │   │   │   │   │   │   └── SVG
│   │   │   │   │   │   │   ├── autoload
│   │   │   │   │   │   │   │   ├── annotation-xml.js
│   │   │   │   │   │   │   │   ├── maction.js
│   │   │   │   │   │   │   │   ├── menclose.js
│   │   │   │   │   │   │   │   ├── mglyph.js
│   │   │   │   │   │   │   │   ├── mmultiscripts.js
│   │   │   │   │   │   │   │   ├── ms.js
│   │   │   │   │   │   │   │   ├── mtable.js
│   │   │   │   │   │   │   │   └── multiline.js
│   │   │   │   │   │   │   ├── config.js
│   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   │   └── TeX
│   │   │   │   │   │   │   │   ├── AMS
│   │   │   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   │   │   ├── Arrows.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
│   │   │   │   │   │   │   │   ├── Main
│   │   │   │   │   │   │   │   │   ├── Bold
│   │   │   │   │   │   │   │   │   │   ├── Arrows.js
│   │   │   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   │   │   ├── CombDiactForSymbols.js
│   │   │   │   │   │   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   │   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   │   │   │   │   │   ├── GreekAndCoptic.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
│   │   │   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   │   │   ├── GeneralPunctuation.js
│   │   │   │   │   │   │   │   │   │   ├── GreekAndCoptic.js
│   │   │   │   │   │   │   │   │   │   ├── LatinExtendedA.js
│   │   │   │   │   │   │   │   │   │   ├── LatinExtendedB.js
│   │   │   │   │   │   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   │   │   └── MathOperators.js
│   │   │   │   │   │   │   │   │   └── Regular
│   │   │   │   │   │   │   │   │   ├── BasicLatin.js
│   │   │   │   │   │   │   │   │   ├── CombDiacritMarks.js
│   │   │   │   │   │   │   │   │   ├── GeometricShapes.js
│   │   │   │   │   │   │   │   │   ├── GreekAndCoptic.js
│   │   │   │   │   │   │   │   │   ├── LatinExtendedA.js
│   │   │   │   │   │   │   │   │   ├── LatinExtendedB.js
│   │   │   │   │   │   │   │   │   ├── LetterlikeSymbols.js
│   │   │   │   │   │   │   │   │   ├── Main.js
│   │   │   │   │   │   │   │   │   ├── MathOperators.js
│   │   │   │   │   │   │   │   │   ├── MiscSymbols.js
│   │   │   │   │   │   │   │   │   ├── SpacingModLetters.js
│   │   │   │   │   │   │   │   │   └── SuppMathOperators.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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   └── jax.js
│   │   │   │   │   │   └── MathJax.js
│   │   │   │   │   ├── move_outline.js
│   │   │   │   │   └── utils.js
│   │   │   │   ├── sphinxify.py
│   │   │   │   ├── sphinxify.pyc
│   │   │   │   ├── static
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── default.css
│   │   │   │   │   │   └── pygments.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── collapse_expand.png
│   │   │   │   │   ├── debug-continue.png
│   │   │   │   │   ├── debug-step-in.png
│   │   │   │   │   ├── debug-step-out.png
│   │   │   │   │   ├── debug-step-over.png
│   │   │   │   │   ├── spyder-hello-docstring.png
│   │   │   │   │   ├── spyder-nice-docstring-rendering.png
│   │   │   │   │   └── spyder-sympy-example.png
│   │   │   │   ├── templates
│   │   │   │   │   ├── layout.html
│   │   │   │   │   ├── usage.html
│   │   │   │   │   └── warning.html
│   │   │   │   └── tutorial.rst
│   │   │   ├── icon_manager.py
│   │   │   ├── icon_manager.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── introspection
│   │   │   │   ├── fallback_plugin.py
│   │   │   │   ├── fallback_plugin.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── jedi_patch.py
│   │   │   │   ├── jedi_patch.pyc
│   │   │   │   ├── jedi_plugin.py
│   │   │   │   ├── jedi_plugin.pyc
│   │   │   │   ├── manager.py
│   │   │   │   ├── manager.pyc
│   │   │   │   ├── module_completion.py
│   │   │   │   ├── module_completion.pyc
│   │   │   │   ├── numpy_docstr.py
│   │   │   │   ├── numpy_docstr.pyc
│   │   │   │   ├── plugin_client.py
│   │   │   │   ├── plugin_client.pyc
│   │   │   │   ├── plugin_server.py
│   │   │   │   ├── plugin_server.pyc
│   │   │   │   ├── README.md
│   │   │   │   ├── rope_patch.py
│   │   │   │   ├── rope_patch.pyc
│   │   │   │   ├── rope_plugin.py
│   │   │   │   ├── rope_plugin.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_fallback_plugin.py
│   │   │   │   │   ├── test_fallback_plugin.pyc
│   │   │   │   │   ├── test_jedi_plugin.py
│   │   │   │   │   ├── test_jedi_plugin.pyc
│   │   │   │   │   ├── test_manager.py
│   │   │   │   │   ├── test_manager.pyc
│   │   │   │   │   ├── test_modulecompletion.py
│   │   │   │   │   ├── test_modulecompletion.pyc
│   │   │   │   │   ├── test_plugin_client.py
│   │   │   │   │   ├── test_plugin_client.pyc
│   │   │   │   │   ├── test_plugin_server.py
│   │   │   │   │   ├── test_plugin_server.pyc
│   │   │   │   │   ├── test_rope_plugin.py
│   │   │   │   │   ├── test_rope_plugin.pyc
│   │   │   │   │   ├── test_utils.py
│   │   │   │   │   └── test_utils.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   ├── iofuncs.py
│   │   │   ├── iofuncs.pyc
│   │   │   ├── ipython
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kernelspec.py
│   │   │   │   ├── kernelspec.pyc
│   │   │   │   ├── spyder_kernel.py
│   │   │   │   ├── spyder_kernel.pyc
│   │   │   │   ├── start_kernel.py
│   │   │   │   ├── start_kernel.pyc
│   │   │   │   ├── style.py
│   │   │   │   ├── style.pyc
│   │   │   │   ├── templates
│   │   │   │   │   ├── blank.html
│   │   │   │   │   ├── kernel_error.html
│   │   │   │   │   └── loading.html
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_spyder_kernel.py
│   │   │   │   └── test_spyder_kernel.pyc
│   │   │   ├── misc.py
│   │   │   ├── misc.pyc
│   │   │   ├── programs.py
│   │   │   ├── programs.pyc
│   │   │   ├── qthelpers.py
│   │   │   ├── qthelpers.pyc
│   │   │   ├── site
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── osx_app_site.py
│   │   │   │   ├── osx_app_site.pyc
│   │   │   │   ├── sitecustomize.py
│   │   │   │   └── sitecustomize.pyc
│   │   │   ├── sourcecode.py
│   │   │   ├── sourcecode.pyc
│   │   │   ├── stringmatching.py
│   │   │   ├── stringmatching.pyc
│   │   │   ├── syntaxhighlighters.py
│   │   │   ├── syntaxhighlighters.pyc
│   │   │   ├── system.py
│   │   │   ├── system.pyc
│   │   │   ├── test.py
│   │   │   ├── test.pyc
│   │   │   ├── tests
│   │   │   │   ├── ascii.txt
│   │   │   │   ├── Big5.txt
│   │   │   │   ├── data
│   │   │   │   │   ├── example.c
│   │   │   │   │   ├── example.cpp
│   │   │   │   │   ├── example.css
│   │   │   │   │   ├── example.html
│   │   │   │   │   ├── example.java
│   │   │   │   │   ├── example.md
│   │   │   │   │   └── example.R
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── KOI8-R.txt
│   │   │   │   ├── test_bsdsocket.py
│   │   │   │   ├── test_bsdsocket.pyc
│   │   │   │   ├── test_codeanalysis.py
│   │   │   │   ├── test_codeanalysis.pyc
│   │   │   │   ├── test_dochelpers.py
│   │   │   │   ├── test_dochelpers.pyc
│   │   │   │   ├── test_encoding.py
│   │   │   │   ├── test_encoding.pyc
│   │   │   │   ├── test_environ.py
│   │   │   │   ├── test_environ.pyc
│   │   │   │   ├── test_get_words.py
│   │   │   │   ├── test_get_words.pyc
│   │   │   │   ├── test_iofuncs.py
│   │   │   │   ├── test_iofuncs.pyc
│   │   │   │   ├── test_misc.py
│   │   │   │   ├── test_misc.pyc
│   │   │   │   ├── test_programs.py
│   │   │   │   ├── test_programs.pyc
│   │   │   │   ├── test_sourcecode.py
│   │   │   │   ├── test_sourcecode.pyc
│   │   │   │   ├── test_stringmatching.py
│   │   │   │   ├── test_stringmatching.pyc
│   │   │   │   ├── test_syntaxhighlighters.py
│   │   │   │   ├── test_syntaxhighlighters.pyc
│   │   │   │   ├── test_system.py
│   │   │   │   ├── test_system.pyc
│   │   │   │   ├── utf-8.txt
│   │   │   │   └── windows-1252.txt
│   │   │   ├── vcs.py
│   │   │   ├── vcs.pyc
│   │   │   ├── windows.py
│   │   │   ├── windows.pyc
│   │   │   ├── workers.py
│   │   │   └── workers.pyc
│   │   ├── widgets
│   │   │   ├── arraybuilder.py
│   │   │   ├── arraybuilder.pyc
│   │   │   ├── browser.py
│   │   │   ├── browser.pyc
│   │   │   ├── calltip.py
│   │   │   ├── calltip.pyc
│   │   │   ├── colors.py
│   │   │   ├── colors.pyc
│   │   │   ├── comboboxes.py
│   │   │   ├── comboboxes.pyc
│   │   │   ├── dependencies.py
│   │   │   ├── dependencies.pyc
│   │   │   ├── editor.py
│   │   │   ├── editor.pyc
│   │   │   ├── editortools.py
│   │   │   ├── editortools.pyc
│   │   │   ├── explorer.py
│   │   │   ├── explorer.pyc
│   │   │   ├── fileswitcher.py
│   │   │   ├── fileswitcher.pyc
│   │   │   ├── findinfiles.py
│   │   │   ├── findinfiles.pyc
│   │   │   ├── findreplace.py
│   │   │   ├── findreplace.pyc
│   │   │   ├── helperwidgets.py
│   │   │   ├── helperwidgets.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── internalshell.py
│   │   │   ├── internalshell.pyc
│   │   │   ├── ipythonconsole
│   │   │   │   ├── client.py
│   │   │   │   ├── client.pyc
│   │   │   │   ├── control.py
│   │   │   │   ├── control.pyc
│   │   │   │   ├── debugging.py
│   │   │   │   ├── debugging.pyc
│   │   │   │   ├── help.py
│   │   │   │   ├── help.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── namespacebrowser.py
│   │   │   │   ├── namespacebrowser.pyc
│   │   │   │   ├── shell.py
│   │   │   │   └── shell.pyc
│   │   │   ├── mixins.py
│   │   │   ├── mixins.pyc
│   │   │   ├── onecolumntree.py
│   │   │   ├── onecolumntree.pyc
│   │   │   ├── pathmanager.py
│   │   │   ├── pathmanager.pyc
│   │   │   ├── projects
│   │   │   │   ├── configdialog.py
│   │   │   │   ├── configdialog.pyc
│   │   │   │   ├── config.py
│   │   │   │   ├── config.pyc
│   │   │   │   ├── explorer.py
│   │   │   │   ├── explorer.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── projectdialog.py
│   │   │   │   ├── projectdialog.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_configdialog.py
│   │   │   │   │   ├── test_configdialog.pyc
│   │   │   │   │   ├── test_projectdialog.py
│   │   │   │   │   ├── test_projectdialog.pyc
│   │   │   │   │   ├── test_project_explorer.py
│   │   │   │   │   ├── test_project_explorer.pyc
│   │   │   │   │   ├── test_project.py
│   │   │   │   │   └── test_project.pyc
│   │   │   │   └── type
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── python.py
│   │   │   │   └── python.pyc
│   │   │   ├── pydocgui.py
│   │   │   ├── pydocgui.pyc
│   │   │   ├── reporterror.py
│   │   │   ├── reporterror.pyc
│   │   │   ├── shell.py
│   │   │   ├── shell.pyc
│   │   │   ├── shortcutssummary.py
│   │   │   ├── shortcutssummary.pyc
│   │   │   ├── sourcecode
│   │   │   │   ├── base.py
│   │   │   │   ├── base.pyc
│   │   │   │   ├── codeeditor.py
│   │   │   │   ├── codeeditor.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kill_ring.py
│   │   │   │   ├── kill_ring.pyc
│   │   │   │   ├── terminal.py
│   │   │   │   ├── terminal.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_autocolon.py
│   │   │   │   ├── test_autocolon.pyc
│   │   │   │   ├── test_autoindent.py
│   │   │   │   ├── test_autoindent.pyc
│   │   │   │   ├── test_breakpoints.py
│   │   │   │   ├── test_breakpoints.pyc
│   │   │   │   ├── test_codeeditor.py
│   │   │   │   └── test_codeeditor.pyc
│   │   │   ├── status.py
│   │   │   ├── status.pyc
│   │   │   ├── tabs.py
│   │   │   ├── tabs.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── ham.txt
│   │   │   │   │   ├── spam.cpp
│   │   │   │   │   └── spam.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_array_builder.py
│   │   │   │   ├── test_array_builder.pyc
│   │   │   │   ├── test_browser.py
│   │   │   │   ├── test_browser.pyc
│   │   │   │   ├── test_codeeditor.py
│   │   │   │   ├── test_codeeditor.pyc
│   │   │   │   ├── test_dependencies.py
│   │   │   │   ├── test_dependencies.pyc
│   │   │   │   ├── test_editor.py
│   │   │   │   ├── test_editor.pyc
│   │   │   │   ├── test_explorer.py
│   │   │   │   ├── test_explorer.pyc
│   │   │   │   ├── test_findinfiles.py
│   │   │   │   ├── test_findinfiles.pyc
│   │   │   │   ├── test_helperwidgets.py
│   │   │   │   ├── test_helperwidgets.pyc
│   │   │   │   ├── test_mixins.py
│   │   │   │   ├── test_mixins.pyc
│   │   │   │   ├── test_pathmanager.py
│   │   │   │   ├── test_pathmanager.pyc
│   │   │   │   ├── test_pydocgui.py
│   │   │   │   ├── test_pydocgui.pyc
│   │   │   │   ├── test_reporterror.py
│   │   │   │   ├── test_reporterror.pyc
│   │   │   │   ├── test_save.py
│   │   │   │   ├── test_save.pyc
│   │   │   │   ├── test_status.py
│   │   │   │   └── test_status.pyc
│   │   │   ├── variableexplorer
│   │   │   │   ├── arrayeditor.py
│   │   │   │   ├── arrayeditor.pyc
│   │   │   │   ├── collectionseditor.py
│   │   │   │   ├── collectionseditor.pyc
│   │   │   │   ├── dataframeeditor.py
│   │   │   │   ├── dataframeeditor.pyc
│   │   │   │   ├── importwizard.py
│   │   │   │   ├── importwizard.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── namespacebrowser.py
│   │   │   │   ├── namespacebrowser.pyc
│   │   │   │   ├── objecteditor.py
│   │   │   │   ├── objecteditor.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── dom_element_test.xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── issue_2514.csv
│   │   │   │   │   ├── issue_3896.csv
│   │   │   │   │   ├── test_arrayeditor.py
│   │   │   │   │   ├── test_arrayeditor.pyc
│   │   │   │   │   ├── test_collectioneditor.py
│   │   │   │   │   ├── test_collectioneditor.pyc
│   │   │   │   │   ├── test_dataframeeditor.py
│   │   │   │   │   ├── test_dataframeeditor.pyc
│   │   │   │   │   ├── test_importwizard.py
│   │   │   │   │   ├── test_importwizard.pyc
│   │   │   │   │   ├── test_namespacebrowser.py
│   │   │   │   │   ├── test_namespacebrowser.pyc
│   │   │   │   │   ├── test_texteditor.py
│   │   │   │   │   ├── test_texteditor.pyc
│   │   │   │   │   ├── test_utils.py
│   │   │   │   │   └── test_utils.pyc
│   │   │   │   ├── texteditor.py
│   │   │   │   ├── texteditor.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   ├── waitingspinner.py
│   │   │   └── waitingspinner.pyc
│   │   └── workers
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── updates.py
│   │   └── updates.pyc
│   ├── spyder-3.2.8.dist-info
│   │   ├── DESCRIPTION.rst
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── metadata.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── spyder_breakpoints
│   │   ├── breakpoints.py
│   │   ├── breakpoints.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── locale
│   │   │   ├── es
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── breakpoints.mo
│   │   │   ├── fr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── breakpoints.mo
│   │   │   ├── ja
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── breakpoints.mo
│   │   │   ├── pt_BR
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── breakpoints.mo
│   │   │   └── ru
│   │   │   └── LC_MESSAGES
│   │   │   └── breakpoints.mo
│   │   └── widgets
│   │   ├── breakpointsgui.py
│   │   ├── breakpointsgui.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── spyder_io_dcm
│   │   ├── dcm.py
│   │   ├── dcm.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── spyder_io_hdf5
│   │   ├── hdf5.py
│   │   ├── hdf5.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── spyder_profiler
│   │   ├── images
│   │   │   └── profiler.png
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── locale
│   │   │   ├── es
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── profiler.mo
│   │   │   ├── fr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── profiler.mo
│   │   │   ├── ja
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── profiler.mo
│   │   │   ├── pt_BR
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── profiler.mo
│   │   │   └── ru
│   │   │   └── LC_MESSAGES
│   │   │   └── profiler.mo
│   │   ├── profiler.py
│   │   ├── profiler.pyc
│   │   └── widgets
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── profilergui.py
│   │   └── profilergui.pyc
│   └── spyder_pylint
│   ├── images
│   │   └── pylint.png
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── locale
│   │   ├── es
│   │   │   └── LC_MESSAGES
│   │   │   └── pylint.mo
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │   └── pylint.mo
│   │   ├── ja
│   │   │   └── LC_MESSAGES
│   │   │   └── pylint.mo
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │   └── pylint.mo
│   │   └── ru
│   │   └── LC_MESSAGES
│   │   └── pylint.mo
│   ├── pylint.py
│   ├── pylint.pyc
│   └── widgets
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── pylintgui.py
│   └── pylintgui.pyc
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── applications
│   ├── spyder.desktop
│   └── Spyder.desktop
└── icons
├── spyder.png
└── spyder.svg
161 directories, 1026 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment