diff options
Diffstat (limited to 'python/python-mediafile/slack-desc')
-rw-r--r-- | python/python-mediafile/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-mediafile/slack-desc b/python/python-mediafile/slack-desc new file mode 100644 index 0000000000000..a093b680c6d0e --- /dev/null +++ b/python/python-mediafile/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-mediafile: python-mediafile (read and write audio files' tags in Python) +python-mediafile: +python-mediafile: MediaFile is a simple interface to the metadata tags for many audio +python-mediafile: file formats. It wraps Mutagen, a high-quality library for low-level +python-mediafile: tag manipulation, with a high-level, format-independent interface for +python-mediafile: a common set of tags. +python-mediafile: +python-mediafile: +python-mediafile: Homepage: https://github.com/beetbox/mediafile +python-mediafile: +python-mediafile: |