Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 07:48
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 ryantm/0031d21bcbea6ef4ec4a5877bf8875c0 to your computer and use it in GitHub Desktop.
Save ryantm/0031d21bcbea6ef4ec4a5877bf8875c0 to your computer and use it in GitHub Desktop.
/nix/store/0gh849ywx9m7sipkv7bnhgrh37i92186-python3.7-pudb-2019.1
├── bin
│   └── pudb3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pudb
│   │   ├── b.py
│   │   ├── debugger.py
│   │   ├── __init__.py
│   │   ├── ipython.py
│   │   ├── lowlevel.py
│   │   ├── __main__.py
│   │   ├── py3compat.py
│   │   ├── __pycache__
│   │   │   ├── b.cpython-37.pyc
│   │   │   ├── debugger.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── ipython.cpython-37.pyc
│   │   │   ├── lowlevel.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── py3compat.cpython-37.pyc
│   │   │   ├── remote.cpython-37.pyc
│   │   │   ├── run.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── shell.cpython-37.pyc
│   │   │   ├── source_view.cpython-37.pyc
│   │   │   ├── theme.cpython-37.pyc
│   │   │   ├── ui_tools.cpython-37.pyc
│   │   │   └── var_view.cpython-37.pyc
│   │   ├── remote.py
│   │   ├── run.py
│   │   ├── settings.py
│   │   ├── shell.py
│   │   ├── source_view.py
│   │   ├── theme.py
│   │   ├── ui_tools.py
│   │   └── var_view.py
│   └── pudb-2019.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