Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 10:42
Show Gist options
  • Save ryantm/a85d81eea4b5960eb15076c316211206 to your computer and use it in GitHub Desktop.
Save ryantm/a85d81eea4b5960eb15076c316211206 to your computer and use it in GitHub Desktop.
/nix/store/fkydad9s89gkfdwsz0fzyjavcgm02p79-python3.6-meld3-1.0.2
├── lib
│   └── python3.6
│   └── site-packages
│   ├── meld3
│   │   ├── _compat.py
│   │   ├── __init__.py
│   │   ├── meld3.py
│   │   ├── __pycache__
│   │   │   ├── _compat.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── meld3.cpython-36.pyc
│   │   │   └── test_meld3.cpython-36.pyc
│   │   └── test_meld3.py
│   └── meld3-1.0.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment