File: dictionary_lib.md

package info (click to toggle)
plover 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,356 kB
  • sloc: python: 21,589; sh: 682; ansic: 25; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `plover_python_dictionary_lib` -- Dictionary generation library

The `plover_python_dictionary_lib` library provides utilities for writing
Python programmatic dictionaries, as well as generating JSON dictionaries
from them.

```{note}
This library is a separate package from `plover`; note the underscore
in the name.
```

```{py:module} plover_python_dictionary_lib
```

% TODO