Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 07:30
Show Gist options
  • Save ryantm/2a7ccd84ae7b235a4438eea31764469f to your computer and use it in GitHub Desktop.
Save ryantm/2a7ccd84ae7b235a4438eea31764469f to your computer and use it in GitHub Desktop.
/nix/store/k22b1vj02iq3whsyfg4a54r89sdkqb0d-python3.6-musicbrainzngs-0.6
├── lib
│   └── python3.6
│   └── site-packages
│   ├── musicbrainzngs
│   │   ├── caa.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── mbxml.py
│   │   ├── musicbrainz.py
│   │   ├── __pycache__
│   │   │   ├── caa.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── mbxml.cpython-36.pyc
│   │   │   ├── musicbrainz.cpython-36.pyc
│   │   │   └── util.cpython-36.pyc
│   │   └── util.py
│   └── musicbrainzngs-0.6.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment