An open API service indexing awesome lists of open source software.

https://github.com/spotlightkid/pyvorbiscomment

A pure Python drop-in replacement for the vorbiscomment command line tool based on mutagen
https://github.com/spotlightkid/pyvorbiscomment

Last synced: 10 months ago
JSON representation

A pure Python drop-in replacement for the vorbiscomment command line tool based on mutagen

Awesome Lists containing this project

README

          

pyvorbiscomment
===============

A pure Python drop-in replacement for the vorbiscomment command line tool based on mutagen

**Warning:**

*This software is still in alpha-stage and not tested thoroughly. Use at you own risk!*

Installation
------------

Simply run:

$ pipsi install .

If you don't use [pipsi], you're missing out. Here are [installation instructions].

Usage
-----

To use it:

$ pyvorbiscomment --help

Authors and License
-------------------

The `pyvorbiscomment` package is written by Christopher Arndt and licensed under the
[MIT License].

[pipsi]: https://github.com/mitsuhiko/pipsi
[installation instructions]: https://github.com/mitsuhiko/pipsi#how-do-i-get-it
[mit license]: https://opensource.org/licenses/MIT