Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 08:59
Show Gist options
  • Save ryantm/8786ed76466ee077df6eb9d78dfb029b to your computer and use it in GitHub Desktop.
Save ryantm/8786ed76466ee077df6eb9d78dfb029b to your computer and use it in GitHub Desktop.
/nix/store/zmv02lwfbxv5lvbx008gsgq2qq02kb2m-python3.6-pudb-2018.1
├── bin
│   └── pudb3
├── lib
│   └── python3.6
│   └── site-packages
│   ├── pudb
│   │   ├── b.py
│   │   ├── debugger.py
│   │   ├── __init__.py
│   │   ├── ipython.py
│   │   ├── lowlevel.py
│   │   ├── __main__.py
│   │   ├── py3compat.py
│   │   ├── __pycache__
│   │   │   ├── b.cpython-36.pyc
│   │   │   ├── debugger.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── ipython.cpython-36.pyc
│   │   │   ├── lowlevel.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── py3compat.cpython-36.pyc
│   │   │   ├── remote.cpython-36.pyc
│   │   │   ├── run.cpython-36.pyc
│   │   │   ├── settings.cpython-36.pyc
│   │   │   ├── shell.cpython-36.pyc
│   │   │   ├── source_view.cpython-36.pyc
│   │   │   ├── theme.cpython-36.pyc
│   │   │   ├── ui_tools.cpython-36.pyc
│   │   │   └── var_view.cpython-36.pyc
│   │   ├── remote.py
│   │   ├── run.py
│   │   ├── settings.py
│   │   ├── shell.py
│   │   ├── source_view.py
│   │   ├── theme.py
│   │   ├── ui_tools.py
│   │   └── var_view.py
│   └── pudb-2018.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment