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
- Host: GitHub
- URL: https://github.com/spotlightkid/pyvorbiscomment
- Owner: SpotlightKid
- Created: 2018-08-31T13:05:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T13:07:49.000Z (over 7 years ago)
- Last Synced: 2025-01-25T12:41:49.378Z (12 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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