Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 15:39
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/1306293d6a12556e56e013edce489fd6 to your computer and use it in GitHub Desktop.
Save ryantm/1306293d6a12556e56e013edce489fd6 to your computer and use it in GitHub Desktop.
/nix/store/rp2c8fs932knikjhc4cn4rxqv2ndrpbg-python3.7-meld3-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── meld3
│   │   ├── _compat.py
│   │   ├── __init__.py
│   │   ├── meld3.py
│   │   ├── __pycache__
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── meld3.cpython-37.pyc
│   │   │   └── test_meld3.cpython-37.pyc
│   │   └── test_meld3.py
│   └── meld3-2.0.0.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