================================= officiumdivinum.parsers package ================================= The parsers are one-off scripts used to turn divinumofficium source files (flat-file databases) into objects we can use. They should not be needed in the future, unless adding a flavour divinumofficium supports and we don’t, or building a radically different structure. Note that if you just want to edit *content*, you should edit it directly in our format, not jig the parser. We make no effort to have our internal data generateable from divinumofficium sources: we just used them at the beginning. Submodules ---------- officiumdivinum.parsers.K2obj module ------------------------------------ .. automodule:: officiumdivinum.parsers.K2obj :members: :undoc-members: :show-inheritance: officiumdivinum.parsers.M2obj module ------------------------------------ .. automodule:: officiumdivinum.parsers.M2obj :members: :undoc-members: :show-inheritance: officiumdivinum.parsers.T2obj module ------------------------------------ .. automodule:: officiumdivinum.parsers.T2obj :members: :undoc-members: :show-inheritance: officiumdivinum.parsers.run\_parser module ------------------------------------------ .. automodule:: officiumdivinum.parsers.run_parser :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: officiumdivinum.parsers :members: :undoc-members: :show-inheritance: