manager

class openlp.plugins.bibles.lib.manager.BibleFormat[source]

Bases: object

This is a special enumeration class that holds the various types of Bibles.

CSV = 1
OSIS = 0
OpenSong = 2
SWORD = 5
Unknown = -1
WebDownload = 3
WordProject = 6
Zefania = 4
static get_class(bible_format)[source]

Return the appropriate implementation class.

Parameters:bible_format – The Bible format.
static get_formats_list()[source]

Return a list of the supported Bible formats.