Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 09:19
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/ebffd1f98f3630b0d9cf92ce284586a1 to your computer and use it in GitHub Desktop.
Save ryantm/ebffd1f98f3630b0d9cf92ce284586a1 to your computer and use it in GitHub Desktop.
/nix/store/awfhnrbh2km9waacs7s5kjq17w5rmixr-python3.7-eyeD3-0.8.10
├── bin
│   └── eyeD3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eyed3
│   │   ├── __about__.py
│   │   ├── compat.py
│   │   ├── core.py
│   │   ├── id3
│   │   │   ├── apple.py
│   │   │   ├── frames.py
│   │   │   ├── headers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── apple.cpython-37.pyc
│   │   │   │   ├── frames.cpython-37.pyc
│   │   │   │   ├── headers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── tag.cpython-37.pyc
│   │   │   └── tag.py
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── mp3
│   │   │   ├── headers.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── headers.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── plugins
│   │   │   ├── art.py
│   │   │   ├── classic.py
│   │   │   ├── _display_parser.py
│   │   │   ├── display.py
│   │   │   ├── fixup.py
│   │   │   ├── genres.py
│   │   │   ├── __init__.py
│   │   │   ├── itunes.py
│   │   │   ├── lameinfo.py
│   │   │   ├── lastfm.py
│   │   │   ├── nfo.py
│   │   │   ├── __pycache__
│   │   │   │   ├── art.cpython-37.pyc
│   │   │   │   ├── classic.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   ├── _display_parser.cpython-37.pyc
│   │   │   │   ├── fixup.cpython-37.pyc
│   │   │   │   ├── genres.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── itunes.cpython-37.pyc
│   │   │   │   ├── lameinfo.cpython-37.pyc
│   │   │   │   ├── lastfm.cpython-37.pyc
│   │   │   │   ├── nfo.cpython-37.pyc
│   │   │   │   ├── pymod.cpython-37.pyc
│   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   └── xep_118.cpython-37.pyc
│   │   │   ├── pymod.py
│   │   │   ├── stats.py
│   │   │   └── xep_118.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── main.cpython-37.pyc
│   │   └── utils
│   │   ├── art.py
│   │   ├── binfuncs.py
│   │   ├── console.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── prompt.py
│   │   └── __pycache__
│   │   ├── art.cpython-37.pyc
│   │   ├── binfuncs.cpython-37.pyc
│   │   ├── console.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── log.cpython-37.pyc
│   │   └── prompt.cpython-37.pyc
│   └── eyeD3-0.8.10.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment