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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file clld_morphology_plugin-0.0.6.tar.gz.

File metadata

  • Download URL: clld_morphology_plugin-0.0.6.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.13

File hashes

Hashes for clld_morphology_plugin-0.0.6.tar.gz
Algorithm Hash digest
SHA256 6549eae6696bbc0bcea44dd8eb048814bbbf121533fd219f78e5191e724f5a7d
MD5 9f2eb603b819e2d0a87d0b776aa2cf5c
BLAKE2b-256 ede81de9e2b2ea2eb7d2013974384e66fc2b29dde66582056d4bbcd94ab78b62

See more details on using hashes here.

File details

Details for the file clld_morphology_plugin-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for clld_morphology_plugin-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 34489e220a7673cffd1123f888c3f4a04d640e7161a400c5c9e3131c70de5d2f
MD5 626bb320db8354f9fb9bd4bd09e150bf
BLAKE2b-256 5424888f93b86105b9102f5ea4d837cb64deccb688e8f574cc1fdf046ad8a142

See more details on using hashes here.

Supported by

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