Skip to main content

Short description of package.

Project description

clld-morphology-plugin

A plugin for modelling morphology in CLLD apps. Models:

  • word forms (consist of morphs)
  • morphs (are parts of word forms, belong to morphemes)
  • morphemes (have different [allo]morphs)

License Tests Codecov PyPI Versions

Markdown

Since this plugin was primarily developed for yawarana-sketch-clld, comments on models are rendered using markdown. However, it is up to the app developer to choose what markdown you want to use; templates assume that the parent mako template provides a function markdown(request, content). If you want to use the clld-markdown-plugin, use the following code in your top-level .mako:

<%def name="markdown(request, content)">
    <%from clld_markdown_plugin import markdown%>
    ${markdown(request, content)|n}
</%def>

to use plain markdown instead:

<%def name="markdown(request, content)">
    <%from markdown import Markdown%>
    ${Markdown(content)|n}
</%def>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clld_morphology_plugin-0.0.6.tar.gz (16.2 kB view hashes)

Uploaded Source

Built Distribution

clld_morphology_plugin-0.0.6-py3-none-any.whl (26.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page