quodlibet / mutagen

Python module for handling audio metadata

Home Page:https://mutagen.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Register all public exports as public

karloskalcium opened this issue · comments

mutagen lists itself as py.typed however several of the modules are considered private - see this for more information.

example: mutagen.File, mutagen.MutagenError are both stored in "_xx" files which is considered private.

Fixing this will eliminate errors from type checkers. Thanks!