Metadata-Version: 1.1 Name: mutagen Version: 1.42.0 Summary: read and write audio tags for many formats Home-page: https://github.com/quodlibet/mutagen Author: Michael Urman Author-email: quod-libet-development@groups.google.com License: GPL-2.0-or-later Description: .. image:: https://cdn.rawgit.com/quodlibet/mutagen/master/docs/images/logo.svg :align: center :width: 400px | Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. Mutagen works with Python 2.7, 3.4+ (CPython and PyPy) on Linux, Windows and macOS, and has no dependencies outside the Python standard library. Mutagen is licensed under the GPL version 2 or later. For more information visit https://mutagen.readthedocs.org .. image:: https://travis-ci.org/quodlibet/mutagen.svg?branch=master :target: https://travis-ci.org/quodlibet/mutagen .. image:: https://dev.azure.com/quodlibet/mutagen/_apis/build/status/quodlibet.mutagen :target: https://dev.azure.com/quodlibet/mutagen/_build/latest?definitionId=3 .. image:: https://codecov.io/gh/quodlibet/mutagen/branch/master/graph/badge.svg :target: https://codecov.io/gh/quodlibet/mutagen Platform: UNKNOWN Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) Classifier: Topic :: Multimedia :: Sound/Audio