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)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6549eae6696bbc0bcea44dd8eb048814bbbf121533fd219f78e5191e724f5a7d
|
|
| MD5 |
9f2eb603b819e2d0a87d0b776aa2cf5c
|
|
| BLAKE2b-256 |
ede81de9e2b2ea2eb7d2013974384e66fc2b29dde66582056d4bbcd94ab78b62
|
File details
Details for the file clld_morphology_plugin-0.0.6-py3-none-any.whl.
File metadata
- Download URL: clld_morphology_plugin-0.0.6-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34489e220a7673cffd1123f888c3f4a04d640e7161a400c5c9e3131c70de5d2f
|
|
| MD5 |
626bb320db8354f9fb9bd4bd09e150bf
|
|
| BLAKE2b-256 |
5424888f93b86105b9102f5ea4d837cb64deccb688e8f574cc1fdf046ad8a142
|