Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icemac/icemac.songbeamer
https://github.com/icemac/icemac.songbeamer
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/icemac/icemac.songbeamer
- Owner: icemac
- License: bsd-2-clause
- Created: 2018-10-07T10:20:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T13:00:07.000Z (about 3 years ago)
- Last Synced: 2024-09-30T06:45:59.794Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.TXT
Awesome Lists containing this project
README
===================
icemac.songbeamer
===================.. image:: https://travis-ci.com/icemac/icemac.songbeamer.svg?branch=master
:target: https://travis-ci.com/icemac/icemac.songbeamer
.. image:: https://coveralls.io/repos/github/icemac/icemac.songbeamer/badge.svg?branch=master
:target: https://coveralls.io/github/icemac/icemac.songbeamer?branch=masterLibrary to read and write `SongBeamer`_ files.
This package is licensed under the MIT License, see LICENSE.TXT inside the
package... contents::
Supported SongBeamer versions
=============================Currently Songbeamer versions 2 to 4 are supported. (Internal version
number in .sng files: ``#Version=3``.).. _`SongBeamer` : http://songbeamer.com
Supported Python version
========================Runs only on Python 3.7. 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 at: https://github.com/icemac/icemac.songbeamer