1Metadata-Version: 1.1
2Name: mutagen
3Version: 1.42.0
4Summary: read and write audio tags for many formats
5Home-page: https://github.com/quodlibet/mutagen
6Author: Michael Urman
7Author-email: quod-libet-development@groups.google.com
8License: GPL-2.0-or-later
9Description: .. image:: https://cdn.rawgit.com/quodlibet/mutagen/master/docs/images/logo.svg
10           :align: center
11           :width: 400px
12
13        |
14
15        Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
16        MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora,
17        Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All
18        versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed.
19        It can read Xing headers to accurately calculate the bitrate and length of
20        MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also
21        manipulate Ogg streams on an individual packet/page level.
22
23        Mutagen works with Python 2.7, 3.4+ (CPython and PyPy) on Linux, Windows and
24        macOS, and has no dependencies outside the Python standard library. Mutagen
25        is licensed under the GPL version 2 or later.
26
27        For more information visit https://mutagen.readthedocs.org
28
29        .. image:: https://travis-ci.org/quodlibet/mutagen.svg?branch=master
30            :target: https://travis-ci.org/quodlibet/mutagen
31
32        .. image:: https://dev.azure.com/quodlibet/mutagen/_apis/build/status/quodlibet.mutagen
33            :target: https://dev.azure.com/quodlibet/mutagen/_build/latest?definitionId=3
34
35        .. image:: https://codecov.io/gh/quodlibet/mutagen/branch/master/graph/badge.svg
36          :target: https://codecov.io/gh/quodlibet/mutagen
37
38Platform: UNKNOWN
39Classifier: Operating System :: OS Independent
40Classifier: Programming Language :: Python :: 2
41Classifier: Programming Language :: Python :: 2.7
42Classifier: Programming Language :: Python :: 3
43Classifier: Programming Language :: Python :: 3.4
44Classifier: Programming Language :: Python :: 3.5
45Classifier: Programming Language :: Python :: 3.6
46Classifier: Programming Language :: Python :: 3.7
47Classifier: Programming Language :: Python :: Implementation :: CPython
48Classifier: Programming Language :: Python :: Implementation :: PyPy
49Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
50Classifier: Topic :: Multimedia :: Sound/Audio
51