CLDF schemata for language description and documentation.
Project description
cldf-ldd
CLDF schemata for language description and documentation.
Details are found in components.
- Adding components to a CLDF dataset:
from cldf_ldd.components import StemTable
...
args.writer.cldf.add_component(StemTable)
...
args.writer.objects[StemTable["url"]].append({...})
- Adding foreign keys:
from cldf_ldd import add_keys
...
add_keys(args.writer.cldf)
- Adding additional columns to native tables:
from cldf_ldd import add_columns
...
add_columns(args.writer.cldf)
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
cldf_ldd-0.0.3.tar.gz
(13.6 kB
view hashes)
Built Distribution
cldf_ldd-0.0.3-py3-none-any.whl
(39.9 kB
view hashes)