A plugin for the clld package.
clld-ipachart-plugin provides
- A model mixin
clld_ipachart_plugin.models.InventoryMixinproviding functionality to render IPA chart components. Typically, an app'sLanguagesubclass will inherit fromInventoryMixin. - Utility functions
clld_ipachart_plugin.util.*to load inventory data from segmented forms of a CLDF Wordlist.load_inventorieswill store inventory data inLanguage.jsondata, in the way expected byInventoryMixin.render_inventory.