Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/aa6607985b1725333a9db3ea4abbf7c2 to your computer and use it in GitHub Desktop.
Save r-ryantm/aa6607985b1725333a9db3ea4abbf7c2 to your computer and use it in GitHub Desktop.
/nix/store/yh7w0wrv8z2cdik8cdd48aaiawms89id-python3.7-bpython-0.20
├── bin
│   ├── bpdb
│   ├── bpython
│   ├── bpython-curses
│   └── bpython-urwid
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bpdb
│   │   ├── debugger.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── __pycache__
│   │   ├── debugger.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── __main__.cpython-37.pyc
│   ├── bpython
│   │   ├── args.py
│   │   ├── autocomplete.py
│   │   ├── clipboard.py
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── curtsiesfrontend
│   │   │   ├── coderunner.py
│   │   │   ├── events.py
│   │   │   ├── filewatch.py
│   │   │   ├── __init__.py
│   │   │   ├── interaction.py
│   │   │   ├── _internal.py
│   │   │   ├── interpreter.py
│   │   │   ├── manual_readline.py
│   │   │   ├── parse.py
│   │   │   ├── preprocess.py
│   │   │   ├── __pycache__
│   │   │   │   ├── coderunner.cpython-37.pyc
│   │   │   │   ├── events.cpython-37.pyc
│   │   │   │   ├── filewatch.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── interaction.cpython-37.pyc
│   │   │   │   ├── _internal.cpython-37.pyc
│   │   │   │   ├── interpreter.cpython-37.pyc
│   │   │   │   ├── manual_readline.cpython-37.pyc
│   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   ├── preprocess.cpython-37.pyc
│   │   │   │   ├── repl.cpython-37.pyc
│   │   │   │   ├── replpainter.cpython-37.pyc
│   │   │   │   └── sitefix.cpython-37.pyc
│   │   │   ├── replpainter.py
│   │   │   ├── repl.py
│   │   │   └── sitefix.py
│   │   ├── curtsies.py
│   │   ├── filelock.py
│   │   ├── formatter.py
│   │   ├── history.py
│   │   ├── importcompletion.py
│   │   ├── __init__.py
│   │   ├── inspection.py
│   │   ├── _internal.py
│   │   ├── keys.py
│   │   ├── lazyre.py
│   │   ├── line.py
│   │   ├── __main__.py
│   │   ├── pager.py
│   │   ├── paste.py
│   │   ├── patch_linecache.py
│   │   ├── _py3compat.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-37.pyc
│   │   │   ├── autocomplete.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── clipboard.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── curtsies.cpython-37.pyc
│   │   │   ├── filelock.cpython-37.pyc
│   │   │   ├── formatter.cpython-37.pyc
│   │   │   ├── history.cpython-37.pyc
│   │   │   ├── importcompletion.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inspection.cpython-37.pyc
│   │   │   ├── _internal.cpython-37.pyc
│   │   │   ├── keys.cpython-37.pyc
│   │   │   ├── lazyre.cpython-37.pyc
│   │   │   ├── line.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pager.cpython-37.pyc
│   │   │   ├── paste.cpython-37.pyc
│   │   │   ├── patch_linecache.cpython-37.pyc
│   │   │   ├── _py3compat.cpython-37.pyc
│   │   │   ├── repl.cpython-37.pyc
│   │   │   ├── simpleeval.cpython-37.pyc
│   │   │   ├── simplerepl.cpython-37.pyc
│   │   │   ├── urwid.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── repl.py
│   │   ├── sample-config
│   │   ├── simpleeval.py
│   │   ├── simplerepl.py
│   │   ├── test
│   │   │   ├── fodder
│   │   │   │   ├── encoding_ascii.py
│   │   │   │   ├── encoding_latin1.py
│   │   │   │   ├── encoding_utf8.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── original.py
│   │   │   │   ├── processed.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── encoding_ascii.cpython-37.pyc
│   │   │   │   ├── encoding_latin1.cpython-37.pyc
│   │   │   │   ├── encoding_utf8.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── original.cpython-37.pyc
│   │   │   │   └── processed.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_args.cpython-37.pyc
│   │   │   │   ├── test_autocomplete.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_crashers.cpython-37.pyc
│   │   │   │   ├── test_curtsies_coderunner.cpython-37.pyc
│   │   │   │   ├── test_curtsies.cpython-37.pyc
│   │   │   │   ├── test_curtsies_painting.cpython-37.pyc
│   │   │   │   ├── test_curtsies_parser.cpython-37.pyc
│   │   │   │   ├── test_curtsies_repl.cpython-37.pyc
│   │   │   │   ├── test_filewatch.cpython-37.pyc
│   │   │   │   ├── test_history.cpython-37.pyc
│   │   │   │   ├── test_importcompletion.cpython-37.pyc
│   │   │   │   ├── test_import_not_cyclical.cpython-37.pyc
│   │   │   │   ├── test_inspection.cpython-37.pyc
│   │   │   │   ├── test_interpreter.cpython-37.pyc
│   │   │   │   ├── test_keys.cpython-37.pyc
│   │   │   │   ├── test_line_properties.cpython-37.pyc
│   │   │   │   ├── test_manual_readline.cpython-37.pyc
│   │   │   │   ├── test_preprocess.cpython-37.pyc
│   │   │   │   ├── test_repl.cpython-37.pyc
│   │   │   │   └── test_simpleeval.cpython-37.pyc
│   │   │   ├── test_args.py
│   │   │   ├── test_autocomplete.py
│   │   │   ├── test.config
│   │   │   ├── test_config.py
│   │   │   ├── test_crashers.py
│   │   │   ├── test_curtsies_coderunner.py
│   │   │   ├── test_curtsies_painting.py
│   │   │   ├── test_curtsies_parser.py
│   │   │   ├── test_curtsies.py
│   │   │   ├── test_curtsies_repl.py
│   │   │   ├── test_filewatch.py
│   │   │   ├── test_history.py
│   │   │   ├── test_importcompletion.py
│   │   │   ├── test_import_not_cyclical.py
│   │   │   ├── test_inspection.py
│   │   │   ├── test_interpreter.py
│   │   │   ├── test_keys.py
│   │   │   ├── test_line_properties.py
│   │   │   ├── test_manual_readline.py
│   │   │   ├── test_preprocess.py
│   │   │   ├── test_repl.py
│   │   │   ├── test_simpleeval.py
│   │   │   └── test.theme
│   │   ├── translations
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── urwid.py
│   │   └── _version.py
│   └── bpython-0.20.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── appinfo
│   └── org.bpython-interpreter.bpython.appdata.xml
├── applications
│   └── org.bpython-interpreter.bpython.desktop
└── pixmaps
└── bpython.png
22 directories, 162 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment