1.. image:: https://cdn.rawgit.com/quodlibet/mutagen/master/docs/images/logo.svg
2   :align: center
3   :width: 400px
4
5|
6
7Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
8MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora,
9Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All
10versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed.
11It can read Xing headers to accurately calculate the bitrate and length of
12MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also
13manipulate Ogg streams on an individual packet/page level.
14
15Mutagen works with Python 2.7, 3.4+ (CPython and PyPy) on Linux, Windows and
16macOS, and has no dependencies outside the Python standard library. Mutagen
17is licensed under the GPL version 2 or later.
18
19For more information visit https://mutagen.readthedocs.org
20
21.. image:: https://travis-ci.org/quodlibet/mutagen.svg?branch=master
22    :target: https://travis-ci.org/quodlibet/mutagen
23
24.. image:: https://dev.azure.com/quodlibet/mutagen/_apis/build/status/quodlibet.mutagen
25    :target: https://dev.azure.com/quodlibet/mutagen/_build/latest?definitionId=3
26
27.. image:: https://codecov.io/gh/quodlibet/mutagen/branch/master/graph/badge.svg
28  :target: https://codecov.io/gh/quodlibet/mutagen
29