Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 31, 2020 22:51
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/79f91eab1d9a17598e06eac6b17baeae to your computer and use it in GitHub Desktop.
Save r-ryantm/79f91eab1d9a17598e06eac6b17baeae to your computer and use it in GitHub Desktop.
/nix/store/w0npx8if1ck4mmyzncljd7zlyp8q5gv8-python3.7-eyeD3-0.9.6
├── bin
│   └── eyeD3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eyed3
│   │   ├── __about__.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
│   │   ├── mimetype.py
│   │   ├── mp3
│   │   │   ├── headers.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── headers.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── plugins
│   │   │   ├── art.py
│   │   │   ├── classic.py
│   │   │   ├── _display_parser.py
│   │   │   ├── DisplayPattern.ebnf
│   │   │   ├── display.py
│   │   │   ├── extract.py
│   │   │   ├── fixup.py
│   │   │   ├── genres.py
│   │   │   ├── __init__.py
│   │   │   ├── itunes.py
│   │   │   ├── jsontag.py
│   │   │   ├── lameinfo.py
│   │   │   ├── lastfm.py
│   │   │   ├── mimetype.py
│   │   │   ├── nfo.py
│   │   │   ├── __pycache__
│   │   │   │   ├── art.cpython-37.pyc
│   │   │   │   ├── classic.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   ├── _display_parser.cpython-37.pyc
│   │   │   │   ├── extract.cpython-37.pyc
│   │   │   │   ├── fixup.cpython-37.pyc
│   │   │   │   ├── genres.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── itunes.cpython-37.pyc
│   │   │   │   ├── jsontag.cpython-37.pyc
│   │   │   │   ├── lameinfo.cpython-37.pyc
│   │   │   │   ├── lastfm.cpython-37.pyc
│   │   │   │   ├── mimetype.cpython-37.pyc
│   │   │   │   ├── nfo.cpython-37.pyc
│   │   │   │   ├── pymod.cpython-37.pyc
│   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   ├── xep_118.cpython-37.pyc
│   │   │   │   └── yamltag.cpython-37.pyc
│   │   │   ├── pymod.py
│   │   │   ├── stats.py
│   │   │   ├── xep_118.py
│   │   │   └── yamltag.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── mimetype.cpython-37.pyc
│   │   │   └── __regarding__.cpython-37.pyc
│   │   ├── __regarding__.py
│   │   └── 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.9.6.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 87 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment