Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/c6ead6d6737a00077872a51476be8a7d to your computer and use it in GitHub Desktop.
Save r-ryantm/c6ead6d6737a00077872a51476be8a7d to your computer and use it in GitHub Desktop.
/nix/store/v34q53dgbd8abx7nhyvwcv1av5xk7wry-mopidy-soundcloud-3.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mopidy_soundcloud
│   │   ├── actor.py
│   │   ├── ext.conf
│   │   ├── __init__.py
│   │   ├── library.py
│   │   ├── __pycache__
│   │   │   ├── actor.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── library.cpython-37.pyc
│   │   │   └── soundcloud.cpython-37.pyc
│   │   └── soundcloud.py
│   └── Mopidy_SoundCloud-3.0.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment