icemac.songbeamer

Python 3 library to import from and export to SongBeamer format.


Keywords
python, 3, songbeamer, import, export
License
MIT
Install
pip install icemac.songbeamer==0.3

Documentation

icemac.songbeamer

https://travis-ci.com/icemac/icemac.songbeamer.svg?branch=master https://coveralls.io/repos/github/icemac/icemac.songbeamer/badge.svg?branch=master

Library to read and write SongBeamer files.

Supported SongBeamer versions

Currently Songbeamer version 2 to 4 is supported. (Internal version number in .sng files: #Version=3.)

Supported Python version

Runs on Python 3.5 up to 3.7 and PyPy3. Older Python versions are not supported.

Running Tests

To run the tests call:

$ tox

(You maybe have to install tox beforehand using: pip install tox.)

Hacking

Fork me on: https://github.com:/icemac/icemac.songbeamer